summaryrefslogtreecommitdiff
path: root/libexec/ld.so/dir.c
AgeCommit message (Expand)Author
2017-12-12spacingTheo de Raadt
2015-01-16<sys/param.h> to <limits.h> conversion. Verified binariesTheo de Raadt
2014-07-10check all memory allocations; ok miod@ guenther@Otto Moerbeek
2014-07-09Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY insteadPhilip Guenther
2014-07-06int all fields, so calloc can become malloc; ok miod@Otto Moerbeek
2014-07-06enable -Wall, explicitly call _dl_strsep, and zap some redundant includesOtto Moerbeek
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andOtto Moerbeek
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2012-03-21Switch ld.so's _dl_opendir functions to use a locally definedMatthew Dempsky
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-02-09readdir buffers should not get a fixed buffer size, but should be dependantDale Rahn
2007-02-08Remove __DTF_READALL usage in ld.so's private copy of readdir().Todd C. Miller
2006-03-24Remove telldir/seekdir support from the internal ld.so lib, it's notOtto Moerbeek
2005-06-16remove whiteout stuff from ld.so's private opendir(); OK deraadt@Todd C. Miller
2004-05-18fix includes scoping; drahn@ okMichael Shalayeff
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-02knf & ansi; drahn okTheo de Raadt
2003-01-31The version of open in ld.so, _dl_open(), will return -errno instead of -1.Dale Rahn
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24spacingTheo de Raadt
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn