aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+1
* newsyslog: Fix issues after r326616Baptiste Daroussin2017-12-181-1/+19
* Fix a logic bug in makefs lazy inode initialization.Mark Johnston2017-12-161-1/+1
* pw(8): r326738 broke expiration arithmetic in case of `-D' flag not supplied.Eugene Grosbein2017-12-151-11/+12
* Replace usage of fparselen(3) by a getline(3)Baptiste Daroussin2017-12-143-10/+13
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-133-3/+3
* Actually insert the free(d) call missed in r326802.Warner Losh2017-12-121-0/+1
* Iniailize str so ucs2_to_utf8 won't free stack garbage.Warner Losh2017-12-121-1/+1
* Add sanity testing against maximum sane lengths for device paths forWarner Losh2017-12-121-0/+6
* Free load_opt_buf after we're done with it.Warner Losh2017-12-121-1/+2
* Fix resource leak. Free converted description after printing it.Warner Losh2017-12-121-3/+4
* Don't leak new_data.Warner Losh2017-12-121-0/+1
* Check return value for set_bootvar and give a good error message.Warner Losh2017-12-121-1/+2
* Unbreak gcc build by using (void) for functions that take no args.Warner Losh2017-12-111-3/+3
* pw(8): correct expiration period handling and command line overridesEugene Grosbein2017-12-096-31/+66
* Improve options and error handling.Niclas Zeising2017-12-091-9/+36
* Indent multiple device path entries correctly.Warner Losh2017-12-091-2/+5
* Remove vestiges of -d and -p commands.Warner Losh2017-12-091-12/+9
* Forgotten in 326725Warner Losh2017-12-091-1/+1
* Import Netflix's efibootmgr to help manage UEFI boot variablesWarner Losh2017-12-094-1/+1039
* Support mounted boot partitions in the installer. This allows the platformNathan Whitehorn2017-12-087-73/+123
* Really fix typo and improve wording of the commentBaptiste Daroussin2017-12-061-1/+1
* Fix typoBaptiste Daroussin2017-12-061-1/+1
* Allow newsyslog to execute compression commands whichBaptiste Daroussin2017-12-061-11/+34
* De-const to match changes in userboot.hWarner Losh2017-12-061-2/+2
* Make putenv and getenv match the userland definition of theseWarner Losh2017-12-061-1/+1
* When parsing remote messages, require them to have standard timestampGleb Smirnoff2017-12-052-62/+105
* fdformat is a sysadmin command and thus its man page should be inCy Schubert2017-12-052-2/+3
* Add forgotten libgeom.Warner Losh2017-12-021-1/+1
* Add -u (--to-unix) and -e (--to-efi) to convert unix or efi paths toWarner Losh2017-12-023-49/+133
* Read multiple lines when parsing the data. Allow multiple device pathsWarner Losh2017-12-021-30/+48
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-3010-9/+29
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-302-2/+2
* Revert r325558 as it is incorrect.Gleb Smirnoff2017-11-281-14/+1
* Fix obvious NULL pointer dereference from r310350.Gleb Smirnoff2017-11-281-6/+5
* diskinfo(8): Delete dead code in slog testAlan Somers2017-11-271-4/+4
* Fix integer overflow in SLOG test.Alexander Motin2017-11-271-1/+1
* efivar: add missing getopt 'u' optionEd Maste2017-11-271-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27567-136/+1271
* share and pc-sysinstall: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2750-0/+100
* .Xr pmcstat(8) from kgmon(8) and gprof(1).Edward Tomasz Napierala2017-11-271-2/+3
* Revert r326125.Edward Tomasz Napierala2017-11-271-8/+1
* Don't assign rs as we will assign it later.Xin LI2017-11-271-3/+1
* Mark kgmon(8) obsolete, redirecting users to pmcstat(8).Edward Tomasz Napierala2017-11-231-1/+8
* bsdinstall: Add ntpdate optionEmmanuel Vadot2017-11-221-0/+2
* Fix indentation in bsdinstall-created wpa_supplicant.confEd Maste2017-11-221-38/+38
* freebsd-update: do not duplicate patchlist entriesEd Maste2017-11-221-1/+1
* vidcontrol: correct history size error messageEd Maste2017-11-211-1/+1
* This program is more useful if it skips leading whitespace whenWarner Losh2017-11-211-4/+11
* Document what the command line arguments actually do. List some of theWarner Losh2017-11-211-4/+23