Age | Commit message (Expand) | Author |
2022-01-08 | Prep .c files for removing the #includes from */archdep.h | Philip Guenther |
2020-10-15 | make three mib[] arrays const, as was done in libc | Theo de Raadt |
2020-03-27 | Add missing space in stack smash handler error message. | Matthieu Herrb |
2019-05-08 | On retguard systems, remove the ld.so-local stack-protector handling | Theo de Raadt |
2018-02-09 | Use a static chacha instance to fill randomdata sections. Avoids looping | mortimer |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2016-08-12 | the slimmed down random functions inside ld.so are strict clones of the | Theo de Raadt |
2016-08-05 | use a larger chunk for getentropy() and save some for next time. | Ted Unangst |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-21 | Switch ld.so's stack smash handler from sendsyslog to sendsyslog2 | Philip Guenther |
2016-03-20 | Export environ and __progname, making the latter a copy of just the filename | Philip Guenther |
2015-01-20 | If _dl_progname exceeds half the syslog buffer, truncate it with "...", | Theo de Raadt |
2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries | Theo de Raadt |
2014-12-09 | avoid void arithmetic. from david carlier | Ted Unangst |
2014-07-14 | Now that we have sendsyslog(2), we can directly use it in the | Theo de Raadt |
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-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2014-06-14 | Make _dl_randombuf invoke sysctl KERN_ARND in 256-byte chunks, for this is | Miod Vallat |
2014-06-05 | Move to (slightly stripped) version of libc malloc; ok deraadt@ | Otto Moerbeek |
2014-01-23 | improve some types | Theo de Raadt |
2013-12-28 | Do not need __guard anymore | Theo de Raadt |
2013-11-13 | prototype & void * math cleanup | Theo de Raadt |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-01-23 | Cache flush .plt after updating its pointers to .got during the initial | Miod Vallat |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-08-22 | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for | Matthew Dempsky |
2012-08-07 | Factor out a _dl_randombuf() method from _dl_random(). | Matthew Dempsky |
2010-10-30 | fix a 10 year old bug in the memory allocator, which affected only sparc. | Theo de Raadt |
2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently | Kurt Miller |
2007-02-09 | readdir buffers should not get a fixed buffer size, but should be dependant | Dale Rahn |
2004-06-14 | Make _dl_malloc() deal with allocations > 4096 correctly. Also place | Todd C. Miller |
2004-02-25 | Fix this assumed sizeof(long) == 4 error. Would very occasionally cause | Dale Rahn |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt |
2002-12-02 | typo; ok miod@ | Christian Weisgerber |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-07-24 | ok i found it | Theo de Raadt |
2002-07-24 | back out broken stuff until it is fixed | Theo de Raadt |
2002-07-24 | make more _dl_*() func params like real ones in libc | Theo de Raadt |
2002-07-07 | typos/grammar/better words | Jan-Uwe Finck |
2002-05-28 | more KNF | Theo de Raadt |
2002-05-24 | Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc. | Dale Rahn |
2002-05-24 | various KNF | Theo de Raadt |
2002-04-09 | Add the Copyrights from the respective files the code came from. ok deraadt@ | Dale Rahn |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |