aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-2297-168/+224
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-2236-191/+210
* List all of the include files required for getpeername and getsockname.Mike Pritchard1996-08-222-0/+4
* Submitted by: john birell (jb@cimlogic.com.au)Julian Elischer1996-08-225-66/+66
* Some cleanups to the callout lists recently added.Julian Elischer1996-08-221-0/+3
* Update some more man pages to use the .Fx macro.Mike Pritchard1996-08-213-5/+7
* Improve some poor wording.Mike Pritchard1996-08-212-4/+4
* Fix up the NAME lines forthe ceil and floor man pages to beMike Pritchard1996-08-212-4/+4
* Correctly document when getopt returns EOF and '?', and some otherMike Pritchard1996-08-211-5/+7
* Uniquely name the distribution directory variable so that it can be overriddenPaul Traina1996-08-211-9/+9
* Implement a change suggested by Archie Cobbs - the seekto argument shouldJordan K. Hubbard1996-08-212-3/+4
* Add an ftpErrString() function for returning human readable failureJordan K. Hubbard1996-08-215-6/+88
* Add IdAndrey A. Chernov1996-08-201-3/+5
* Add isblank attr to non-break spaceAndrey A. Chernov1996-08-201-1/+4
* Remove isgraph attr from non-break spaceAndrey A. Chernov1996-08-201-1/+1
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-20127-1716/+6861
* Reflect the removal of the kernel's FD_SETSIZE limit.Sujal Patel1996-08-201-19/+21
* Bump shared library number to 2.1Paul Traina1996-08-201-3/+5
* Grab libpcap sources out of contrib_libpcap modulePaul Traina1996-08-1927-9081/+23
* corresponding remove of mkdir /usr/libdata/tcl in generated makefile.Peter Wemm1996-08-191-3/+2
* Define ETHER_SERVICE, since we have one. ie: use getetherxxx() insteadPeter Wemm1996-08-191-2/+2
* Clean up the beforeinstall target a bit more, bde pointed out that the oldPeter Wemm1996-08-191-4/+5
* oops.. attempted to install header files from wrong directory..Peter Wemm1996-08-181-3/+3
* insert libipx and libdisk into correct order, add libzPeter Wemm1996-08-181-4/+4
* Add a bmakefile for zlib.Peter Wemm1996-08-181-0/+35
* This commit was generated by cvs2svn to compensate for changes in r17651,Peter Wemm1996-08-1828-0/+7999
|\
| * Initial import of zlib-1.0.4Peter Wemm1996-08-1828-0/+7999
* A pipe function call appeared in Version *3* AT&T UNIX, notWolfram Schneider1996-08-181-1/+1
* Go back to sigaction again now that Peter has found the problem.Jordan K. Hubbard1996-08-161-3/+3
* Switch from using sigaction to signal.Jordan K. Hubbard1996-08-151-8/+5
* Don't claim to be POSIX compliant, since our alarm function isn't.Mike Pritchard1996-08-151-5/+5
* Make libncurses catch SIGWINCH and update the values for LINES and COLS.Jordan K. Hubbard1996-08-151-0/+15
* NCARGS is defined as 65536 in the released system, not 20480.Mike Pritchard1996-08-152-2/+2
* Correct a cuple of improperly formatted xrefs.Mike Pritchard1996-08-152-2/+2
* Add something so that you can solve the puzzle automatically by pressingJordan K. Hubbard1996-08-151-1/+10
* Add IdAndrey A. Chernov1996-08-141-0/+2
* Fix nasty bracketing/precedence bug. Every time something read (andPeter Wemm1996-08-131-2/+2
* Back out fallback approximation changes, they are not so right to liveAndrey A. Chernov1996-08-133-40/+15
* Add collate_range_cmpAndrey A. Chernov1996-08-131-1/+2
* Back out minor bumping per Peter suggestionAndrey A. Chernov1996-08-131-1/+1
* simplify/speedup/extendAndrey A. Chernov1996-08-131-18/+22
* Bump minor number - new function addedAndrey A. Chernov1996-08-131-1/+1
* Remove old version hooksAndrey A. Chernov1996-08-122-12/+2
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-122-5/+6
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-123-10/+10
* There is so many places where range comparation (using collate)Andrey A. Chernov1996-08-121-9/+20
* clear sockaddr_in's on stack before usePeter Wemm1996-08-121-26/+28
* Use the more robust and more efficient reserved port allocation mechanismPeter Wemm1996-08-121-21/+45
* clear various struct sockaddr_in's on stack, set sin_len.Peter Wemm1996-08-127-7/+17
* Use collate info for alpha character rangesAndrey A. Chernov1996-08-122-9/+14