summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/path.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom()guenther1-7/+3
2017-06-22Do not interpret an empty path as current working directory "." whenbenno1-10/+3
2015-05-22be pedantic with sizeof usejsg1-2/+2
2015-01-22delete annoying white space that annoyderaadt1-2/+2
2015-01-16<sys/param.h> to <limits.h> conversion. Verified binariesderaadt1-2/+1
2014-07-10check all memory allocations; ok miod@ guenther@otto1-2/+1
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andotto1-2/+3
2013-03-20- Parse colon separated paths into NULL terminated arrays of stringkurt1-0/+98