summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Make extra cpu's in DDB not spin in tight loop.Tobias Weingartner
2008-10-03and.. another option device..Theo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03another option hdspaTheo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03Make sigwait() work correctly. In particular, it'll work when thePhilip Guenthe
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Merge xe_ether_ioctl() into xe_ioctl() which was just a handler forBrad Smith
2008-10-03Remove a few small ifdef/ifndef OpenBSD sections which contained someBrad Smith
2008-10-03KNF.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-10-02according to the alsa driver for these devices, the hardware providesJacob Meuser
2008-10-02backout Tadpole specific non-dma workaround commited in 1.287, since itTheo de Raadt
2008-10-02Add the IBM 4810 ("SurePOS 300 Series") SCC to support the four additionalMarc Balmer
2008-10-02sync.Marc Balmer
2008-10-02Add IDs for the IBM 4810 BSP (Base System Peripherals) and SCC (SimpleMarc Balmer
2008-10-02When redirect is used with sticky-address and a matching pass rule usesJoel Sing
2008-10-02A closed, disconnected, or otherwise failed socket is still a socketTheo de Raadt
2008-10-02Fix PF state key mismatches that occur when callers of icmp6_reflect()Joel Sing
2008-10-01If a neighbor solictation isn't from the unspecified address, make sureClaudio Jeker
2008-10-01Revert last commit. It didn't really help and we fixed X11 instead.Mark Kettenis
2008-10-01In uvm_pglistalloc(), do not fall through the success code if we could not findMiod Vallat
2008-10-01When things get tight, sis(4) loses firstTheo de Raadt
2008-10-01The display cycle key generates two ACPI events, so catch bothRobert Nagy
2008-10-01Be more agressive in flusing the cache. In addition to flushing theMark Kettenis
2008-10-01Don't timeout_del() if we're going to do a timeout_add() right away.Michael Knudsen
2008-09-30check all luns on sas boards to see if the device is atapi instead of justDavid Gwynne
2008-09-30provide a scsi probe hook that checks if an atapi device is plugged intoDavid Gwynne
2008-09-30add support for handling extended configuration page requests. the sasDavid Gwynne
2008-09-30describe the extended configuration header and the sas device config pageDavid Gwynne
2008-09-30Properly count memory on machines where Open Firmware reports zero sizedMark Kettenis
2008-09-30Fix various pmap_extract() buglets:Miod Vallat
2008-09-30Do not perform cache operations in vmapbuf(), pmap is supposed to do themMiod Vallat
2008-09-30style nits.Brad Smith
2008-09-30Fix an occasional mfs-related panic on reboot in mfs_close. There's noTodd C. Miller
2008-09-30simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@Dale Rahn
2008-09-30straighten the deck chairs slightlyDavid Gwynne
2008-09-29Put back the ``address'' field to struct drm_buf, this allows machdrm toOwain Ainsworth
2008-09-29Fix mmap to always return the right value in the error path. While i'mOwain Ainsworth
2008-09-29jme(4) works on sparc64; ok jsgTheo de Raadt
2008-09-29always need the vlan includes; ok jsgTheo de Raadt
2008-09-29syncTheo de Raadt
2008-09-29Support another ne(4) at pcmcia(4), pr5940 from Kamo HiroyasuTheo de Raadt
2008-09-29back out previous commit, since it is breaking a variety of machinesTheo de Raadt
2008-09-29enable JMicron Ethernet (jme/jmphy)Jonathan Gray
2008-09-29Use pools to do allocations for all sizes <= PAGE_SIZE.Artur Grabowski
2008-09-29account for data expansion due to emulation in AUDIO_GET{I,O}OFFSJacob Meuser
2008-09-28Always include machine/cpu.h and remove i82489reg.h/i82489var.h.Brad Smith