Age | Commit message (Expand) | Author |
2024-04-15 | Add scandirat(3); from freebsd | Florian Obser |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2013-12-13 | Zap some getdirentries() leftovers. | Vadim Zhukov |
2013-08-16 | Tweak the getdents() kernel prototype to use "void *" | Philip Guenther |
2013-06-02 | XPG 4 apparently exposed d_ino and ino_t. Also, always pull in | Philip Guenther |
2013-03-24 | I can see no reason for #ifndef _KERNEL check in a /usr/include | Theo de Raadt |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-03-24 | Provide the old prototypes for scandir() and alphasort() for code that | Philip Guenthe |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray |
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat |
2010-12-31 | Standards compliance: expose dirfd with XPG7 and scandir and alphasort | Philip Guenthe |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | Kurt Miller |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller |
2006-04-01 | - Plug huge mem leak; mostly samba was suffering. | Otto Moerbeek |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded | Anil Madhavapeddy |
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | Anil Madhavapeddy |
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | Anil Madhavapeddy |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie |
1999-06-11 | Define NULL to be __null for C++: better quality of implementation. | Marc Espie |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist |
1995-11-23 | include sys/types.h as mandated by X/Open XPG 4.2; from agc@sde.uts.amdahl.co... | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |