summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-03-11add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822Jonathan Gray
2012-03-11regenJonathan Gray
2012-03-11HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822Jonathan Gray
2012-03-10Account for sched_noidle and document the scheduler variables.Christiano F. Haesbaert
2012-03-10Seems the _REG method is optional, so only run it if it is present.Mark Kettenis
2012-03-10AML integers are supposed to be 64-bit unsigned, but huge parts of our codeMark Kettenis
2012-03-10Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed inClaudio Jeker
2012-03-10Give sigwait priority over ptrace to avoid panicPhilip Guenthe
2012-03-10Add PS_EXITING to better differentiate between the process exiting andPhilip Guenthe
2012-03-09New vmmap implementation.Ariane van der Steldt
2012-03-09- remove a redundant note about tftpd; ok dlgJason McIntyre
2012-03-07Add AMD Hudson-2 support, thanks to Jorg Willekens for testing.Bryan Steele
2012-03-07reisters -> registersMiod Vallat
2012-03-06oops. correct diff this timeMike Belopuhov
2012-03-06Add support for an SMB controller found on AMD CS5536 companion device.Mike Belopuhov
2012-03-06Check if route is still valid when getting the cached rt entry of a pcb.Claudio Jeker
2012-03-06Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)Antoine Jacoutot
2012-03-05Adds support for a slightly different version of the ALPS protocol,Alexandr Shadchin
2012-03-03Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in theMiod Vallat
2012-03-03Don't print the device name again in attach error messages occuring beforeMiod Vallat
2012-03-01Add luna88k GENERIC.MP configuration file, based on mvme88k.Kenji Aoyama
2012-03-01use UE_GET_ADDR to get endpoint address (remove direction bit). FixesAlexandre Ratchov
2012-03-01zaudio is play only, so return ENXIO on any attempt to open the deviceAlexandre Ratchov
2012-03-01add support for AX88772BJonathan Gray
2012-03-01regenJonathan Gray
2012-03-01ASIX AX88772BJonathan Gray
2012-02-28Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908.Jonathan Gray
2012-02-28regenJonathan Gray
2012-02-28Roland UM-ONEJonathan Gray
2012-02-28Luna88k multi-processor support, step 3.Kenji Aoyama
2012-02-28add support for the MCS7832 which is apparently a low pin countJonathan Gray
2012-02-28For non-__HAVE_MD_TCB archs, p_tcb should be copied on fork. Found by miod@Philip Guenthe
2012-02-28regenJonathan Gray
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-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 NULL fallout, spotted by naddyMiod Vallat
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-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-25Remove useless code.Christiano F. Haesbaert
2012-02-25Make CPUF_GO setting atomic.Christiano F. Haesbaert
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-20First steps for making ptrace work with rthreads:Philip Guenthe