aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Added missing dependancy.Ruslan Ermilov2001-07-191-0/+2
* Note the equivalence of certain time formats.Garrett Wollman2001-07-191-1/+8
* Generate a bigger salt. This is necessary for blowfish to workDima Dorfman2001-07-191-1/+1
* Increment `i' in case of -S so that its argument isn't treated asDima Dorfman2001-07-191-1/+1
* Instead of giving an example of rotating logs at the end of the month,Dima Dorfman2001-07-191-2/+3
* Correct a reversion in r1.39 which introduced a new instance of strcpy()Kris Kennaway2001-07-191-4/+6
* Document the two recent changes to diskcheckd's behaviour and configurationBen Smithurst2001-07-181-8/+15
* Document the fact that syslogd(8) requires logs files to be createdMike Barcroft2001-07-181-0/+6
* Remove an unused variable, and don't try to print a char[] using %d.Dima Dorfman2001-07-181-2/+2
* free_entry(): Don't free e->envp if it's already NULL; likewise forDima Dorfman2001-07-181-4/+4
* Set wollman as the MAINTAINER and mention the vendor contact. IdeallyDima Dorfman2001-07-181-0/+4
* Back out WARNS cleanup: this is apparently vendor code, even thoughDima Dorfman2001-07-185-14/+8
* Bring the PPPoE Ethernet interface up *BEFORE* we send the node aBrian Somers2001-07-181-10/+6
* fdisk(8): document the default for -b, add xref to boot0cfg(8).Ruslan Ermilov2001-07-181-0/+7
* Turn off WARNS stuff. When combined with -nostdinc and system headerDavid Malone2001-07-171-1/+1
* Fix disclaimer clauseAndrey A. Chernov2001-07-171-1/+1
* o Remove old setproctitle.David Malone2001-07-173-50/+9
* Set the NOADDITIONAL flag for bind. This removes the 5% ttl reductionMatthew Dillon2001-07-171-1/+2
* Add ability to configure console terminal type in /etc/ttysAndrey A. Chernov2001-07-1711-4/+217
* Ignore (with a warning message) mtu/mru configurations that are greaterBrian Somers2001-07-171-21/+37
* Free things in the right orderBrian Somers2001-07-161-1/+1
* TCPMSS adjusts all TCP SYN packets, not just outgoing ones.Brian Somers2001-07-162-2/+2
* Add prototypes, staticize, constify, don't shadow global variables andDima Dorfman2001-07-152-54/+60
* Remove whitespace at EOL.Dima Dorfman2001-07-15149-983/+983
* Remove whitespace at EOL.Dima Dorfman2001-07-155-24/+24
* Constify, add some prototypes, and set WARNS=2.Dima Dorfman2001-07-155-8/+14
* Change lpd to perform sanity and safety checks on control files as itGarance A Drosehn2001-07-154-6/+931
* Replace a call to 'alloca', thus avoiding an error when compiling onGarance A Drosehn2001-07-151-8/+14
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.Garance A Drosehn2001-07-151-5/+9
* Get lpr/pac.c to compile without warnings with BDECFLAGSGarance A Drosehn2001-07-151-15/+15
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andGarance A Drosehn2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,Garance A Drosehn2001-07-157-21/+27
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.Garance A Drosehn2001-07-142-6/+40
* This is a selection of essentially cosmetic changes:Ian Dowse2001-07-142-38/+42
* Fix a memory leak in check_bound() by freeing the buffer area ofIan Dowse2001-07-141-0/+2
* Add missing #include <stdio.h>.Ian Dowse2001-07-141-1/+2
* Simplify to bitmaskcmp() to use the obvious approach instead ofIan Dowse2001-07-141-22/+19
* Use snprintf instead of sprintf.Ian Dowse2001-07-141-4/+5
* Avoid a harmless compiler warning, and add a missing \n to aIan Dowse2001-07-141-1/+3
* Put on my peril-sensitive sunglasses and remove the POLA-violatingPeter Wemm2001-07-141-0/+7
* Remove the old machine symlink first.Peter Wemm2001-07-141-3/+2
* Tweak the Alpha partition warning wording and comment a little.David E. O'Brien2001-07-132-10/+10
* Rudamentary attempt to reconize when `a' is not the first partition on theDavid E. O'Brien2001-07-132-2/+46
* Repeat after me: "when reporting `file not found', perform a little bit ofDavid E. O'Brien2001-07-131-1/+1
* Whine if we discover an unknown option. This program doesn't useDima Dorfman2001-07-131-0/+2
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-131-1/+1
* Perform MSS fixups on incoming packets as well as outgoing.Brian Somers2001-07-131-32/+43
* Introduce an "include" directive. It takes one argument, a filenameDima Dorfman2001-07-124-8/+102
* Fix IP address checking, now we allow addresses like 172.17.0.0/23 asJesper Skriver2001-07-121-12/+18
* Don't try to compile v6-only files if NOINET6.Bill Fenner2001-07-111-6/+8