summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous fixes:tmm2002-07-142-28/+47
* MFi386: sys/i386/i386/machdep.c revision 1.522.kato2002-07-142-2/+0
* part of a greater patch set..julian2002-07-141-1/+1
* Rearrange previous commit that passed the vendor id to the kernel in a wayimp2002-07-142-28/+27
* Thinking about it I came to the conclusion that the KSE states were incorrectlyjulian2002-07-149-162/+18
* Typo: do do -> to do.keramida2002-07-141-1/+1
* oops, state cannot be two different values at once..julian2002-07-141-1/+1
* Try both upa-portid and portid properties when finding the module id of ajake2002-07-141-1/+2
* Remove debug code.jake2002-07-143-256/+2
* o Lock page queue accesses by vm_page_unmanage().alc2002-07-132-0/+3
* Quick fix for high resolution kernel profiling on i386's. Usebde2002-07-134-11/+17
* Two invlpg's slipped through that were not protected from I386_CPUpeter2002-07-132-0/+16
* invlpg() does not work too well on i386 cpus. Add token i386 supportpeter2002-07-132-2/+24
* Do global shootdowns when switching to/from 4MB pages. I believe we canpeter2002-07-132-4/+4
* Bandaid for SMP. Changing APTDpde without a global shootdown is notpeter2002-07-132-4/+4
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-138-5/+24
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-131-1/+6
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-132-0/+8
* Moved the setting of all profiling-related variables except the key onebde2002-07-138-7/+12
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-132-1/+8
* Remove incorrect comment about now corrected manpage.alfred2002-07-131-1/+0
* Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.alfred2002-07-135-3/+6
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-132-0/+2
* Typo.mikeh2002-07-131-1/+1
* Lock accesses to the page queues.alc2002-07-131-0/+2
* Add prototype for cred_free_thread() when DIAGNOSTIC is defined.mini2002-07-131-0/+3
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-137-12/+56
* o Lock accesses to the page queues.alc2002-07-131-0/+11
* - Change chroot_refuse_vdir_fds() to require that the passed in structjhb2002-07-132-32/+36
* Use a fixed address for KERNBASE, so it doesn't change if the size of KVAjake2002-07-131-26/+6
* Identify UltraSPARC-III and UltraSPARC-III+ cpus.jake2002-07-132-3/+15
* We don't need to clear oldcred here since newcred is not NULL yet.jhb2002-07-131-3/+1
* Lock accesses to the page queues by sendfile() and friends.alc2002-07-131-0/+8
* o Assert GIANT_REQUIRED on system maps in _vm_map_lock(),alc2002-07-122-9/+6
* Avoid dereferencing a null pointer in ro_rt.luigi2002-07-121-2/+3
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-127-22/+142
* also set the KSE state for the idle KSE/thread case.julian2002-07-121-2/+2
* Fix a type: s/your are/you are/trhodes2002-07-121-1/+1
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-1217-81/+1
* Lock accesses to the page queues.alc2002-07-121-0/+4
* Fix ptrace(PT_READ_*, ...) for non-little-endian architectures wheretmm2002-07-121-3/+5
* When sending cache flushing IPIs, don't try to IPI the triggering CPUtmm2002-07-121-4/+4
* Back out the previous change, since it looks like locking udbinfo providestruckman2002-07-121-8/+1
* Be specific about which reason caused vm86_addpages to panicpeter2002-07-121-4/+6
* Lock inp while we're accessing it.truckman2002-07-121-1/+8
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-1234-1013/+2426
* regen for freebsd4_sendfile(2) compat.alfred2002-07-125-21/+46
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move thealfred2002-07-122-5/+41
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-125-18/+70
* Unexpand a couple of 8-space indents that I added in rev 1.285.peter2002-07-122-4/+4
OpenPOWER on IntegriCloud