aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* leapseconds: Update to the canonical place.Warner Losh2024-02-141-2/+2
* rc.d/kdc: Support start of MIT krb5kdcCy Schubert2024-01-291-6/+4
* bootpd(8): Fix a typo in a source code commentGordon Bergling2024-01-251-1/+1
* Stop #defining FREEBSD_ELFJohn Baldwin2024-01-051-1/+1
* rc.conf: correct $ntp_leapfile_sourcesPhilip Paeps2023-12-161-1/+1
* rtld: add a test for RTLD_DEEPBINDKyle Evans2023-12-1510-2/+177
* RTLD_DEEPBIND: make lookup not just symbolic, but walk all refobj' DAGsKonstantin Belousov2023-12-072-2/+7
* rc.conf(5): add <service>_umask to run the service using this valueEugene Grosbein2023-12-021-1/+9
* rc: add ${name}_setup script supportFranco Fichtner2023-12-021-3/+11
* ldconfig: filter out non-existing directories from default pathKonstantin Belousov2023-11-281-1/+5
* rc.d/ldconfig: Prepend rtld stdlib paths to ldconfig(32)_pathsJohn W. O'Brien2023-11-281-1/+4
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-2429-91/+0
* rc.subr: Fix a typoMateusz Piotrowski2023-10-041-1/+1
* rc: Start testing the rc(8) framework (beginning with *_oomprotect)Mateusz Piotrowski2023-10-043-0/+109
* rc.d/hostid: remove useless catнаб2023-09-241-1/+1
* rc.subr: don't require service to be enabled for `status`Daniel Tameling2023-09-241-2/+3
* rtld: output rtld errors into the dbg channelKonstantin Belousov2023-09-191-0/+1
* ftpd: add deprecation noticeEd Maste2023-09-141-1/+11
* __crt_aligned_alloc_offset(): fix ov_index for backing allocation addressKonstantin Belousov2023-09-091-1/+1
* rc.d/routing: Correct setting default gateway for each FIBAndrew Fengler2023-08-301-3/+3
* rtld: switch from malloc_aligned() to __crt_aligned_alloc()Konstantin Belousov2023-08-283-32/+15
* rtld_malloc: add __crt_aligned_alloc_offset()Konstantin Belousov2023-08-282-3/+32
* rtld_malloc: increase overhead index to uint16Konstantin Belousov2023-08-281-2/+2
* rtld_malloc.c: change return type of cp2op() to voidKonstantin Belousov2023-08-281-2/+2
* rtld: unlock bind lock when calling into crt __pthread_distribute_static_tls ...Konstantin Belousov2023-08-271-0/+2
* Fix partially removed comment by removing the restWarner Losh2023-08-231-2/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-233-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-2312-12/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2316-32/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-23314-315/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2342-83/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2314-14/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2311-11/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2368-136/+0
* tftpd: fix wrong conflict resolutionEugene Grosbein2023-08-191-1/+1
* tftpd: introduce new option -SEugene Grosbein2023-08-192-7/+29
* atf_pytest_wrapper: fix use with pytest-7.4Kristof Provost2023-08-041-0/+2
* rtld_malloc: add cp2op() helperKonstantin Belousov2023-08-021-2/+8
* rtld_malloc: only include internal rtld headers when building for rtldKonstantin Belousov2023-08-021-0/+2
* rtld: remove dup __crt_malloc prototypesKonstantin Belousov2023-08-022-5/+1
* rtld_malloc: remove outdated commentsKonstantin Belousov2023-08-021-4/+0
* rtld: fix dlopen() for an object that is already mapped but not yet initializedKonstantin Belousov2023-07-301-5/+3
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-253-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2539-39/+39
* network.subr: adjust regex for wlans_xxxxx rc.conf entriesBjoern A. Zeeb2023-06-261-2/+2
* rc/WPA: driver_bsd.c: backout upstream IFF_ change and add loggingBjoern A. Zeeb2023-06-261-6/+0
* motd: MFC: unbreak for source upgradeEugene Grosbein2023-06-261-4/+4
* rtld: fix typo in commentKonstantin Belousov2023-06-111-1/+1
* rtld: fix allocate_module_tls() variant I fallback to static allocationKonstantin Belousov2023-06-111-1/+1
* rtld: do not allow both dynamic DTV index and static TLS offsetKonstantin Belousov2023-06-112-0/+15