Age | Commit message (Expand) | Author |
2008-06-25 | Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 | Todd C. Miller |
2008-04-29 | Remove duplicate psignal(3) and sys_siglist definitions. signal.h | Kurt Miller |
2008-04-24 | - correct brk(2) prototype and man page to match implementation and POSIX. | Kurt Miller |
2006-12-20 | zap bogus sentinel, as noticed by dasn. | Marc Espie |
2006-08-28 | zap argument name, okay millert@ | Marc Espie |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-11-24 | undelete died a while back; millert ok | Theo de Raadt |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-20 | brk() and sbrk() should use void *, not char *. Note that sbrk() | Todd C. Miller |
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller |
2004-01-13 | Prototype closefrom(); tedu@ OK | Todd C. Miller |
2003-08-07 | des_cipher 3rd param is int32_t not long | Theo de Raadt |
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 |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat |
2002-12-03 | GNU-like getopt_long() from NetBSD with changes by me to support | Todd C. Miller |
2002-10-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-09-17 | uncommit, since it breaks macppc libc. millert and miod have now said they | Theo de Raadt |
2002-09-17 | move __syscall prototype into unistd.h (like everybody else) and avoid privat... | Michael Shalayeff |
2002-08-30 | Put sentinel back in. | Marc Espie |
2002-06-07 | Backout previous change. Since it requires people to upgrade gcc, we want | Miod Vallat |
2002-06-05 | Use attribute((sentinel)) on functions where it makes sense. | Marc Espie |
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 |
2001-08-07 | remove redundant __noreturn__ attributes now that __dead is sane for modern gcc | Todd C. Miller |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-09-12 | o add missing getsid() prototype | Todd C. Miller |
2000-07-19 | from freebsd: | Michael Shalayeff |
2000-04-20 | prototyping for p{read,write}{,v} | Theo de Raadt |
2000-02-19 | swapctl 2nd arg is const | Theo de Raadt |
2000-01-27 | add IPv6-ready rcmd() friends. | Jun-ichiro itojun Hagino |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt |
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 |
1999-05-22 | Add swapctl(2) prototype. | Tobias Weingartner |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-11-19 | add getpgid() proto; form | Theo de Raadt |
1998-06-30 | add mkstemp(char *template, int suffixlen) interface | Theo de Raadt |
1998-05-13 | change size parameter to size_t | Theo de Raadt |
1998-04-25 | readlink() 3rd param is size_t; XPG | Theo de Raadt |
1998-02-16 | be more careful for _XOPEN_SOURCE | Theo de Raadt |
1998-02-10 | more explicit protos | Theo de Raadt |
1998-02-10 | move proto to unistd.h | Theo de Raadt |
1997-12-27 | Make usleep prototype match manual page and implementation | Thorsten Lockert |
1997-12-22 | add XPG4.2 lockf; kleink | Theo de Raadt |
1997-11-16 | move proto to sys/stat.h; XPG4.2 | Theo de Raadt |
1997-06-20 | Add mkdtemp(3) | Todd C. Miller |