Age | Commit message (Expand) | Author |
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer | Philip Guenthe |
2012-03-22 | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be | Philip Guenthe |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Hide behind #if 0 the sched_*() functions that we don't have yet | Philip Guenthe |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-22 | Update cancellation point list to reflect what's done with rthreads | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2012-03-22 | closefrom() should be a cancellation point | Philip Guenthe |
2012-03-22 | tfork_thread has been moved to libc | Philip Guenthe |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-03-22 | new sentence, new line; | Jason McIntyre |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-03-21 | Update list of cancellation points to reflect what was in 5.1's uthreads | Philip Guenthe |
2012-03-21 | Fix a bug where random() always returns 0 when srandom() is seeded | Todd C. Miller |
2012-03-20 | the disease is spreading | David Gwynne |
2012-03-20 | Clean up unnecessary prototypes. Pointed out by brad@ | Philip Guenthe |
2012-03-20 | Permit recursive locking in _rthread_dl_lock(), as an so's destructor | Philip Guenthe |
2012-03-16 | pull in more .h (spotted since struct vnode was not in scope) | Theo de Raadt |
2012-03-14 | Force sched_yield() to be resolved before calling dlctl(DL_SET*LCK) with | Philip Guenthe |
2012-03-13 | 0 is a valid uid for files sysctl, don't skip it. reminded by guenther | Ted Unangst |
2012-03-13 | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various | Philip Guenthe |
2012-03-13 | Don't trust the environment if issetugid() | Philip Guenthe |
2012-03-10 | - fix a mistake in the list header | Jason McIntyre |
2012-03-10 | Try to document the new settings of net.inet.tcp.rfc3390. | Claudio Jeker |
2012-03-09 | Major bump, since struct vm_map and vm_map_entry changed size and layout. | Ariane van der Steldt |
2012-03-09 | Userspace counterpart of new vmmap. | Ariane van der Steldt |
2012-03-06 | tweak previous; | Jason McIntyre |
2012-03-06 | Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3) | Antoine Jacoutot |
2012-03-04 | New threads now inherit their TCB address from their parent thread | Philip Guenthe |
2012-03-04 | Drop the rpcauth(3) MLINK, there is no function of that name. | Ingo Schwarze |
2012-03-04 | add sem_timedwait to NAME; | Jason McIntyre |
2012-03-03 | Document sem_timedwait() | Philip Guenthe |
2012-03-03 | Sync the assembly statements with <machine/lock.h> for consistency. | Miod Vallat |
2012-03-03 | Bump minor for recent additions | Philip Guenthe |
2012-03-03 | sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeout | Philip Guenthe |
2012-03-03 | Add sem_timewait() and fix sem_wait()'s handling of signals, so | Philip Guenthe |
2012-03-02 | fix check when setting the contention scope. harmless atm but still wrong. | Federico G. Schwindt |
2012-03-02 | for readability, put the label on it's own line. | Federico G. Schwindt |
2012-03-02 | _SPINLOCK_UNLOCKED isn't zero everywhere (*cough*hppa*cough*), so | Philip Guenthe |
2012-03-01 | Update to tzcode2012a from munnari.oz.au | Todd C. Miller |
2012-02-29 | - Test for the retrieved page address not being NULL. This turns free((void*)1) | Otto Moerbeek |
2012-02-28 | Our default mutex type is PTHREAD_MUTEX_ERRORCHECK, for which trying | Philip Guenthe |
2012-02-27 | fix __errno symbol name | Miod Vallat |
2012-02-26 | Fix buglets. | Miod Vallat |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2012-02-26 | __cerror gets invoked with errno in v0, not a0. | Miod Vallat |
2012-02-26 | Fix label for threaded binaries to link. | Miod Vallat |
2012-02-25 | Apply a bit more consistency in the ordering of functions in each | Philip Guenthe |
2012-02-24 | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), | Philip Guenthe |