aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Report some aspects of namespaces and namespace support in identifyWarner Losh2017-06-271-2/+15
* Move 128-bit integer routines to util.c so they can be used by moreWarner Losh2017-06-274-49/+82
* ipfw: Note that bandwidth can take G suffix in the manpageEmmanuel Vadot2017-06-231-1/+1
* ipfw: dummynet: Add 'G' and 'g' suffix for bandwidth configuration/displayEmmanuel Vadot2017-06-231-0/+5
* Allow '_' in labels when specifying -L to newfs.Kirk McKusick2017-06-201-1/+2
* Require devd to be running for its ATF tests to runAlan Somers2017-06-201-1/+2
* devd(8): Remove pidfile on shutdownAlan Somers2017-06-201-0/+1
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-1/+1
* sbin/ipfw: strcpy, strncpy => strlcpyAlan Somers2017-06-131-9/+10
* Remove msdosfs -o large support.Konstantin Belousov2017-06-091-6/+1
* ipfw.8: Note that the ipfw_nat kernel module must be loaded or that theEmmanuel Vadot2017-06-011-0/+5
* parse.c parse_stringStephen J. Kiernan2017-05-311-2/+8
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-313-0/+14
* Fix integer overflow in "camcontrol format"Alan Somers2017-05-311-3/+3
* .Xr mount.conf(5) from boot(8).Edward Tomasz Napierala2017-05-281-0/+1
* Move mount.conf(8) to mount.conf(5); it's a kernel configuration fileEdward Tomasz Napierala2017-05-282-253/+1
* Update the "first appeared in" version in several manual pages.Glen Barber2017-05-241-2/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-232-16/+5
* Allow zero port specification in table entries with type flow.Andrey V. Elsukov2017-05-171-10/+6
* newfs_msdos: clarify description of -T (timestamp) optionEd Maste2017-05-161-9/+11
* newfs_msdos: add -T (timestamp) option for reproducible buildsEd Maste2017-05-164-6/+44
* Persistently store NIC's hardware MAC address, and add a way to retrive itRavi Pokala2017-05-101-1/+44
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-093-2/+3
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-05-091-0/+21
* Fix mount_nfs so that it doesn't create mounttab entries for NFSv4 mounts.Rick Macklem2017-05-081-1/+1
* Fix the output of very large rebind, renew and lease time options inNick Hibma2017-05-071-2/+2