aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix handling of large DHCP expiry values.Nick Hibma2017-05-071-20/+22
* When editing a mode page on a tape drive, do not clear the deviceKenneth D. Merry2017-05-051-1/+14
* Bump the camcontrol(8) man page date.Kenneth D. Merry2017-05-031-1/+1
* Add the ability to rescan or reset devices specified by peripheralKenneth D. Merry2017-05-032-10/+115
* Fix memory leaks in camcontrolAlan Somers2017-05-031-9/+6
* Unbreak ifconfig for mlx4en(4) after r317755Alan Somers2017-05-031-3/+5
* Various Coverity fixes in ifconfig(8)Alan Somers2017-05-035-38/+32
* ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"Alan Somers2017-05-031-2/+1
* Add `ipfw table all destroy` support.Andrey V. Elsukov2017-05-022-9/+37
* In parse_range() validate both range values instead of checkingAndrey V. Elsukov2017-05-021-1/+1
* Add sets support for ipfw table info/list/flush commands.Andrey V. Elsukov2017-05-021-5/+6
* Properly initialize ipfw_range_tlv variable to fix possible EINVALAndrey V. Elsukov2017-05-021-7/+7
* Fix camcontrol timestamp setting and update the man page.Kenneth D. Merry2017-05-012-5/+11
* Fix a comment that's been wrong ever since this file was imported in 1997Alan Somers2017-05-011-1/+1
* Document in ifconfig(8) that gre(4) accepts tunnel commandsMark Felder2017-04-291-3/+20
* Advertise kldxref(8) a little better.Edward Tomasz Napierala2017-04-272-3/+5
* Fix withered handling of r280687, broken by r286719.Alexander Motin2017-04-271-2/+15
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-2417-4163/+0
* In fill_ip6(), the value of the pointer av changes before it isMarius Strobl2017-04-231-2/+3
* fsck_ffs: Unsign some variables and make use of reallocarray(3).Pedro F. Giffuni2017-04-224-11/+10
* Always allow setting number of iterations for the first time.Alexander Motin2017-04-211-1/+3
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-162-9/+19
* Switch back to non-IEC units for 1024 bytesEnji Cooper2017-04-151-1/+1
* savecore: fix space calculation with respect to `minfree` in check_space(..)Enji Cooper2017-04-141-8/+27