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