| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a selection of bugs, and improve code layout: | iedowse | 2001-07-22 | 1 | -95/+74 |
* | Rename the -w option to be -W. The recently-added -w option is different | gad | 2001-07-22 | 2 | -7/+30 |
* | Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'. | gad | 2001-07-22 | 2 | -7/+7 |
* | ACPI CA doesn't recognis S4BIOS as a seperate sleep type anymore, so | msmith | 2001-07-21 | 2 | -17/+0 |
* | Another hangup bugfix from Juha: | hm | 2001-07-21 | 1 | -0/+4 |
* | Fix hangup bug; Juha writes: | hm | 2001-07-21 | 1 | -5/+3 |
* | Unset MAINTAINER. | rnordier | 2001-07-21 | 3 | -6/+0 |
* | After being port- and addressscanned continously from several sources where | hm | 2001-07-21 | 6 | -10/+41 |
* | Hide in the Attic. This isn't built any more (it wont) and it can better | obrien | 2001-07-21 | 23 | -1878/+0 |
* | Fix some nits I missed in my style cleanup. | obrien | 2001-07-20 | 1 | -2/+2 |
* | Removed CSRG ids. CSRG never had anything to do with dpt. | bde | 2001-07-20 | 7 | -28/+0 |
* | Use reallocf(3) to increase size of malloc'ed buffer instead of | sobomax | 2001-07-20 | 1 | -7/+4 |
* | Fix a possible NULL reference that would be triggered | davidn | 2001-07-20 | 1 | -1/+2 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 238 | -845/+1078 |
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 45 | -52/+26 |
* | - `-a' option for IPv6 was not working correctly. | ume | 2001-07-19 | 1 | -4/+9 |
* | Added missing dependancy. | ru | 2001-07-19 | 1 | -0/+2 |
* | Note the equivalence of certain time formats. | wollman | 2001-07-19 | 1 | -1/+8 |
* | Generate a bigger salt. This is necessary for blowfish to work | dd | 2001-07-19 | 1 | -1/+1 |
* | Increment `i' in case of -S so that its argument isn't treated as | dd | 2001-07-19 | 1 | -1/+1 |
* | Instead of giving an example of rotating logs at the end of the month, | dd | 2001-07-19 | 1 | -2/+3 |
* | Correct a reversion in r1.39 which introduced a new instance of strcpy() | kris | 2001-07-19 | 1 | -4/+6 |
* | Document the two recent changes to diskcheckd's behaviour and configuration | ben | 2001-07-18 | 1 | -8/+15 |
* | Document the fact that syslogd(8) requires logs files to be created | mike | 2001-07-18 | 1 | -0/+6 |
* | Remove an unused variable, and don't try to print a char[] using %d. | dd | 2001-07-18 | 1 | -2/+2 |
* | free_entry(): Don't free e->envp if it's already NULL; likewise for | dd | 2001-07-18 | 1 | -4/+4 |
* | Set wollman as the MAINTAINER and mention the vendor contact. Ideally | dd | 2001-07-18 | 1 | -0/+4 |
* | Back out WARNS cleanup: this is apparently vendor code, even though | dd | 2001-07-18 | 5 | -14/+8 |
* | Bring the PPPoE Ethernet interface up *BEFORE* we send the node a | brian | 2001-07-18 | 1 | -10/+6 |
* | fdisk(8): document the default for -b, add xref to boot0cfg(8). | ru | 2001-07-18 | 1 | -0/+7 |
* | Turn off WARNS stuff. When combined with -nostdinc and system header | dwmalone | 2001-07-17 | 1 | -1/+1 |
* | Fix disclaimer clause | ache | 2001-07-17 | 1 | -1/+1 |
* | o Remove old setproctitle. | dwmalone | 2001-07-17 | 3 | -50/+9 |
* | Set the NOADDITIONAL flag for bind. This removes the 5% ttl reduction | dillon | 2001-07-17 | 1 | -1/+2 |
* | Add ability to configure console terminal type in /etc/ttys | ache | 2001-07-17 | 11 | -4/+217 |
* | Ignore (with a warning message) mtu/mru configurations that are greater | brian | 2001-07-17 | 1 | -21/+37 |
* | Free things in the right order | brian | 2001-07-16 | 1 | -1/+1 |
* | TCPMSS adjusts all TCP SYN packets, not just outgoing ones. | brian | 2001-07-16 | 2 | -2/+2 |
* | Add prototypes, staticize, constify, don't shadow global variables and | dd | 2001-07-15 | 2 | -54/+60 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 149 | -983/+983 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 5 | -24/+24 |
* | Constify, add some prototypes, and set WARNS=2. | dd | 2001-07-15 | 5 | -8/+14 |
* | Change lpd to perform sanity and safety checks on control files as it | gad | 2001-07-15 | 4 | -6/+931 |
* | Replace a call to 'alloca', thus avoiding an error when compiling on | gad | 2001-07-15 | 1 | -8/+14 |
* | Get rid of one compile-time warning by changing an 'int' to a 'size_t'. | gad | 2001-07-15 | 1 | -6/+10 |
* | Get lpr/pac.c to compile without warnings with BDECFLAGS | gad | 2001-07-15 | 1 | -15/+15 |
* | Replace three subtly-wrong calls to strncpy with calls to strlcpy, and | gad | 2001-07-15 | 2 | -15/+13 |
* | Fix most of the warnings generated by compiling lpr with -Wnon-const-format, | gad | 2001-07-15 | 7 | -21/+27 |
* | Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN. | gad | 2001-07-14 | 2 | -6/+40 |
* | This is a selection of essentially cosmetic changes: | iedowse | 2001-07-14 | 2 | -38/+42 |