summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be sure to always unlock the sx lock when exiting the sysctl function.njl2004-08-241-1/+1
* Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock.peter2004-08-232-12/+10
* Add a BUS_GET_RESOURCE_LIST method for nexus.njl2004-08-231-0/+10
* My recent measurement shows that CPU_DISABLE_CMPXCHG is no longer necessarysobomax2004-08-231-3/+5
* o Fix whitespace bug introduced in the previous commit.sobomax2004-08-232-24/+8
* o Extend boot output: print out mimimum/maximum performance value and numbersobomax2004-08-232-2/+38
* Properly free the temporary sf_buf in uiomove_fromphys() if a copyin oralc2004-08-211-1/+3
* Unconditionally support the AMD64 GART HW.obrien2004-08-191-1/+0
* Disable interrupts after using pmap_enter() to add the identity mapping.njl2004-08-191-1/+1
* Modify the "legacy bus" to pass all resource allocations through to itsgibbs2004-08-161-92/+2
* AMD64 on-CPU GART support.obrien2004-08-161-0/+1
* Increase the scaling of VM_KMEM_SIZE_MAX.obrien2004-08-161-1/+1
* Add a new type, l_uintptr_t, which is an unsigned integer type with thetjr2004-08-161-0/+4
* Preemptive anti-footshooting: cause a #error if MP_WATCHDOG is compiledrwatson2004-08-151-0/+5
* Spell MP_WATCHDIG right: I fixed the build without MP_WATCHDOG afterrwatson2004-08-151-1/+1
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-153-0/+268
* MPSAFE lockingnjl2004-08-131-2/+20
OpenPOWER on IntegriCloud