Age | Commit message (Expand) | Author |
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 |
2008-09-28 | Remove "XXX for now" NLAPIC define. Already provided via lapic.h. | Brad Smith |
2008-09-28 | Ansify function declarations for gif(4). | Joel Sing |
2008-09-28 | Clear the PF state key before an IP packet exits a gif(4) tunnel, in order | Joel Sing |
2008-09-28 | Teach PF pf_print_state_parts() about IPv4 in IP and IPv6 in IP | Joel Sing |
2008-09-28 | initialize the ether_vtag field like the rest of the packet header | Christian Weisgerber |
2008-09-28 | unbreak the tree. | Damien Bergamini |
2008-09-28 | Update 12160 firmware: 10.04.32 -> 10.04.41. From mjacob via FreeBSD. | Kenneth R Westerback |
2008-09-27 | Initial implementation of PMKSA caching and pre-authentication. | Damien Bergamini |
2008-09-27 | Add some inline functions to test the presence of optional 802.11 | Damien Bergamini |
2008-09-27 | remove a debug printf that is no longer required | Jonathan Gray |
2008-09-26 | Attach agp(4) to the Intel Q35 integrated video. | Mike Belopuhov |
2008-09-26 | Add drivers for the JMicron JMC250/JMC260 Ethernet controllers | Jonathan Gray |
2008-09-25 | regen | Brad Smith |
2008-09-25 | Add the id for the Atheros F2 PHY. | Brad Smith |
2008-09-25 | Add a driver for the Attansic F1 PHY. | Brad Smith |
2008-09-25 | Fixed memory leak bug during scope evaluation | Jordan Hargrave |
2008-09-25 | remove dead stores. | Charles Longeau |
2008-09-25 | remove dead stores and newly created unused variable. | Charles Longeau |
2008-09-25 | remove dead store. | Charles Longeau |
2008-09-25 | remove dead store. | Charles Longeau |
2008-09-25 | Initialize 'ssc' to NULL since we test it later. Shouldn't ever be | Kenneth R Westerback |