summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* backout yacc changesphk1996-06-021-2/+2
* backup yacc changesphk1996-06-022-2/+2
* Clean up the FP stack before returning. The i387 exp() leaked an FPbde1996-06-011-1/+2
* Make _yp_dobind() a litle smarter:wpaul1996-06-011-2/+43
* Improve NIS performace of getservbyname() and getservbyport(). Both thesewpaul1996-06-013-7/+123
* Use the setsockopt for IP_PORTRANGE to cause rresvport() to allocate apeter1996-05-311-12/+24
* yacc rule change.phk1996-05-301-3/+3
* yacc rule change.phk1996-05-302-2/+2
* Fix bogus MLINKS line from vasprintf change.jkh1996-05-291-2/+2
* add manpage linkswosch1996-05-291-1/+2
* add manpage links:wosch1996-05-291-3/+6
* Correct two errors in the manual page.jdp1996-05-281-2/+2
* Use ld -O insted of ld -o + mv.phk1996-05-281-9/+5
* remove MLINKS tparm.3 due name clash with libtermcapwosch1996-05-272-4/+10
* remove MLINKS regcomp.3 regexec.3 regerror.3 due name clash with libcwosch1996-05-271-2/+3
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arepeter1996-05-274-38/+219
* Removed false copyrights...scrappy1996-05-276-173/+1
* Added in appropriate Berkeley copyright and RCS Id: stringscrappy1996-05-276-1/+182
* Document that the superuser cannot override link() and unlink() onpeter1996-05-242-5/+17
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-2319-29/+36
* - Fix _listmatch() to close PR #1207.wpaul1996-05-211-8/+8
* Fix for vfsload(3):wollman1996-05-171-7/+7
* - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind()wpaul1996-05-161-29/+36
* Fix a bug caused by the collision of a local assembler label with anotherjdp1996-05-112-16/+16
* Fix a bogon in the pic + threadsafe version of cerror, it was missingpeter1996-05-102-6/+10
* Clarify the description of the FNM_PERIOD flag.jdp1996-05-101-1/+6
* Make rules reentrant.phk1996-05-091-9/+9
* ``mv'' -> ``mv -f''wosch1996-05-0711-57/+65
* Grrrr... yet another variation on Murphy's Law: the best way to findwpaul1996-05-071-1/+0
* Sync libc_r with libc changes..peter1996-05-056-15/+15
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)peter1996-05-0533-281/+340
* 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
OpenPOWER on IntegriCloud