aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* efidp manipulates UEFI Device Paths in various ways. At the moment, itWarner Losh2017-03-095-1/+229
* Finish implementing -d/--device/--device-path flag to print variableWarner Losh2017-03-092-16/+37
* Remove extraneous arguments and options, which don't make sense forCy Schubert2017-03-081-4/+0
* lpr(1): small bounds check with reallocarray(3).Pedro F. Giffuni2017-03-071-4/+6
* Convert absolute links to relative links.Rodney W. Grimes2017-03-073-9/+9
* mergemaster: fix description of -pEnji Cooper2017-03-071-4/+5
* Fix some trivial manlint warningsEnji Cooper2017-03-061-5/+9
* Fix mismerge of r280849.Cy Schubert2017-03-061-4/+0
* Change /etc/rmt symlink from absolute to relative path,Rodney W. Grimes2017-03-051-1/+1
* Fix build after r314656Enji Cooper2017-03-042-1/+3
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-0467-117/+116
* Correct nuance of -a :service -> "*" in r314563, r314585Enji Cooper2017-03-041-2/+2
* If the guid specified can't be decoded as a GUID, try looking it up inWarner Losh2017-03-031-1/+1
* Implement -d / --device-path to print the ascii representation of a variable ...Warner Losh2017-03-031-0/+11
* Implement --guid/-g to print the known GUIDs as human readable. TheWarner Losh2017-03-032-3/+27
* Actually implement efivar -LWarner Losh2017-03-031-0/+13
* Print just the variables when we're not printing the values.Warner Losh2017-03-031-0/+2
* Merge ACPICA 20170303.Jung-uk Kim2017-03-031-3/+4
* Correct verb change for service => `*` after r314563Enji Cooper2017-03-031-1/+1
* Add cxgbetool(8) to the base system.Navdeep Parhar2017-03-039-0/+166406
* Wordsmith syslogd(8)Enji Cooper2017-03-021-12/+14
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-027-11/+11
* makefs: remove clause 3 & 4 from Manuel Bouyer licenseEd Maste2017-03-022-10/+0
* makefs: remove archaic __P prototypes from ufs_bswap.hEd Maste2017-03-021-4/+0
* Use :H to manipulate .CURDIR-relative paths instead of ../Enji Cooper2017-03-013-3/+3
* Simplify idioms in Makefiles furtherEnji Cooper2017-03-014-13/+13
* Simplify idioms in usr.sbin/lpr MakefilesEnji Cooper2017-03-0111-16/+16
* Simplify/improve idioms in usr.sbin/ntp MakefilesEnji Cooper2017-03-0119-91/+88
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-014-9/+9
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-013-5/+5
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-3/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-4/+3
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-1/+1
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-4/+4
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-1/+1
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-012-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-012-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-4/+4
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-5/+5
* Use .ALLSRC instead of RPCSRCEnji Cooper2017-03-011-2/+2
* Use .ALLSRC instead of RPCSRCEnji Cooper2017-03-011-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-2/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-9/+9
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-03-011-2/+2
* Renumber copyright clause 4Warner Losh2017-02-28118-118/+118
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-282-19/+0
* bhyve: document virtio-console in the manpageRoman Bogorodskiy2017-02-271-1/+30
* Parameterize out the length of struct filed->f_lasttime as `MAXDATELEN`Enji Cooper2017-02-251-4/+6
* Exit when we can't print a variable.Warner Losh2017-02-251-11/+10