summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-155-24/+24
* Constify, add some prototypes, and set WARNS=2.dd2001-07-155-8/+14
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-154-6/+931
* Replace a call to 'alloca', thus avoiding an error when compiling ongad2001-07-151-8/+14
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.gad2001-07-151-6/+10
* Get lpr/pac.c to compile without warnings with BDECFLAGSgad2001-07-151-15/+15
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andgad2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-157-21/+27
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.gad2001-07-142-6/+40
* This is a selection of essentially cosmetic changes:iedowse2001-07-142-38/+42
* Fix a memory leak in check_bound() by freeing the buffer area ofiedowse2001-07-141-0/+2
* Add missing #include <stdio.h>.iedowse2001-07-141-1/+2
* Simplify to bitmaskcmp() to use the obvious approach instead ofiedowse2001-07-141-22/+19
* Use snprintf instead of sprintf.iedowse2001-07-141-4/+5
* Avoid a harmless compiler warning, and add a missing \n to aiedowse2001-07-141-1/+3
* Put on my peril-sensitive sunglasses and remove the POLA-violatingpeter2001-07-141-0/+7
* Remove the old machine symlink first.peter2001-07-141-3/+2
* Tweak the Alpha partition warning wording and comment a little.obrien2001-07-132-10/+10
* Rudamentary attempt to reconize when `a' is not the first partition on theobrien2001-07-132-2/+46
* Repeat after me: "when reporting `file not found', perform a little bit ofobrien2001-07-131-1/+1
* Whine if we discover an unknown option. This program doesn't usedd2001-07-131-0/+2
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-1/+1
* Perform MSS fixups on incoming packets as well as outgoing.brian2001-07-131-32/+43
* Introduce an "include" directive. It takes one argument, a filenamedd2001-07-124-8/+102
* Fix IP address checking, now we allow addresses like 172.17.0.0/23 asjesper2001-07-121-12/+18
* Don't try to compile v6-only files if NOINET6.fenner2001-07-111-6/+8
* Add ftp2.jp.freebsd.org as IPv6 ready mirror server.ume2001-07-112-2/+6
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1087-87/+87
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHsobomax2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-103-3/+3
* mdoc(7) police: eliminate warnings, fix markup.ru2001-07-101-10/+6
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0944-82/+0
* Fix the type of the NULL arg to execl()brian2001-07-0922-38/+43
* Fix the type of the last arg to execl()brian2001-07-091-1/+1
* Staticise the OpenBSD SHA1_End() functionbrian2001-07-091-1/+1
* Stay (backwards-)compatible with OpenBSD's groffbrian2001-07-092-2/+6
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian2001-07-095-0/+117
* Oops, remove a `mouse_move_delayed++' that shouldn't have beeniedowse2001-07-081-3/+1
* The state machine for 3-button emulation defers some button eventsiedowse2001-07-081-4/+29
* Don't try to dereference the -1th ccp algorithm array entry when webrian2001-07-071-1/+1
* When we miss one or more packets in stateful mode *and* need tobrian2001-07-071-7/+10
* Spell stateful properlybrian2001-07-064-11/+11
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-0619-41/+42
* mdoc(7) police: added missing .Ek call.ru2001-07-061-0/+1
* make it compile on alpha againmjacob2001-07-051-1/+2
* Don't override the default BINMODE.ru2001-07-051-2/+0
* mdoc(7) police: removed hard sentence breaks, sorted xrefs.ru2001-07-052-18/+34
* Mark relevant functions __printflike()/__printf0like() and silence some ofkris2001-07-0518-47/+47
* mdoc(7) police: cosmetics.ru2001-07-051-1/+3
OpenPOWER on IntegriCloud