summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate a stale instruction introduced in revision 1.136.davidxu2006-01-181-1/+0
* Free the newtag if we exit with a failure from alloc_bounce_zone().scottl2006-01-141-1/+6
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-2/+3
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-062-28/+13
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-061-3/+3
* We don't support I386_CPU in 6.0 and later. This file can be cleanednetchild2006-01-041-16/+0
* - Make sure the cpu_exthigh variable is initialized (page coloring case). [1]netchild2006-01-041-19/+39
OpenPOWER on IntegriCloud