summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-12-26SIGINTR -> SIGINT; taken from mrg@netbsd's fix to termios.4 (-r1.33);Jason McIntyre
2009-12-26move st over to the new midlayer.David Gwynne
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25A couple more device types.Miod Vallat
2009-12-25regenMiod Vallat
2009-12-25One more Geode device.Miod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-12-25Pass both the virtual address and the physical address of the memory rangeMiod Vallat
2009-12-25Don't bother returning a value in *_InvalidateICache(), as it's supposed to beMiod Vallat
2009-12-25Do not #include unused <machine/mcontext.h>Miod Vallat
2009-12-25Implement bus_space_vaddr().Miod Vallat
2009-12-25Add bus_space_vaddr() when applicable; from NetBSD.Miod Vallat
2009-12-25Fix (currently unused) bus_space_vaddr() return value.Miod Vallat
2009-12-25No stand subdir to recurse in.Miod Vallat
2009-12-24do not run the unsolicited event queue from the interrupt handler.Jacob Meuser
2009-12-24add support to pf for filtering a packet by the interface it was receivedDavid Gwynne
2009-12-23- add and enable uthumJasper Lievisse Adriaanse
2009-12-23The process's rdomain should be, well, per-process and not per-rthread,Philip Guenthe
2009-12-23partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.Kenneth R Westerback
2009-12-22rewrite promiscuous mode and multicast handling; from BradChristian Weisgerber
2009-12-22Revert last commit, I should have checked with damien@ first.Stuart Henderson
2009-12-22Sort pci ids, from Brad.Stuart Henderson
2009-12-22treat the front headphone jack more like a built-in speaker. make it'sJacob Meuser
2009-12-21typo in comment; Holger MikolonStuart Henderson
2009-12-21Add uthum(4) to arches I could test it. ok deraadt@.Matthieu Herrb
2009-12-21Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-12-21Some cleaning for the rl(4) driver:Christian Weisgerber
2009-12-20When using ptrace(), death of the traced process should always sendPhilip Guenthe
2009-12-20svr4_sys_waitsys() was seemingly implemented by copying sys_wait4()Philip Guenthe
2009-12-20compile in utrhTheo de Raadt
2009-12-19fix tsleep parameterYojiro Uo
2009-12-19Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()Kenneth R Westerback
2009-12-18More device id ordering, from BradStuart Henderson
2009-12-18Add lofn(4) and ubsec(4) crypto devices. From Brad.Joel Sing
2009-12-18More Ethernet drivers - sf(4), cas(4), vge(4) and ciphy(4) for use byJoel Sing
2009-12-18regenYojiro Uo
2009-12-18add utrh(4): USBRH temperature / humidity sensor driverYojiro Uo
2009-12-17Initialize ccb_xs to NULL when taking a ccb off the free list. ThisKenneth R Westerback
2009-12-17if anyone vref()s a VNON vnode, panic. This should not happen.Owain Ainsworth
2009-12-17This fixes a case where we could panic on a null deref with a bad vnodeBob Beck