summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use present tense in all the verbs, when describing loader's startup.keramida2002-07-151-2/+2
* Silence compiler warnings when DDB is not defined.mp2002-07-151-3/+7
* o Lock page queue accesses by vm_page_wire() that aren'talc2002-07-142-0/+5
* Implement keepalives for dynamic rules, so they will not expireluigi2002-07-142-107/+150
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* Add some additional 802.11 media definitions.kbyanc2002-07-141-0/+27
* o Lock page queue accesses by vm_page_wire().alc2002-07-144-0/+8
* o Lock page queue accesses by vm_page_wire().alc2002-07-142-0/+8
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+6
* o Lock page queue accesses by vm_page_wire().alc2002-07-142-0/+4
* In execve(), delay the acquisition of Giant until after kmem_alloc_wait().alc2002-07-141-2/+2
* The .Nm bootloadercharnier2002-07-141-5/+10
* The .Nm set of commandscharnier2002-07-141-3/+5
* The .Nmcharnier2002-07-141-3/+6
* 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
OpenPOWER on IntegriCloud