aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Upgrade the random device to use a "real" hash instead of buildingMark Murray2002-07-155-55/+14
* Fix some really pedantic GCC warnings.Mark Murray2002-07-151-5/+5
* Convert GNU variadic macros to the ISO 9X variety.Mark Murray2002-07-152-3/+5
* Wrap GNU specific code in ifdefs, and help lint out by providingMark Murray2002-07-152-4/+36
* Cast to prevent "signed/unsigned comparison" warnings.Mark Murray2002-07-152-4/+4
* Warnings and lint-assisting fixes; mark unused function parameters asMark Murray2002-07-153-54/+174
* Consistently use semicolons to terminate macro invocations. CleanerMark Murray2002-07-151-1/+1
* Convert GNU-styled variadic macros to ISO(9x) style.Mark Murray2002-07-151-4/+4
* Use a semicolon at the end of a function-like macro invocation. KillsMark Murray2002-07-151-1/+1
* Fix warning by marking unused function parameter.Mark Murray2002-07-151-1/+1
* ISOfy and minor warnsfix.Mark Murray2002-07-151-4/+2
* Use semicolons at the end of function-like macros for the sake ofMark Murray2002-07-152-2/+2
* Correct module name of my previous commit.Hajimu UMEMOTO2002-07-151-1/+1
* o Create vm_contig_launder() to replace code that appears twiceAlan Cox2002-07-151-56/+38
* fix driver name in DRIVER_MODULEMax Khon2002-07-152-2/+2
* Use present tense in all the verbs, when describing loader's startup.Giorgos Keramidas2002-07-151-2/+2
* Silence compiler warnings when DDB is not defined.Mark Peek2002-07-151-3/+7
* o Lock page queue accesses by vm_page_wire() that aren'tAlan Cox2002-07-142-0/+5
* Implement keepalives for dynamic rules, so they will not expireLuigi Rizzo2002-07-142-107/+150
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+2
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+2
* Add some additional 802.11 media definitions.Kelly Yancey2002-07-141-0/+27
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-144-0/+8
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-142-0/+8
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+6
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-142-0/+4
* In execve(), delay the acquisition of Giant until after kmem_alloc_wait().Alan Cox2002-07-141-2/+2
* The .Nm bootloaderPhilippe Charnier2002-07-141-5/+10
* The .Nm set of commandsPhilippe Charnier2002-07-141-3/+5
* The .NmPhilippe Charnier2002-07-141-3/+6
* Miscellaneous fixes:Thomas Moestl2002-07-142-28/+47
* MFi386: sys/i386/i386/machdep.c revision 1.522.KATO Takenori2002-07-142-2/+0
* part of a greater patch set..Julian Elischer2002-07-141-1/+1
* Rearrange previous commit that passed the vendor id to the kernel in a wayWarner Losh2002-07-142-28/+27
* Thinking about it I came to the conclusion that the KSE states were incorrectlyJulian Elischer2002-07-149-162/+18
* Typo: do do -> to do.Giorgos Keramidas2002-07-141-1/+1
* oops, state cannot be two different values at once..Julian Elischer2002-07-141-1/+1
* Try both upa-portid and portid properties when finding the module id of aJake Burkholder2002-07-141-1/+2
* Remove debug code.Jake Burkholder2002-07-143-256/+2
* o Lock page queue accesses by vm_page_unmanage().Alan Cox2002-07-132-0/+3
* Quick fix for high resolution kernel profiling on i386's. UseBruce Evans2002-07-134-11/+17
* Two invlpg's slipped through that were not protected from I386_CPUPeter Wemm2002-07-132-0/+16
* invlpg() does not work too well on i386 cpus. Add token i386 supportPeter Wemm2002-07-132-2/+24
* Do global shootdowns when switching to/from 4MB pages. I believe we canPeter Wemm2002-07-132-4/+4
* Bandaid for SMP. Changing APTDpde without a global shootdown is notPeter Wemm2002-07-132-4/+4
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-138-5/+24
* o Lock some page queue accesses, in particular, those by vm_page_unwire().Alan Cox2002-07-131-1/+6
* o Lock some page queue accesses, in particular, those by vm_page_unwire().Alan Cox2002-07-132-0/+8
* Moved the setting of all profiling-related variables except the key oneBruce Evans2002-07-138-7/+12
* o Lock some page queue accesses, in particular, those by vm_page_unwire().Alan Cox2002-07-132-1/+8