aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* fix (nuageinit): SSH keys are not handled in metadata but in userdataJeremy Collin2024-05-231-7/+0
* nuageinit: by default to not enable nuageinitBaptiste Daroussin2024-05-231-0/+1
* ftpd: stop using -g flag for /bin/lsAllan Jude2024-05-223-4/+4
* save-entropy: Add manual pageFernando Apesteguía2024-05-162-0/+98
* Remove remnants of portsnap(8)Olivier Certner2024-05-091-7/+4
* rtld snprintf: do not erronously skip a char at the buffer boundaryKonstantin Belousov2024-05-031-4/+3
* tftpd: Use `size_t` where appropriate.Dag-Erling Smørgrav2024-05-024-155/+233
* nuageinit: start the script after zfsBaptiste Daroussin2024-05-021-1/+1
* 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-2010-12/+35
* nuageinit: add basic support for cloudinit.Baptiste Daroussin2024-04-1118-0/+1677
* dma.conf: Fix typoMikael Urankar2024-04-071-1/+1
* rc.initdiskless: Disable soft-updates in mdmfs (again)Jose Luis Duran2024-03-291-2/+2
* 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-071-0/+19
* rtld: unconditionally generate map file during buildKonstantin Belousov2024-03-071-0/+6
* fdlopen(3): do not create a new object mapping if already loadedKonstantin Belousov2024-02-291-2/+3
* rtld: remove pointless "extern"Konstantin Belousov2024-02-291-1/+1
* rtld: Teach rtld about the BTI elf noteAndrew Turner2024-02-191-0/+4
* rtld: ignore load_filtees() calls if we already loading filtees for the objKonstantin Belousov2024-02-182-1/+4
* rtld load_filtees(): reindent and reduce block nestingKonstantin Belousov2024-02-181-3/+2
* rtld symlook_obj: move common code to check filtees into helperKonstantin Belousov2024-02-181-12/+19
* rtld-elf: Avoid unnecessary lock_restart_for_upgrade() callsMark Johnston2024-02-091-1/+1
* crashinfo: Print stack traces for all on-CPU threadsMark Johnston2024-02-093-0/+69
* 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
* libexec/rc/rc.initdiskless: make tar's path flexibleCheng Cui2024-01-191-1/+3
* rc.d: Process autobridge_* in vnet jailsMark Johnston2024-01-181-1/+1
* Track upstream project rename in contrib/blocklistdEd Maste2024-01-073-4/+4
* 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/+170
* RTLD_DEEPBIND: make lookup not just symbolic, but walk all refobj' DAGsKonstantin Belousov2023-12-072-2/+7
* rc.d/ldconfig: Remove stray ;;Cy Schubert2023-11-281-1/+0
* ldconfig: only configure compat32 when kernel supports itKonstantin Belousov2023-11-281-5/+2
* 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
* 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