aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Make IPXrouted compile using Clang by using ANSI function declarations.Ed Schouten2009-03-041-22/+10
* Add printb.c utility file, but do not yet connect it to the build.Bruce M Simpson2009-03-041-0/+64
* Add full SSM stack support to mtest(8) diagnostic tool.Bruce M Simpson2009-03-041-115/+87
* Update mtest(8) manual page.Bruce M Simpson2009-03-041-6/+45
* Write the MBR by using the bootcode verb of the gpart class.Marcel Moolenaar2009-03-021-27/+22
* uupdate for 0.6.8Sam Leffler2009-03-021-2/+3
* update for 0.6.8Sam Leffler2009-03-021-4/+2
* update for 0.6.8Sam Leffler2009-03-021-2/+3
* update to 0.6.8Sam Leffler2009-03-028-96/+107
* use ansi prototypesSam Leffler2009-03-011-11/+4
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-273-236/+7
* Rename all symbols in libmp(3) to mp_*, just like Solaris.Ed Schouten2009-02-262-20/+22
* Fix LLVM compiler errors related to K&R declarations with ANSI prototypes.Ed Schouten2009-02-266-57/+25
* MFp4 //depot/projects/usb@157974Andrew Thompson2009-02-241-0/+33
* Build fixups for the new USB stack.Andrew Thompson2009-02-231-0/+1
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-1/+1
* Include string.h for strncpy prototypeWarner Losh2009-02-191-0/+2
* Properly convert bit value to a bit field. Before we were storingWarner Losh2009-02-191-2/+2
* yppasswdd assumed that a struct x_master_passwd is type punable to aWarner Losh2009-02-181-3/+21
* Remove reference to phy_delay from fwcontrol. Thanks for the catch!Sean Bruno2009-02-171-2/+1
* nitsBruce M Simpson2009-02-151-12/+12
* Blow away KAME MLDv2 hooks.Bruce M Simpson2009-02-151-80/+0
* Improve ifmcstat(8) and fix a few bugs while we're at it:Bruce M Simpson2009-02-152-82/+188
* Fix a typo which caused ifmcstat's sysctl pathBruce M Simpson2009-02-151-1/+1
* Tune output to remove trailing space.Alexander Motin2009-02-151-3/+3
* Add SATA and PCI Advanced Features capabilities reporting.Alexander Motin2009-02-151-0/+24
* Move sys/pccard/*.h here.Warner Losh2009-02-154-5/+487
* Remove unnecessary pccard/cardinfo.h include.Warner Losh2009-02-151-1/+0
* Remove vestiges of OLDCARD PC Card support. We haven't needed/usedWarner Losh2009-02-157-324/+0
* MFp4 //depot/projects/usb@157699Andrew Thompson2009-02-143-5/+30
* Sync comment with actual configuration format.Xin LI2009-02-131-2/+2
* Serialize write() calls on TTYs.Ed Schouten2009-02-112-0/+10
* Move the comment to it's correct place.Wojciech A. Koszek2009-02-071-5/+5
* Remove leftover of alpha support for config(8)--we have MAP_FAILEDWojciech A. Koszek2009-02-071-3/+0
* Make config -x <kernel> only return non-zero characters,Wojciech A. Koszek2009-02-061-2/+13
* Don't leave the console TTY constantly open.Ed Schouten2009-02-052-19/+22
* Clenup code a bit and do not call fork(2) before dameon(3) where not needed.Maksim Yevmenkin2009-02-043-36/+10
* Begin basic improvements to fwcontrol in the area of handlingSean Bruno2009-02-022-13/+12
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of aJohn Baldwin2009-02-022-7/+96
* Hook up btpand(8) to the buildMaksim Yevmenkin2009-02-021-0/+1
* Fix client mode. Pick up service availability changes.Maksim Yevmenkin2009-02-023-21/+19
* The last sector in the first segment might just be a sync, increment beforePoul-Henning Kamp2009-02-021-0/+1
* Don't overwrite it, if only one sector is written yet.Poul-Henning Kamp2009-02-021-7/+8
* Run with -B and just .POSIX.David E. O'Brien2009-01-311-2/+2
* Write timestamps with exactly 9 digits after the period.Tim Kientzle2009-01-314-3/+9
* Add btpand(8) daemon from NetBSD. This daemon provides support forMaksim Yevmenkin2009-01-3015-0/+3372
* - Remove superfluous commentGabor Kovesdan2009-01-301-2/+0
* Accept integer times. Previously, the field "time=1233294539" would beTim Kientzle2009-01-301-6/+7
* Delete commented out ancient history.Warner Losh2009-01-261-14/+0
* Introduce the I2C diagnostic utility. It let's discover and inspect slaveRafal Jaworowski2009-01-264-0/+810