summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove useless conditional.uqs2010-12-201-3/+2
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.syrinx2010-12-205-18/+24
* Add __unused. Ansi prototypes.charnier2010-12-202-6/+10
* Add __unused. Ansi prototypes.charnier2010-12-201-111/+48
* Add __unused. Ansi prototypes.charnier2010-12-201-4/+6
* Add --numeric-owner to tar extract operations in portsnap.simon2010-12-191-5/+5
* Fix build on bigendian archs.bschmidt2010-12-191-0/+1
* Unbreak hostapd. This code has been explicitly removed in upstream versions.bschmidt2010-12-181-33/+4
* Fix some whitespace nits.bschmidt2010-12-181-22/+22
* Change order in wpa_driver_bsd_ops to match upstream code. Add descriptionbschmidt2010-12-181-6/+7
* Add a comment explaining the undefs, while here remove one which is notbschmidt2010-12-181-1/+4
* Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to matchbschmidt2010-12-181-15/+27
* Import bsd_configure_wpa() to sync with upstream code.bschmidt2010-12-181-1/+12
* Prefer os_memset, os_strlcpy and os_free. While here adjust the returnbschmidt2010-12-181-13/+13
* Remove some unused variables and unnecessary casts.bschmidt2010-12-181-23/+12
* Remove debug messages which are no longer present in upstream code. Whilebschmidt2010-12-181-10/+4
* Rename iface to ifname to match the upstream code.bschmidt2010-12-181-8/+9
* Rename ioctl_sock to just sock to match the upstream code. While herebschmidt2010-12-181-15/+12
* Move some functions around to match the upstream order.bschmidt2010-12-181-208/+206
* Add bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME ioctls:bschmidt2010-12-181-40/+25
* Change bsd_del_key() to match upstream code:bschmidt2010-12-181-11/+9
* Aggregate SIOCS80211 and SIOCG80211 ioctl request code. While here, bringbschmidt2010-12-181-43/+40
* 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
OpenPOWER on IntegriCloud