summaryrefslogtreecommitdiffstats
path: root/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* On i386 don't attempt to map shared libraries in low memory whenkurt2021-03-163-5/+21
* Check auth_mkvalue(3) return value for NULL (malloc failure).millert2021-01-024-20/+41
* We know about optreset from unistd.h.florian2020-12-271-2/+1
* Fix a nasty mem leak in ld.so's own malloc. This was hard to diagnose, sinceotto2020-12-261-4/+1
* Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2020-11-281-3/+3
* Retguard asm macros for powerpc libc, ld.sogkoehler2020-10-261-2/+5
* Use the retguard macros from asm.h to protect the system call stubs.deraadt2020-10-161-2/+5
* make three mib[] arrays const, as was done in libcderaadt2020-10-152-12/+10
* Don't skip file systems just because the parent fs is nodev and nosuid.millert2020-10-111-8/+13
* afs, nnpfs, and procfs are no longer supported,schwarze2020-09-171-3/+3
* Do not bother scanning file systems that are both nodev and nosuidschwarze2020-09-141-3/+4
* No need to check for NULL before calling free.martijn2020-09-141-17/+9
* Documentation fixes by jmc.martijn2020-09-122-35/+45
* Import login_ldap.martijn2020-09-1210-2/+2961
* Move definiton of struct token_types *tt to init.c from header file.mortimer2020-09-062-3/+5
* clang 10 now emits calls to __multi3 from libcompiler_rtjca2020-08-111-1/+9
* Use the same names as the 64-bit PowerPC ELF ABI for the relocations.kettenis2020-07-182-13/+15
* Rewrite loop to match what is written down in the ABI document.kettenis2020-07-161-6/+5
* Make lazy binding work.kettenis2020-07-162-14/+37
* Clarify man pagejob2020-07-081-5/+9
* Disable powerpc64 lazy binding, code was not for 64 bit ABIdrahn2020-06-281-25/+2
* Powerpc64 ld.so asm code needs to conform to Powerpc64 abi, not 32bit.drahn2020-06-281-27/+28
* PowerPC64 ld.so code.drahn2020-06-257-0/+749
* 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