summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Add a manpage for iovctl(8)rstone2015-03-011-0/+123
* Revert r279454. The new directory didn't get added to svn properly.rstone2015-03-011-1/+0
* Add main() for iovctl and hook iovctl into buildrstone2015-03-011-0/+1
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-286-40/+41
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aian2015-02-271-2/+10
* Use LIBADD.trasz2015-02-261-1/+1
* Add uefisign(8), UEFI Secure Boot signing utility.trasz2015-02-268-0/+1524
* Add missing error check.trasz2015-02-261-1/+4
* Fix memory leak on incorrect initiator portal.mav2015-02-251-0/+1
* Add checks for malloc() failures.mav2015-02-251-0/+5
* Fix a race condition by allowing up to 5 seconds of difference between the ti...brd2015-02-241-4/+8
* Emulate MSR 0xC0011024 when running on AMD processors.neel2015-02-241-0/+9
* Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time.neel2015-02-244-13/+21
* Don't close a block context if it couldn't be opened,grehan2015-02-231-1/+2
* pmccontrol(8): Replace malloc() + memset() with calloc()pfg2015-02-221-3/+1
* Allow for parameters added with the JP_OPT flag to not exist.jamie2015-02-221-4/+3
* Fix the logic for skipping parameters (with -s) that have "jailsys"jamie2015-02-201-4/+5
* Allow parameters listed on the command line to override the -v option,jamie2015-02-202-2/+5
* Now that IGMP and MLD sysctls provide a clean API structures that do notglebius2015-02-193-22/+15
* Make syslogd work in case shutdown() is POSIX-ly correct.ed2015-02-191-1/+2
* Unbreak freshly installed worlds by properly "commenting" out ifmcstatngie2015-02-191-1/+3
* Temporarily disconnect ifmcstat(8) from build, to make world buildableglebius2015-02-191-1/+1
* Merge ACPICA 20141107 and 20150204.jkim2015-02-183-15/+22
* Add tests for account and password expiration.brd2015-02-171-0/+111
* Add example for upcoming aarch64/arm64 targets.sbruno2015-02-161-0/+11
* install the man page...jmg2015-02-161-1/+0
* If no arguments are passed to a subcommand that requires arguments,sbruno2015-02-151-1/+3
* Really fix the pw_usernext tests.brd2015-02-151-12/+15
* Remove an extra curly bracket that was causing intermittent failures.brd2015-02-141-1/+1
* Use less ugly code to allocate buffer of SORCVBUF_SIZE.glebius2015-02-131-1/+3
* (backup_kernel_finddir, backup_kernel, install_files):thomas2015-02-131-18/+18
* Add an auto-generated file to CLEANFILES.markj2015-02-131-1/+1
* Check for an error from daemon(3), and correct the check for an error frommarkj2015-02-131-2/+3
* Remove unused code.trasz2015-02-124-42/+0
* Fix man page to match real option names.mav2015-02-121-4/+4
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-122-2/+1
* Add missing asprintf() status checks.mav2015-02-111-2/+8
* flowctl: Replace alloca() with an array.pfg2015-02-111-3/+1
* Fix formatting.trasz2015-02-111-3/+3
* Mountd iterating over the mount points may race with the parallelkib2015-02-101-1/+5
* Update copyrights.dteske2015-02-106-6/+6
* Add "vt_"* aliases to bsdconfig console entries.dteske2015-02-101-0/+7
* Add bsdconfig api function f_dialog_menutag2help()dteske2015-02-101-0/+33
* Add bsdconfig api functions f_dialog_pause()/f_dialog_pause_no_cancel()dteske2015-02-101-0/+50
* Eliminate sub-shells where possible for performance.dteske2015-02-103-41/+89
* Whitespace.dteske2015-02-101-2/+1
* Comments.dteske2015-02-101-1/+1
* Add tests for `pw usernext'.brd2015-02-092-1/+44
* Add new alias "bsdconfig api" (same as "bsdconfig includes")dteske2015-02-091-0/+1
* Replace the only instance of sed(1) in bsdconfig(8) with awk(1).dteske2015-02-091-1/+1
OpenPOWER on IntegriCloud