summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-26__cerror gets invoked with errno in v0, not a0.Miod Vallat
2012-02-26rather than driving the card with 16k intr/s of low latency interrupts,Mike Belopuhov
2012-02-26there's no need to rearm interrupts, we only need to reenable queues;Mike Belopuhov
2012-02-26Remove no longer _KERNEL-visible constants which aren't used anyway.Miod Vallat
2012-02-26Fix label for threaded binaries to link.Miod Vallat
2012-02-26Let this compile with gcc 2.Miod Vallat
2012-02-26Fix NULL fallout, spotted by naddyMiod Vallat
2012-02-26Document :*************: in the password field.Ingo Schwarze
2012-02-25Add gus* at isapnp?. Last tested nine years ago but ought to still work.Miod Vallat
2012-02-25regenMiod Vallat
2012-02-25Enable GUS PnPMiod Vallat
2012-02-25Don't tinker with the MIDI registers if they aren't mapped; necessary for theMiod Vallat
2012-02-25:%s,DEBUGBUG,DEBUG,Miod Vallat
2012-02-25syncMiod Vallat
2012-02-25Fix a bad case of htole64() being used instead of htole32() when setting upMiod Vallat
2012-02-25Allow this to build on platforms lacking PT_GETFPREGS or PT_SETFPREGS; brokenMiod Vallat
2012-02-25Allow a single option to be specified to show-options to show just thatNicholas Marriott
2012-02-25Apply a bit more consistency in the ordering of functions in eachPhilip Guenthe
2012-02-25Remove useless code.Christiano F. Haesbaert
2012-02-25Make CPUF_GO setting atomic.Christiano F. Haesbaert
2012-02-24login_yubikey(8) reads user's last-use counter from user.ctr, not user.cntIgor Sobrado
2012-02-24Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(),Philip Guenthe
2012-02-24jmc@ points out that the underlying manpage should be named after onePhilip Guenthe
2012-02-24now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,Jason McIntyre
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-24sched_yield() is the standard name while pthread_yield() is thePhilip Guenthe
2012-02-24Document pthread_condattr_{init,destroy,setclock,getclock}Philip Guenthe
2012-02-24Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and documentPhilip Guenthe
2012-02-23Use format for display-message, based on a diff from George Nachman.Nicholas Marriott
2012-02-23document cases where the warning can and should be ignoredMarc Espie
2012-02-23PTHREAD_MUTEX_NORMAL mutexes are supposed to self-deadlock, not abort.Philip Guenthe
2012-02-23Check that PTHREAD_MUTEX_NORMAL mutexes will self-deadlock and thatPhilip Guenthe
2012-02-23Add pthread_condattr_{get,set}clock(), requested by aja@Philip Guenthe
2012-02-23Bring in PF-MIB to snmpd.Joel Knight
2012-02-22similar change to the setsockopt1.c one: use the resolution of the monotonicFederico G. Schwindt
2012-02-22create the tmp dirs nginx needs for doing proxying inside the chrootRobert Nagy
2012-02-22Mention and explain the /var/run/rc.d/ directory.Antoine Jacoutot
2012-02-21Add pthread_suspend_np regress test. okay guenther@Kurt Miller
2012-02-21Make pthread_suspend_np() and pthread_resume_np() simply fail insteadPhilip Guenthe
2012-02-20First steps for making ptrace work with rthreads:Philip Guenthe
2012-02-20- add more ptrace() opsPhilip Guenthe
2012-02-20Switch the time measuring to be in timespecs, and then check thePhilip Guenthe
2012-02-20- remove invalid potions of blocked_* regress testsKurt Miller
2012-02-20Disable the dup2_race test, as it requires a buggy behavior that uthreadsPhilip Guenthe
2012-02-20Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernelPhilip Guenthe
2012-02-20Enable the errno test; add a quick rwlocks testPhilip Guenthe
2012-02-20End the output with a newlinePhilip Guenthe
2012-02-20This test needs a large nprocs ulimit, so just have it raise its ownPhilip Guenthe
2012-02-20Need to block the signals in all thread for the kill(getpid(), SIGFOO)Philip Guenthe
2012-02-20SIGSTOP, SIGKILL, and (for threaded programs) SIGTHR are unblockablePhilip Guenthe