Age | Commit message (Expand) | Author |
2017-12-12 | spacing | Theo de Raadt |
2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries | Theo de Raadt |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-07-09 | Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY instead | Philip Guenther |
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-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2012-03-21 | Switch ld.so's _dl_opendir functions to use a locally defined | Matthew Dempsky |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-02-09 | readdir buffers should not get a fixed buffer size, but should be dependant | Dale Rahn |
2007-02-08 | Remove __DTF_READALL usage in ld.so's private copy of readdir(). | Todd C. Miller |
2006-03-24 | Remove telldir/seekdir support from the internal ld.so lib, it's not | Otto Moerbeek |
2005-06-16 | remove whiteout stuff from ld.so's private opendir(); OK deraadt@ | Todd C. Miller |
2004-05-18 | fix includes scoping; drahn@ ok | Michael Shalayeff |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2003-01-31 | The version of open in ld.so, _dl_open(), will return -errno instead of -1. | Dale Rahn |
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 | spacing | Theo de Raadt |
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn |