summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-04-13Document "debug" in usage().maxv
2018-04-08Re-evaluate drive selection to catch hog-plug devices.mlelstv
2018-04-08Move NPF's todo list into src/doc/TODO.npf, and add some entries. After amaxv
2018-04-01add commented out debugging options.christos
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-03-30From the latest Intel SDM:msaitoh
2018-03-28Correctly mark the last El Torito section header.nonaka
2018-03-17Official builds now append a timestamp to the kernel config name, so wejmcneill
2018-03-15Initialize ypbind_resp before first possible error return condition.ginsbach
2018-03-12improve previous, use getprogname() to get the invocation name.christos
2018-03-12Reflect the new name of vndconfig(8) in the usage screenkhorben
2018-03-09 Add yet another Shared L2 TLB (2M/4M pages).msaitoh
2018-03-07Remove case labels we will never trigger due to filtering.roy
2018-03-06print quota pointers in superblockmlelstv
2018-03-05 Calculate way and number of entries correctly from CPUID leaf 18H.msaitoh
2018-03-05- Parse the TLB info from `cpuid leaf 18H' on Intel processor. Currently,msaitoh
2018-03-04Align with DDB.mlelstv
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2018-02-14Sort some lists. Use EXIT STATUS instead of RETURN VALUES.wiz
2018-02-14Use .Cm instead of .Li, same as arp.8.maxv
2018-02-13Adapt to ar_tha() changes in if_arp.h rev1.31.martin
2018-02-09No RC5 for OpenSSL-1.1christos
2018-02-09disable compat api setting for openssl 1.1christos
2018-02-09only set api compat for 1.0christos
2018-02-08define OPENSSL_API_COMPATjakllsch
2018-02-08include dh.h in the right spot.christos
2018-02-08Typos.dholland
2018-02-07needs the OpenSSL-1.1 api to buildchristos
2018-02-06Correct misleading indentation.maya
2018-02-06Adjust to OpenSSL-1.1christos
2018-02-04fixes for GCC 6.4:mrg
2018-01-29Cosmetics: fix the order of calloc() arguments.martin
2018-01-28Fix copy paste error. from coverity.maya
2018-01-27Need strings.h for ffs()sevan
2018-01-26make this build again.christos
2018-01-25.Li is superfluous inside .Bd -literaluwe
2018-01-24typo, remove extra bracketsevan
2018-01-24Try to use proper semantic markup. Fix a few formatting nits.uwe
2018-01-24Remove port-acorn26skrll
2018-01-23Missed another main() prototype.sevan
2018-01-23Restore rcstag.sevan
2018-01-23drop main() prototypesevan
2018-01-23More K&R style prototypes missed in the previous runsevan
2018-01-23ansify - drop the K&R style prototypes & implementations.sevan
2018-01-23Ansifysevan
2018-01-22Ignore pragma warnings with clang for the zfs code.joerg
2018-01-19Fix build failure, the structure is already defined now.maxv
2018-01-17PR/47615: Dr. W. Stukenbrock: Always zero out the result structs in thechristos
2018-01-16implement cpuctl identify for sparc and sparc64.mrg
2018-01-16Returns void, mark noreturn.maya