| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase the buffer sizes for the build deps, run deps, and the line | dd | 2001-06-22 | 1 | -3/+3 |
* | Explicitly add a default route in ppp's install profile | brian | 2001-06-21 | 1 | -0/+1 |
* | Use 'LIBS+= ...' instead of 'LIBS= ...' in the generated makefile | joe | 2001-06-20 | 1 | -1/+1 |
* | Avoid using too many args for ``set m[tr]u'' | brian | 2001-06-20 | 2 | -4/+16 |
* | o Add a -a flag for changing/getting the ALTPIN setting for a digi port. | brian | 2001-06-20 | 2 | -19/+99 |
* | Work around the problem in RELENG_4 where the file doesn't actually | dougb | 2001-06-20 | 1 | -7/+13 |
* | Print "-" instead of "" in the grace field if there is no grace | dd | 2001-06-19 | 1 | -2/+2 |
* | CND has been unused for two years, and RND has been unused for five | dd | 2001-06-19 | 1 | -1/+1 |
* | Call va_start/va_end for each call to vfprintf | brian | 2001-06-18 | 1 | -2/+4 |
* | Pick up the correct headers from sys/contrib/ipfilter/netinet. | ru | 2001-06-18 | 4 | -21/+14 |
* | Add support for stateful MPPE (microsoft encryption) providing | brian | 2001-06-18 | 11 | -188/+669 |
* | Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer | brian | 2001-06-18 | 21 | -80/+246 |
* | Add a -d command-line option; when used in conjunction with -f, rarpd | roam | 2001-06-18 | 3 | -49/+129 |
* | Supported to select a keymap for PC-98x1. | nyan | 2001-06-17 | 4 | -0/+44 |
* | Don't call printf without a format string (harmless in this case). | dd | 2001-06-17 | 1 | -2/+2 |
* | Correct a typo in an error message. | dd | 2001-06-16 | 1 | -1/+1 |
* | Comply with POSIX rules: | jlemon | 2001-06-16 | 1 | -2/+2 |
* | Give inetd the ability to manage unix domain sockets. Details of | dwmalone | 2001-06-16 | 3 | -12/+169 |
* | Remove ncheck in an example; FreeBSD does not have it. | schweikh | 2001-06-16 | 1 | -1/+3 |
* | Fix warning (and obviously broken code) | jlemon | 2001-06-16 | 1 | -1/+1 |
* | Undo last braino and fix properly. | jlemon | 2001-06-16 | 1 | -2/+2 |
* | Fix warning: | jlemon | 2001-06-16 | 1 | -1/+1 |
* | Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-) | peter | 2001-06-16 | 1 | -1/+1 |
* | Get rid of a trigraph ("??>") mistakenly put in an error message. | gad | 2001-06-16 | 1 | -1/+1 |
* | *** empty log message *** | gad | 2001-06-15 | 1 | -19/+15 |
* | Rename a few global variables which hold hostname-related values to be | gad | 2001-06-15 | 12 | -69/+90 |
* | Rename global variable 'name' to 'progname', thus fixing a number of | gad | 2001-06-15 | 7 | -27/+30 |
* | Correct the arg count after parsing a line with an unescaped # that isn't | brian | 2001-06-15 | 1 | -3/+2 |
* | Start the correct copy of named (pass ${named_program} to ndc(8)). | dd | 2001-06-14 | 1 | -1/+1 |
* | This program uses ndc(8); it doesn't send a signal itself. | dd | 2001-06-14 | 2 | -20/+11 |
* | Convert IIJ copyrights to BSD copyrights. | brian | 2001-06-13 | 40 | -687/+972 |
* | Fix usage bogon (-d doesn't take any arguments). | bmah | 2001-06-13 | 1 | -2/+2 |
* | Add a -s option to pkg_version, which limits output to packages | bmah | 2001-06-13 | 2 | -7/+23 |
* | Fixed world breakage on systems where ntohl() doesn't return u_long | bde | 2001-06-13 | 1 | -17/+4 |
* | Use getdtablesize() instead of OPEN_MAX. | des | 2001-06-13 | 1 | -1/+1 |
* | Add terminal type configuration to the Options screen. It allows selecting | olgeni | 2001-06-13 | 3 | -0/+34 |
* | Plug two memory leaks: call login_close() after login_getclass(), and | dd | 2001-06-13 | 1 | -2/+6 |
* | Fix about 90-100 warnings one gets when trying to compile lpr&friends | gad | 2001-06-12 | 22 | -568/+405 |
* | Properly quote recursive pkg_add operations so that filenames with | jkh | 2001-06-11 | 1 | -1/+1 |
* | Check for the existence of the Makefile in the port skeleton directory | tobez | 2001-06-11 | 1 | -2/+12 |
* | Backout removal of -I${.CURDIR}/../../../sys in previous revision. | ru | 2001-06-11 | 2 | -1/+2 |
* | Backout previous change (removal of -I${.CURDIR}/../../sys/netinet). | ru | 2001-06-11 | 4 | -2/+4 |
* | Pass on the verbose option to fetchGetURL(). | des | 2001-06-11 | 1 | -3/+4 |
* | Sync with recent KAME. | ume | 2001-06-11 | 65 | -1586/+3452 |
* | WARNS=2 cleanup, ANSIfication, manpage mdoc(7) cleanup. | roam | 2001-06-11 | 3 | -128/+117 |
* | ISO_* -> ISO* | ache | 2001-06-11 | 4 | -4/+4 |
* | Add a comma between the two names in the CONTRIBUTERS section. | dd | 2001-06-10 | 1 | -1/+1 |
* | Correct cross-reference: | sobomax | 2001-06-07 | 3 | -4/+4 |
* | - Renamed the ``proxy'' modifier of the -d flag to ``pub'', | ru | 2001-06-07 | 2 | -27/+53 |
* | Initialize the sa_flags member of an auto struct sigaction variable. | jdp | 2001-06-06 | 1 | -0/+1 |