Age | Commit message (Expand) | Author |
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing |
2008-02-21 | There's no need to print the IRQ now that we have direct configuration. | Joel Sing |
2008-02-21 | Prevent possible free list corruption when malloc(9) sleeps. | Mark Kettenis |
2008-02-21 | Some fxp(4) chips do not like having their status/command registers accessed | Brad Smith |
2008-02-21 | enable envy(4) on amd64, untested. | Alexandre Ratchov |
2008-02-21 | enable envy(4) on i386 | Alexandre Ratchov |
2008-02-21 | sync manual with code: basically replace "in" and "out" streams labels by | Alexandre Ratchov |
2008-02-21 | since now we have volume knobs, use next/prev pointers to attach | Alexandre Ratchov |
2008-02-21 | implement AK4524 input and output volume knobs and output mute switches. | Alexandre Ratchov |
2008-02-21 | uncomment the entry to allow opl(4) to attach to cmpci(4). | Brad Smith |
2008-02-20 | make return-rst work correctly in the IPv6 case again. | Henning Brauer |
2008-02-20 | sync | Miod Vallat |
2008-02-20 | Add my copyright. | Marco Pfatschbacher |
2008-02-20 | Oops, correctly recover from kcopy() faults, since the stack frame is | Miod Vallat |
2008-02-20 | small tweaks for consistency; | Jason McIntyre |
2008-02-20 | More dead includes and functions noone will mourn. | Miod Vallat |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat |
2008-02-20 | Preserve pcb_onfault within kcopy(), as expected and as all other platforms do. | Miod Vallat |
2008-02-20 | use pgfree pool like other code does to reserve free list slots. | Otto Moerbeek |
2008-02-20 | 4.3-beta | Miod Vallat |
2008-02-20 | With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore. | Tobias Stoeckmann |
2008-02-20 | correct boolean encoding for coredump; der Mouse via dugsong | Markus Friedl |
2008-02-20 | remove old unused TCP isn code; ok henning, dhartmei, mcbride | Markus Friedl |
2008-02-20 | Fix a use-after-free bug in the envelope code just after a port 25 fork. | Brad Smith |
2008-02-20 | - Only clear the IFF_OACTIVE flag if packets were processed. | Brad Smith |
2008-02-20 | When collecting the hardware statistics add the interfaces input errors | Brad Smith |
2008-02-20 | when creating a response, use the correct TCP header instead of | Markus Friedl |
2008-02-20 | when bge has link, use autopolling for link status, not direct mii polls. | Stuart Henderson |
2008-02-20 | set globalnl to vnodenl in filemode() so we access the right | Thordur I. Bjornsson |
2008-02-20 | enable tda(4) | Robert Nagy |
2008-02-20 | make tda(4) run the fans at maximum speed when we are about to drop | Robert Nagy |
2008-02-20 | Fix a mbuf leak which can be triggered on a system | Brad Smith |
2008-02-20 | make sure we use the default branch (if available) | Joris Vink |
2008-02-20 | style | Joris Vink |
2008-02-20 | Add support for the Intel ICH9 chipsets. | Brad Smith |
2008-02-19 | Patchlevel starts at p0, not p1. Fix the example. | Landry Breuil |
2008-02-19 | Add support for the optics on the Sun variant of ixgb(4) boards. | Brad Smith |
2008-02-19 | Remove duplicate strcmp(). | Joel Sing |
2008-02-19 | Match on AnyDATA ADU-500A. | Jonathan Gray |
2008-02-19 | regen | Jonathan Gray |
2008-02-19 | AnyDATA ADU-500A | Jonathan Gray |
2008-02-19 | these controllers are definitly not mfi(4), but mpi(4). | Felix Kronlage |
2008-02-19 | Cleanup, spacing and KNF. | Marco Peereboom |
2008-02-18 | adjust width of S column to improve printing of the MBR partition table | Igor Sobrado |
2008-02-18 | Only attach on Sun Blade 1000/2000. | Mark Kettenis |
2008-02-18 | Get correct memory information from 64 bit ARCBios, tested on Octane. | Miod Vallat |
2008-02-18 | Use better types and fix tests for pc and sp being in kernel to really | Miod Vallat |
2008-02-18 | More 64-bit ARCBios friendliness, correctly identify a 64 bit system, such | Miod Vallat |
2008-02-18 | Fix ptoa() cast. | Mark Kettenis |
2008-02-18 | 'like\nlike' -> 'like' in a couple of comments. | Kenneth R Westerback |