aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Removed more vestiges of if_sl(4).Ruslan Ermilov2009-04-094-378/+0
* add uathload.8Weongyo Jeong2009-04-082-1/+70
* block build of uathload on ia64 temporarily because binutils expectsWeongyo Jeong2009-04-081-0/+2
* Hook uathload up to the build. It's used for loading the firmware forWeongyo Jeong2009-04-071-0/+2
* Add uath(4) to the list of supported network interface.Weongyo Jeong2009-04-071-0/+1
* Remove if_ppp(4) and if_sl(4).Ed Schouten2009-04-0543-23770/+0
* - Style: size_t can't be negative.Ruslan Ermilov2009-04-041-17/+11
* Fixed NAME section.Ruslan Ermilov2009-04-041-2/+2
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXWeongyo Jeong2009-04-042-0/+251
* Set SO_NOSIGPIPE on sockets used by phttpget. Without this, ifColin Percival2009-04-031-0/+6
* Fix punctuation.Tom Rhodes2009-04-011-1/+1
* Don't tempt svn to expand the example $FreeBSD stringsDoug Barton2009-03-232-4/+4
* Add new build targets for tcpdump 4.0.0.Rui Paulo2009-03-211-9/+12
* - Sprinkle const.Marius Strobl2009-03-191-19/+19
* 1. Update for new -F option from r189992.Doug Barton2009-03-181-22/+42
* Add a new -F option to automatically install files that differDoug Barton2009-03-181-2/+19
* Clear confirm password field first when adding new user.Ganbold Tsagaankhuu2009-03-181-0/+1
* Remove unused local. usbconfig(8) can now compile underXin LI2009-03-171-1/+0
* 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