| Commit message (Expand) | Author | Files | Lines |
2008-02-20 | correct boolean encoding for coredump; der Mouse via dugsong |  markus | 1 | -2/+2 |
2008-02-20 | remove old unused TCP isn code; ok henning, dhartmei, mcbride |  markus | 2 | -53/+2 |
2008-02-20 | Fix a use-after-free bug in the envelope code just after a port 25 fork. |  brad | 1 | -3/+6 |
2008-02-20 | - Only clear the IFF_OACTIVE flag if packets were processed. |  brad | 1 | -4/+6 |
2008-02-20 | When collecting the hardware statistics add the interfaces input errors |  brad | 2 | -3/+21 |
2008-02-20 | when creating a response, use the correct TCP header instead of |  markus | 4 | -72/+62 |
2008-02-20 | when bge has link, use autopolling for link status, not direct mii polls. |  sthen | 2 | -29/+52 |
2008-02-20 | set globalnl to vnodenl in filemode() so we access the right |  thib | 1 | -2/+4 |
2008-02-20 | enable tda(4) |  robert | 1 | -2/+2 |
2008-02-20 | make tda(4) run the fans at maximum speed when we are about to drop |  robert | 4 | -5/+57 |
2008-02-20 | Fix a mbuf leak which can be triggered on a system |  brad | 1 | -15/+14 |
2008-02-20 | make sure we use the default branch (if available) |  joris | 1 | -3/+10 |
2008-02-20 | style |  joris | 1 | -3/+2 |
2008-02-20 | Add support for the Intel ICH9 chipsets. |  brad | 3 | -58/+127 |
2008-02-19 | Patchlevel starts at p0, not p1. Fix the example. |  landry | 1 | -5/+5 |
2008-02-19 | Add support for the optics on the Sun variant of ixgb(4) boards. |  brad | 4 | -9/+96 |
2008-02-19 | Remove duplicate strcmp(). |  jsing | 1 | -3/+2 |
2008-02-19 | Match on AnyDATA ADU-500A. |  jsg | 2 | -3/+5 |
2008-02-19 | regen |  jsg | 2 | -4/+9 |
2008-02-19 | AnyDATA ADU-500A |  jsg | 1 | -2/+3 |
2008-02-19 | these controllers are definitly not mfi(4), but mpi(4). |  fkr | 2 | -7/+7 |
2008-02-19 | Cleanup, spacing and KNF. |  marco | 1 | -23/+26 |
2008-02-18 | adjust width of S column to improve printing of the MBR partition table |  sobrado | 2 | -9/+9 |
2008-02-18 | Only attach on Sun Blade 1000/2000. |  kettenis | 1 | -1/+11 |
2008-02-18 | Get correct memory information from 64 bit ARCBios, tested on Octane. |  miod | 2 | -9/+24 |
2008-02-18 | Use better types and fix tests for pc and sp being in kernel to really |  miod | 2 | -18/+20 |
2008-02-18 | More 64-bit ARCBios friendliness, correctly identify a 64 bit system, such |  miod | 2 | -28/+64 |
2008-02-18 | Fix ptoa() cast. |  kettenis | 1 | -5/+6 |
2008-02-18 | 'like\nlike' -> 'like' in a couple of comments. |  krw | 2 | -4/+4 |
2008-02-18 | sgivol(8) no longer requires the '-f' option. |  jsing | 3 | -10/+10 |
2008-02-18 | Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f' |  jsing | 2 | -112/+101 |
2008-02-18 | remove the definition of amd7930_trap(), it is not used anywhere. |  robert | 1 | -3/+1 |
2008-02-18 | Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets. |  brad | 2 | -19/+31 |
2008-02-17 | Add "in blocks" to disk size discriptors so that I don't have to read |  marco | 1 | -5/+5 |
2008-02-17 | We're not printing interrupt priority levels (ot whatever ipl stands for) but |  kettenis | 1 | -2/+2 |
2008-02-17 | mention the VIA VT8237S south bridge. |  brad | 1 | -3/+4 |
2008-02-17 | Add the VIA VT8237S south bridge. |  brad | 1 | -1/+2 |
2008-02-17 | Kill stray comment |  marco | 1 | -2/+1 |
2008-02-17 | add my copyright, too. |  hshoexer | 1 | -1/+2 |
2008-02-17 | Add propper key encryption. |  hshoexer | 2 | -23/+184 |
2008-02-17 | Add back cast in ptoa() to prevent problems with integer overflow. |  kettenis | 1 | -2/+2 |
2008-02-17 | Remove the check for non-production bnx(4) chipsets. These chipsets are |  brad | 1 | -16/+2 |
2008-02-17 | have lm and wbsio Xr each other, and some tweak; |  jmc | 3 | -6/+7 |
2008-02-17 | Mention wbsio(4). |  kettenis | 1 | -2/+4 |
2008-02-17 | lm(4) attaches to wbsio(4) too now. |  kettenis | 1 | -2/+3 |
2008-02-17 | wbsio(4) |  kettenis | 2 | -2/+50 |
2008-02-17 | Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. |  kettenis | 5 | -5/+252 |
2008-02-17 | Define default configurations for AES-192 and AES-256. From Mitja Muzenic |  hshoexer | 2 | -12/+197 |
2008-02-17 | - Correct clearing of the IFF_OACTIVE flag by ensuring the flag is |  brad | 1 | -8/+11 |
2008-02-17 | Simplify the hw revision handling by removing the use of the |  brad | 4 | -44/+29 |