aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add a virtio-input device emulation.Corvin Köhne2021-06-086-2/+828
* fifolog: Rename yyparse() to getdate_yyparse().Poul-Henning Kamp2021-06-072-55/+2
* usbdump: style: Sort case statements alphabeticallyWarner Losh2021-06-041-17/+17
* wpa: Fix GCC 6 buildCy Schubert2021-06-043-9/+10
* uefisign: fix SizeOfHeaders sanity check.Kenneth Camann2021-06-031-1/+1
* bsdinstall: Fix typo (Instalation -> Installation).Navdeep Parhar2021-06-031-1/+1
* wpa: Fix a SIGBUS error in wpa_sm_set_rekey_offloadCy Schubert2021-06-0322-85/+191
* Allows user to specify an optional ZFSBOOT_POOL_SIZE for their zrootJohn Ko2021-06-021-8/+38
* periodic: add support for .xz and .zcat compressed logsCeri Davies2021-06-025-8/+33
* Fix test case header function nameMath Ieu2021-06-021-1/+1
* pciconf: Fix up pciconf -lc outputDavid Bright2021-06-011-4/+12
* Add freeze/thaw description to devctl(8)Li-Wen Hsu2021-06-011-1/+22
* wpa: Restructure wpa buildCy Schubert2021-06-0125-365/+639
* libpmc: eliminate pmc_pmu_stat_mode()Mitchell Horne2021-05-311-4/+11
* pmccontrol: improve -L with pmu-eventsMitchell Horne2021-05-311-9/+7
* iwmbtfw(8): Improve Intel 7260/7265 adaptors handlingVladimir Kondratyev2021-05-313-48/+91
* Fix scripted installation from media without local distfiles.Nathan Whitehorn2021-05-285-96/+154
* cxgbetool(8): add a 'clip' subcommand to deal with the CLIP table.Navdeep Parhar2021-05-232-4/+110
* bhyve/snapshot: split up mutex/cond initialization from socket creationRobert Wing2021-05-213-9/+20
* Disable stack gap for ntpd during build.Marcin Wojtas2021-05-211-0/+3
* kldxref: do not error out if specified path is not directory, for -d modeKonstantin Belousov2021-05-201-1/+1
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-203-10/+7
* i2c(8): Add interpreted mode for batch/scripted i2c operationsPoul-Henning Kamp2021-05-192-7/+274
* i2c(8): Change default mode to "transfer", which should work everywhere¹Poul-Henning Kamp2021-05-191-1/+1
* i2c(8): Polish: sort switches, dont confuse address & offsetPoul-Henning Kamp2021-05-191-30/+30
* fstyp(8): define HAVE_ZFS macro when built with zfsRobert Wing2021-05-141-1/+1
* Implement own command line option for the frequently used -i usbusX -f Y syntax,Hans Petter Selasky2021-05-142-10/+76
* Fix scripted installs on EFI systems using ZFS root with zfsboot.Nathan Whitehorn2021-05-141-3/+2
* Final pass of cleanup: Get rid of gotos and general polish.Poul-Henning Kamp2021-05-131-199/+162
* Rewrite and simplify the -n argument processing.Poul-Henning Kamp2021-05-132-157/+107
* Refactor argument processing.Poul-Henning Kamp2021-05-131-50/+66
* bhyve/snapshot: provide a way to send other messages/data to bhyveRobert Wing2021-05-133-17/+35
* More refactoring & polishing.Poul-Henning Kamp2021-05-121-1/+1
* More refactoring:Poul-Henning Kamp2021-05-122-120/+97
* Centralize offset width handling, and make it possible to specify explicit en...Poul-Henning Kamp2021-05-122-118/+101
* Centralize open/close of /dev/iic%d devicesPoul-Henning Kamp2021-05-121-50/+27
* Sixteen bit I2c addresses are always little endian.Poul-Henning Kamp2021-05-111-8/+5
* Polish source to WARNS=6Poul-Henning Kamp2021-05-112-22/+35
* authpf: Start using libpfctlKristof Provost2021-05-071-1/+2
* mpsutil: extend show adapter information, add NCQ controlDaniel Austin2021-05-074-2/+171
* bsnmpd: Return the correct uptime.Warner Losh2021-05-051-30/+7
* iwmbtfw(8): Add support for Intel 7260/7265 bluetooth adapter firmwaresPhilippe Michaud-Boudreault2021-05-046-72/+401
* traceroute6: Properly calculate UDP checksumZhenlei Huang2021-05-031-0/+1
* bhyve: Set SO_REUSEADDR on the gdb stub socketMark Johnston2021-05-031-1/+4
* daemon: add some basic testsAlan Somers2021-05-033-0/+236
* pkg(7): replace usage of sbuf(9) with open_memstream(3)Baptiste Daroussin2021-04-293-46/+56
* pkg(7): indentation fixesBaptiste Daroussin2021-04-291-2/+2
* pw(8): use openmemstream instead of sbuf(9)Baptiste Daroussin2021-04-272-41/+47
* Make pkg(7) use environment variables specified in pkg.confMoritz Schmitt2021-04-272-4/+27
* etcupdate: Add -D destdir to usage for 'extract'.John Baldwin2021-04-262-2/+3