aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Wording nit.Tom Rhodes2005-01-101-1/+1
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI2005-01-088-35/+39
* Follow style.Makefile(5):Xin LI2005-01-081-1/+1
* Change the USB keyboard example to use /dev/ukbd0 instead of /dev/kbd1.Brooks Davis2005-01-081-2/+2
* WARNS=6 cleanup. This includes:Xin LI2005-01-072-8/+10
* Minor comment fix.Ken Smith2005-01-072-2/+2
* Document the -V and -U options in usage().Philip Paeps2005-01-061-2/+2
* Add forgotten -a to the usage() message.Lukas Ertl2005-01-051-1/+1
* Teach sdpd(8) about 32-bit and 128-bit uuid's.Maksim Yevmenkin2005-01-055-13/+162
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.Maksim Yevmenkin2005-01-041-1/+1
* Use __unused macro instead of a bare void for main().Xin LI2005-01-041-1/+1
* Update the INDEX file to INDEX-6Paul Richards2005-01-041-5/+5
* Use INDEX-6 for versions of FreeBSD > 600000Paul Richards2005-01-041-1/+3
* Remove old wdc driver completely.Yoshihiro Takahashi2005-01-042-12/+0
* Allow usbd to handle event notificatiosn where mor ethan oneJulian Elischer2005-01-041-47/+67
* nologin(8) does not seem to require any command line parameters,Xin LI2005-01-041-2/+2
* Because the `permission' field in conf_entry is intended to be used asXin LI2005-01-041-1/+1
* Catch up with the kernel and set any global variables we are using, inNate Lawson2005-01-031-0/+6
* o Remove duplicate includes.Maxim Konovalov2005-01-011-2/+0
* Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithmGarance A Drosehn2004-12-315-37/+79
* Do more extensive checking of the userid field which is read in from theGarance A Drosehn2004-12-311-7/+46
* Allow ':' and '%' in hostname specifications so that we can specify IPv6David Malone2004-12-281-1/+1
* Some syslog messages delimit the program tag with whitespace ratherDavid Malone2004-12-281-2/+2
* For VLAN interfaces, print MAC addresses properly.Ruslan Ermilov2004-12-241-1/+2
* Due to unknown reasons, Disk_Names() returns SCSI CDROM as a validPyun YongHyeon2004-12-222-0/+28
* Use the source of the termcap database when available.Ruslan Ermilov2004-12-212-20/+32
* The "fixate" command no longer terminates command processing,Ruslan Ermilov2004-12-211-4/+1
* Document -F in usage() and SYNOPSIS.Ruslan Ermilov2004-12-212-2/+2
* Make "burncd ... fixate eject" really work as promised.Ruslan Ermilov2004-12-211-1/+1
* NOPAM -> NO_PAMRuslan Ermilov2004-12-211-0/+3
* NOIPSEC -> TRACEROUTE_NO_IPSECRuslan Ermilov2004-12-211-2/+2
* Overhaul ppp(8) build options so they are safe to use inRuslan Ermilov2004-12-211-18/+26
* The C define is NONAT.Ruslan Ermilov2004-12-211-1/+1
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-216-6/+6
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-2110-11/+11
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-213-3/+3
* NOATM -> NO_ATMRuslan Ermilov2004-12-213-4/+4
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-5/+5
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-2126-26/+26
* Allocate an additional white space in a username column forMaxim Konovalov2004-12-191-3/+3
* Call umask() before opening the lock-file for a queue, to make sureGarance A Drosehn2004-12-191-1/+2
* Open device R/W for ioctl modifications.Poul-Henning Kamp2004-12-181-1/+1
* err() -> errx()Ruslan Ermilov2004-12-171-6/+6
* When printing a data file received from some other host, check to makeGarance A Drosehn2004-12-171-0/+100
* Describe the special meaning of the $ and ~ characters, and the factPeter Pentchev2004-12-161-0/+20
* The ioconf.c is no longer generated.Ruslan Ermilov2004-12-161-4/+1
* - Xref fwip(4)Christian Brueffer2004-12-141-1/+2
* Handle select() returning -1/EINTR - fairly common in these KSE days.Brian Somers2004-12-131-1/+5
* Implement an ``enable/disable echo'' option, defaults to off.Brian Somers2004-12-135-35/+109
* Also do not send junk mount arguments when removing exports.Poul-Henning Kamp2004-12-111-0/+1