summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-28- move GE_FORCE_9300_GE_1 to correct orderJonathan Gray
2012-02-28- Always try to reclaim transmitted frames instead of returningJonathan Gray
2012-02-28Our default mutex type is PTHREAD_MUTEX_ERRORCHECK, for which tryingPhilip Guenthe
2012-02-27test based on python's dubious test_3_join_in_forked_from_thread test.Federico G. Schwindt
2012-02-27fix __errno symbol nameMiod Vallat
2012-02-27Use correct Counter32 type for following MIBs. They only return dummy dataStuart Henderson
2012-02-26update error message. inetd has not been used since rev 1.3.Federico G. Schwindt
2012-02-26Correct the expansion of -xbd5Philip Guenthe
2012-02-26similar change to the setsockopt1.c one: use the resolution of the monotonicFederico G. Schwindt
2012-02-26Don't silently skip non-ASCII characters, but replace them with ``?''.Ingo Schwarze
2012-02-26add a few libs and another arch found in NetBSD; from joerg@Ingo Schwarze
2012-02-26various cleanup; robert will pass the diff upstreamJason McIntyre
2012-02-26Fix buglets.Miod Vallat
2012-02-26Support .OP, one of the extended man macros; from kristaps@.Ingo Schwarze
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2012-02-26Remove OpenBSD release numbers from these tests,Ingo Schwarze
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