| Commit message (Expand) | Author | Age | Files | Lines |
| * | Upgrade the random device to use a "real" hash instead of building | Mark Murray | 2002-07-15 | 5 | -55/+14 |
| * | Fix some really pedantic GCC warnings. | Mark Murray | 2002-07-15 | 1 | -5/+5 |
| * | Convert GNU variadic macros to the ISO 9X variety. | Mark Murray | 2002-07-15 | 2 | -3/+5 |
| * | Wrap GNU specific code in ifdefs, and help lint out by providing | Mark Murray | 2002-07-15 | 2 | -4/+36 |
| * | Cast to prevent "signed/unsigned comparison" warnings. | Mark Murray | 2002-07-15 | 2 | -4/+4 |
| * | Warnings and lint-assisting fixes; mark unused function parameters as | Mark Murray | 2002-07-15 | 3 | -54/+174 |
| * | Consistently use semicolons to terminate macro invocations. Cleaner | Mark Murray | 2002-07-15 | 1 | -1/+1 |
| * | Convert GNU-styled variadic macros to ISO(9x) style. | Mark Murray | 2002-07-15 | 1 | -4/+4 |
| * | Use a semicolon at the end of a function-like macro invocation. Kills | Mark Murray | 2002-07-15 | 1 | -1/+1 |
| * | Fix warning by marking unused function parameter. | Mark Murray | 2002-07-15 | 1 | -1/+1 |
| * | ISOfy and minor warnsfix. | Mark Murray | 2002-07-15 | 1 | -4/+2 |
| * | Use semicolons at the end of function-like macros for the sake of | Mark Murray | 2002-07-15 | 2 | -2/+2 |
| * | Correct module name of my previous commit. | Hajimu UMEMOTO | 2002-07-15 | 1 | -1/+1 |
| * | o Create vm_contig_launder() to replace code that appears twice | Alan Cox | 2002-07-15 | 1 | -56/+38 |
| * | fix driver name in DRIVER_MODULE | Max Khon | 2002-07-15 | 2 | -2/+2 |
| * | Use present tense in all the verbs, when describing loader's startup. | Giorgos Keramidas | 2002-07-15 | 1 | -2/+2 |
| * | Silence compiler warnings when DDB is not defined. | Mark Peek | 2002-07-15 | 1 | -3/+7 |
| * | o Lock page queue accesses by vm_page_wire() that aren't | Alan Cox | 2002-07-14 | 2 | -0/+5 |
| * | Implement keepalives for dynamic rules, so they will not expire | Luigi Rizzo | 2002-07-14 | 2 | -107/+150 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 1 | -0/+2 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 1 | -0/+2 |
| * | Add some additional 802.11 media definitions. | Kelly Yancey | 2002-07-14 | 1 | -0/+27 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 4 | -0/+8 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 2 | -0/+8 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 1 | -0/+6 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 2 | -0/+4 |
| * | In execve(), delay the acquisition of Giant until after kmem_alloc_wait(). | Alan Cox | 2002-07-14 | 1 | -2/+2 |
| * | The .Nm bootloader | Philippe Charnier | 2002-07-14 | 1 | -5/+10 |
| * | The .Nm set of commands | Philippe Charnier | 2002-07-14 | 1 | -3/+5 |
| * | The .Nm | Philippe Charnier | 2002-07-14 | 1 | -3/+6 |
| * | Miscellaneous fixes: | Thomas Moestl | 2002-07-14 | 2 | -28/+47 |
| * | MFi386: sys/i386/i386/machdep.c revision 1.522. | KATO Takenori | 2002-07-14 | 2 | -2/+0 |
| * | part of a greater patch set.. | Julian Elischer | 2002-07-14 | 1 | -1/+1 |
| * | Rearrange previous commit that passed the vendor id to the kernel in a way | Warner Losh | 2002-07-14 | 2 | -28/+27 |
| * | Thinking about it I came to the conclusion that the KSE states were incorrectly | Julian Elischer | 2002-07-14 | 9 | -162/+18 |
| * | Typo: do do -> to do. | Giorgos Keramidas | 2002-07-14 | 1 | -1/+1 |
| * | oops, state cannot be two different values at once.. | Julian Elischer | 2002-07-14 | 1 | -1/+1 |
| * | Try both upa-portid and portid properties when finding the module id of a | Jake Burkholder | 2002-07-14 | 1 | -1/+2 |
| * | Remove debug code. | Jake Burkholder | 2002-07-14 | 3 | -256/+2 |
| * | o Lock page queue accesses by vm_page_unmanage(). | Alan Cox | 2002-07-13 | 2 | -0/+3 |
| * | Quick fix for high resolution kernel profiling on i386's. Use | Bruce Evans | 2002-07-13 | 4 | -11/+17 |
| * | Two invlpg's slipped through that were not protected from I386_CPU | Peter Wemm | 2002-07-13 | 2 | -0/+16 |
| * | invlpg() does not work too well on i386 cpus. Add token i386 support | Peter Wemm | 2002-07-13 | 2 | -2/+24 |
| * | Do global shootdowns when switching to/from 4MB pages. I believe we can | Peter Wemm | 2002-07-13 | 2 | -4/+4 |
| * | Bandaid for SMP. Changing APTDpde without a global shootdown is not | Peter Wemm | 2002-07-13 | 2 | -4/+4 |
| * | o Complete the locking of page queue accesses by vm_page_unwire(). | Alan Cox | 2002-07-13 | 8 | -5/+24 |
| * | o Lock some page queue accesses, in particular, those by vm_page_unwire(). | Alan Cox | 2002-07-13 | 1 | -1/+6 |
| * | o Lock some page queue accesses, in particular, those by vm_page_unwire(). | Alan Cox | 2002-07-13 | 2 | -0/+8 |
| * | Moved the setting of all profiling-related variables except the key one | Bruce Evans | 2002-07-13 | 8 | -7/+12 |
| * | o Lock some page queue accesses, in particular, those by vm_page_unwire(). | Alan Cox | 2002-07-13 | 2 | -1/+8 |