summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Prevent the unexpected deallocation of a page table page while performingalc2004-09-292-19/+39
* Improve the panic message for a busted MP table with conflicting entriesjhb2004-09-241-1/+3
* Invalidate cache after changing pte entry.rik2004-09-231-3/+7
* PAE seems to work for isp- at least under mimimal testing.mjacob2004-09-231-1/+2
* Correct a long-standing error in _pmap_unwire_pte_hold() affectingalc2004-09-221-10/+5
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-2/+4
* Simplify the reference counting of page table pages. Specifically, usealc2004-09-191-22/+10
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()alc2004-09-191-3/+0
* Put in a commented out ispfw device under isp and note that this is usuallymjacob2004-09-191-0/+1
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inalc2004-09-181-7/+6
* Fix breakpoint handling for i386.julian2004-09-152-3/+25
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-13/+11
* Remove now unused #include files.phk2004-09-151-52/+0
* Use an atomic op to update the pte in pmap_protect(). This is to preventalc2004-09-121-7/+13
* Revert the previous round of changes to td_pinned. The scheduler isn'tscottl2004-09-111-2/+2
* Double the number of kernel page tables for amd64 and for i386/PAE. The oldscottl2004-09-111-2/+3
* Make up my mind if cpu pinning is stored in the thread structure or thejulian2004-09-101-2/+2
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+3
* Teach the stack trace code how to step across a double fault when steppingjhb2004-09-091-0/+20
* Use atomic ops in pmap_clear_ptes() to prevent SMP races that couldalc2004-09-081-3/+13
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-5/+5
* Fix a cut-n-paste glitch with SCHED_4BSD.scottl2004-09-071-1/+1
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.scottl2004-09-071-1/+3
* Regen.dfr2004-09-063-6/+22
* Add a few stub syscalls to get TransGaming's winex a bit closer todfr2004-09-062-3/+30
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Give up trying to make preemption dependent on SCHED_4BSDjulian2004-09-011-4/+1
* Correction to the previous revision: I forgot to apply the ones complementalc2004-09-011-1/+1
* Don't ask for this for modules. no modules need to know about preemption at t...julian2004-09-011-1/+1
* Modify pmap_pte() to support its use on non-current, non-kernel pmapsalc2004-09-011-2/+22
* Protect the PREEMPTION logic with #ifdef _KERNEL to fix the build.scottl2004-09-011-0/+2
* Only turn preemption for 4bsd.julian2004-09-011-0/+3
* Give the 4bsd scheduler the ability to wake up idle processorsjulian2004-09-012-4/+0
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Clarify SDT feature word bits.mdodd2004-08-311-4/+5
* Fix checksum calculation.mdodd2004-08-311-12/+7
* Remove an unneeded argument..julian2004-08-311-2/+2
* Remove sched_free_thread() which was only usedjulian2004-08-311-6/+0
* Kill count device support from config. I've changed the last fewpeter2004-08-301-13/+19
* Remove unnecessary check for curthread == NULL.alc2004-08-301-1/+1
* Add a section for hardware watchdog timers, initially populated by ichwd.des2004-08-291-0/+7
* s/smp_rv_mtx/smp_ipi_mtx/gobrien2004-08-282-10/+10
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* The machine-independent parts of the virtual memory system always pass aalc2004-08-271-16/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-1/+0
* Fix a bug in in_cksum_hdr w/o -O.obrien2004-08-251-16/+14
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-241-2/+2
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-246-9/+10
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-243-50/+21
OpenPOWER on IntegriCloud