aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Document how to use reroot with NFS.Edward Tomasz Napierala2017-03-191-1/+8
* Change the syntax of ipfw's named states.Andrey V. Elsukov2017-03-152-59/+45
* Fix late and noauto with geli swapDmitry Marakasov2017-03-141-1/+5
* Disconnect ipftest and ipresend from the build until it can be verifiedCy Schubert2017-03-141-1/+3
* Revert r315218 so that it may be committed together with r315219.Cy Schubert2017-03-141-3/+1
* Disconnect ipftest and ipresend from the build until it can be verifiedCy Schubert2017-03-141-1/+3
* sbin/dhclient: fix `vendor` storage leak in parse_option_decl(..)Enji Cooper2017-03-131-0/+3
* Fix -Wunused-but-set-warning with `ret`Enji Cooper2017-03-131-3/+2
* sbin/dhclient: fix a memory leak in parse_client_lease_statement(..)Enji Cooper2017-03-131-0/+1
* Fix CFLAGS for including netipsec headers #includesEnji Cooper2017-03-131-1/+1
* Add the capability to refresh the gpart(8) label without need a reboot.Marcelo Araujo2017-03-122-1/+37
* Delete duplicate -I <SRCTOP>/lib/libipsec added in r171135Enji Cooper2017-03-121-1/+1
* Typo.Mark Johnston2017-03-101-1/+1
* Decode modern PIM flags.Alexander Motin2017-03-091-0/+12
* sbin/devfs: clarify usageEnji Cooper2017-03-081-1/+3
* Introduce the concept of IPsec security policies scope.Andrey V. Elsukov2017-03-072-22/+34
* newfs_nandfs: Fix unaligned pointer warningConrad Meyer2017-03-041-1/+3
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-0461-95/+95
* Fix date.Dag-Erling Smørgrav2017-03-021-1/+1
* Update to reflect that SHA-1 has now been broken.Dag-Erling Smørgrav2017-03-021-14/+12
* Renumber copyright clause 4Warner Losh2017-02-28123-123/+123
* Add sysctl to control auto resize of the GEOM metadata.Mariusz Zaborski2017-02-271-0/+12
* Document that the size of AH ICV for HMAC-SHA2-NNN should be half ofAndrey V. Elsukov2017-02-271-5/+4
* Make nvmecontrol logpage -p help list known pages.Warner Losh2017-02-253-24/+60
* Exit with usage if argv[1] is NULL in dispatch. This fixes core dumpsWarner Losh2017-02-251-0/+5
* Fix typos in output.Warner Losh2017-02-251-3/+3
* [ifconfig] handle illegal WPS framesAdrian Chadd2017-02-231-0/+8
* [ifconfig] fix a memory leak!Adrian Chadd2017-02-201-1/+1
* [ifconfig] fix a memory leak.Adrian Chadd2017-02-201-0/+1
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-6/+23
* Make savecore(8) output nicer by specifying the maximum field widthEdward Tomasz Napierala2017-02-191-1/+1
* Make mdconfig(8) not segfault when the kernel returns garbage data.Edward Tomasz Napierala2017-02-191-2/+2
* Fix the last case when kldload(8) wasn't printing the name of the moduleGleb Smirnoff2017-02-181-2/+2
* Make fsck(8) default to "ufs", like eg mount(8) does.Edward Tomasz Napierala2017-02-181-1/+1
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-179-159/+260
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-1530-201/+207
* * Add missing parameters to usage()Renato Botelho2017-02-142-42/+44
* For MD_PRELOAD type md(4) devices, if there is a file name in the preloadedStephen J. Kiernan2017-02-131-1/+2
* MFV r313676: libpcap 1.8.1Xin LI2017-02-131-0/+1
* ufs: Use UFS_MAXNAMLEN constantConrad Meyer2017-02-092-2/+2
* Don't decrypt a core if a vmcore file already exists by default.Konrad Witaszczyk2017-02-082-25/+49
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-063-3/+103
* style(9) cleanupEnji Cooper2017-02-051-36/+23
* Use ssize_t instead of uint32_t to prevent warnings about a comparisonWarner Losh2017-02-051-1/+2
* Add the ability to dump log pages directly in binary to stdout.Warner Losh2017-02-052-4/+27
* Add some descriptions to the man page for the supported log pages asWarner Losh2017-02-052-1/+24
* [net80211] fix quiet_duration parameter to match what is provided in the manp...Adrian Chadd2017-02-041-6/+6
* Fix off by one error that truncated the serial number for filenames.Warner Losh2017-02-041-1/+1
* Fix a typo in usage string for unimplemented command.Warner Losh2017-02-041-1/+1
* Fix bugs found by Coverity in decryptcore(8) and savecore(8):Konrad Witaszczyk2017-02-042-12/+15