summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix a few NIS-related bogons:wpaul1996-04-151-11/+14
* Update the description of strncat to accurately describe how manympp1996-04-091-1/+4
* Correct a minor typo. Fixes part of PR#1000.mpp1996-04-091-1/+1
* Do not install the now unsupported netns and netisompp1996-04-082-4/+7
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-083-5/+5
* Correct some man page cross references and file location references.mpp1996-04-072-3/+3
* Mention other possible errors that could be caused by the F_[GS]ETOWNjoerg1996-04-061-1/+19
* Xref clocks(7).joerg1996-04-057-6/+13
* Added a note about the return value. Its been so long I can'tjmacd1996-04-051-0/+19
* Remove outdated (and never quite correct anyway) reference to thepeter1996-04-031-4/+0
* Xref sysexits(3).joerg1996-03-311-1/+7
* stat() before open() because opening of special files may be harmful.bde1996-03-291-0/+10
* Back out one of my previous changes: don't clear PARODD,ache1996-03-281-1/+1
* cfmakeraw:ache1996-03-271-2/+2
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-2732-64/+69
* Removed now-bogus casts that were to hide the inconsistency between thebde1996-03-271-4/+4
* Fixed bogus cross references.bde1996-03-272-5/+5
* Say what happens to the buffer when fgets() returns NULL.bde1996-03-271-6/+11
* 8bit clean fixesache1996-03-251-3/+5
* Convert int to uchar range for ctypeache1996-03-251-0/+1
* Remove half-dancing solution for signed chars to help findingache1996-03-252-20/+6
* Remove half-dancing solution for signed chars to help findingache1996-03-251-10/+2
* Since n is int now, sanity check must be n <= 0, not simple n == 0ache1996-03-251-1/+1
* Fix incorrect parameter types.paul1996-03-242-2/+2
* Don't bother trying to flock() /var/run/ypbind.lock; this breaks whenwpaul1996-03-231-21/+14
* Fix other half of problem reported in PR #1079: _getnetbynisaddr() iswpaul1996-03-231-12/+41
* The 4.4-lite vfprintf counted the %# hex prefix and the sign infenner1996-03-201-8/+6
* Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the endwpaul1996-03-191-4/+5
* alarm -> ualarm.bde1996-03-191-2/+3
* Updated a type to match Lite2's fixed-width type changes.bde1996-03-191-2/+6
* Work around a bug in the Sun rpc code. This fixes a problem whereguido1996-03-171-4/+12
* gethostbynis.c:wpaul1996-03-162-8/+19
* From Lite2: rename fs to vfs.hsu1996-03-111-1/+1
* From Lite2: rename fs to vfs.hsu1996-03-112-2/+2
* Implemented negative caching on uid/gid lookup failures. This won'tdg1996-03-051-14/+20
* Update the current sigaction(2) man page to current reality..peter1996-03-031-5/+19
* Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manualjkh1996-03-031-4/+4
* Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used forpeter1996-03-021-3/+3
* If the send() to the AF_UNIX socket to the syslogd fails, attempt topeter1996-03-021-18/+56
* Document the int -> size_t change to the m* syscallspeter1996-03-024-4/+4
* Convert "time zone" to "timezone" in section NAMEwosch1996-02-281-1/+1
* Fix conflicts and merge into mainlinepst1996-02-2716-25286/+724
* This commit was generated by cvs2svn to compensate for changes in r14272,pst1996-02-2735-1081/+26814
|\
| * Import updated Berkeley DB into CSRG branchpst1996-02-2746-1680/+27446
| * recording cvs-1.6 file deathpeter1995-12-3046-4639/+0
| * This commit was manufactured by cvs2svn to create branch 'CSRG'.cvs2svn1995-06-2723-0/+1448
* | move stat behind open to cover corner casepst1996-02-251-2/+8
* | Add minherit.2 to Makefile.. (oops, forgot it before)peter1996-02-241-1/+2
* | If the two recently added sysctl variables exist, use those rather thanpeter1996-02-241-10/+17
* | rfork/minherit glue in libcpeter1996-02-234-7/+237
OpenPOWER on IntegriCloud