| Commit message (Expand) | Author | Age | Files | Lines |
* | More sysconf(3)-y and pathconf(3)-y goodness from Brad. |  matthew | 2012-05-14 | 1 | -29/+231 |
* | Since threads are becoming more common, this "work around the |  deraadt | 2012-04-12 | 1 | -136/+0 |
* | more rfork mop-up |  deraadt | 2012-04-12 | 1 | -3/+3 |
* | complete function name. |  espie | 2012-04-11 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2012-04-11 | 6 | -44/+36 |
* | fuss with details |  espie | 2012-04-11 | 6 | -31/+36 |
* | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. |  espie | 2012-04-11 | 11 | -1096/+333 |
* | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls |  guenther | 2012-04-10 | 1 | -2/+8 |
* | range check st_size before calling calloc() |  deraadt | 2012-04-06 | 1 | -3/+7 |
* | Document that openat(), etc are safe to call from a signal handler. |  matthew | 2012-04-03 | 1 | -20/+20 |
* | The arguments scandir() and alphasort() have changed; show that and |  guenther | 2012-03-24 | 1 | -4/+26 |
* | we don't mention LIBRARY: c |  espie | 2012-03-23 | 10 | -30/+10 |
* | clean the sigact in a portable way; ok matthew |  deraadt | 2012-03-22 | 1 | -2/+5 |
* | Make DIR a private type within libc, give it the same underlying |  matthew | 2012-03-22 | 5 | -5/+23 |
* | Update alphasort() and scandir()'s argument types to match POSIX: |  guenther | 2012-03-22 | 1 | -5/+5 |
* | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro |  matthew | 2012-03-22 | 2 | -2/+14 |
* | Implement execvpe(3) and posix_spawn(3) and family. Based on |  matthew | 2012-03-21 | 14 | -17/+1839 |
* | - fix a mistake in the list header |  jmc | 2012-03-10 | 1 | -3/+3 |
* | Try to document the new settings of net.inet.tcp.rfc3390. |  claudio | 2012-03-10 | 1 | -3/+7 |
* | tweak previous; |  jmc | 2012-03-06 | 1 | -3/+3 |
* | Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3) |  ajacoutot | 2012-03-06 | 2 | -3/+8 |
* | If the internal consistency check fails, set errno so that it doesn't |  guenther | 2012-02-04 | 1 | -5/+8 |
* | the glob stat limit is way too low. bump to 2048. |  tedu | 2012-01-20 | 2 | -7/+7 |
* | symetry |  espie | 2012-01-19 | 1 | -3/+3 |
* | Document the \-C output format generated by VIS_ALL |  guenther | 2012-01-16 | 1 | -2/+11 |
* | Updates regarding fts_close(3): |  schwarze | 2012-01-01 | 1 | -15/+5 |
* | Add new KERN_PROC_CWD sysctl to get the current working directory of a process. |  nicm | 2011-12-09 | 1 | -2/+7 |
* | New fnmatch(3) implementation which is not recursive. |  stsp | 2011-12-06 | 1 | -232/+435 |
* | Fix toprec handling in cgetnext(). OK otto@ |  millert | 2011-10-14 | 1 | -4/+9 |
* | KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha Erkkila |  jmc | 2011-09-25 | 1 | -3/+3 |
* | Stop using the latin1 character set in the "C" locale. This behaviour was |  stsp | 2011-09-22 | 1 | -18/+17 |
* | fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being |  djm | 2011-09-22 | 1 | -6/+44 |
* | In glob(3), limit recursion during matching attempts. Similar to fnmatch fix. |  stsp | 2011-09-20 | 1 | -5/+17 |
* | update vt100 example to vt200, as vt100 apparently is no longer in the |  jmc | 2011-09-14 | 1 | -6/+6 |
* | Preserve errno across calls to open the password database(s), so |  guenther | 2011-09-05 | 1 | -2/+5 |
* | make -column lists pretty again; |  jmc | 2011-09-03 | 2 | -442/+441 |
* | in column lists, enforce the following ordering: |  jmc | 2011-08-30 | 1 | -3/+3 |
* | At some point we've switched to the VFP floating-point--unlike FPA |  martynas | 2011-07-26 | 1 | -3/+3 |
* | __arm32__ -> __arm__, since our new compiler isn't defining the |  martynas | 2011-07-26 | 1 | -3/+3 |
* | Add (rough draft) documentation for fdopendir(3) and the 15 new |  matthew | 2011-07-18 | 2 | -4/+63 |
* | Expose a bunch of new functionality from POSIX 2008: openat(2), |  matthew | 2011-07-18 | 1 | -3/+1 |
* | Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to use |  matthew | 2011-07-18 | 1 | -22/+62 |
* | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent |  deraadt | 2011-07-14 | 1 | -9/+2 |
* | Use stdio in getent() and reuse pfp from tcgetnext when calling getent(). |  millert | 2011-07-10 | 1 | -36/+37 |
* | Move fabs(3) manual page from libm to libc, for consistency. The |  martynas | 2011-07-08 | 2 | -4/+83 |
* | Alias modfl to modf. This goes together with the previous bump. |  martynas | 2011-07-08 | 2 | -5/+25 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 5 | -5/+362 |
* | tweak previous; |  jmc | 2011-07-08 | 1 | -3/+5 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 5 | -362/+5 |
* | Include PIPEX in kernel by default. And add new sysctl variable |  yasuoka | 2011-07-08 | 1 | -2/+16 |