aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Xref clocks(7).Joerg Wunsch1996-04-057-6/+13
* Added a note about the return value. Its been so long I can'tJoshua Peck Macdonald1996-04-051-0/+19
* Remove outdated (and never quite correct anyway) reference to thePeter Wemm1996-04-031-4/+0
* Xref sysexits(3).Joerg Wunsch1996-03-311-1/+7
* stat() before open() because opening of special files may be harmful.Bruce Evans1996-03-291-0/+10
* Back out one of my previous changes: don't clear PARODD,Andrey A. Chernov1996-03-281-1/+1
* cfmakeraw:Andrey A. Chernov1996-03-271-2/+2
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-2732-64/+69
* Removed now-bogus casts that were to hide the inconsistency between theBruce Evans1996-03-271-4/+4
* Fixed bogus cross references.Bruce Evans1996-03-272-5/+5
* Say what happens to the buffer when fgets() returns NULL.Bruce Evans1996-03-271-6/+11
* 8bit clean fixesAndrey A. Chernov1996-03-251-3/+5
* Convert int to uchar range for ctypeAndrey A. Chernov1996-03-251-0/+1
* Remove half-dancing solution for signed chars to help findingAndrey A. Chernov1996-03-252-20/+6
* Remove half-dancing solution for signed chars to help findingAndrey A. Chernov1996-03-251-10/+2
* Since n is int now, sanity check must be n <= 0, not simple n == 0Andrey A. Chernov1996-03-251-1/+1
* Fix incorrect parameter types.Paul Richards1996-03-242-2/+2
* Don't bother trying to flock() /var/run/ypbind.lock; this breaks whenBill Paul1996-03-231-21/+14
* Fix other half of problem reported in PR #1079: _getnetbynisaddr() isBill Paul1996-03-231-12/+41
* The 4.4-lite vfprintf counted the %# hex prefix and the sign inBill Fenner1996-03-201-8/+6
* Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the endBill Paul1996-03-191-4/+5
* alarm -> ualarm.Bruce Evans1996-03-191-2/+3
* Updated a type to match Lite2's fixed-width type changes.Bruce Evans1996-03-191-2/+6
* Work around a bug in the Sun rpc code. This fixes a problem whereGuido van Rooij1996-03-171-4/+12
* gethostbynis.c:Bill Paul1996-03-162-8/+19
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-1/+1
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-112-2/+2
* Implemented negative caching on uid/gid lookup failures. This won'tDavid Greenman1996-03-051-14/+20
* Update the current sigaction(2) man page to current reality..Peter Wemm1996-03-031-5/+19
* Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manualJordan K. Hubbard1996-03-031-4/+4
* Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used forPeter Wemm1996-03-021-3/+3
* If the send() to the AF_UNIX socket to the syslogd fails, attempt toPeter Wemm1996-03-021-18/+56
* Document the int -> size_t change to the m* syscallsPeter Wemm1996-03-024-4/+4
* Convert "time zone" to "timezone" in section NAMEWolfram Schneider1996-02-281-1/+1
* Fix conflicts and merge into mainlinePaul Traina1996-02-2716-25286/+724
* Import updated Berkeley DB into CSRG branchPaul Traina1996-02-2735-1081/+26814
* move stat behind open to cover corner casePaul Traina1996-02-251-2/+8
* Add minherit.2 to Makefile.. (oops, forgot it before)Peter Wemm1996-02-241-1/+2
* If the two recently added sysctl variables exist, use those rather thanPeter Wemm1996-02-241-10/+17
* rfork/minherit glue in libcPeter Wemm1996-02-234-7/+237
* If a .db file is 0 length, initialize it as if it did not exist.Paul Traina1996-02-231-1/+2
* Add a dire warning about misusing the setlogin() system call. Be veryPeter Wemm1996-02-231-1/+46
* man page linksWolfram Schneider1996-02-181-1/+3
* Fix inet_network to not dump core if passed in an addressMike Pritchard1996-02-171-3/+1
* Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function.Peter Wemm1996-02-172-6/+6
* Corrected a couple of errors in the fts(3) manual page. The prototypeJohn Polstra1996-02-151-2/+2
* Fixed a bunch of man page cross references that wereMike Pritchard1996-02-1514-44/+45
* Added a little NOTES section explaining that passing in a string thatMike Pritchard1996-02-151-0/+22
* XNS sort-of-support is no more.Garrett Wollman1996-02-131-3/+4
* Correct the xref for msgctl: msgctl(2) -> msgctl(3)Mike Pritchard1996-02-121-4/+4