aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Prevent a non-exploitable remote buffer overflow.Kris Kennaway2000-06-081-3/+3
* Fix db syncronization when username is changed with -l under usermod.David Nugent2000-06-061-1/+1
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardYoshihiro Takahashi2000-06-0517-38/+310
* Specify a trigger address of 0.0.0.0 here so that we can sucessfullyBrian Somers2000-06-051-1/+1
* Fix typo.Jeroen Ruigrok van der Werven2000-06-041-1/+1
* Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel. ThisTim Vanderhoek2000-06-041-4/+4
* Use `rm -f` if the -f (force) option was given.Tim Vanderhoek2000-06-021-1/+1
* Add -y option which doesn't ask for confimation, but still shows progressPoul-Henning Kamp2000-06-012-4/+12
* Add a NO_LPR option. Useful for people who want to use LPRng.Tim Vanderhoek2000-05-311-1/+4
* Update the australian NTP server entry.Jordan K. Hubbard2000-05-312-2/+2
* Use mp_CheckAutoloadTimer() rather than mp_StopAutoloadTimer()Brian Somers2000-05-311-2/+2
* Don't use the umask to chmod local domain server sockets, useBrian Somers2000-05-311-1/+1
* /dev/rXXX -> /dev/XXXMike Smith2000-05-311-1/+1
* Don't do anything with /dev/rXXXMike Smith2000-05-311-3/+1
* Finish the /dev/rXXX removal job. With the libdisk fixes, this shouldMike Smith2000-05-314-8/+8
* Fix the ident server up more: use ssize_t/size_t/socklen_t/int all in theBrian Feldman2000-05-301-23/+22
* Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takesJohn Baldwin2000-05-301-1/+2
* Add regex(3) matching feature for card line strings.Mitsuru IWASAKI2000-05-304-12/+82
* Adjust the width of the first column in output from "sa -m" to matchGuy Helmer2000-05-301-1/+2
* TypoPhilippe Charnier2000-05-291-1/+2
* Make use of .Ic asked by Sheldon. Spelling fix I missed yesterday.Philippe Charnier2000-05-291-16/+16
* 1000000 usecs to 1 sec conversionPhilippe Charnier2000-05-281-1/+1
* Convert to errx()Philippe Charnier2000-05-281-12/+6
* Add prototypePhilippe Charnier2000-05-281-0/+1
* Use .FxPhilippe Charnier2000-05-281-2/+2
* Do not add progname in err() strings, it will be printed twicePhilippe Charnier2000-05-282-10/+9
* Simplify .Nm. Be consistent with subcommand namePhilippe Charnier2000-05-281-6/+12
* Put ASCII under .TnPhilippe Charnier2000-05-281-1/+3
* Dot not dot terminate in FILES and SEE ALSO sectionsPhilippe Charnier2000-05-281-2/+2
* match prototypePhilippe Charnier2000-05-282-6/+6
* Do not dot terminate lines in FILES sectionPhilippe Charnier2000-05-281-1/+1
* If the fsm header reports a length greater than the packet size,Brian Somers2000-05-261-1/+8
* Remove an unused variableBrian Somers2000-05-261-1/+1
* When we do a ``dial'' or ``open'' from DATALINK_READY, go toBrian Somers2000-05-262-7/+8
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-2612-32/+32
* Add the 'Z' key to the slice editor. Hitting it toggles the units theDavid E. O'Brien2000-05-262-18/+68
* Fix a topy (if (expr); command;)Brian Somers2000-05-251-1/+1
* Remove all of the block devices, correct major numbers to point to theMike Smith2000-05-252-42/+26
* Teach sysinstall about 'twe' disks. Note that this is currentlyMike Smith2000-05-252-0/+2
* The name /var/log/alias.log is *not* likely to change in the nearBrian Somers2000-05-242-2/+0
* add common.c to SRCSDarren Reed2000-05-241-1/+1
* Mention what ``enable proxy'' actually doesBrian Somers2000-05-242-2/+6
* Remove the lpr/runqueue directory and associated files.Mike Pritchard2000-05-244-3014/+0
* Re-implement my fix from rev 1.6 (same rev for both files being committed)Mike Pritchard2000-05-242-2/+20
* Honour ``set speed sync'' and ``set device !program'' whenBrian Somers2000-05-241-13/+32
* Mention it in the log file when we HUP a process thatBrian Somers2000-05-241-0/+2
* Don't attempt to fputs(NULL, fp) when ``enable dns'' is given andBrian Somers2000-05-241-2/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-2312-32/+32
* Always pass packets through libalias when NAT is enabled.Brian Somers2000-05-231-14/+2
* Catch and report fdopen failures.Guy Helmer2000-05-231-0/+10