summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/paths.c
AgeCommit message (Expand)Author
2016-01-24we don't need <sys/mbuf.h>christos
2013-05-06Trailing whitespaceskrll
2009-05-19warns=4christos
2008-06-05Fix error in previous. From nakayama@.ad
2008-06-03Try read() on ld.so.conf. If the file is small, it avoids stat+mmap+munmap.ad
2007-10-05- Don't use the names malloc/free/etc, since we can end up pulling in libc'sad
2007-09-27provide xrealloc, and don't cast and use malloc and realloc directly.christos
2007-09-20Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needschristos
2007-05-18Support Solaris-like $ORIGIN etc. expansions in paths.christos
2005-06-01Add some sanity checking inspired by gcc -Wuninitialized.lukem
2004-10-22Add __RCSIDs.skrll
2004-07-05Make ld.elf_so use the new sysctl API. That allows the user to give anycube
2004-03-16The <sys/sysctl.h> header already provides a perfectly good struct foratatat
2004-02-15Don't assume past the mmaped region is accessible.enami
2004-02-15Fix warning message: the failed operation is not fstat but mmap.enami
2003-07-24ANSIfy and de-__P().skrll
2003-06-05KNF- blank lines before code at start of functions.simonb
2002-10-06Embedded whitespace in dirname is supported again.junyoung
2002-10-05A line whose length is 0 always begins with '#'.junyoung
2002-10-05Minor cleanup.junyoung
2002-10-05Better fix of parser bug.junyoung
2002-10-05Don't call _rtld_process_mapping() with null string.junyoung
2002-10-05Simplify the hint file parser a bit.mycroft
2002-10-05Minor cleanup.mycroft
2002-09-28Call NEW() rather than CNEW().junyoung
2002-09-12Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.mycroft
2002-09-12Add some consts.mycroft
2001-05-24Don't include <uvm/uvm_param.h>. It does not appear to be needed by anything.christos
2000-11-10Fix linked-list botch with sysctl-based library selection that meantsimonb
2000-11-09Only need to include <sys/sysctl.h> once.simonb
2000-06-26we now need <uvm/uvm_param.h>mrg
2000-05-09Initial commit of arm26 portbjh21
2000-01-15use xwarnx instead of warnxchristos
1999-12-20PR/9031: Scott Ellis: Ignore empty sysctl directive lines.christos
1999-12-15Do what the people want. Support full sysctl names.christos
1999-12-13Enable parsing and mapping of hardware dependent libraries in ld.so.confchristos
1999-08-20fix typochristos
1999-08-19enable /etc/ld.so.conf processingchristos
1999-03-01KNFchristos
1999-02-24Cleanup global variable access so rtld can be self relocating. Also KNFchristos
1997-10-08WARNS?=1mrg
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd