Age | Commit message (Expand) | Author |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-03-05 | Fix a panic in ether_output() when attempting to send multicast traffic on | Michele Marchetto |
2009-03-05 | Rip out old fieldio code (no longer used) | Jordan Hargrave |
2009-03-05 | New ACPI fieldio routines | Jordan Hargrave |
2009-03-05 | Stricter state checking for ICMP and ICMPv6 packets: include the ICMP type | Ryan Thomas McBride |
2009-03-04 | Clean up the ipi code a bit and try to provide useful comments as well. | Miod Vallat |
2009-03-04 | Since 88110 processors can not flush individual TLB entries, instead of | Miod Vallat |
2009-03-04 | Introduce atomic_clear_int() as an MD atomic operation to perform atomic | Miod Vallat |
2009-03-04 | When handling clock interrupts, check the overflow counter to know how many | Miod Vallat |
2009-03-04 | don't bus_space_unmap() sc->mt_ioh with the wrong bus tag | Alexandre Ratchov |
2009-03-04 | Fix stupid logic bug in rw_cas_m88k(), makes NFS much happier on SMP kernels. | Miod Vallat |
2009-03-03 | put back r1.25 (poisoning chain pointers after removing items from the | Miod Vallat |
2009-03-03 | Make sure the scsi_xfer timeout is triggered while the command is still alive. | Miod Vallat |
2009-03-03 | shorten sizes of variables to the required number of bits, and remove | Theo de Raadt |
2009-03-03 | attempt support for a single-port variant of the NetMos NM9835 by looking | Theo de Raadt |
2009-03-03 | regen | Alexander Yurchenko |
2009-03-03 | Add IBM Remote Supervisor Adapter found on lpinto's machine. | Alexander Yurchenko |
2009-03-03 | regen | Kevin Lo |
2009-03-03 | more RealTek RTL8187 based devices | Kevin Lo |
2009-03-02 | the packet length passed to m_clget is a u_int, print it with %u not %d in | David Gwynne |
2009-03-02 | Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible to | Claudio Jeker |
2009-03-02 | Fixup empty macro. Original comment from harti at freebsd.org: | Mike Belopuhov |
2009-03-02 | Send valid ERROR packets to prematurely terminate a transfer. | Kenneth R Westerback |
2009-03-01 | Switch more info printfs to debug. The average user doesn't want to see | Owain Ainsworth |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat |
2009-03-01 | Tweak pccspeed() to not report 33MHz boards as 50MHz (until better code is | Miod Vallat |
2009-03-01 | Replace a few magic constants with proper #defines as pointed out by miod@. | Mark Kettenis |
2009-03-01 | Support for MVME165 board - code written in april 2006, eventually debugged | Miod Vallat |
2009-03-01 | Fix bus_space_map() on intio space, it is not mapped 1:1... | Miod Vallat |
2009-03-01 | Clean up match routines vs board id; this should give 166, 172 and 176 a | Miod Vallat |
2009-03-01 | Enable raptor(4) here too. Pointed out by deraadt@ and miod@. | Mark Kettenis |
2009-03-01 | Enable raptor(4). | Mark Kettenis |
2009-03-01 | Finish colormap support; makes Xorg wsfb driver work. | Mark Kettenis |
2009-03-01 | Some initial colormap support. | Mark Kettenis |
2009-03-01 | Time to turn off debug by default. It shrinks ramdisk as a bonus. | Alexander Yurchenko |
2009-03-01 | Add sensors support. | Alexander Yurchenko |
2009-03-01 | An accelerated framebuffer driver for the Tech Source Raptor GFX cards built | Mark Kettenis |
2009-03-01 | Make more IPI synchronous. Performance slightly down, stability slightly up. | Miod Vallat |
2009-03-01 | Files forgotten during last commit: | Miod Vallat |
2009-03-01 | - add missing letoh32 | Alexander Yurchenko |
2009-03-01 | rework serialisation of messages slightly. | David Gwynne |
2009-03-01 | check pfsyncs IFF_RUNNING flag before doing stuff. should save time for | David Gwynne |
2009-03-01 | Don't let an mmio area replace the frame buffer if they are the same size. | Mark Kettenis |
2009-03-01 | i can't see a reason that we'd need to go to splnet to call ip_output. | David Gwynne |
2009-03-01 | move to 4.5-current | Theo de Raadt |
2009-02-27 | Do not check the link state when installing a route. This bit was missing in | Claudio Jeker |
2009-02-27 | fix quick reuse of tcp states. | Henning Brauer |
2009-02-27 | fix mbuf problems and simplify code, well spotted and input by | Joerg Goltermann |
2009-02-27 | 0x3 is not really a good number for bit flags. Should fix the Logitech | Marcus Glocker |
2009-02-27 | Rework nmi handling to handle ``complex'' NMI faster, and return as fast as | Miod Vallat |