aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Return 'errno' value from the table_do_modify_record(), it is expectedAndrey V. Elsukov2017-10-131-0/+2
* growfs: ANSIfy cgckhash()Ed Maste2017-10-101-2/+1
* Growfs got missed in r323923 that added a check hash to cylinder groups.Kirk McKusick2017-10-102-1/+19
* Check the exit code from fsck_ffs instead of relying on MODIFIED being in the...Enji Cooper2017-10-101-9/+21
* Do not report the filesystem as modified when the only change is toKirk McKusick2017-10-091-1/+7
* Fix alignment of 'last' in autofill.Marcel Moolenaar2017-10-061-1/+1
* Correct sense of crypt(3) NULL checks in init(8) and lock(1)Conrad Meyer2017-10-031-1/+1
* Whitespace changes: Remove leading spaces followed by a tab.Michael Tuexen2017-10-021-7/+7
* Fix a bug which avoided that rules for matching port numbers for SCTPMichael Tuexen2017-10-021-3/+3
* Initialize mdsize to make gcc happy again. This fixes buildworld on powerpc.Andreas Tobler2017-09-301-0/+1
* Enhance mdmfs(8) to work with tmpfs(5).Ian Lepore2017-09-292-50/+178
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-225-1/+70
* Use UFS_LINK_MAX instead of LINK_MAX.John Baldwin2017-09-211-1/+1
* We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski2017-09-212-12/+12
* Provide an articulate example of how to properly delete partitions andAlexey Dokuchaev2017-09-191-1/+24
* Fix language used in the r322923.Mariusz Zaborski2017-09-171-7/+12
* kern.osreldate is an integer, not a stringAllan Jude2017-09-161-1/+1
* geom_virstor: Remove wholly unnecessary g_metadata_store copyConrad Meyer2017-09-081-57/+1
* Audit userspace geom code for leaking memory to diskConrad Meyer2017-09-082-0/+2
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-042-38/+83
* Print the controller's ID in identify.Warner Losh2017-08-281-1/+2
* Add ability to label md(4) devices.Maxim Sobolev2017-08-282-9/+26
* Hide length of geli passphrase during boot.Mariusz Zaborski2017-08-262-12/+58
* Typo, the '-6' option selects inet6.Konstantin Belousov2017-08-151-1/+1
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-146-0/+6
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-026-0/+6
* | Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-092-4/+121
* | Add missing parenthesis on error messageRenato Botelho2017-08-081-1/+1
* | Remove now-unused badsb declaration, missed in r322200Ed Maste2017-08-081-2/+0
* | In debug mode, print the differences between the superblock andWarner Losh2017-08-071-25/+35
* | Make it possible to ignore superblock mismatch. This will not fix suchWarner Losh2017-08-071-36/+13
* | Selectively print "hwaddr" from ifconfig(8).Matt Joras2017-08-041-1/+9
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-026-18/+6
* Don't request CTLTYPE_OPAQUE if we can't print them.Andrew Gallatin2017-07-311-18/+26
* Add a new "-N" option to umount(8), that does a forced dismount of an NFS mountRick Macklem2017-07-292-8/+54
* Fix style and wrap lines to 80 columns in savecore.c.Mark Johnston2017-07-241-16/+29
* Revert r320918 and have mkdumpheader() handle version string truncation.Mark Johnston2017-07-151-1/+1
* pfctl parser testsKristof Provost2017-07-15162-0/+1669
* Add a newline after the version string.Mark Johnston2017-07-121-1/+1
* Add a subroutine for comparing kerneldump identifiers.Mark Johnston2017-07-111-5/+10
* Fix whitespace bugsEnji Cooper2017-07-101-390/+387
* Fix -Wuninitialized warning with gccEnji Cooper2017-07-101-1/+1
* New command 'mmcsdcmd' for camcontrol, to allow interacting with SD cardsWarner Losh2017-07-091-1/+302
* Fix "mount -uw /" when the filesystem type doesn't match.Edward Tomasz Napierala2017-07-081-1/+3
* Bump date for today's commit.Warner Losh2017-07-071-1/+1
* Improve wording for -E and -t flags. -E never writes the entire disk,Warner Losh2017-07-071-8/+8
* - Use strlcat() instead of strncat().Xin LI2017-07-071-6/+6
* Remove SUBDIR ordering/uniquifying in *bin/MakefileEnji Cooper2017-07-061-2/+0
* Fix sign of resid and add a mostly useless cast to cope with signed vsWarner Losh2017-07-011-2/+2
* Improve wdc error log pulling.Warner Losh2017-06-291-175/+29