summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnecessary invalidations of the entire TLB by pmap_remove().alc2006-03-211-1/+7
* Remove stale KSE code.davidxu2006-03-211-11/+2
* Drop some unneeded casts since we program the kernel in C rather than C++.jhb2006-03-202-2/+2
* regennetchild2006-03-183-5/+20
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-3/+3
* regen after COMPAT_43 removalnetchild2006-03-186-20/+29
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-11/+7
* Don't allow userland to set hardware watch points on kernel memory at all.jhb2006-03-141-23/+20
* It is not necessary to read %gs twice.davidxu2006-03-101-2/+1
* Fix stack offset to allow gcc's stack aligment code to work correctly.davidxu2006-03-101-1/+1
* Flip the switch and don't route interrupts to hyperthreads in a HT system.jhb2006-03-091-2/+2
* Improve the advantech watchdog.phk2006-03-061-2/+6
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-031-3/+2
* - use a more common style to print memory sizesnetchild2006-03-031-78/+133
* Committed the xbox syscons(8)-able console driver.rink2006-03-033-256/+519
* iir works on PAE now.scottl2006-03-031-1/+0
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-287-135/+152
* Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733Jcperciva2006-02-251-0/+210
* guard function decls with _KERNEL so user code can include this filesam2006-02-221-1/+2
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+6
* Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() couldtegge2006-02-161-0/+14
* It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions)dwmalone2006-02-151-2/+2
* CPU time accounting speedup (step 2)phk2006-02-112-0/+16
* Cleaned the memory initialization up, moved some defines from the framebufferrink2006-02-103-20/+18
* Avoid calling CPUID function 0x02 if the CPU reports no support foryar2006-02-091-48/+23
* Simplify system time accounting for profiling.phk2006-02-081-6/+4
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-1/+1
* Regenerate.rwatson2006-02-061-49/+49
* Assign audit event identifiers to ibcs2 system calls.rwatson2006-02-061-50/+50
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-062-3/+0
* Add a kern_eaccess() function and use it to implement xenix_eaccess()jhb2006-02-061-1/+1
* Regenerate.rwatson2006-02-063-164/+164
* Assign audit event identifiers to Linux i386 system calls.rwatson2006-02-061-169/+177
* Regenerate.rwatson2006-02-053-13/+13
* Assign audit event identfiers to Xenix system calls. Note: AUE_EACCESSrwatson2006-02-051-10/+10
* Correct help line: list targets, not names of files generated by targetsrwatson2006-02-051-1/+1
* Regenerate (accidentally also committed in commit that updatedrwatson2006-02-052-2/+2
* Assign audit event identifiers to ibcs2 ISC system calls.rwatson2006-02-052-28/+29
* Move asr driver from global NOTES to i386-specific NOTES. Requestorkensmith2006-02-051-0/+6
* Hook up the audit system to system call entry and exit. System calls willwsalamon2006-02-041-0/+3
* Patch to allow XBox-users to use the onboard nve(4) nForce ethernet driver.rink2006-02-042-1/+29
* Clear carry flag in get_mcontext so that setcontext does notdavidxu2006-02-031-1/+2
* Under verbose mode, correctly report L2 cache informationdavidxu2006-02-021-1/+7
* Fix bug in L2 cache size detection code for CPU which supports CPUIDdavidxu2006-02-021-3/+8
* Correctly report L2 cache size according to its code comment.davidxu2006-02-021-2/+2
* Attach ce(4) to the build.rik2006-01-311-0/+4
* Prepare for sconfig(8) update.rik2006-01-301-4/+74
* Call WITNESS_CHECK() in the page fault handler and immediately assume itjhb2006-01-271-3/+11
* Fix race conditions.ups2006-01-231-33/+57
* Remove the commented out entry of the old ISA-only le(4) driver whichmarius2006-01-211-3/+0
OpenPOWER on IntegriCloud