aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* arm64: build usr.sbin/acpi subdirectoryEd Maste2015-11-081-0/+3
* Note if relaxed ordering or no snoop is enabled for each PCI-express device.John Baldwin2015-11-051-0/+4
* Fix typo in error messageDevin Teske2015-11-031-1/+1
* Add sysrc(8) support for "rc.conf.d" file(s) when given "-s name" toDevin Teske2015-11-032-12/+238
* Add testcases for -t ffs -o version=[12]Enji Cooper2015-11-021-1/+66
* Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap withEnji Cooper2015-11-021-4/+4
* Clean up mtree keyword support a slight bit and add a few more default keywordsEnji Cooper2015-11-023-3/+10
* Add testcases for -t cd9660 -o isolevel=[1-3]Enji Cooper2015-11-021-0/+58
* Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 byEnji Cooper2015-11-021-2/+4
* Fix spelling of `isolevel` cd9660 optionEnji Cooper2015-11-021-1/+1
* Bump .Dd for r290259 and r290260Enji Cooper2015-11-021-1/+1
* Document undocumented long options for -t cd9660Enji Cooper2015-11-021-6/+20
* Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53Enji Cooper2015-11-021-18/+21
* newsyslog: treat 'c' flag in the config as 'C'Baptiste Daroussin2015-10-311-14/+0
* Fix rtsold's usage messageEnji Cooper2015-10-301-5/+5
* Follow up to roundup feature addition in r289203Enji Cooper2015-10-302-8/+13
* In pw_userlock, set 'name' to NULL when we encounter an all number stringXin LI2015-10-301-2/+3
* Use strlcpy().Xin LI2015-10-301-2/+1
* Fix unlikely memory leak.Bryan Drewery2015-10-291-1/+3
* Include libutil's headers directly from src to avoid recording a dirdepsBryan Drewery2015-10-282-2/+2
* Connect mpsutil for META MODE.Bryan Drewery2015-10-281-0/+19
* Connect mpsutil(8) to the buildBaptiste Daroussin2015-10-281-0/+1
* Merge from headBaptiste Daroussin2015-10-28226-3863/+7136
|\
| * Remove unneeded NAME override.Bryan Drewery2015-10-271-1/+0
| * Use more appropriate ${SHAREDIR} rather than /usr/share.Bryan Drewery2015-10-273-3/+3
| * Revert r289269 for now. After looking at share/zoneinfo/Makefile this couldXin LI2015-10-271-11/+15
| * Add a regression test for r289899 to validate rockridge encodingEnji Cooper2015-10-241-0/+27
| * Remove an ls -l I was using for debuggingEnji Cooper2015-10-241-1/+0
| * Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding ofEnji Cooper2015-10-241-4/+5
| * Add more cd9660/FFS makefs testcasesEnji Cooper2015-10-243-37/+429
| * newsyslog.conf: allow to configure the signal using the signal name.Baptiste Daroussin2015-10-242-16/+48
| * A miss from r289764.Gleb Smirnoff2015-10-231-3/+3
| * Stop suggesting -grope argument when -grope argument was actually givenBaptiste Daroussin2015-10-221-1/+2
| * MFV ntp-4.2.8p4 (r289715)Gleb Smirnoff2015-10-229-32/+92
| * - Fix a bug which prevented dnssl[0-9] and rdnss[0-9] parameters fromHiroki Sato2015-10-221-2/+3
| * Exit with a user-friendly message instead of tripping an assertEnji Cooper2015-10-221-1/+2
| * Revise "create_test_inputs" to simplify the file structure asEnji Cooper2015-10-223-23/+30
| * Correctly reintroduce the rudimentary smoke tests I botched upEnji Cooper2015-10-225-0/+228
| * Revert r289694Enji Cooper2015-10-218-248/+11
| * Add some rudimentary [smoke] testcases for makefsEnji Cooper2015-10-218-11/+248
| * Unbreak makefs -t cd9660 after r289687Enji Cooper2015-10-211-1/+1
| * Free buffer before returning from cd9660_write_path_table to avoidEnji Cooper2015-10-211-2/+4
| * Fix a ton of speelling errorsEitan Adler2015-10-2124-29/+29
| * check boundaries while parsing SDP responsesMaksim Yevmenkin2015-10-201-9/+43
| * Don't check if `val` is NULL before calling free; free(3) alreadyEnji Cooper2015-10-191-2/+1
| * Initialize `quiet` to false so `pw groupnext` again prints out the next gidEnji Cooper2015-10-191-1/+1
| * Update hostapd/wpa_supplicant to version 2.5.Rui Paulo2015-10-183-6/+2
| * Add debug file extension to freebsd-update(8) after r288176Ed Maste2015-10-151-1/+1
| * Use chroot(2) instead of using prefixes for files.Xin LI2015-10-131-15/+11
| * Fix two memory leaks in config(8).Rui Paulo2015-10-131-0/+2