aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-2429-91/+0
* MFC jail: avoid a clash with /etc/jail.conf.d between rc and jail(8)Jamie Gritton2023-09-281-1/+3
* 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: correct deprecation notice markupEd Maste2023-09-131-2/+2
* ftpd: add deprecation noticeEd Maste2023-09-131-0/+10
* __crt_aligned_alloc_offset(): fix ov_index for backing allocation addressKonstantin Belousov2023-09-091-1/+1
* release: update stable/14 following branching from mainGlen Barber2023-08-241-1/+1
* rtld: switch from malloc_aligned() to __crt_aligned_alloc()Konstantin Belousov2023-08-213-32/+15
* rtld_malloc: add __crt_aligned_alloc_offset()Konstantin Belousov2023-08-212-3/+32
* rtld_malloc: increase overhead index to uint16Konstantin Belousov2023-08-211-2/+2
* rtld_malloc.c: change return type of cp2op() to voidKonstantin Belousov2023-08-211-2/+2
* rtld: unlock bind lock when calling into crt __pthread_distribute_static_tls ...Konstantin Belousov2023-08-201-0/+2
* Use 115200 bps by default for serial communicationEd Maste2023-08-171-3/+3
* Fix partially removed comment by removing the restWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1612-12/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1616-32/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16304-305/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1641-81/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1614-14/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1611-11/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1666-132/+0
* cpuset(8): move to /bin/Enji Cooper2023-08-111-2/+2
* ldconfig script: enable 32-bit compat on aarch64Mike Karels2023-08-051-1/+1
* libexec: Automatically generate rtld-elf list and generalise TAGSJessica Clarke2023-07-272-3/+11
* rtld_malloc: add cp2op() helperKonstantin Belousov2023-07-261-2/+8
* rtld_malloc: only include internal rtld headers when building for rtldKonstantin Belousov2023-07-261-0/+2
* rtld: remove dup __crt_malloc prototypesKonstantin Belousov2023-07-262-5/+1
* rtld_malloc: remove outdated commentsKonstantin Belousov2023-07-261-4/+0
* atf_pytest_wrapper: fix use with pytest-7.4Kristof Provost2023-07-211-0/+2
* Revert "tftpd: fix double-colon typo in option string"Dmitry Morozovsky2023-07-201-1/+1
* tftpd: fix double-colon typo in option stringDmitry Morozovsky2023-07-201-1/+1
* tftpd: unbreak getopt()Eugene Grosbein2023-07-201-1/+1
* tftpd: introduce new option -SEugene Grosbein2023-07-202-7/+29
* libexec/rtld-elf/rtld-libc/Makefile.inc: do not use machdep string functionsRobert Clausecker2023-07-161-6/+16
* rtld: fix dlopen() for an object that is already mapped but not yet initializedKonstantin Belousov2023-07-161-5/+3
* /etc/rc.subr: rename sysctl.conf.d to sysctl.kld.dDoug Rabson2023-07-151-2/+2
* /etc/rc.subr: add support for kld sysctl variablesDoug Rabson2023-07-141-0/+3
* rtld: Annotate .rtld_start on i386Dmitry Chagin2023-07-111-0/+8
* rtld: Microoptimize rtld_start on i386Dmitry Chagin2023-07-111-2/+1
* rtld-elf: Remove _PATH_ELF32_HINTS and _COMPAT32_PATH_RTLDJessica Clarke2023-07-091-8/+0
* rtld-elf: Migrate from COMPAT_32BIT to generic COMPAT_libcompat/LIBCOMPATJessica Clarke2023-07-092-22/+37
* rtld-elf: Reuse _BASENAME_RTLD for debug.h rather than duplicating logicJessica Clarke2023-07-091-9/+4
* etc/rc.d/routing: use find_system_scriptsBrooks Davis2023-07-071-1/+2
* rtld: Annotate .rtld_start on aarch64Dmitry Chagin2023-07-071-0/+3
* rtld: Sligtly optimizing .rtld_start on aarch64Dmitry Chagin2023-07-071-4/+1
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-075-5/+5
* dumpdev: respect kenv for stable branchesEugene Grosbein2023-07-023-6/+11
* rtld: Add a stop indicator to rtld_start to satisfy unwinders on x86_64Dmitry Chagin2023-07-011-0/+5