summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for world-writable mail spools.millert2020-05-272-89/+17
* Fix handling of passwd entries with an empty password.millert2020-05-151-4/+5
* ld.so(1) also ignores LD_LIBRARY_PATH an friends for set-group-ID executablesjca2020-05-081-6/+4
* LD_DEBUG is ignored for set-user-ID and set-group-ID executablesjca2020-05-081-2/+3
* Add missing space in stack smash handler error message.matthieu2020-03-271-2/+2
* Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt2020-03-132-5/+5
* Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt2020-03-131-2/+2
* Anthony Steinhauser reports that 32-bit arm cpus have the same speculationderaadt2020-03-111-2/+4
* Avoid passing a NULL name to retrieve(), use "." instead.millert2020-03-041-2/+2
* Now that the kernel skips the two instructions immediately followingkettenis2020-02-182-5/+5
* Use sysexits.h exit values to distinguish between tempfail and permfail.millert2020-02-094-49/+57
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-082-6/+6
* Remove backward compatibility for obsolete -H flag.millert2020-02-071-14/+5
* Allow mail.local to be run as non-root.millert2020-02-023-12/+71
* Insert two nop instructions after each svc #0 instruction in userland.kettenis2020-01-262-6/+8
* Simplify globbing of ftpd(8)s list and nlst commands.jan2020-01-153-34/+25
* Merge two missed fixes from login.c to login_passwd.c.millert2019-12-241-4/+5
* Replace modular version with origin BSDi version with our updates.millert2019-12-214-252/+133
* Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom()guenther2019-12-172-8/+10
* Don't look up env variables until we know we'll trust them. Otherwise,guenther2019-12-171-32/+21
* Return BI_SILENT not BI_AUTH if the challenge service is requested.millert2019-12-141-2/+2
* ld.so may fail to remove the LD_LIBRARY_PATH environment variable formillert2019-12-111-5/+7
* When loading a library, mmap(2) may fail. Then everything getsbluhm2019-12-091-9/+10
* print addresses upon msyscall failure, for nowderaadt2019-12-092-4/+6
* Disable ltrace for objects linked with -znow, as at least on amd64, linkingguenther2019-12-0712-47/+24
* It is not always clear what ld.so was backed up to ld.so.backup, andderaadt2019-12-021-2/+1
* Sigh, fix i386 msyscall() case to permission the correct address range.deraadt2019-11-301-6/+8
* As additional paranoia, make a copy of system ld.so into obj/ld.so.backupderaadt2019-11-291-1/+2
* Repurpose the "syscalls must be on a writeable page" mechanism toderaadt2019-11-2914-17/+56
* Unrevert: this change was unrelatedguenther2019-11-281-16/+1
* Revert yesterday's _dl_md_reloc() and _dl_md_reloc_got() changes:guenther2019-11-285-386/+731
* Delete now obsolete commentsguenther2019-11-272-6/+2
* unifdef: hppa does HAVE_JMPREL and does not have DT_PROCNUMguenther2019-11-271-16/+1
* armv7 and aarch64 specify GLOB_DAT as having an addend, so treat itguenther2019-11-272-10/+4
* Clean up _dl_md_reloc(): instead of having tables and piles of conditionalsguenther2019-11-264-589/+202
* Make aarch64, amd64, arm, and i386 more like sparc64: move non-lazyguenther2019-11-264-135/+202
* Simplify the handling of the explicit relocations based on ld.so onlyguenther2019-11-101-13/+8
* unifdef HAVE_JMPREL, delete dt_pltrelsz handling (which was only usedguenther2019-11-101-34/+2
* Recommit CHECK_LDSO bits for mips64, verified on both loongson and octeon.guenther2019-11-101-1/+9
* Delete unused support for relocations that don't require alignment.guenther2019-10-244-97/+12
* Prefer the size-independent ELF identifiers over the size-specific ones.guenther2019-10-2320-252/+252
* Whoops: backout mips64+hppa CHECK_LDSO bits: they weren't done and weren'tguenther2019-10-212-25/+2
* For more archs, ld.so itself only needs/uses the arch's "just add load offset"guenther2019-10-2015-97/+462
* Tighten handling of pure relative DIR32 relocations and those referencingguenther2019-10-051-11/+12
* Delete some obsolete debugging #ifdefs blocksguenther2019-10-059-79/+9
* Convert the child_list member from a linked list to a vector.guenther2019-10-047-43/+66
* Use a better algorithm for calculating the grpsym library order.guenther2019-10-035-59/+83
* Oops: the call to ofree() in orealloc() was misconverted into a call toguenther2019-09-301-2/+2
* Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norajacoutot2019-09-281-2/+2
* Remove some duplicate symbol definitions.mortimer2019-09-021-14/+10