Age | Commit message (Expand) | Author |
2014-06-14 | Change return value of getentropy() to int 0 for success. Maximum | Theo de Raadt |
2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. | Theo de Raadt |
2014-05-16 | add prototypes for new crypt functions | Ted Unangst |
2014-04-21 | Use internal '__' names for __attributes__ in public headers | Philip Guenther |
2014-04-01 | Define intptr_t in <unistd.h> as specified by POSIX | Matthew Dempsky |
2013-12-28 | Annotate a few more bounded functions: realpath(3) needs a buffer | Martynas Venckus |
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt |
2013-11-22 | The getopt() prototype and externs don't belong in stdlib.h. Berkeley | Todd C. Miller |
2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. | Philip Guenther |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-04 | Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_ope... | Brad Smith |
2013-04-15 | Implement fdatasync() as a wrapper around fsync() | Matthew Dempsky |
2013-04-11 | getpgid() and getsid() were rolled into POSIX in 2008 | Philip Guenther |
2013-03-01 | Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-05-30 | Move the _SC_* and _CS_* configurable system variables and strings | Matthew Dempsky |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-12 | prototype getdtablecount() | Theo de Raadt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-01-13 | Replace _SELECT_DECLARED with _SELECT_DEFINED_ | Nigel Taylor |
2011-11-09 | getcwd() buffer's length can be smaller than 1024. In that case it will | Federico G. Schwindt |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
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 |
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 |