summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Pass proper -Wl,-export-dynamic to ld. Thus bsnmpd(1) compiled with clangsyrinx2010-12-161-1/+1
* Merge ACPICA 20101209.jkim2010-12-151-1/+1
* USB probing often takes a long time and finishes finding devices after initbrucec2010-12-131-1/+1
* Remove unnecessary debug/error CFLAGS.syrinx2010-12-111-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-1156-224/+2
* Unbreak "make installworld" w/ DESTDIR specifiedsyrinx2010-12-091-2/+2
* Build sade on amd64 as well as i386 and sparc64.brucec2010-12-091-0/+3
* Closing fd when it's donekevlo2010-12-091-0/+1
* Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.syrinx2010-12-0813-1/+7563
* In bsnmpd(1) add support for SNMPv3 message processing model, including messa...syrinx2010-12-085-1/+52
* Close fd in initattr() and showattr().kevlo2010-12-081-0/+6
* Closing file descriptors when it's donekevlo2010-12-081-0/+3
* Use a "push" strategy to get data through libz, rather than a "pull" strategy.phk2010-12-072-156/+140
* Ignore any failures with the "local" distribution since it's not presentbrucec2010-12-062-2/+5
* Revert r209469: it causes the rest of the function to be bypassed.brucec2010-12-061-2/+0
* Fix double ;;kevlo2010-12-061-1/+1
* Catch up with kernel using time_uptime to drive ARP timeouts.glebius2010-12-061-1/+3
* De-orbit usbdevs(8) which hasn't worked with the new USB stack for a longuqs2010-12-043-310/+0
* traceroute6(8): make WARNS=3 cleanuqs2010-12-042-15/+14
* traceroute(8): make WARNS=3 cleanuqs2010-12-041-1/+1
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-0433-4773/+1
* Changes the meaning of each characters '<' and '>' that it could beweongyo2010-12-031-1/+1
* Do not hardcode (20*60), but use current ARP timeout value configuredglebius2010-11-301-1/+7
* Teach crashinfo(8) to look at the currently running kernel (based on thecperciva2010-11-301-1/+1
* That should belong to r216075. Pointy hat on me.glebius2010-11-301-3/+3
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-301-4/+4
* If no floppy drive is installed kldBrowser() can generate an error early on.brucec2010-11-291-2/+2
* Update the serial port device names. They changed in 8.0 because the defaultbrucec2010-11-292-13/+13
* Fix fd leak in get_fontkevlo2010-11-291-0/+1
* Remove unused traceroute(8) contrib code from headuqs2010-11-271-1/+1
* As a refection of r215802 it should use BPF interfaces because theweongyo2010-11-241-37/+39
* Clarify a few details about iostat(8) behavior:yar2010-11-241-2/+16
* Remove kernbb(8) from the source tree.uqs2010-11-223-239/+0
* Similar to mfiutil, drop local definition of powerof2() and use versionjhb2010-11-221-2/+0
* Don't generate input() since it's not used.brucec2010-11-225-2/+5
* Adds usbdump(8) tool that currently it only supports the very basicweongyo2010-11-223-0/+627
* dispatch_add_command:brucec2010-11-211-9/+23
* Fix a typo in a comment.simon2010-11-211-1/+1
* Handle malloc() failures more gracefully by error'ing out rather thanjhb2010-11-193-0/+36
* Change "wait" banner to "qlen" to be more indicative of its purpose and toivoras2010-11-172-3/+3
* Remove references to MAKEDEV(8)dougb2010-11-152-9/+2
* ipv6_enable has been obsoleted in favour of ipv6_activate_all_interfaces.brucec2010-11-141-1/+1
* Fix use of CD_VERSION=any in cdrom.inf by calling strcmp instead ofbrucec2010-11-141-1/+1
* Remove support for cpioVerbose=medium because bsdcpio doesn't support thebrucec2010-11-143-7/+2
* ntpdate(8) hosts are now configured in rc.conf via ntpdate_hosts.brucec2010-11-144-159/+159
* "Web" should not be all upper-case because it's not an acronym.brucec2010-11-141-1/+1
* Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected.brucec2010-11-141-1/+1
* Add ftp4.se.freebsd.org to the set of mirrors.brucec2010-11-131-0/+2
* We still support PLIP devices, so mention them in addition to ethernet.brucec2010-11-132-2/+2
* Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.emax2010-11-124-0/+375
OpenPOWER on IntegriCloud