Age | Commit message (Expand) | Author |
2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat |
2014-12-30 | Clean up and optimize _dl_start a bit by using immediate addressing for | Miod Vallat |
2014-12-30 | Fix handling of R_MIPS_REL32_64 relocations that reference a symbol. | Mark Kettenis |
2014-12-27 | Static PIE for mips64. Still something not quite right as a full make build | Mark Kettenis |
2014-12-27 | Make ld.so process only R_ALPHA_RELATIVE relocations during early GOT | Mark Kettenis |
2014-12-24 | Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value | Kurt Miller |
2014-12-22 | Self-relocation code for i386. | Kurt Miller |
2014-12-22 | Static PIE has been delayed for quite a while. By pushing hard with pascal | Theo de Raadt |
2014-12-22 | Introduce new csu0 variant for -static -pie binaries to use called | Kurt Miller |
2014-12-19 | place the afterinstall: target correctly for static-only architectures | Theo de Raadt |
2014-12-16 | install both ld.so with mode 444 | Theo de Raadt |
2014-12-16 | Install a copy of ld.so into /sbin. Soon to be used in order to make "static" | Pascal Stumpf |
2014-12-14 | Revert r1.10: properly built shared libraries will never have any DISP26 | Miod Vallat |
2014-12-09 | avoid void arithmetic. from david carlier | Ted Unangst |
2014-11-25 | When a public symbol in a library is referenced by the main program's plt, | Miod Vallat |
2014-11-24 | Make the scope of the symbol caching variables added in 1.49 a bit larger so | Miod Vallat |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-15 | ELF files have moved up a level | Philip Guenther |
2014-11-03 | Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so the | Philip Guenther |
2014-11-03 | arc4random_uniform() transformation was off, resulting in badly skewed | Philip Guenther |
2014-10-19 | Revert last commit due to changed semantics found by make release. | Doug Hogan |
2014-10-18 | Better POSIX compliance in realpath(3). | Doug Hogan |
2014-10-18 | Convert some malloc() and realloc() calls to reallocarray(). | Doug Hogan |
2014-10-18 | Simple malloc() to reallocarray() conversion. | Doug Hogan |
2014-09-22 | Correct the token used. | Brad Smith |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-30 | Make the handling of PLT entries above the 32k mark thread-safe. | Philip Guenther |
2014-08-19 | ld.so(1): Missing stack var initialization | Masao Uebayashi |
2014-07-28 | _dl_sigprocmask() works better when it actually saves the returned sigmask | Philip Guenther |
2014-07-14 | Now that we have sendsyslog(2), we can directly use it in the | Theo de Raadt |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-07-10 | typo in previous | Miod Vallat |
2014-07-09 | Use O_CLOEXEC to make sure fork+exec in a threaded process can't | Philip Guenther |
2014-07-09 | _dl_fcntl() is no longer used; kill the stubs | Philip Guenther |
2014-07-09 | Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY instead | Philip Guenther |
2014-07-09 | Fix backtraces through _dl_bind_start by adding dwarf annotations for | Philip Guenther |
2014-07-06 | allocate two things, test two pointers; ok miod@ guenther@ | Otto Moerbeek |
2014-07-06 | int all fields, so calloc can become malloc; ok miod@ | Otto Moerbeek |
2014-07-06 | enable -Wall, explicitly call _dl_strsep, and zap some redundant includes | Otto Moerbeek |
2014-07-06 | Apply ld.so's sod.c 1.25 (do not divide by zero in _dl_findhit if there is a | Miod Vallat |
2014-07-06 | this version of malloc does not need string.h | Otto Moerbeek |
2014-07-06 | rm unneeded includes; prompted (partly) by kettenis@ | Otto Moerbeek |
2014-07-06 | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ | Otto Moerbeek |
2014-07-05 | Mark _dl_exit __dead. | Miod Vallat |
2014-07-05 | Implement _dl_mmap as direct mmap(2) wrapper, without needing to use | Miod Vallat |
2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real | Miod Vallat |
2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real | Miod Vallat |
2014-07-05 | Add more sugar to generate syscall stubs; and make sure errors are reported | Miod Vallat |