| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some of the problems that bde pointed out to me some time ago. | peter | 1996-07-28 | 1 | -7/+16 |
* | Refer to the ASCII character 000 by its proper name, `NUL', and not | wollman | 1996-07-25 | 1 | -11/+12 |
* | Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME. | wollman | 1996-07-25 | 2 | -4/+4 |
* | Fix a memory leak in MD[245]End() | phk | 1996-07-24 | 1 | -9/+8 |
* | Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as | pst | 1996-07-21 | 3 | -18/+39 |
* | Document madvise(2) as it is in FreeBSD. | dyson | 1996-07-20 | 1 | -11/+40 |
* | The previous change to alarm.3 to improve the wording | mpp | 1996-07-19 | 1 | -19/+24 |
* | Revert to old version of strftime.c; the new one doesn't work right. | wollman | 1996-07-19 | 1 | -110/+78 |
* | the previous text was absurd, and wrong | adam | 1996-07-19 | 1 | -2/+2 |
* | Merge the recently-imported tzcode96h distribution (libc portion). The | wollman | 1996-07-18 | 6 | -193/+254 |
* | In _yp_dobind(), if we find ourselves required to contact the local ypbind | wpaul | 1996-07-13 | 1 | -0/+18 |
* | Include the proper header file (<unistd.h>) and declare [gs]etdomainname() | wollman | 1996-07-12 | 2 | -11/+8 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 165 | -510/+673 |
* | Cast lseek arguments appropriately. | jkh | 1996-07-09 | 2 | -8/+8 |
* | add references lstat(2), readlink(2), symlink(7) in section SEE ALSO | wosch | 1996-07-07 | 1 | -1/+4 |
* | Implement an ftpVerbose() hook. | jkh | 1996-07-04 | 3 | -2/+22 |
* | Isolated all the crap for thread-safe so I can see what goes on again... | phk | 1996-07-03 | 1 | -61/+48 |
* | Describe the "file pointer" in lseeks' man page a bit better | mpp | 1996-07-03 | 1 | -2/+3 |
* | Document the "sig" function parameter. | mpp | 1996-07-03 | 2 | -1/+5 |
* | Implement incremental passwd database updates. This is done by ading a '-u' | guido | 1996-07-01 | 1 | -2/+8 |
* | Add back missing backslash in SUBDIR list, it got lost when libtcl was | peter | 1996-06-28 | 1 | -3/+3 |
* | Add libtcl to makefile | phk | 1996-06-28 | 1 | -2/+2 |
* | Makefile: | gpalmer | 1996-06-26 | 2 | -3/+3 |
* | Bmaked tcl 7.5 | phk | 1996-06-26 | 1 | -0/+847 |
* | Fixed comparisons so that preposterously large (>= 0x80000000) brk values | bde | 1996-06-25 | 2 | -10/+10 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 2 | -4/+4 |
* | Adjust docs to match reality. | jkh | 1996-06-24 | 1 | -4/+8 |
* | Adjust the reference to ftpBinary() in the (unused) TCL wrappers. | jkh | 1996-06-24 | 1 | -4/+4 |
* | Removed -g from CFLAGS. | bde | 1996-06-23 | 1 | -2/+2 |
* | Specify that daemon(3) returns int, and standardise the | gpalmer | 1996-06-22 | 1 | -3/+5 |
* | Fix a bug in the way binary/ascii settings were being done. New | jkh | 1996-06-22 | 2 | -42/+78 |
* | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> | jraynard | 1996-06-22 | 1 | -3/+2 |
* | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | jraynard | 1996-06-22 | 57 | -50/+317 |
* | Submitted by: archie@whistle.com | julian | 1996-06-20 | 1 | -2/+2 |
* | Make certain small things more consistent with the other stdio man pages. | jkh | 1996-06-20 | 1 | -10/+10 |
* | I hate to read a man page that almost has useful information | jmacd | 1996-06-20 | 1 | -2/+2 |
* | Remove libforms, it was never used. | jkh | 1996-06-19 | 13 | -2903/+0 |
* | Remove libforms - it's unused. | jkh | 1996-06-19 | 1 | -1/+1 |
* | Add tcl. | phk | 1996-06-18 | 1 | -1/+1 |
* | Manage control connections a little better for the URL routines. | jkh | 1996-06-17 | 1 | -5/+13 |
* | Make binary mode the default. | jkh | 1996-06-17 | 1 | -1/+2 |
* | Stamp out a potential memory leak. | jkh | 1996-06-17 | 2 | -10/+17 |
* | Bring in libftpio. | jkh | 1996-06-17 | 1 | -1/+1 |
* | Add RCS Id and fix date. | wollman | 1996-06-17 | 1 | -2/+3 |
* | Cross-reference addr2ascii(3). | wollman | 1996-06-17 | 1 | -3/+10 |
* | Correct date and add $Id$ to reflect previous modification. | wollman | 1996-06-17 | 1 | -2/+3 |
* | Cross-reference addr2ascii(3) and inlcude a note about how those | wollman | 1996-06-17 | 1 | -2/+16 |
* | Rethink and reimpliment the way RESTARTS are handled. The method I inheirited | jkh | 1996-06-17 | 3 | -53/+33 |
* | If hostname > UT_HOSTSIZE, use its numeric address instead to keep | ache | 1996-06-17 | 1 | -4/+18 |
* | Add a feature: If the environment variable FTP_PASSIVE_MODE is defined | jkh | 1996-06-17 | 1 | -1/+3 |