aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* no need to for gnu89 any moreSam Leffler2009-03-151-2/+0
* Fix build breakage due to the interplay between r189801 and r189824.David Schultz2009-03-141-0/+2
* 1. Clean up usage() output a bit by grouping options that take an argumentDoug Barton2009-03-131-4/+5
* When using the -D option:Doug Barton2009-03-131-4/+4
* Add menus to read install.cfg from any disk device sysinstall can seeGreg Lehey2009-03-136-22/+241
* o Turn the batch mode on if stdout is not tty.Maxim Konovalov2009-03-122-4/+12
* o Sync synopsis with reality. Remove BUG section -- there isMaxim Konovalov2009-03-121-13/+1
* Update the Chelsio driver to the latest bits from ChelsioGeorge V. Neville-Neil2009-03-102-5/+78
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-093-94/+365
* Install libusb20.so.1 as libusb.so.1, there will be a followup commit to theAndrew Thompson2009-03-091-1/+1
* 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