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