33 Commits (defd0fdf0b900cee0b824c0fe2c3d36e9687d0f3)

Author SHA1 Message Date
  zhuk eea8ca989f Zap some getdirentries() leftovers. 10 years ago
  guenther ea1213f0e2 Tweak the getdents() kernel prototype to use "void *" 11 years ago
  guenther 2e8e558d31 XPG 4 apparently exposed d_ino and ino_t. Also, always pull in 11 years ago
  deraadt 98fb0d8d89 I can see no reason for #ifndef _KERNEL check in a /usr/include 11 years ago
  guenther 2ca690c613 Change scandir()'s 'select' argument from 12 years ago
  guenther 63956e38b6 Provide the old prototypes for scandir() and alphasort() for code that 12 years ago
  matthew 2eb7e244b3 Make DIR a private type within libc, give it the same underlying 12 years ago
  guenther cdcacd10ba Update alphasort() and scandir()'s argument types to match POSIX: 12 years ago
  matthew 752e801bd3 Add dirfd() as a function to libc per POSIX requirement; dirfd() macro 12 years ago
  matthew b8d3e9f631 Expose a bunch of new functionality from POSIX 2008: openat(2), 13 years ago
  deraadt 4b01367514 __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent 13 years ago
  jsg a76303a0c4 As pointed out by Richard Guenther our definition 13 years ago
  miod 3409dda593 Define NULL as a void * instead of a long integer, as required by Single Unix. 13 years ago
  guenther 2a778b4ce6 Standards compliance: expose dirfd with XPG7 and scandir and alphasort 13 years ago
  millert 84b7e5bd5f Change basep parameter of getdirentries() to be off_t *, not long * 14 years ago
  kurt e9359f93b2 _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so 17 years ago
  millert 10c1aa4ccb g/c __DTF_READALL. It was a flag to the internal __opendir2() but 17 years ago
  otto f37b50710e - Plug huge mem leak; mostly samba was suffering. 18 years ago
  millert 5acf200b2a First step in include files overhaul. Use __FOO_VISIBLE (as defined 19 years ago
  millert 62151f2edd Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ 19 years ago
  avsm 3f2bee58c7 add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
  avsm b75b1238ee backout the __bounded__ attributes for a while; requested by deraadt@ 21 years ago
  avsm 3ab653a0d9 Mark various standard library functions with the __bounded__ attribute. 21 years ago
  millert cc6797b16c Remove the advertising clause in the UCB license which Berkeley 21 years ago
  millert 9a61bb23a6 NULL is now 0L so it is the same size as a pointer. 22 years ago
  millert 959b08f109 Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 22 years ago
  millert b68c09e067 Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
  espie f851e80d96 Be thorough about NULL as __null for C++. 25 years ago
  espie de172e7c0c Define NULL to be __null for C++: better quality of implementation. 25 years ago
  d 31570910f0 Add thread-safety to libc, so that libc_r will build (on i386 at least). 26 years ago
  niklas 2a0bf72166 Well, as we are heading for a release people are encouraged to rebuild their 27 years ago
  deraadt bacf6f7fd8 include sys/types.h as mandated by X/Open XPG 4.2; from agc@sde.uts.amdahl.com; netbsd pr#1785 29 years ago
  deraadt 47b73ff83c initial import of NetBSD tree 29 years ago