Age | Commit message (Expand) | Author |
2012-02-25 | regen | Miod Vallat |
2012-02-25 | Enable GUS PnP | Miod Vallat |
2012-02-25 | Don't tinker with the MIDI registers if they aren't mapped; necessary for the | Miod Vallat |
2012-02-25 | :%s,DEBUGBUG,DEBUG, | Miod Vallat |
2012-02-25 | sync | Miod Vallat |
2012-02-25 | Fix a bad case of htole64() being used instead of htole32() when setting up | Miod Vallat |
2012-02-25 | Allow this to build on platforms lacking PT_GETFPREGS or PT_SETFPREGS; broken | Miod Vallat |
2012-02-25 | Allow a single option to be specified to show-options to show just that | Nicholas Marriott |
2012-02-25 | Apply a bit more consistency in the ordering of functions in each | Philip Guenthe |
2012-02-25 | Remove useless code. | Christiano F. Haesbaert |
2012-02-25 | Make CPUF_GO setting atomic. | Christiano F. Haesbaert |
2012-02-24 | login_yubikey(8) reads user's last-use counter from user.ctr, not user.cnt | Igor Sobrado |
2012-02-24 | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), | Philip Guenthe |
2012-02-24 | jmc@ points out that the underlying manpage should be named after one | Philip Guenthe |
2012-02-24 | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, | Jason McIntyre |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-02-24 | sched_yield() is the standard name while pthread_yield() is the | Philip Guenthe |
2012-02-24 | Document pthread_condattr_{init,destroy,setclock,getclock} | Philip Guenthe |
2012-02-24 | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document | Philip Guenthe |
2012-02-23 | Use format for display-message, based on a diff from George Nachman. | Nicholas Marriott |
2012-02-23 | document cases where the warning can and should be ignored | Marc Espie |
2012-02-23 | PTHREAD_MUTEX_NORMAL mutexes are supposed to self-deadlock, not abort. | Philip Guenthe |
2012-02-23 | Check that PTHREAD_MUTEX_NORMAL mutexes will self-deadlock and that | Philip Guenthe |
2012-02-23 | Add pthread_condattr_{get,set}clock(), requested by aja@ | Philip Guenthe |
2012-02-23 | Bring in PF-MIB to snmpd. | Joel Knight |
2012-02-22 | similar change to the setsockopt1.c one: use the resolution of the monotonic | Federico G. Schwindt |
2012-02-22 | create the tmp dirs nginx needs for doing proxying inside the chroot | Robert Nagy |
2012-02-22 | Mention and explain the /var/run/rc.d/ directory. | Antoine Jacoutot |
2012-02-21 | Add pthread_suspend_np regress test. okay guenther@ | Kurt Miller |
2012-02-21 | Make pthread_suspend_np() and pthread_resume_np() simply fail instead | Philip Guenthe |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2012-02-20 | - add more ptrace() ops | Philip Guenthe |
2012-02-20 | Switch the time measuring to be in timespecs, and then check the | Philip Guenthe |
2012-02-20 | - remove invalid potions of blocked_* regress tests | Kurt Miller |
2012-02-20 | Disable the dup2_race test, as it requires a buggy behavior that uthreads | Philip Guenthe |
2012-02-20 | Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernel | Philip Guenthe |
2012-02-20 | Enable the errno test; add a quick rwlocks test | Philip Guenthe |
2012-02-20 | End the output with a newline | Philip Guenthe |
2012-02-20 | This test needs a large nprocs ulimit, so just have it raise its own | Philip Guenthe |
2012-02-20 | Need to block the signals in all thread for the kill(getpid(), SIGFOO) | Philip Guenthe |
2012-02-20 | SIGSTOP, SIGKILL, and (for threaded programs) SIGTHR are unblockable | Philip Guenthe |
2012-02-20 | pthread_sigmask() was fixed to return the errno value on failure | Philip Guenthe |
2012-02-20 | ops. compare against the socket timeout, not the alarm one. | Federico G. Schwindt |
2012-02-19 | fix tests. | Federico G. Schwindt |
2012-02-19 | Fix a classical bug (= vs ==). OK stsp@ miod@ | Claudio Jeker |
2012-02-19 | small KNF nit | Mark Kettenis |
2012-02-19 | sync | Miod Vallat |
2012-02-19 | Fix return value documentation errors in usbhid(3). | Stefan Sperling |
2012-02-19 | enable nginx | Robert Nagy |
2012-02-19 | these files are not needed here, they are going to get installed from | Robert Nagy |