aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* tzsetup: correct timezone symlink targetEd Maste2024-09-301-2/+2
* bhyve: avoid buffer overflow in pci_vtcon_control_sendPierre Pronchery2024-09-301-0/+4
* nfsd.c: Synchronize error handlingJoyu Liao2024-09-291-24/+48
* usr.sbin/jail/jail.8: Make a reference more accurateGleb Popov2024-09-291-1/+1
* bhyve: avoid TOCTOU on iov_len in virtio_vq_recordon()Pierre Pronchery2024-09-271-2/+7
* bhyve: Initialize stack buffer in pci_ahciPierre Pronchery2024-09-261-2/+7
* Explain the relationship between -p and -Z.Greg Lehey2024-09-261-1/+3
* ntp: Improve descriptions in man pagesAlexander Ziaee2024-09-256-6/+6
* tcpdump: Update to 4.99.5Joseph Mingrone2024-09-231-2/+2
* efibootmgr: minor cleanup (spdx, typos, see also)Alexander Ziaee2024-09-221-6/+10
* bhyve: validate corb->wp to avoid infinite loopEd Maste2024-09-221-0/+5
* bhyve: simplify slot validation in xHCI emulationPierre Pronchery2024-09-211-58/+32
* bhyve: Fix an inverted check when enabling PCI busmasteringMark Johnston2024-09-211-1/+1
* jail.conf.5: cleanup introductionIngo Schwarze2024-09-211-18/+18
* jail.conf.5: Minor igor issuesWarner Losh2024-09-211-3/+3
* jail.conf.5: minor cleanup (spdx, macros, xrefs)Alexander Ziaee2024-09-211-9/+21
* manuals: Misc macro typosGraham Percival2024-09-212-2/+3
* mfiutil: Fix incorrect accesses of an union member in 'struct mfi_evt_detail'WHR2024-09-201-5/+5
* i2c: Don't print uninitialized data when verboseJohn F. Carr2024-09-201-6/+6
* Copy the new ia32 loaderAhmad Khalifa2024-09-201-14/+22
* jail: unbreak the zfs.mount_snapshot optionJamie Gritton2024-09-191-3/+3
* bhyve: improve input validation in pci_xhciPierre Pronchery2024-09-191-5/+73
* syslogd: Ignore getaddrinfo() errors if -ss is specifiedMark Johnston2024-09-192-1/+41
* bhyve: Add raw tcp to uart backendSHENG-YI HONG2024-09-193-20/+228
* ctld: fix several process setup/teardown bugsAlan Somers2024-09-181-30/+40
* config: Search include paths for files to be read (options, files)Stephen J. Kiernan2024-09-181-1/+13
* Allow additional "options" files to be specified in kernel configStephen J. Kiernan2024-09-187-4/+62
* kldxref: Don't warn and skip file if no relocations are foundJessica Clarke2024-09-101-5/+0
* bhyve: support noVNC SetPixelFormat requestMark Peek2024-09-091-7/+136
* zfs: merge openzfs/zfs@b10992582Martin Matuska2024-09-091-0/+1
* mixer tests: SerializeMark Johnston2024-09-091-0/+3
* mountd: Add check for "=" after exports(5) optionsRick Macklem2024-09-061-4/+40
* getaddrinfo.{1,3}: Cross-reference ip6addrctl(8)Jose Luis Duran2024-09-061-0/+2
* ip6addrctl: Update the sample configuration fileJose Luis Duran2024-09-061-6/+10
* ip6addrctl.8: Reference RFC 6724 insteadJose Luis Duran2024-09-061-3/+6
* adduser.8: update log location + spdxAlexander Ziaee2024-09-061-1/+4
* lastlogin: Add version information to libxo outputBram2024-09-061-0/+3
* bhyve: fix off by one error in pci_xhciPierre Pronchery2024-09-041-2/+2
* bhyve: fix Out-Of-Bounds read/write heap in tpm_ppi_mem_handlerPierre Pronchery2024-09-041-2/+2
* nvmfd/nvmft: Fix a typo "whiled" -> "while"John Baldwin2024-09-031-1/+1
* mfiutil: Handle potential ioctl(2) failures in mfi_flash.cWHR2024-09-031-11/+28
* ndp: Fix libxo formatting for the header of neighbor cacheHelge Oldach2024-09-022-2/+2
* valectl(8): explicitly mention network switchesTom Hukins2024-08-301-3/+3
* mixer(8) tests: Fix cleanup routineOlivier Cochard-Labbé2024-08-301-1/+2
* tcpsso: remove support for some IPPROTO_TCP-level socket option namesMichael Tuexen2024-08-301-4/+0
* bhyve: avoid updating fbaddr when vm_mmap_memseg failsPierre Pronchery2024-08-261-1/+2
* mixer(8): Implement hot-swappingChristos Margiolis2024-08-242-11/+145
* bhyve(8): Remove mention of -A flag, againLi-Wen Hsu2024-08-231-1/+1
* bhyve: Do not enable PCI BAR decoding if a boot ROM is presentMark Johnston2024-08-192-3/+27
* bhyve: Make boot ROM handling more consistentMark Johnston2024-08-199-45/+52