| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump standards years, as we conform to the new versions too |  guenther | 2012-03-26 | 1 | -4/+4 |
* | strsignal() was standardized in POSIX-2008 |  guenther | 2012-03-26 | 1 | -2/+7 |
* | The arguments scandir() and alphasort() have changed; show that and |  guenther | 2012-03-24 | 1 | -4/+26 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -8/+2 |
* | we don't mention LIBRARY: c |  espie | 2012-03-23 | 10 | -30/+10 |
* | Remove man pages for removed non-portable functions. okay jmc@ |  kurt | 2012-03-22 | 4 | -159/+4 |
* | Remove prototypes for unimplemented non-portable functions in rthreads. |  kurt | 2012-03-22 | 1 | -3/+1 |
* | clean the sigact in a portable way; ok matthew |  deraadt | 2012-03-22 | 1 | -2/+5 |
* | Remove pthread_suspend* and related functions. This is part of the |  kurt | 2012-03-22 | 5 | -70/+5 |
* | bump majors on libc and rthreads for the additions to libc and transfer |  guenther | 2012-03-22 | 2 | -3/+3 |
* | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be |  guenther | 2012-03-22 | 1 | -8/+2 |
* | Make DIR a private type within libc, give it the same underlying |  matthew | 2012-03-22 | 5 | -5/+23 |
* | Hide behind #if 0 the sched_*() functions that we don't have yet |  guenther | 2012-03-22 | 1 | -1/+6 |
* | Update alphasort() and scandir()'s argument types to match POSIX: |  guenther | 2012-03-22 | 1 | -5/+5 |
* | Update cancellation point list to reflect what's done with rthreads |  guenther | 2012-03-22 | 1 | -2/+6 |
* | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro |  matthew | 2012-03-22 | 2 | -2/+14 |
* | closefrom() should be a cancellation point |  guenther | 2012-03-22 | 1 | -2/+16 |
* | tfork_thread has been moved to libc |  guenther | 2012-03-22 | 13 | -921/+0 |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 15 | -4/+925 |
* | new sentence, new line; |  jmc | 2012-03-22 | 1 | -3/+4 |
* | Implement getdelim(3) and getline(3). |  fgsch | 2012-03-21 | 4 | -3/+332 |
* | Implement execvpe(3) and posix_spawn(3) and family. Based on |  matthew | 2012-03-21 | 14 | -17/+1839 |
* | Update list of cancellation points to reflect what was in 5.1's uthreads |  guenther | 2012-03-21 | 1 | -6/+28 |
* | Fix a bug where random() always returns 0 when srandom() is seeded |  millert | 2012-03-21 | 1 | -2/+3 |
* | the disease is spreading |  dlg | 2012-03-20 | 1 | -3/+3 |
* | Clean up unnecessary prototypes. Pointed out by brad@ |  guenther | 2012-03-20 | 1 | -7/+1 |
* | Permit recursive locking in _rthread_dl_lock(), as an so's destructor |  guenther | 2012-03-20 | 1 | -2/+42 |
* | pull in more .h (spotted since struct vnode was not in scope) |  deraadt | 2012-03-16 | 1 | -1/+12 |
* | Force sched_yield() to be resolved before calling dlctl(DL_SET*LCK) with |  guenther | 2012-03-14 | 1 | -1/+2 |
* | 0 is a valid uid for files sysctl, don't skip it. reminded by guenther |  tedu | 2012-03-13 | 1 | -2/+2 |
* | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various |  guenther | 2012-03-13 | 3 | -2/+346 |
* | Don't trust the environment if issetugid() |  guenther | 2012-03-13 | 1 | -1/+3 |
* | - 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 |
* | Major bump, since struct vm_map and vm_map_entry changed size and layout. |  ariane | 2012-03-09 | 1 | -1/+1 |
* | Userspace counterpart of new vmmap. |  ariane | 2012-03-09 | 1 | -13/+14 |
* | 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 |
* | New threads now inherit their TCB address from their parent thread |  guenther | 2012-03-04 | 1 | -4/+3 |
* | Drop the rpcauth(3) MLINK, there is no function of that name. |  schwarze | 2012-03-04 | 3 | -14/+14 |
* | add sem_timedwait to NAME; |  jmc | 2012-03-04 | 1 | -2/+3 |
* | Document sem_timedwait() |  guenther | 2012-03-03 | 2 | -7/+33 |
* | Sync the assembly statements with <machine/lock.h> for consistency. |  miod | 2012-03-03 | 1 | -5/+9 |
* | Bump minor for recent additions |  guenther | 2012-03-03 | 1 | -1/+1 |
* | sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeout |  guenther | 2012-03-03 | 1 | -2/+2 |
* | Add sem_timewait() and fix sem_wait()'s handling of signals, so |  guenther | 2012-03-03 | 4 | -22/+58 |
* | fix check when setting the contention scope. harmless atm but still wrong. |  fgsch | 2012-03-02 | 1 | -2/+2 |
* | for readability, put the label on it's own line. |  fgsch | 2012-03-02 | 1 | -2/+3 |
* | _SPINLOCK_UNLOCKED isn't zero everywhere (*cough*hppa*cough*), so |  guenther | 2012-03-02 | 1 | -1/+2 |
* | Update to tzcode2012a from munnari.oz.au |  millert | 2012-03-01 | 4 | -20/+36 |