aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* comsat: move uid/gid setting earlierEd Maste2024-12-021-11/+12
* comsat: Use initgroups and setgid not just setuidEd Maste2024-12-011-4/+5
* comsat: Improve use of setuid()Ed Maste2024-11-281-2/+4
* nuageinit: remove redundant mkdirsBaptiste Daroussin2024-11-271-2/+0
* nuageinit: implement ssh_keys supportBaptiste Daroussin2024-11-272-5/+93
* Revert "rc.d/var_run: Fix typo in comment"Cy Schubert2024-11-251-1/+1
* rc.d/var_run: Add missing $(dirname)Cy Schubert2024-11-251-1/+1
* rc.d/var_run: Fix typo in commentCy Schubert2024-11-251-1/+1
* rc.conf: Update commented examples for lo0 to use CIDRJohn Baldwin2024-11-251-2/+2
* nuageinit: add test about encrypted passwordsBaptiste Daroussin2024-11-202-0/+23
* nuageinit: use io.popen instead of pipes in shell for passwordBaptiste Daroussin2024-11-201-3/+8
* nuageinit: add test for the passwordBaptiste Daroussin2024-11-202-0/+22
* rtld: drop RTLD_INIT_PAGESIZES_EARLYKonstantin Belousov2024-11-201-7/+0
* atf: Guard libexec/atf with WITH_TESTS_SUPPORTFranco Fichtner2024-11-181-1/+4
* rtld: implement _dl_iterate_phdr_lockedKyle Evans2024-11-142-0/+25
* rtld.1: cross-reference rtld_get_var.3Konstantin Belousov2024-11-071-0/+10
* rtld: add rtld_{get,set}_varKonstantin Belousov2024-11-072-8/+59
* rtld: make it easier to add sparce non-default members to ld_env_var_descKonstantin Belousov2024-11-071-2/+5
* rtld: 1-bit for bool is enoughKonstantin Belousov2024-11-071-1/+1
* debug.sh check for :debug_add:Simon J. Gerraty2024-11-041-11/+73
* rc: Update ipfilter example rules locationJose Luis Duran2024-11-041-1/+1
* tftpd: Address flaky testsMark Johnston2024-11-033-10/+25
* ipfilter: Set ipf -T optionlist at bootCy Schubert2024-11-012-1/+8
* nuageinit: add support for OpenStack network configBaptiste Daroussin2024-10-291-8/+37
* rc.d/opensm: Only install when MK_OFED_EXTRA is setMark Johnston2024-10-291-1/+1
* rc: Remove rc_fast_and_looseMateusz Piotrowski2024-10-281-18/+2
* flua: lposix: add fnmatch functionStefan Eßer2024-10-283-0/+43
* manuals: Fix datesGraham Percival2024-10-281-1/+1
* libexec/rc/rc.d/netif: Typo fixRobert William Vesterman2024-10-281-1/+1
* rc.d/kld: Print modules being loaded, take threeMark Johnston2024-10-261-2/+1
* rc.d/kld: Avoid printing a trailing spaceMark Johnston2024-10-261-3/+2
* rc.d/kld: Print the kernel modules being loadedMark Felder2024-10-261-1/+3
* debug.sh add DebugAddSimon J. Gerraty2024-10-221-1/+20
* rc.d/sendmail: Return non-zero if the daemon fails to start or is not runningMateusz Piotrowski2024-10-211-0/+6
* Update Makefile.depend filesSimon J. Gerraty2024-10-144-0/+39
* rc/tests: Skip oomprotect tests in a jailMateusz Piotrowski2024-10-141-0/+8
* rc.d/sendmail: Fix stopping service during shutdownMateusz Piotrowski2024-10-101-2/+3
* Fix the cross-build after recent commitsKyle Evans2024-09-301-0/+2
* flua: lposix: add more useful functions for general purpose scriptsKyle Evans2024-09-303-33/+388
* nuageinit: tests: CleanupJose Luis Duran2024-09-262-96/+83
* nuageinit: Fix passwordsJose Luis Duran2024-09-262-7/+7
* nuageinit: Standardize user-facing error messagesJose Luis Duran2024-09-262-4/+4
* nuageinit: Standardize warning/error messagesJose Luis Duran2024-09-265-26/+33
* nuageinit: Replace os.execute with Lua librariesJose Luis Duran2024-09-261-5/+6
* nuageinit: Silence an fstyp(8) warningJose Luis Duran2024-09-261-3/+3
* nuageinit: Lua check and lint filesJose Luis Duran2024-09-2614-208/+258
* rc.d/dnctl: Chmod +x for consistency with other rc scriptsMateusz Piotrowski2024-09-221-0/+0
* rtld: Catch up to 07d90ee0a621 in subr_prf.c: Fix '+' conversion handlingWarner Losh2024-09-221-14/+13
* rc.subr: Consistently use an absolute path for sysrcMateusz Piotrowski2024-09-201-2/+2
* flua: add freebsd.kenv, kenv(2) bindingsBaptiste Daroussin2024-09-145-0/+148