summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-09-28enable mpath, rdac, and sym to see what will happen.David Gwynne
2013-09-28belatedly adjust to gcc 3 and ELFMiod Vallat
2013-09-28Model 332 has a monochrome 98542 on-board, instead of the expected 98544;Miod Vallat
2013-09-28Make sure the stack is 1:1 mapped before attempting to give control backMiod Vallat
2013-09-28The first step in being able to share disks with DG/UX: recognize VDM/VDITMiod Vallat
2013-09-28poll(2) on a socket should set POLLHUP on EOF. This makes theTodd C. Miller
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
2013-09-28Refine the frame buffer probe again, to correctly detect a newport frame bufferMiod Vallat
2013-09-28Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofMiod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-28Fix the message of uthum(4)'s calibration offset is incorrectsasano
2013-09-28Use of uninitialized variable. Found by Maxime VillardMike Larkin
2013-09-28Another puc(4) device based on Oxford chipset found in a StartechMike Larkin
2013-09-28regenMike Larkin
2013-09-28Another puc(4) device based on Oxford chipset, found in a StartechMike Larkin
2013-09-28Fix use of uninitialized variable, found by Maxime Villard.Mike Larkin
2013-09-27The error return codes for the enc interface were inconsistent.Alexander Bluhm
2013-09-27Try harder to ensure wddump() doesn't decrement the countKenneth R Westerback
2013-09-27scsi_size() is now used only by cd(4). So move it from scsi_base.cKenneth R Westerback
2013-09-27IPv6 atomic fragments must not go the reassembly queue, but beAlexander Bluhm
2013-09-26Clear SYSFAIL upon boot, for real.Miod Vallat
2013-09-26Tinkering with the cache diagnostic registers have told me enough informationMiod Vallat
2013-09-26Use the cpuid vendor string instead of the model string when enablingJonathan Gray
2013-09-26Move the logic for deleting an IPv4 address to its own function.Martin Pieuchot
2013-09-25Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now.Mark Kettenis
2013-09-24Make (almost all) atomic operations really atomic.Mark Kettenis
2013-09-24Make sure vblank_time_lock blocks interrupts to match Linux.Mark Kettenis
2013-09-24Extend le@syscon to support the ILACC chips found on-board the AV530 family.Miod Vallat
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-09-24a bit more tmpfs scaffolding (still not active, no kernel change)Marc Espie
2013-09-24Stop generating traffic for a given endpoint when a transfer reportedMartin Pieuchot
2013-09-24Try to release the console if pckbc(4) fails to send the initialMartin Pieuchot
2013-09-23Remove SLOWSCSI and the millisecond delay after each phase change it introduces.Miod Vallat
2013-09-23- change m8820x_cmmu_set_reg() and m8820x_cmmu_set_cmd() to performMiod Vallat
2013-09-23regenJonathan Gray
2013-09-23correct some radeon entries and add new Intel Ethernet and 8 series idsJonathan Gray
2013-09-22Stop merging the per-thread and per-process flags when reportingPhilip Guenther
2013-09-22Delete a T32 chunk that I missed before and update the comment onPhilip Guenther
2013-09-22On return, uio_offset needs to be set to the offset of the first entryPhilip Guenther
2013-09-22Support MSI for virtio. This is useful for bhyve.Stefan Fritsch
2013-09-22The readdir vop should set uio_offset to the cookie of the entryPhilip Guenther
2013-09-21Grok ELF files. Good enough to netboot kernels on AV530 again.Miod Vallat
2013-09-21regenMiod Vallat
2013-09-21Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus UhlinMiod Vallat
2013-09-21Switch to MI dart(4) driver.Miod Vallat
2013-09-21Allow for an out-of-softc indirection to reach the software copy of theMiod Vallat
2013-09-21regenJasper Lievisse Adriaanse
2013-09-21add several devices found on the hp microserver gen8 and add some moreJasper Lievisse Adriaanse
2013-09-21Create process map holes with UVM_INH_SHARE so that they don't get lost inMiod Vallat
2013-09-21Don't invoke pmap_copy() on map holes.Miod Vallat