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