summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-08-06Cleanup a bit and remove some debugging cruft that's no longer needed nowmatt
2009-08-06add rasops15 too for completenessmacallan
2009-08-06pull in rasops16 - needed for gdium supportmacallan
2009-08-06Change MIPS64_LOONGSON2 to MIP3_LOONGSON2 since it's a MIPS3 and not MIPS64.matt
2009-08-06Add support for DIOCGDISKINFO for wedges. This fixes regression after myhaad
2009-08-06The Loongson2 secondary cache is unified.matt
2009-08-06Make cidnames constmatt
2009-08-06For the sake of correctness, call pmf_device_deregister() in the detachmbalmer
2009-08-06Check if ndi is valid before use.cegger
2009-08-06Switch rump from the handwritten vnode pager to the standard kernelpooka
2009-08-06Add suicidal stubs for pmap_enter() and pmap_remove(). Hopefullypooka
2009-08-06Make ucycomstart use usbd_setup_xfer and a callback so that it doesn'tskrll
2009-08-06Later generation 82566 IGP PHYs have problems with media changes to 100Mb andkml
2009-08-06Add disassemble code for DMT, DMF, MTH and MFH.msaitoh
2009-08-06 If the difference bettween last flag and new flag is only IFF_PROMISC ormsaitoh
2009-08-06Add Loongson2 support.matt
2009-08-06GDIUM support. It compiles but doesn't yet work. It dies quickly inmatt
2009-08-06Add ICT Loongson2 identification.matt
2009-08-06LOONGSON2 is a MIPS IIImatt
2009-08-06Use bool instead of int.matt
2009-08-05Add Intel SpeedStep and AMD PowerNow! support in Xen dom0. MSR operationsjym
2009-08-05Fix ktrace of data from iovec based system calls.dsl
2009-08-05lockf() passes its arguments through to fcntl() but is supposed todsl
2009-08-05Compensate v_numoutput & nestbuf for lfs's rather peculiar I/O habits.pooka
2009-08-05make RX hw checksum available by default.cegger
2009-08-05fix typocegger
2009-08-05remember to nestiobuf_done() toopooka
2009-08-05g/c uvm_aio_biodone1(). not used anymore.pooka
2009-08-05kill uvm_aio_biodone1(). only user was lfs and that uses nestiobuf now.pooka
2009-08-05add some advice symbols we'll eventually needpooka
2009-08-05Use nestiobuf instead of homerolled equivalent.pooka
2009-08-05Clear PG_PAGEOUT in uvm_aio_aiodone()pooka
2009-08-05Typo fixreinoud
2009-08-05fix pcic kthread creation timing.jun
2009-08-05- Don't access VPD even if hardware advertised the capability.cegger
2009-08-05support flow control. from OpenBSD.cegger
2009-08-05Use uvm_vnode.c instead of homerolled stuff.pooka
2009-08-04* support uvm_pagermapin/out(), adapt uvm_pageratop()pooka
2009-08-04uvm_vnp_zerorange() logically and by implementation more a part ofpooka
2009-08-04Reading the fan speed is expensive, so set the undocumented SME_POLL_ONLYjmcneill
2009-08-04kernel opt polish: g/c unnecessary fs_nfs.h and opt_ddb.hpooka
2009-08-04Use malloc(...|M_ZERO) instead of malloc(...) followed by memset(,0,).dyoung
2009-08-04terminate comment toopooka
2009-08-04* supply pager flags in ubc_uiomove()pooka
2009-08-04remove extra semicolon, spotted by snjjmcneill
2009-08-04add hw.wake.* sysctl subtree for toggling which devices are allowed tojmcneill
2009-08-04support flow control. from OpenBSD.cegger
2009-08-04Do std vnode locking for specnodes located on rumpfs.pooka
2009-08-04Fix GPIO configurations.kiyohara
2009-08-04Fix small oversight in device_t/softc split. Pointed out by <jdc>.martin