summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-09-07Nitpicking max filename length: add .Xr to pathconf/fpathconf.Marc Espie
1998-09-07make work on pmaxTodd C. Miller
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-05Add support for nlisting against a gzipped kernel, #ifdef'd out sinceTodd C. Miller
1998-09-05missed these too. sighDavid Leonard
1998-09-03libpthread tests modified for uthreadsDavid Leonard
1998-08-31DLT_LOOP has network byte order headerTheo de Raadt
1998-08-31put back a security fix downsj removed ages agoTheo de Raadt
1998-08-31Add a dummy '_kvm_pa2off()' so it can be used instead of libkvm.old.Per Fogelstrom
1998-08-31use HOSTCC to compile helper programsMichael Shalayeff
1998-08-30Fix UA cases in a MI wayNiklas Hallqvist
1998-08-30v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove...Todd C. Miller
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29change pmap_set() protocol to u_int, similar to solaris; ref: casperTheo de Raadt
1998-08-28some libc parts; memmove.S to writtenMichael Shalayeff
1998-08-28define hppa as an ieeeMichael Shalayeff
1998-08-28do not toss memory dribble into the output files (small performance loss)Theo de Raadt
1998-08-28hppa is ieee fp tooMichael Shalayeff
1998-08-28links to asnprintf and suchTheo de Raadt
1998-08-28somehow i missed this directory..David Leonard
1998-08-27fix premature free() callingMichael Shalayeff
1998-08-27experimental threaded libc - kernel onlyDavid Leonard
1998-08-27re-initialize the tty buffer with "/dev/" everytime through; spotted by dTheo de Raadt
1998-08-26s/NetBSD/OpenBSDkstailey
1998-08-24mention _PATH_KSYMSTodd C. Miller
1998-08-24mention _PATH_KSYMSTodd C. Miller
1998-08-24minor fixup to make this work. i386 still uses libkvm.old but it probably do...Todd C. Miller
1998-08-24In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. ...Todd C. Miller
1998-08-24In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsdTodd C. Miller
1998-08-23Strip leading '_' from symbol to lookup if symbols in file lack leading '_'.Todd C. Miller
1998-08-22doc UA faulting codeTheo de Raadt
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedTheo de Raadt
1998-08-21I committed the wrong version before, here is the correct oneTodd C. Miller
1998-08-21For a.out use read, not mmap, to get the string table so this works onTodd C. Miller
1998-08-21mention that madvise() is not yet implementedTodd C. Miller
1998-08-21document MAP_COPYTodd C. Miller
1998-08-20clear IMAXBEL bit; msaitohTheo de Raadt
1998-08-19Don't print 'unknown dbopen() error' when kvm_bsd.db doesn't existTodd C. Miller
1998-08-19don't print 'unknown dbopen() error' when kvm_bsd.db doesn't existTodd C. Miller
1998-08-19commasPaul Janzen
1998-08-17typoTodd C. Miller
1998-08-17Xr pollTheo de Raadt
1998-08-16deal with realloc/malloc failure and don't trash old pointer if realloc failsTodd C. Miller
1998-08-16If $TERMINFO is set, use that in preference to the system terminfo file, but ...Todd C. Miller
1998-08-15document the common misuse of reallocTheo de Raadt
1998-08-15simplify a few things wrt reallocTodd C. Miller
1998-08-15fix broken realloc fix from yesterdayTodd C. Miller
1998-08-15fix realloc patchTheo de Raadt