aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+10
* 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
* Add ftp2.jp.freebsd.org as IPv6 ready mirror server.Hajimu UMEMOTO2001-07-112-2/+6
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1087-87/+87
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHMaxim Sobolev2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-103-3/+3
* mdoc(7) police: eliminate warnings, fix markup.Ruslan Ermilov2001-07-101-10/+6
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-0944-82/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-0922-38/+43
* Fix the type of the last arg to execl()Brian Somers2001-07-091-1/+1
* Staticise the OpenBSD SHA1_End() functionBrian Somers2001-07-091-1/+1
* Stay (backwards-)compatible with OpenBSD's groffBrian Somers2001-07-092-2/+6
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.Brian Somers2001-07-095-0/+117
* Oops, remove a `mouse_move_delayed++' that shouldn't have beenIan Dowse2001-07-081-3/+1
* The state machine for 3-button emulation defers some button eventsIan Dowse2001-07-081-4/+29
* Don't try to dereference the -1th ccp algorithm array entry when weBrian Somers2001-07-071-1/+1
* When we miss one or more packets in stateful mode *and* need toBrian Somers2001-07-071-7/+10
* Spell stateful properlyBrian Somers2001-07-064-11/+11
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-0619-41/+42
* mdoc(7) police: added missing .Ek call.Ruslan Ermilov2001-07-061-0/+1
* make it compile on alpha againMatt Jacob2001-07-051-1/+2
* Don't override the default BINMODE.Ruslan Ermilov2001-07-051-2/+0
* mdoc(7) police: removed hard sentence breaks, sorted xrefs.Ruslan Ermilov2001-07-052-18/+34
* Mark relevant functions __printflike()/__printf0like() and silence some ofKris Kennaway2001-07-0518-47/+47
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-07-051-1/+3
* It seems to be no longer true that -O2 is required to compile this.Kris Kennaway2001-07-051-1/+0