| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correctly use .Fn instead of .Nm to reference function names | Mike Pritchard | 1996-08-22 | 97 | -168/+224 |
| * | Update a bunch of man pages to use .Fn instead | Mike Pritchard | 1996-08-22 | 36 | -191/+210 |
| * | List all of the include files required for getpeername and getsockname. | Mike Pritchard | 1996-08-22 | 2 | -0/+4 |
| * | Submitted by: john birell (jb@cimlogic.com.au) | Julian Elischer | 1996-08-22 | 5 | -66/+66 |
| * | Some cleanups to the callout lists recently added. | Julian Elischer | 1996-08-22 | 1 | -0/+3 |
| * | Update some more man pages to use the .Fx macro. | Mike Pritchard | 1996-08-21 | 3 | -5/+7 |
| * | Improve some poor wording. | Mike Pritchard | 1996-08-21 | 2 | -4/+4 |
| * | Fix up the NAME lines forthe ceil and floor man pages to be | Mike Pritchard | 1996-08-21 | 2 | -4/+4 |
| * | Correctly document when getopt returns EOF and '?', and some other | Mike Pritchard | 1996-08-21 | 1 | -5/+7 |
| * | Uniquely name the distribution directory variable so that it can be overridden | Paul Traina | 1996-08-21 | 1 | -9/+9 |
| * | Implement a change suggested by Archie Cobbs - the seekto argument should | Jordan K. Hubbard | 1996-08-21 | 2 | -3/+4 |
| * | Add an ftpErrString() function for returning human readable failure | Jordan K. Hubbard | 1996-08-21 | 5 | -6/+88 |
| * | Add Id | Andrey A. Chernov | 1996-08-20 | 1 | -3/+5 |
| * | Add isblank attr to non-break space | Andrey A. Chernov | 1996-08-20 | 1 | -1/+4 |
| * | Remove isgraph attr from non-break space | Andrey A. Chernov | 1996-08-20 | 1 | -1/+1 |
| * | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | Julian Elischer | 1996-08-20 | 127 | -1716/+6861 |
| * | Reflect the removal of the kernel's FD_SETSIZE limit. | Sujal Patel | 1996-08-20 | 1 | -19/+21 |
| * | Bump shared library number to 2.1 | Paul Traina | 1996-08-20 | 1 | -3/+5 |
| * | Grab libpcap sources out of contrib_libpcap module | Paul Traina | 1996-08-19 | 27 | -9081/+23 |
| * | corresponding remove of mkdir /usr/libdata/tcl in generated makefile. | Peter Wemm | 1996-08-19 | 1 | -3/+2 |
| * | Define ETHER_SERVICE, since we have one. ie: use getetherxxx() instead | Peter Wemm | 1996-08-19 | 1 | -2/+2 |
| * | Clean up the beforeinstall target a bit more, bde pointed out that the old | Peter Wemm | 1996-08-19 | 1 | -4/+5 |
| * | oops.. attempted to install header files from wrong directory.. | Peter Wemm | 1996-08-18 | 1 | -3/+3 |
| * | insert libipx and libdisk into correct order, add libz | Peter Wemm | 1996-08-18 | 1 | -4/+4 |
| * | Add a bmakefile for zlib. | Peter Wemm | 1996-08-18 | 1 | -0/+35 |
| * | This commit was generated by cvs2svn to compensate for changes in r17651, | Peter Wemm | 1996-08-18 | 28 | -0/+7999 |
| |\ |
|
| | * | Initial import of zlib-1.0.4 | Peter Wemm | 1996-08-18 | 28 | -0/+7999 |
| * | A pipe function call appeared in Version *3* AT&T UNIX, not | Wolfram Schneider | 1996-08-18 | 1 | -1/+1 |
| * | Go back to sigaction again now that Peter has found the problem. | Jordan K. Hubbard | 1996-08-16 | 1 | -3/+3 |
| * | Switch from using sigaction to signal. | Jordan K. Hubbard | 1996-08-15 | 1 | -8/+5 |
| * | Don't claim to be POSIX compliant, since our alarm function isn't. | Mike Pritchard | 1996-08-15 | 1 | -5/+5 |
| * | Make libncurses catch SIGWINCH and update the values for LINES and COLS. | Jordan K. Hubbard | 1996-08-15 | 1 | -0/+15 |
| * | NCARGS is defined as 65536 in the released system, not 20480. | Mike Pritchard | 1996-08-15 | 2 | -2/+2 |
| * | Correct a cuple of improperly formatted xrefs. | Mike Pritchard | 1996-08-15 | 2 | -2/+2 |
| * | Add something so that you can solve the puzzle automatically by pressing | Jordan K. Hubbard | 1996-08-15 | 1 | -1/+10 |
| * | Add Id | Andrey A. Chernov | 1996-08-14 | 1 | -0/+2 |
| * | Fix nasty bracketing/precedence bug. Every time something read (and | Peter Wemm | 1996-08-13 | 1 | -2/+2 |
| * | Back out fallback approximation changes, they are not so right to live | Andrey A. Chernov | 1996-08-13 | 3 | -40/+15 |
| * | Add collate_range_cmp | Andrey A. Chernov | 1996-08-13 | 1 | -1/+2 |
| * | Back out minor bumping per Peter suggestion | Andrey A. Chernov | 1996-08-13 | 1 | -1/+1 |
| * | simplify/speedup/extend | Andrey A. Chernov | 1996-08-13 | 1 | -18/+22 |
| * | Bump minor number - new function added | Andrey A. Chernov | 1996-08-13 | 1 | -1/+1 |
| * | Remove old version hooks | Andrey A. Chernov | 1996-08-12 | 2 | -12/+2 |
| * | Convert to newly aded collate compare function | Andrey A. Chernov | 1996-08-12 | 2 | -5/+6 |
| * | Convert to newly aded collate compare function | Andrey A. Chernov | 1996-08-12 | 3 | -10/+10 |
| * | There is so many places where range comparation (using collate) | Andrey A. Chernov | 1996-08-12 | 1 | -9/+20 |
| * | clear sockaddr_in's on stack before use | Peter Wemm | 1996-08-12 | 1 | -26/+28 |
| * | Use the more robust and more efficient reserved port allocation mechanism | Peter Wemm | 1996-08-12 | 1 | -21/+45 |
| * | clear various struct sockaddr_in's on stack, set sin_len. | Peter Wemm | 1996-08-12 | 7 | -7/+17 |
| * | Use collate info for alpha character ranges | Andrey A. Chernov | 1996-08-12 | 2 | -9/+14 |