| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes. | phk | 1998-06-10 | 2 | -4/+4 |
* | Spellint fixes. | phk | 1998-06-10 | 1 | -3/+3 |
* | There is no need to make nochange imply ignore as well. | peter | 1998-06-10 | 2 | -6/+5 |
* | Allow syslogd to separate out kernel log messages with a known | julian | 1998-06-10 | 2 | -6/+22 |
* | Stop including COMPAT_21 unconditionally for X now; that kludge hasn't | jkh | 1998-06-10 | 1 | -5/+3 |
* | Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5. | brian | 1998-06-10 | 2 | -8/+4 |
* | Fix usage string | ache | 1998-06-09 | 1 | -2/+2 |
* | Show the time that we reached maximum throughput. | brian | 1998-06-09 | 2 | -7/+12 |
* | Add optional config file field: signal number to send (defaulted to HUP) | ache | 1998-06-09 | 2 | -10/+43 |
* | Add (mostly stub) alpha support. Incidentally, it doesn't build on stable | dfr | 1998-06-09 | 6 | -4/+125 |
* | $@ is deprecated, use longer forms of single char macros | imp | 1998-06-09 | 3 | -10/+9 |
* | $@ deprecated, use long form. | imp | 1998-06-09 | 1 | -34/+34 |
* | If we get back too much data to fit in result, return NULL. This avoids | imp | 1998-06-09 | 1 | -1/+5 |
* | Use correct size for readlink buffer. This is the size of the | imp | 1998-06-09 | 1 | -2/+2 |
* | use strncpy correctly | imp | 1998-06-09 | 7 | -24/+42 |
* | o be careful about buffer overflows | imp | 1998-06-09 | 1 | -5/+7 |
* | Correct ``set server'' usage and add mention that ``set ns'' changed | brian | 1998-06-08 | 2 | -4/+5 |
* | Always ask for homedir. | wosch | 1998-06-07 | 1 | -11/+38 |
* | Fix previous commit. bit 1 is the execute bit, not the read bit *blush* | brian | 1998-06-07 | 1 | -2/+2 |
* | PR: docs/3636 | thepish | 1998-06-07 | 1 | -1/+1 |
* | Use a relative libalias.so name (hardcoded at 2.5 - yeuch!). | brian | 1998-06-07 | 1 | -1/+5 |
* | Make ppp world-readable so that root can get at it over | brian | 1998-06-07 | 1 | -2/+2 |
* | Update the write descriptor selection set for our data links | brian | 1998-06-07 | 1 | -3/+5 |
* | Make ``set ? log'' more verbose. | brian | 1998-06-06 | 1 | -4/+5 |
* | Put the correct pid in /var/run/tunX.pid | brian | 1998-06-06 | 3 | -4/+7 |
* | PR: docs/5986 | thepish | 1998-06-06 | 1 | -14/+14 |
* | Create a new flag, "nochange", which will specify that a directory is | peter | 1998-06-05 | 6 | -14/+21 |
* | Fix a bunch of spelling errors. | steve | 1998-06-04 | 1 | -1/+1 |
* | Darnit, that last commit was only supposed to change files in the | wpaul | 1998-06-04 | 1 | -2/+9 |
* | Protect errno in signal handlers, like in portmap. | wpaul | 1998-06-04 | 2 | -3/+14 |
* | Simplified using new yacc rules. This will fix bugs when we stop picking | bde | 1998-06-04 | 1 | -5/+3 |
* | Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, the | peter | 1998-06-01 | 1 | -6/+0 |
* | Add a FILES section which references /etc/group | des | 1998-05-31 | 1 | -1/+3 |
* | Inherit BINDIR, don't set it here. | bde | 1998-05-31 | 1 | -2/+4 |
* | Fixed double slashes in pathnames. | bde | 1998-05-31 | 1 | -2/+2 |
* | o If there's a session leader left running for a descriptor | brian | 1998-05-29 | 7 | -16/+43 |
* | Some documentation corrections & typo fixes.... | brian | 1998-05-29 | 7 | -180/+217 |
* | o Make modes consistent throughout ppp. The same strings are used | brian | 1998-05-29 | 7 | -98/+90 |
* | srandomdev() isn't available in all 2.* versions. Only | brian | 1998-05-29 | 1 | -2/+2 |
* | o #define the name "tun" in defs.h against the future possibility | brian | 1998-05-28 | 7 | -117/+170 |
* | o Don't forget to close our transfer socket if we cannot | brian | 1998-05-28 | 7 | -19/+50 |
* | Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address. | julian | 1998-05-28 | 1 | -14/+33 |
* | Don't assume stdout is a tty in interactive mode | brian | 1998-05-27 | 2 | -18/+26 |
* | Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage(). | des | 1998-05-27 | 2 | -15/+12 |
* | ELF preparation step 2: | sos | 1998-05-26 | 1 | -2/+1 |
* | o Only do the /bin/cat bit when we're transferring our ctty. | brian | 1998-05-25 | 2 | -5/+5 |
* | Give correct times with old wtmp files. | steve | 1998-05-25 | 1 | -2/+3 |
* | o Don't try to transfer tty device descriptors as there's no way of | brian | 1998-05-25 | 5 | -32/+128 |
* | Merge updates from 2.2 | jkh | 1998-05-24 | 8 | -26/+28 |
* | Sync documentation with 2.2 updates. | jkh | 1998-05-24 | 6 | -15/+12 |