summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove prototype for main().jmallett2002-07-141-2/+0
* 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
* Typo fixo: imbedded => embeddedjmallett2002-07-131-1/+1
* 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
* Fix a few bugs in the ERRORS section.wollman2002-07-131-3/+12
* Moved the setting of all profiling-related variables except the key onebde2002-07-1310-19/+20
* Add statvfs(3) to the build.wollman2002-07-131-2/+3
* Well, it's not quite strxfrm(3) but at least it's honest.wollman2002-07-131-0/+176
* o Lock some page queue accesses, in particular, those by vm_page_unwire().alc2002-07-132-1/+8
* s/links/links1/bmah2002-07-131-2/+2
* 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
* MFCs noted: RLIMIT_VMEM, pam_opieaccess(8).bmah2002-07-132-10/+10
* A bunch of minor fixes:luigi2002-07-131-8/+11
* New release notes: SA-02:29, SA-02:30.bmah2002-07-132-0/+32
* Turbochannel support / machines have been removed from -current.wilko2002-07-131-306/+1
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-132-0/+2
* Account for space used by environment variables in a similar way totjr2002-07-131-8/+12
* 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
* New release notes: NEWCARD default, finger(1) -g (+ MFC), whereis(1)bmah2002-07-122-8/+26
* Fix C++ exception handling. GCC was using the older BSD DBX register numbersobrien2002-07-121-0/+8
* When I decided to use a stock dbxout.c rather than merge the rev 1.2 changeobrien2002-07-121-4/+0
* 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
OpenPOWER on IntegriCloud