summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use termios when POSIX is defined in the Makefile, not sgttypeter1996-09-071-2/+16
* Don't smash attributes when turning color values off. This was submittedjkh1996-09-061-2/+2
* Use a more robust check for ss_err.h existing. This header isn'tbde1996-09-051-2/+2
* Regeneratepeter1996-09-051-16/+194
* Fixed DPADD.bde1996-09-054-10/+14
* Apply patch to fix +group YP overrides and prevent SEGV on badlywpaul1996-09-051-8/+47
* Removed unused `-I.'s from CFLAGS.bde1996-09-041-2/+1
* add back stub libresolvpeter1996-09-031-1/+1
* Install in /usr/lib/compat where ld.so can find it for older binaries,peter1996-09-031-0/+2
* Describe POSIX saved IDs behaviour betterache1996-09-031-5/+19
* Add cfree,phk1996-09-024-4/+24
* Describe current behaviour (_POSIX_SAVED_IDS are ON),ache1996-09-011-2/+12
* Intelligently cache previous connection to host if we can stilljkh1996-08-311-10/+32
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-312-2/+3
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-10/+10
* - libc self contained again.peter1996-08-301-6/+7
* consistancy fixuppeter1996-08-301-2/+2
* Sigh, back out the last bright idea I had here about compiling the res_*peter1996-08-309-2/+3633
* pick up the resolver sources from contribadam1996-08-301-0/+1
* back out last two changes, this caused the mandoc pages to be replaced bypeter1996-08-303-504/+529
* oops, install termcap.h from ${.CURDIR}, not the obj dir.peter1996-08-301-2/+2
* cmp -s || install -c ==> install -Cpeter1996-08-308-52/+31
* Replace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)peter1996-08-301-9/+2
* cmp -s || install -c ==> install -C, use .for loop for includespeter1996-08-301-8/+5
* .include "bsd.prog.mk" -> .include <bsd.prog.mk>peter1996-08-301-1/+1
* cmp -s || install -c ==> install -C, use a .for looppeter1996-08-301-10/+5
* cmp -s || install -c ==> install -Cpeter1996-08-305-18/+13
* Add missing DPADD, remove duplicate -ltermcappeter1996-08-301-1/+2
* Don't create/install libc_r_pic.apeter1996-08-303-3/+0
* cmp -s || install -c --> install -Cpeter1996-08-301-7/+5
* Quick hack to replace a destructive libresolv.so.2.0 with somethingpeter1996-08-302-3/+4
* Add a missing ${ on a make variable..peter1996-08-302-4/+4
* oops, brain-lapse caused undefined symbolpeter1996-08-301-3/+3
* The last commit failed part-way through, re-add the generatedpeter1996-08-293-0/+698
* Revert change to build the reolver man pages on the fly, install thepeter1996-08-291-13/+10
* function appeared in Version 7 AT&T UNIXwosch1996-08-2917-3/+105
* Knock libresolv out of the SUBDIR for the moment while it doesn't build.peter1996-08-291-1/+1
* Merge in bind-4.9.4-P1 resolver...peter1996-08-2923-3930/+860
* regenerated..peter1996-08-292-3/+3
* Committing the output of mkMakefile.sh, including changes to makechuckr1996-08-291-3/+11
* Regenerate Makefile with mkMakefile.sh, add generated tclConfig.shpeter1996-08-292-696/+152
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-6/+5
* Made rintf() actually work. It was completely broken (when s_rint.cbde1996-08-282-6/+19
* Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used topeter1996-08-262-4/+4
* D'oh! verbose output should go to stderr.jkh1996-08-241-2/+2
* Some minor man page cleanup.mpp1996-08-233-19/+21
* Typo police.mpp1996-08-231-2/+2
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-2297-168/+224
* Update a bunch of man pages to use .Fn insteadmpp1996-08-2236-191/+210
* List all of the include files required for getpeername and getsockname.mpp1996-08-222-0/+4
OpenPOWER on IntegriCloud