aboutsummaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* packages: Remove the tests-dev packageLexi Winter2025-09-185-3/+3
* nuageinit: Add me to copyright listJesús Daniel Colmenares Oviedo2025-09-116-0/+6
* nuageinit: Add doas supportJesús Daniel Colmenares Oviedo2025-09-114-3/+83
* nuageinit: Allow the use of network parameters from network-configJesús Daniel Colmenares Oviedo2025-09-112-1/+37
* nuageinit: chmod sudoers directory instead of chmod (again) sudoers fileJesús Daniel Colmenares Oviedo2025-09-111-2/+2
* nuageinit: Remove duplicate description of users.{user}.groupsJesús Daniel Colmenares Oviedo2025-09-111-2/+0
* moused(8): Add support for evdev protocolVladimir Kondratyev2025-09-053-2/+68
* rc.d/serial: Kill dtrwaitWarner Losh2025-09-021-2/+2
* rc.d/serial: Remove removed drivers.Warner Losh2025-09-021-9/+0
* moused,syscons: Avoid warning if system has no /dev/ttyv*Ed Maste2025-09-022-0/+3
* rc: bluetooth: startup improvementsBjoern A. Zeeb2025-09-011-1/+1
* rc: bluetooth: startup improvementsStephen Hurd2025-08-291-2/+11
* nuageinit.7: put each sentence on a new lineMaxim Konovalov2025-08-221-7/+15
* nuageinit.7: grammar fixesMaxim Konovalov2025-08-221-2/+2
* nuageinit: Improvements for nuageinitJesús Daniel Colmenares Oviedo2025-08-227-34/+335
* rtld: Add UTRACE_LOAD_OBJECT traces for rtld and the main binaryJohn Baldwin2025-08-221-0/+4
* rtld: Compute obj->maxsize for obj_rtldJohn Baldwin2025-08-221-0/+10
* Remove MK_GSSAPILexi Winter2025-08-201-1/+1
* rtld-elf: Fix VDSO Obj_Entry mapsize and report in utrace(2)Jessica Clarke2025-08-151-2/+3
* Revert "Remove Secure RPC DES authentication"Lexi Winter2025-08-153-0/+37
* rtld: require MAP_GUARD supportBrooks Davis2025-08-111-5/+1
* Remove Secure RPC DES authenticationLexi Winter2025-08-103-37/+0
* rc.d: Fix Kerberos rc scriptsLexi Winter2025-08-101-13/+24
* rc.conf: Use user.localbase to determine _localbaseLexi Winter2025-08-101-0/+1
* amd64: assume the kernel supports RDFSBASE and RDGSBASEBrooks Davis2025-08-081-2/+1
* gssd: Be consistent about Makefile conditionalsLexi Winter2025-08-081-1/+1
* syscalls: normalize _exit(2) declerationsBrooks Davis2025-08-081-3/+3
* rtld: fix dependencies for rtld-libcBrooks Davis2025-08-082-1/+9
* Replace license with just SPDX BSD-2-ClauseSimon J. Gerraty2025-08-073-28/+12
* packages: move route(6)d to the rip packageLexi Winter2025-08-071-2/+9
* rtld-elf: Don't include duplicate semicolon in Obj_EntryJessica Clarke2025-08-071-1/+1
* rc.subr: Drop duplicate SPDX tag in test scriptDag-Erling Smørgrav2025-08-021-2/+0
* rc.subr: Fix wait_for_pidsDag-Erling Smørgrav2025-08-022-2/+29
* comsat: Don't return from the childDag-Erling Smørgrav2025-07-281-1/+1
* comsat: Don't read arbitrary filesDag-Erling Smørgrav2025-07-281-25/+13
* Replace last few remaining MAN[1-8] with MANDag-Erling Smørgrav2025-07-261-1/+1
* dma: Don't install dma.conf world-readableDag-Erling Smørgrav2025-07-261-2/+4
* gssd: move to a new packageLexi Winter2025-07-251-1/+1
* tftpd: explicitly set egid after dropping supplemental groupsKyle Evans2025-07-241-1/+5
* rc.d: Fix mountd service script.Dag-Erling Smørgrav2025-07-241-0/+2
* rtld: do not relocate tlsinit address twiceKonstantin Belousov2025-07-211-1/+1
* random: Treat writes to /dev/random as separate from /entropyMark Johnston2025-07-181-1/+1
* /etc/rc.d/pf: Fix for multi-line pf_fallback_rulesMichael Proto2025-07-151-1/+1
* rc_subr_test: Bump some sleep timeoutsMark Johnston2025-07-131-2/+2
* rc.subr: Fix a typo in check_jail()'s descriptionMateusz Piotrowski2025-07-121-1/+1
* rc: Use check_jail to check values of security.jail MIBsMateusz Piotrowski2025-07-127-13/+13
* rtld-elf: Delete unused RELOC_ALIGNED_P copiesJessica Clarke2025-07-112-14/+0
* rtld-elf: Track allocated TCBs internally and use for distribute_static_tlsJessica Clarke2025-07-101-16/+87
* rtld-elf: Extract part of allocate_tls_offset into allocate_tls_offset_commonJessica Clarke2025-07-101-21/+33
* flua: fbsd: allow stdout to be captured for exec() processesKyle Evans2025-07-091-13/+82