summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1998-09-19Switch to the same padding ULTRIX and Digital UNIX use.matt
1998-09-18Add NOCLDWAIT documentation.christos
1998-09-18Don't pad fddi on NetBSDmatt
1998-09-17Make this build again.thorpej
1998-09-14Make makewhatis find strtok_r(3).kleink
1998-09-14Install a link for strtok_r(3).kleink
1998-09-14Add a pointer to strtok_r().kleink
1998-09-14Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PRtv
1998-09-14__RENAME() the libcompat regexp routines so they will not be used bytv
1998-09-14Add wrappers around mutex and rwlock run-time initialization.kleink
1998-09-14Descend into libbz2.ross
1998-09-14New files specific to the NetBSD libbz2.ross
1998-09-14More rcs id keywords.ross
1998-09-14Adding NetBSD rcs id keywords.ross
1998-09-14Initial import of bzip2-0.9.0b from Julian Seward.ross
1998-09-14Back out previous change; it was incorrect.thorpej
1998-09-13Libc fixes, mostly to work around the new signal stuff.eeh
1998-09-13Protect local time state and GMT data initialization with a readers/writer lockkleink
1998-09-13Use localtime_r() rather than localtime(); removes a potential source ofkleink
1998-09-13Use gmtime_r() rather than gmtime(); removes a potential source of surprise forkleink
1998-09-13remove MD asm as(1) comments from sysident.h, placing them in a commentmrg
1998-09-13This now works, although it does violate the ELF spec.eeh
1998-09-12Bring in definition for stack BIAS.eeh
1998-09-12Fixup startup code.eeh
1998-09-11Add a multiple-reader/single-writer lock to protect environ.kleink
1998-09-11Restore `elsieid' accidently clobbered during merge.kleink
1998-09-11Replace `unix' in two feature tests (slid through my test machine's compilerkleink
1998-09-11Add sparc64-specific libc.eeh
1998-09-11Add sparc64-specific stuff.eeh
1998-09-10Bump minor version number (asctime_r(), ctime_r(), gmtime_r(), localtime_r()).kleink
1998-09-10Add asctime_r(), ctime_r(), gmtime_r() and localtime_r().kleink
1998-09-10Merge tzcode1998f.kleink
1998-09-10Create tcp.keepidle, tcp.keepintvl, tcp.keepcnt, tcp.slowhz sysctls.mouse
1998-09-09Make the fseek() return value description match XSH5 (again).kleink
1998-09-09Typo; from Michael Richardson <mcr@sandelman.ottawa.on.ca> in PR misc/6053.kleink
1998-09-09Addendum to previous commit: remove stdio usage from sections during whichkleink
1998-09-09Add a mutex to protect the state.kleink
1998-09-09Since perror() must be reentrant, change the storage class of the buffer usedkleink
1998-09-09Perform stdio stream locking as appropriate.kleink
1998-09-09Fix the approximation of log10(2.0) used in INT_STRLEN_MAXIMUM; this resultedkleink
1998-09-09Adjust for the reaper process.thorpej
1998-09-08s/c_plusplus/__cplusplus/kleink
1998-09-08s/NULL/NUL/ where appropriate.kleink
1998-09-07Explicitly cast -1 to time_t, and some KNF nits.kleink
1998-09-07Deploy stdio stream locking as necessary.kleink
1998-09-07Sloppy stdio stream lock tracking.kleink
1998-09-07Minor KNF nit.kleink
1998-09-07Cosmetical changes, and squash some lint.kleink
1998-09-06Sloppy stdio stream lock tracking.kleink
1998-09-05distclean is a synonym for cleandirlukem