summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* NIS client-side performance tweak:wpaul1996-05-021-79/+108
* NBPG -> PAGE_SIZEphk1996-05-023-10/+10
* Use PAGE_SIZE instead of NBPGphk1996-05-021-2/+2
* Cache the result of getpagesize() so we only make one syscall.phk1996-05-022-16/+19
* Convert the time2posix man page to mdoc format. This stillmpp1996-05-011-49/+45
* Fix a typo.mpp1996-05-011-1/+1
* Remove a redundant description of the EMFILE error, and fix a typo.mpp1996-05-011-7/+1
* Fixed incomplete or wrong lists of prerequisite #includes related tobde1996-05-013-2/+6
* Fixed incomplete or wrong lists of prerequisite #includes related tobde1996-05-012-2/+4
* Fixed a wrong prerequisite #include and a missing function-arg type.bde1996-05-011-3/+3
* Fixed misformatted #include (.Ft -> .Fd).bde1996-05-011-1/+1
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.bde1996-05-013-9/+5
* hash_search() has changed its calling semantics somewhat - bringjkh1996-04-301-4/+8
* Very minor tweak:wpaul1996-04-291-1/+1
* Fix mis-declared static arrays that made sysinstall SEGV injkh1996-04-291-2/+2
* Move some warn()'s into DEBUG space since I don't need them comingjkh1996-04-293-11/+34
* /etc/skeykeys was basically suffering from the same vulnerabilityjoerg1996-04-261-1/+3
* The traceon and traceoff directives aren't in this version ncurses.jkh1996-04-252-3/+3
* Removed bogus includes of <sys/types.h> from synopses.bde1996-04-195-6/+1
* Don't include <sys/types.h> when it isn't used.bde1996-04-194-7/+2
* Added `const' to types of sys_siglist and sys_signame.bde1996-04-191-2/+2
* Added `const' to types of sys_errlist and sys_nerr.bde1996-04-191-5/+10
* Fix the man page to reflect the recent addition of RFNOWAIT and the removal ofsmpatel1996-04-181-4/+5
* Fix error in wcstombs: byte count not countedache1996-04-181-3/+4
* Document the possible EPERM return.joerg1996-04-171-0/+2
* NIS cleanups and fixes, the next generation.wpaul1996-04-162-260/+260
* 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-083-5/+8
* 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-073-4/+4
* 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
* Make libdisk C++ aware:joerg1996-03-246-137/+147
OpenPOWER on IntegriCloud