aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* The traceon and traceoff directives aren't in this version ncurses.Jordan K. Hubbard1996-04-252-3/+3
* Removed bogus includes of <sys/types.h> from synopses.Bruce Evans1996-04-195-6/+1
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-194-7/+2
* Added `const' to types of sys_siglist and sys_signame.Bruce Evans1996-04-191-2/+2
* Added `const' to types of sys_errlist and sys_nerr.Bruce Evans1996-04-191-5/+10
* Fix the man page to reflect the recent addition of RFNOWAIT and the removal ofSujal Patel1996-04-181-4/+5
* Fix error in wcstombs: byte count not countedAndrey A. Chernov1996-04-181-3/+4
* Document the possible EPERM return.Joerg Wunsch1996-04-171-0/+2
* NIS cleanups and fixes, the next generation.Bill Paul1996-04-162-258/+258
* Fix a few NIS-related bogons:Bill Paul1996-04-151-11/+14
* Update the description of strncat to accurately describe how manyMike Pritchard1996-04-091-1/+4
* Correct a minor typo. Fixes part of PR#1000.Mike Pritchard1996-04-091-1/+1
* Do not install the now unsupported netns and netisoMike Pritchard1996-04-083-5/+8
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-083-5/+5
* Correct some man page cross references and file location references.Mike Pritchard1996-04-073-4/+4
* Mention other possible errors that could be caused by the F_[GS]ETOWNJoerg Wunsch1996-04-061-1/+19
* 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
* Make libdisk C++ aware:Joerg Wunsch1996-03-246-137/+147
* 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
* keep the libc_r makefiles in step with those from libcJulian Elischer1996-03-202-6/+8
* 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
* Add libdisk.Joerg Wunsch1996-03-181-1/+2
* Fix bogus MLINKS line. When is the old libdisk going to go away, BTW?Jordan K. Hubbard1996-03-181-2/+1
* libdisk is now `adult':Joerg Wunsch1996-03-172-1/+353
* Work around a bug in the Sun rpc code. This fixes a problem whereGuido van Rooij1996-03-171-4/+12
* Repository copy src/release/libdisk to src/lib/libdisk as per recentPeter Wemm1996-03-171-0/+1
* gethostbynis.c:Bill Paul1996-03-162-8/+19
* From Lite2: proc and file LIST changesJeffrey Hsu1996-03-112-8/+10
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-1/+1
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-112-2/+2