summaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* rtld: Define MD_OBJ_ENTRY for mipsJessica Clarke2024-07-311-0/+2
* rc.conf: Leap-seconds sources: Add IANA backCy Schubert2024-07-221-1/+1
* rtld: Add MD_OBJ_ENTRY to extend Struct_Obj_EntryAndrew Turner2024-07-158-0/+16
* rc.subr: improve description for ${name}_offcmdEugene Grosbein2024-06-211-1/+2
* rc.subr(8): MFC: introduce ${name}_offcmdEugene Grosbein2024-06-172-8/+24
* tftpd: Add missing `-S` option to synopsis.Dag-Erling Smørgrav2024-05-141-3/+3
* rtld.1: clarify interaction between -u and -oKonstantin Belousov2024-05-071-1/+3
* rtld direct exec: make -u behavior match the descriptionKonstantin Belousov2024-05-071-1/+4
* rtld: add direct-exec option -oKonstantin Belousov2024-05-072-1/+49
* rtld snprintf: do not erronously skip a char at the buffer boundaryKonstantin Belousov2024-05-031-4/+3
* kdc: Add restart optionCy Schubert2024-04-292-2/+29
* rtld(1): minor clarification for LD_STATIC_TLS_EXTRAKonstantin Belousov2024-04-231-2/+5
* rtld: introduce STATIC_TLS_EXTRAStephen J. Kiernan2024-04-2310-12/+35
* dma.conf: Fix typoMikael Urankar2024-04-091-1/+1
* rtld-elf: support either byte-order of hints fileStefan Eßer2024-03-291-16/+63
* rtld: add some dlopen testsKyle Evans2024-03-182-0/+54
* rtld: use generated map file to check for some leaks from libc into rtldKonstantin Belousov2024-03-061-0/+19
* rtld: unconditionally generate map file during buildKonstantin Belousov2024-03-061-0/+6
* rtld: remove pointless "extern"Konstantin Belousov2024-02-291-1/+1
* fdlopen(3): do not create a new object mapping if already loadedKonstantin Belousov2024-02-291-2/+3
* rtld: ignore load_filtees() calls if we already loading filtees for the objKonstantin Belousov2024-02-292-1/+4
* rtld load_filtees(): reindent and reduce block nestingKonstantin Belousov2024-02-291-3/+2
* rtld-elf: Avoid unnecessary lock_restart_for_upgrade() callsMark Johnston2024-02-291-1/+1
* rtld symlook_obj: move common code to check filtees into helperKonstantin Belousov2024-02-291-12/+19
* leapseconds: Update to the canonical place.Warner Losh2024-02-081-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