| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but in | Warner Losh | 2003-10-06 | 8 | -8/+8 |
| * | Revision 1.10.2.4 introduced a regression: the offset was ignored. | Jacques Vidrine | 2003-10-04 | 1 | -3/+1 |
| * | Correct several integer underflows/overflows in linprocfs. See the | Jacques Vidrine | 2003-10-03 | 1 | -49/+10 |
| * | MFC (the spirit of) procfs_dbregs.c 1.23, procfs_fpregs.c 1.29, | Jacques Vidrine | 2003-10-02 | 7 | -72/+33 |
| * | Correct a case in readv(2) where the file descriptor reference count | Jacques Vidrine | 2003-10-02 | 1 | -6/+6 |
| * | Add an include I forgot in the previous commit. Eeek. | Mike Silbersack | 2003-10-02 | 1 | -0/+1 |
| * | MFC rev 1.309 ; increase the # of kmap entries allowed. | Mike Silbersack | 2003-10-01 | 1 | -1/+2 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-10-01 | 2 | -0/+339 |
| * | MFC: The knobs controlling ipfw2 and ip6fw were not protected when running | Bruce M Simpson | 2003-10-01 | 2 | -6/+6 |
| * | Fix a function prototype error. | Luoqi Chen | 2003-10-01 | 1 | -1/+2 |
| * | Fix a bug which was introduced in version 1.187.2.16 of | Andrew Gallatin | 2003-10-01 | 1 | -0/+1 |
| * | MFC rev 1.154 | Mike Silbersack | 2003-09-30 | 1 | -0/+2 |
| * | Welcome to 4.9-RC. | Murray Stokely | 2003-09-28 | 1 | -1/+1 |
| * | Save and restore the interrupt mask in fork1() instead of using | Ian Dowse | 2003-09-28 | 1 | -3/+3 |
| * | MFC rev 1.55 | Paul Saab | 2003-09-26 | 1 | -1/+1 |
| * | MFC: | Scott Long | 2003-09-26 | 2 | -2/+6 |
| * | MFC BUS_DMA_ZERO support for busdma memory allocations, and M_ZERO | Mike Silbersack | 2003-09-25 | 5 | -9/+29 |
| * | Fix a logic error in the check to see if arplookup() should free the route. | Bruce M Simpson | 2003-09-24 | 1 | -1/+1 |
| * | Protect crfree() with splhigh; without this, there appears to be | Mike Silbersack | 2003-09-23 | 1 | -0/+4 |
| * | Fix a bug in arplookup(), whereby a hostile party on a locally | Bruce M Simpson | 2003-09-23 | 1 | -6/+14 |
| * | MFC: rev 1.54, Do not set the No_CRC bit in the Mode Control Register. | Paul Saab | 2003-09-23 | 1 | -2/+1 |
| * | MFC: Preserve the state of %fs and %gs when sending a signal. NVidia | Daniel Eischen | 2003-09-19 | 1 | -2/+0 |
| * | MFC rev. 1.22: | Thomas Quinot | 2003-09-18 | 1 | -2/+5 |
| * | Fix a typo from the last commit. | Scott Long | 2003-09-17 | 1 | -1/+1 |
| * | MFC 1.19: The GTLB enable/flush bit is 1<<7, not 1<<8. | Eric Anholt | 2003-09-17 | 1 | -1/+1 |
| * | MFC rev 1.78 and 1.69 to fix a pontential adapter deadlock and potential | Scott Long | 2003-09-17 | 1 | -9/+17 |
| * | MFC rev 1.115 (check for null return from M_PREPEND) | Mike Silbersack | 2003-09-16 | 1 | -0/+2 |
| * | MFC: ftruncate64 syscall. | Maxim Sobolev | 2003-09-14 | 2 | -1/+16 |
| * | MFC mbuf_stress_test Mark II. | Mike Silbersack | 2003-09-13 | 3 | -18/+87 |
| * | Back out revision 1.9.2.1 ("LOGIN_NAME_MAX" MFC), breaking lukemftpd and | David E. O'Brien | 2003-09-10 | 1 | -1/+0 |
| * | MFC: Move dynamic sysctl(8) variable creation for the cd(4) and da(4) | Kenneth D. Merry | 2003-09-10 | 4 | -43/+118 |
| * | MFC: Add PCIR_BARS and PCIR_BAR(x) macros to aid in maintaining drivers | John Baldwin | 2003-09-09 | 1 | -0/+2 |
| * | MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be | Bruce M Simpson | 2003-09-09 | 6 | -4/+30 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-09-09 | 2 | -0/+520 |
| * | MFC: rev 1.15: add the POSIX sanctioned "LOGIN_NAME_MAX" | David E. O'Brien | 2003-09-09 | 1 | -0/+1 |
| * | Fix incorrect structure initialization introduced in 1.2.2.14. | Pierre Beyssac | 2003-09-07 | 1 | -1/+0 |
| * | Fixed panics that will occur during attempts to rescan ATA disk devices | David Greenman | 2003-09-05 | 5 | -18/+20 |
| * | MFC: ata driver bus dma code. | Luoqi Chen | 2003-09-05 | 11 | -295/+479 |
| * | MFC: | Prafulla Deuskar | 2003-09-03 | 5 | -968/+1875 |
| * | Regen | Josef Karthauser | 2003-09-02 | 2 | -5/+75 |
| * | MFC: Add support for the following Palm devices: | Josef Karthauser | 2003-09-02 | 2 | -1/+19 |
| * | Move the pst module to the i386-only section. It has no prayer of being | Scott Long | 2003-09-02 | 1 | -1/+1 |
| * | Remove the include of <pci.h> from here. | Scott Long | 2003-09-01 | 1 | -2/+0 |
| * | Build the ida module. | Scott Long | 2003-09-01 | 1 | -0/+1 |
| * | Add glue to make the ida(4) driver be a module. This is complicated by | Scott Long | 2003-09-01 | 1 | -0/+14 |
| * | Compile the pst module. | Scott Long | 2003-09-01 | 1 | -0/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-08-31 | 2 | -0/+325 |
| * | MFC two device ids (ICH4 and ICH5). | Nate Lawson | 2003-08-31 | 1 | -2/+9 |
| * | esp(4) has been declared dead on Alpha for a long time now. Bury the remains. | Wilko Bulte | 2003-08-31 | 1 | -1/+0 |
| * | More vm_offset_t -> vm_paddr_t conversions in kernel dump related code. | Luoqi Chen | 2003-08-31 | 12 | -22/+20 |