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