summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Make this code more robust in the event of stray interrupts. Handlejake2002-01-081-12/+22
* Use cpufunc macros instead of using inline asm directly.jake2002-01-081-1/+1
* Set the normal global pcb register when context switching.jake2002-01-082-0/+4
* Add a macro for getting the tlbs (itlb and/or dtlb) which the givenjake2002-01-081-0/+1
* Prototype pmap_map_tsb().jake2002-01-081-0/+2
* Remove PANIC_STACK_PAGES which is no longer used.jake2002-01-081-5/+3
* Add declarations needed by last commit.jake2002-01-081-0/+8
* Update comments about _start, the kernel entry point, to reflect newjake2002-01-084-101/+321
* Fix qsort callouts used for sorting memory regions during boot. vm_offset_tjake2002-01-081-4/+22
* Add a md field to pcpu for the upa module id.jake2002-01-081-3/+6
* Define CKLF_PC in terms of TRAPF_PC.jake2002-01-081-1/+1
* Add a mov() macro, which is used in conjunction with the register definesjake2002-01-081-0/+4
* Update comments and defines to reflect that normal and alternate g6 pointjake2002-01-081-22/+52
* Add asis for the upa config reg, which contains the hardware cpu id, andjake2002-01-081-0/+2
* Explicitly reload the multicast filters when the hardware is reinitializedjlemon2002-01-071-25/+57
* Fix a missing "ipfw:" in a syslog message.cjc2002-01-071-1/+1
* Extend Olympus E-100RS quirk to cover entire E series of digital cameras.kbyanc2002-01-071-5/+2
* o Add missing synchronization (splnet()/splx()) in aio_free_entry().alc2002-01-062-27/+27
* s/oferride/override/imp2002-01-061-1/+1
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.nyan2002-01-062-6/+24
* MFi386: revisions 1.382 and 1.386.nyan2002-01-061-1/+13
* Sorted the lists.nyan2002-01-061-3/+3
* * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag arekbyanc2002-01-062-24/+114
* Reorder a calculation in sbreserve so that it does not overflowsilby2002-01-062-2/+6
* Avoid reentrantly sending on the same socket, which causes a kernel panic.archie2002-01-061-0/+9
* - Teach SIGIO code to use cr_cansignal() instead of a custom CANSIGIO()rwatson2002-01-061-13/+3
* - Push much of the logic for p_cansignal() behind cr_cansignal, whichrwatson2002-01-061-30/+45
* Release text vnode in exit() rather than wait(). Occasionallydwmalone2002-01-051-8/+8
* Pre-calculate the checksum for multicast packets sourced on afenner2002-01-051-0/+12
* Fix a bug where the mutex name wasn't always displayed for processes injhb2002-01-051-1/+1
* In the word selection mode don't append newline if the word ends at thesobomax2002-01-051-0/+4
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-0513-28/+28
* Fix forward_roundrobin(). It was mistakenly using the cpu number aspeter2002-01-051-2/+2
* Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.peter2002-01-052-1/+3
* Change the preemption code for software interrupt thread schedules andjhb2002-01-0542-144/+125
* Remove brain damaged code in witness_lock(). We could have easilyjhb2002-01-051-16/+3
* GC unfinished function selected_proc_ipi(). It is a duplicate ofpeter2002-01-051-30/+0
* Move initialization of the MKMODULESENV envorinoment to kern.pre.mkimp2002-01-052-14/+15
* o Spelling fix in comment: tcp_ouput -> tcp_outputrwatson2002-01-042-2/+2
* Import this patch to address user concerns.darrenr2002-01-042-2/+2
* Axe a stale comment. Holding sched_lock across both setrunqueue() andjhb2002-01-041-8/+0
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
* Throw the $FreeBSD$s back in, properly escaping them.silby2002-01-042-8/+8
* Remove $FreeBSD$s from previous commit; perl thinks that they'resilby2002-01-042-4/+4
* Add the system default timer engine.tanimura2002-01-042-0/+644
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-0413-374/+882
* Do not derefer null.tanimura2002-01-041-0/+4
* unbreak -current (at least on my cvsups all today)julian2002-01-031-2/+0
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfsilby2002-01-032-8/+8
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-036-35/+185
OpenPOWER on IntegriCloud