summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].jkim2011-01-131-2/+2
* Update spkrtest(8) to use new dialog auto-sizing syntax.nwhitehorn2011-01-131-1/+1
* Use auto-sizing syntax appropriate for the new dialog(1). This shouldnwhitehorn2011-01-131-1/+1
* Documents OUTPUT formats. While I'm here cleans up styles and words.weongyo2011-01-131-11/+66
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-123-9/+9
* Add support for using encrypted password strings when settingjpaetzel2011-01-103-10/+40
* Patch pc-sysinstall to deal with 4k sector size drivesjpaetzel2011-01-102-257/+129
* Take passwords out of debug log.jpaetzel2011-01-081-2/+2
* Push some PC-BSD specific fixes upstream.jpaetzel2011-01-082-52/+6
* More elegant way to detect MBR vs. GPTjpaetzel2011-01-082-14/+3
* Use ether_ntoa instead of home-grown version.delphij2011-01-081-9/+5
* Retire TARGET_ABI.imp2011-01-071-1/+1
* - Save some space relying on the fact that all ioctl commandsstas2011-01-071-5/+5
* - Show textual representation of ioctl command in warning messagestas2011-01-061-2/+7
* Use errx() instead of err() in parseint. There is usually no interestingkib2011-01-041-2/+2
* Make the parsing of the integer arguments for rtprio(1)/idprio(1) stricter.kib2011-01-041-18/+32
* Quiet clang warnings by using literal format strings for printf-likeemaste2011-01-042-3/+3
* Make -S functional.brian2010-12-311-1/+1
* Add vte(4) to the list of supported network interface.yongari2010-12-311-0/+1
* Revert most of r210764, now that mdocml does the rightuqs2010-12-281-1/+1
* style.Makefile says tab between var= and value.delphij2010-12-231-2/+2
* Allow overriding pidfile and dumpfile.delphij2010-12-223-19/+47
* Add package directories used for the upcoming 8.2 and 7.4 releases,kensmith2010-12-221-0/+4
* Add an option to disable the screensaver.brucec2010-12-221-2/+4
* Unbreak the build by temprorarily not using include directives insyrinx2010-12-202-2/+20
* rpc.lockd(8) WARNS cleanupuqs2010-12-203-6/+4
* lmcconfig(8): bump to WARNS=3, fix typo in usage while hereuqs2010-12-202-210/+281
* Fix type used to hold fgetc(3) output, this should help arm and powerpcuqs2010-12-201-1/+1
* 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
OpenPOWER on IntegriCloud