summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-05-09The 8168D chipset needs to have the PHY wake PM flag set to ensureJonathan Gray
2012-05-09backout 1.134 since it introduced a use-after-free for routing entries;Markus Friedl
2012-05-08syncStuart Henderson
2012-05-08Additional Intel E5 devices found on Supermicro X9DRT-HIBFF. ok jsg@Stuart Henderson
2012-05-07Once more the people behind POSIX didn't think and put clock_gettime(2) andMark Kettenis
2012-05-07Add support for Intel 6 Series KT (Serial-over-LAN, part of Intel AMT).Mark Kettenis
2012-05-06Change accept(), recvfrom(), recvmsg(), getsockname(), andMatthew Dempsky
2012-05-06Update the depencies of the .S files on assym.h; allows IP30 kernels to be builtMiod Vallat
2012-05-06add support for the reverse video attribute in sti(4)Mike Belopuhov
2012-05-06take a file descriptor table lock after allocating pipe structuresMike Belopuhov
2012-05-06Garbage collect the old int$80 kernel entry point: the last use ofPhilip Guenthe
2012-05-05pipex_ip6_input() called IF_DROP() with incorrect queue.YASUOKA Masahiko
2012-05-05regenMark Kettenis
2012-05-05Add a few more AMD APU graphics IDs found in dmesglog.Mark Kettenis
2012-05-05Sync with renamed and new AMD Hudson-2 entries done in pcidevs r1.1640Stuart Henderson
2012-05-05syncStuart Henderson
2012-05-05Correct some of the existing AMD Hudson-2 entries for consistent naming,Stuart Henderson
2012-05-02Oops, previous change had some unrelated changes that shouldn't have beenPhilip Guenthe
2012-05-02sq needs ifmedia attribute now, repairs RAMDISK_IP22Miod Vallat
2012-05-01Eliminate the f_usecount ref count in struct file; instead of sleepingPhilip Guenthe
2012-05-01Correct the error path in execve when there's a race to single threadPhilip Guenthe
2012-04-30Add ifmedia support to sq(4).Miod Vallat
2012-04-30Pass the base address of the hpc to child devices, to let them be able toMiod Vallat
2012-04-30Correctly read board version information.Miod Vallat
2012-04-29Recognize 85230 chips, and take advantage of their FIFOs to reduce theMiod Vallat
2012-04-29I am not sure what the mess with the wiring of carrier lines on Indigo resolvesMiod Vallat
2012-04-28Be sure to initialize the `state' member of the softc when attaching theMiod Vallat
2012-04-28Only trust giofb_consid if non-zero.Miod Vallat
2012-04-28Rework the definition of label_t to get it correctly aligned to an 8 byteMiod Vallat
2012-04-28Added yet another magic for my ALPS touchpad.Tobias Stoeckmann
2012-04-27Sprinkle bus_space_barrier after register writes. 70% paranoia and 30%Miod Vallat
2012-04-27Fix the `all keys up' event handling logic to only apply to it, and not toMiod Vallat
2012-04-27The new probe logic would pretend light(4) devices always exist on Indigo;Miod Vallat
2012-04-27Remove reg.h inclusion.Paul Irofti
2012-04-26va is of type vaddr_t; allow sparc64 to build with DEBUGOkan Demirmen
2012-04-26Cleanup unp_bind() a little:Matthew Dempsky
2012-04-26Add strnlen() to libkern.Matthew Dempsky
2012-04-25Skip cache flushes in pmap_zero_page() and pmap_copy_page() on systemsMiod Vallat
2012-04-25Use explicit_bzero() for clearing key material.Matthew Dempsky
2012-04-24Minor tweaks:Miod Vallat
2012-04-24Pour even more smarts into the GIO device identification code, to the pointMiod Vallat
2012-04-24Harvest some low-hanging fruit in thu R5k/RM7k cache routines:Miod Vallat
2012-04-24Add support for wired mappings, using the last unused bit in the PTE.Miod Vallat
2012-04-24Introduce a #define for the number of PFN bits in a pte, to be used in theMiod Vallat
2012-04-24In sosend() for AF_UNIX control message sending, correctly calculateTheo de Raadt
2012-04-23When handling SIGFPE, do the `advance pc if exception is a fault (as opposedMiod Vallat
2012-04-23Don't leak mbufs when bind() on a PF_UNIX socket fails.Matthew Dempsky
2012-04-22Test vendor against cpu_vendor instead of calling CPUID, this matchesChristiano F. Haesbaert
2012-04-22Remove redundant returns from functions returning void. Wrap returnYASUOKA Masahiko
2012-04-22VT6410 and VT6415 controllers do not implement the `channel enable' register,Miod Vallat