| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use mdmfs(8) rather than rolling our own RAM-disks. | Poul-Henning Kamp | 2002-09-22 | 6 | -24/+6 |
| * | Don't disklabel(8) the md(4) device, it is not needed, and we don't want | Poul-Henning Kamp | 2002-09-22 | 3 | -22/+3 |
| * | Failure to rewrite the disklabel should not be fatal. | Poul-Henning Kamp | 2002-09-22 | 1 | -4/+2 |
| * | Fix misspellings, capitalization, and punctuation in comments. Minor | Don Lewis | 2002-09-22 | 3 | -90/+95 |
| * | Move the com_scr register address definition over with the other seven. | Poul-Henning Kamp | 2002-09-22 | 2 | -2/+1 |
| * | Modify vm_map_clean() (and thus the msync(2) system call) to support | Matthew N. Dodd | 2002-09-22 | 1 | -7/+10 |
| * | Add the remaining C99 wide character string to integer conversion functions. | Tim J. Robbins | 2002-09-22 | 8 | -26/+558 |
| * | Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning. | David E. O'Brien | 2002-09-22 | 1 | -1/+1 |
| * | - Add the -i option to read in a saved ktr file output by KTR_ALQ. | Jeff Roberson | 2002-09-22 | 1 | -13/+41 |
| * | - Hook ALQ up to the build. | Jeff Roberson | 2002-09-22 | 1 | -0/+1 |
| * | - Add options ALQ and KTR_ALQ. | Jeff Roberson | 2002-09-22 | 1 | -0/+2 |
| * | - Add support for logging KTR via ALQ. This is optional and enabled by the | Jeff Roberson | 2002-09-22 | 2 | -3/+95 |
| * | - Tell witness about ALQ's spin lock. | Jeff Roberson | 2002-09-22 | 1 | -0/+1 |
| * | - Add an asynchronous fixed length record logging mechanism called | Jeff Roberson | 2002-09-22 | 2 | -0/+616 |
| * | Call trap directly for exceptional cases that need more processing on | Jake Burkholder | 2002-09-22 | 1 | -26/+20 |
| * | Removed unneeded include (missed in last revision). | Jake Burkholder | 2002-09-22 | 1 | -2/+0 |
| * | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | Tim J. Robbins | 2002-09-22 | 2 | -9/+22 |
| * | Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in a | Jake Burkholder | 2002-09-22 | 3 | -79/+118 |
| * | There is need to have a special BINUTIL_ARCH when we can use our more | David E. O'Brien | 2002-09-22 | 3 | -18/+9 |
| * | Remove all DELAY(1) calls around MII operations in the XL driver. | Mike Silbersack | 2002-09-22 | 1 | -17/+0 |
| * | Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than | Peter Wemm | 2002-09-22 | 7 | -72/+52 |
| * | o Update some comments. | Alan Cox | 2002-09-22 | 1 | -7/+9 |
| * | Fix issue where shutdown(socket, SHUT_RD) was effectively | Mike Silbersack | 2002-09-22 | 2 | -6/+20 |
| * | Update equinoxes and solstices. | Greg Lehey | 2002-09-22 | 1 | -2/+2 |
| * | Remove unneeded opt headers. | Jake Burkholder | 2002-09-22 | 1 | -3/+0 |
| * | - Move the init of %gs and pcb_gs before user_ldt_free(). | Matthew N. Dodd | 2002-09-22 | 2 | -26/+8 |
| * | It's Apple GMAC, not HMAC. | Benno Rice | 2002-09-22 | 2 | -2/+2 |
| * | Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c | Jake Burkholder | 2002-09-22 | 9 | -390/+246 |
| * | Style cleanup: | Jonathan Mini | 2002-09-21 | 1 | -14/+11 |
| * | Whitespace fixes (mainly for many more messes in the definitions of the | Bruce Evans | 2002-09-21 | 1 | -17/+17 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 20 | -93/+102 |
| * | Whitespace cleanup (half for fixing missing whitespace before `__restrict' | Bruce Evans | 2002-09-21 | 1 | -20/+21 |
| * | Remove #ifdef'ed Giant mutex wrappers round debugging statements. | Mark Murray | 2002-09-21 | 2 | -10/+0 |
| * | Cleanup of amdpm(4). | Nicolas Souchu | 2002-09-21 | 4 | -137/+183 |
| * | No functional change. Fix comments and whitespace. | Mark Murray | 2002-09-21 | 1 | -4/+3 |
| * | Whitespace fixes (mainly for a space instead of a tab after #define). | Bruce Evans | 2002-09-21 | 1 | -18/+20 |
| * | Remove another missed trailing space. | Robert Watson | 2002-09-21 | 1 | -1/+1 |
| * | o Remove an initialized but unused variable from pmap_remove_all(). | Alan Cox | 2002-09-21 | 1 | -2/+0 |
| * | Trim trailing whitespace from the ends of lines. | Robert Watson | 2002-09-21 | 2 | -23/+23 |
| * | Continue cleanup and sync of mac_biba and mac_mls policies to the | Robert Watson | 2002-09-21 | 2 | -26/+0 |
| * | Wrap GNUish asm() code in #ifdef __GNUC__ | Mark Murray | 2002-09-21 | 1 | -0/+24 |
| * | Use a function instead of a non-portable, GCC-specific asm() entry. | Mark Murray | 2002-09-21 | 1 | -1/+2 |
| * | A good dose of style.9. No functional change. | Mark Murray | 2002-09-21 | 2 | -42/+34 |
| * | Remove mac_biba_high_single() check for interface renaming: we now | Robert Watson | 2002-09-21 | 1 | -12/+0 |
| * | Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhaps | Mark Murray | 2002-09-21 | 2 | -32/+30 |
| * | Use a function instead of embedding non-portable asm() constructs | Mark Murray | 2002-09-21 | 2 | -2/+4 |
| * | Sort includes. | Mark Murray | 2002-09-21 | 2 | -26/+28 |
| * | As INVARIANTS isn't supported for code that loads only as a kernel | Robert Watson | 2002-09-21 | 2 | -4/+4 |
| * | Provide in inline function for the (GNUC) assembler "hlt" instruction. | Mark Murray | 2002-09-21 | 2 | -0/+14 |
| * | Wrap GCC-specific asm() code in #ifdef __GNUC__ | Mark Murray | 2002-09-21 | 2 | -0/+4 |