aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* libcasper: Move helper libraries from /lib/casper to /lib.John Baldwin2023-03-291-1/+1
* rc.d/ldconfig: Remove mips64 check for ldconfig32.John Baldwin2023-03-291-1/+1
* rc: Chase bfb202c4554a and remove ifconfig down/up for wpa_supplicantCy Schubert2023-03-241-6/+0
* rc: ignore .pkgsave filesMina Galić2023-03-152-4/+20
* rc.d: Fix NFS server startup scripts to enable vnet prison useRick Macklem2023-03-125-6/+6
* tftpd: Gracefully skip tests if networking is not enabled.Dag-Erling Smørgrav2023-03-101-1/+7
* tftpd: Don't forget to close stderr on startup.Dag-Erling Smørgrav2023-03-101-2/+3
* tftpd: Don't consume arbitrary requests when failing to fork.Dag-Erling Smørgrav2023-03-101-40/+12
* tftpd: Use poll() instead of alarm() + setjmp().Dag-Erling Smørgrav2023-03-102-29/+11
* tftpd: Make the -d option behave as documented.Dag-Erling Smørgrav2023-03-101-2/+4
* tftpd: Make the transfer functions return success / failure.Dag-Erling Smørgrav2023-03-102-22/+20
* tftpd: Ensure that tftp_log() preserves errno.Dag-Erling Smørgrav2023-03-101-0/+4
* tftpd: Fix max block size calculation.Dag-Erling Smørgrav2023-03-101-0/+1
* rc.conf: update comment referring to /etc/motdCeri Davies2023-03-091-1/+1
* rc.d: Generate machine-id from hostid_saveTijl Coosemans2023-03-094-46/+21
* hostid: Generate random UUID by defaultTijl Coosemans2023-03-092-1/+2
* machine-id: generate a compact version of the uuidBaptiste Daroussin2023-03-011-1/+1
* rc.conf(5): describe what unbound(8) doesTom Hukins2023-02-281-1/+1
* growfs_fstab startup script: set dumpdev to AUTOMike Karels2023-02-281-8/+3
* sys/param.h: Add _WANT_P_OSRELKonstantin Belousov2023-02-152-0/+2
* cleanvar: Be more careful when cleaning up /var.Xin LI2023-02-131-3/+3
* rc: syscons: Add UEFI special caseEmmanuel Vadot2023-02-081-28/+55
* utx: Allow disabling user accountingEmmanuel Vadot2023-02-082-0/+2
* pkgbase: Create a FreeBSD-console-tools packageEmmanuel Vadot2023-02-081-2/+4
* hyperv: Build and install where supportedWarner Losh2023-02-013-10/+5
* Revert "rc.d: Put growfs script in FreeBSD-ufs"Emmanuel Vadot2023-01-271-4/+2
* rc.d: Put resolv script in FreeBSD-resolvconfEmmanuel Vadot2023-01-271-1/+4
* rc.d: Put growfs script in FreeBSD-ufsEmmanuel Vadot2023-01-271-2/+4
* rc.d: Put ggated script in FreeBSD-ggateEmmanuel Vadot2023-01-271-1/+4
* rc.d: Put dhclient script in FreeBSD-dhclientEmmanuel Vadot2023-01-271-1/+4
* rc.d: Put devmatch script in FreeBSD-devmatchEmmanuel Vadot2023-01-271-1/+4
* rc.d: Put devd script in FreeBSD-devd packageEmmanuel Vadot2023-01-271-1/+4
* rc.initdiskless: Fix a typo in a commentGordon Bergling2023-01-191-1/+1
* dma: dma.conf.5 as MLINK to dma.8Ed Maste2023-01-061-0/+1
* rtld: Revert "When loading dso without PT_GNU_STACK phdr, only call"John Baldwin2023-01-049-23/+2
* growfs script: fix config-dependent errorsMike Karels2023-01-041-3/+3
* network.subr: Fix infinite loopCy Schubert2023-01-021-0/+3
* network.subr: Add missing braceCy Schubert2023-01-021-1/+1
* network.subr: Replace "\ " with "[[:space:]]"Cy Schubert2023-01-021-20/+20
* rc.subr: Minor formatting fix for ac102a2a6David E. O'Brien2022-12-291-2/+2
* atf_pytest_wrapper: fix pytest output truncationJose Luis Duran2022-12-281-27/+28
* growfs script: fixesMike Karels2022-12-262-1/+2
* Add new rc: machine_id to generate /etc/machine-idTobias C. Berner2022-12-233-0/+38
* dma mailer.conf: add comments, including pointer for sendmailMike Karels2022-12-161-0/+5
* default rc.conf: Add new growfs_swap_size variableMike Karels2022-12-101-0/+2
* growfs_fstab: add new /etc/rc.d script to add swap to fstabMike Karels2022-12-101-0/+67
* growfs script: add swap partition as well as growing rootMike Karels2022-12-101-6/+172
* dma(8): add newaliases to mailer.confBaptiste Daroussin2022-12-061-2/+3
* sendmail: revert to use use NONEBaptiste Daroussin2022-12-051-4/+4
* Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.John Baldwin2022-12-051-0/+1