Age | Commit message (Expand) | Author |
---|---|---|
2019-12-17 | Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom() | Philip Guenther |
2017-06-22 | Do not interpret an empty path as current working directory "." when | Sebastian Benoit |
2015-05-22 | be pedantic with sizeof use | Jonathan Gray |
2015-01-22 | delete annoying white space that annoy | 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-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |