aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Update the australian ntp server, the old one is no longerChris Piazza2000-03-182-4/+4
* Move a comment to make things a bit more readable.Brian Somers2000-03-162-4/+4
* Add Tremon Wheel PNP mouseAndrey A. Chernov2000-03-151-0/+2
* Do not preserve UIDs, permissions nor flags of package system files inSheldon Hearn2000-03-151-2/+2
* Increase bit fields to allow for new valuesBrian Somers2000-03-141-2/+2
* ppps -> ppp's; suggested by sheldonhBrian Somers2000-03-142-26/+26
* Understand -DNOINET6Brian Somers2000-03-141-0/+4
* When unexpected rtmsg was received, route6d was dying.Yoshinobu Inoue2000-03-141-2/+4
* Revive rev 1.12 (NetBSD improvements including @ shortcuts).Sheldon Hearn2000-03-141-0/+24
* Un-botch my botched reduction in permitted characters in the permittedMark Newton2000-03-141-1/+1
* Fix the case where username validity test would incorrectly fail ifMark Newton2000-03-141-1/+1
* Cope with quotation marks around font names in /etc/rc.conf .Sheldon Hearn2000-03-141-1/+1
* Understand environment variables in commandsBrian Somers2000-03-145-62/+102
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-1411-151/+527
* Refresh the NAT IP pointer after a potential mbuf reallocation. ThisBrian Somers2000-03-141-0/+1
* Fix some printf-style argument bugsBrian Somers2000-03-146-17/+20
* Fix some typosBrian Somers2000-03-142-8/+8
* Adjust whitespaceBrian Somers2000-03-142-1/+5
* Don't include netinet6/in6.h directly.Brian Somers2000-03-141-3/+0
* Correct some typos introduced in the descriptor -> fdescriptor change.Brian Somers2000-03-147-18/+18
* Introduce LOCALNAT and LOCALRAD defines so that the sources can stayBrian Somers2000-03-145-13/+22
* Correct UN_SIZE definitionBrian Somers2000-03-141-1/+1
* Don't ``break'' when we come accross a non-RTM_IFINFO typeBrian Somers2000-03-141-1/+1
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-148-98/+126
* Add ``set log dns'' to log DNS QUERY packets.Brian Somers2000-03-146-28/+162
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibBrian Somers2000-03-148-128/+130
* Support IP6 addresses in ``show route''Brian Somers2000-03-141-12/+88
* When adjusting timer::rest, round to the closest TICKUNIT usecsBrian Somers2000-03-141-6/+8
* When we stop a timer that's the first in the timer list, ensureBrian Somers2000-03-141-4/+14
* To avoid namespace polution in NetBSD:Brian Somers2000-03-1423-78/+78
* Test for existence of secure/, not crypto/ for consistencyKris Kennaway2000-03-131-1/+1
* Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection.Kris Kennaway2000-03-131-1/+3
* Remove erroneous built-in help information for the 'msg' command.Archie Cobbs2000-03-131-3/+1
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).Guy Helmer2000-03-131-1/+16
* Back out previous commit. The code is not ready for it.Sheldon Hearn2000-03-131-24/+0
* -CURRENT is now 500000, reflect that.Bill Fumerola2000-03-131-1/+1
* Add a standard option list and make appropriate changes to theSheldon Hearn2000-03-131-76/+115
* Add missing end of semi colon of an example setkey command.Yoshinobu Inoue2000-03-131-1/+1
* Typo fix. s/SAD/SPD/.Yoshinobu Inoue2000-03-121-1/+1
* Typo fixes.Yoshinobu Inoue2000-03-123-14/+14
* Disable RTPRIO and P1003.1B scheduling in ntpd. Only leave BSD_NICEPeter Dufault2000-03-121-2/+2
* Remove PkgInteractive hack - it won't work like this.Jordan K. Hubbard2000-03-127-12/+1
* Remove the last vestiges of libRSAglue now that it's an empty stub.Kris Kennaway2000-03-112-8/+0
* Add missing return.Yoshinobu Inoue2000-03-111-0/+1
* Make inetd compilable without INET6.Yoshinobu Inoue2000-03-112-2/+4
* Do the right thing with USA_RESIDENTJordan K. Hubbard2000-03-103-6/+6
* s/chose/choose/ in all the relevant places.Jordan K. Hubbard2000-03-104-8/+8
* Fix various unsigned vs signed errors that caused problems with uidsPaul Richards2000-03-092-11/+20
* Fix addr length argument value passed to sendto().Yoshinobu Inoue2000-03-091-10/+10
* Added several socket close() which were mistakenly forgotten.Yoshinobu Inoue2000-03-093-7/+10