summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2015-10-30Fix build with "USE_SSP" set to "yes".tron
2015-10-28* add CGI support for ~user translation (-E switch)shm
2015-10-25s/USE_NBUTIL/HAVE_NBUTIL_H/, to match the Makefile.mrg
2015-10-15Enable lfs64 in the cleaner.dholland
2015-10-14this is syslog-likechristos
2015-10-10Use llabs(), not abs(), on the difference of daddr_t's.dholland
2015-10-03Use IINFO in the cleaner.dholland
2015-09-03Remove dead assignment; from Henning Petersen in PR 50196.dholland
2015-09-01Add new accessors for the d_type and d_namlen fields of struct lfs_direct.dholland
2015-09-01The ifile's inode number is constant. (it is always 1)dholland
2015-09-01Add byteswapping to the dinode accessors.dholland
2015-08-27s/dirname/dirpath/ to avoid potentially shadowing dirname(3).mrg
2015-08-13Remove trailing space in boast.wiz
2015-08-13Extend AUTHORS section. Nobody likes a braggart.shm
2015-08-12Hack up dinode usage to be 64 vs. 32 as needed. Part 1.dholland
2015-08-12Provide 32-bit and 64-bit versions of FINFO.dholland
2015-08-12Make 32-bit and 64-bit versions of SEGSUM.dholland
2015-08-12Add IFILE32 and IFILE64 structures for the on-disk ifile entries.dholland
2015-08-12Make 32-bit and 64-bit versions of CLEANERINFO.dholland
2015-08-12Fix assorted 64->32 truncations related to BLOCK_INFO.dholland
2015-08-10Use explicit_memset(3) instead of memset(3) to clear passwordshm
2015-08-10Fix directory stream leaksshm
2015-08-09Removed unnecessary memset(3) callshm
2015-08-09Clear utmpx struct before writing it to wtmpx filesshm
2015-08-05on QNX, use nbutil.h.mrg
2015-08-02Add a (draft) 64-bit superblock. Make things build again.dholland
2015-08-02Use accessor functions for the version field of the lfs superblock.dholland
2015-08-02Second batch of 64 -> 32 truncations in lfs, along with more minordholland
2015-07-28Use lfs_accessors.h in conjunction with the cleaner's struct clfs.dholland
2015-07-28Add a new lfs header file: lfs_accessors.h.dholland
2015-07-24More lfs superblock accessors.dholland
2015-07-24Switch to accessor functions for elements of the LFS on-diskdholland
2015-07-16Fix handling path with multiple slashes at the beginningshm
2015-07-09Remove d_namelen as it's an BSD extension. Fix building bozohttpd on SunOS.shm
2015-07-04fix memory leaks on error; found by brainy.christos
2015-07-03Add an explicit note about the search path used by dlopen(3).joerg
2015-05-05Bump date for previous.wiz
2015-05-05Add a -b flag so that clients that return their acknowledgements to thebuhrow
2015-05-02fix content type handling to not hard code (wrong) values for length,mrg
2015-04-26Use verrx with a va_list.mlelstv
2015-04-26size output buffer for strunvis to include the trailing NUL character.mlelstv
2015-04-19Fix deref "command" after "free(file)", from KIYOHARA Takashichristos
2015-04-16install as bozohttpd/bozohttpd.8 as well as httpd.mrg
2015-04-06Fix membars around rtld internal mutex.yamt
2015-04-04lib/49813: Release mutex on error.joerg
2015-03-29- Fix fallout for recent bread() change (removing cred arg).chopps
2015-03-27Update RISCV to use the ELF relocations and new ABI.matt
2015-03-20copyright maintenance, note shm@ in the manual and update the CHANGESmrg
2015-03-20don't quote /. it doesn't work. this should fix PR#49765.mrg
2015-03-05HPPA hack for a problem where gdb doesn't see _rtld_debug_state whenskrll