| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J | cperciva | 2006-02-25 | 1 | -0/+210 |
* | guard function decls with _KERNEL so user code can include this file | sam | 2006-02-22 | 1 | -1/+2 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 1 | -0/+6 |
* | Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() could | tegge | 2006-02-16 | 1 | -0/+14 |
* | It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions) | dwmalone | 2006-02-15 | 1 | -2/+2 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 2 | -0/+16 |
* | Cleaned the memory initialization up, moved some defines from the framebuffer | rink | 2006-02-10 | 3 | -20/+18 |
* | Avoid calling CPUID function 0x02 if the CPU reports no support for | yar | 2006-02-09 | 1 | -48/+23 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -6/+4 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -1/+1 |
* | Regenerate. | rwatson | 2006-02-06 | 1 | -49/+49 |
* | Assign audit event identifiers to ibcs2 system calls. | rwatson | 2006-02-06 | 1 | -50/+50 |
* | - Always call exec_free_args() in kern_execve() instead of doing it in all | jhb | 2006-02-06 | 2 | -3/+0 |
* | Add a kern_eaccess() function and use it to implement xenix_eaccess() | jhb | 2006-02-06 | 1 | -1/+1 |
* | Regenerate. | rwatson | 2006-02-06 | 3 | -164/+164 |
* | Assign audit event identifiers to Linux i386 system calls. | rwatson | 2006-02-06 | 1 | -169/+177 |
* | Regenerate. | rwatson | 2006-02-05 | 3 | -13/+13 |
* | Assign audit event identfiers to Xenix system calls. Note: AUE_EACCESS | rwatson | 2006-02-05 | 1 | -10/+10 |
* | Correct help line: list targets, not names of files generated by targets | rwatson | 2006-02-05 | 1 | -1/+1 |
* | Regenerate (accidentally also committed in commit that updated | rwatson | 2006-02-05 | 2 | -2/+2 |
* | Assign audit event identifiers to ibcs2 ISC system calls. | rwatson | 2006-02-05 | 2 | -28/+29 |
* | Move asr driver from global NOTES to i386-specific NOTES. Requestor | kensmith | 2006-02-05 | 1 | -0/+6 |
* | Hook up the audit system to system call entry and exit. System calls will | wsalamon | 2006-02-04 | 1 | -0/+3 |
* | Patch to allow XBox-users to use the onboard nve(4) nForce ethernet driver. | rink | 2006-02-04 | 2 | -1/+29 |
* | Clear carry flag in get_mcontext so that setcontext does not | davidxu | 2006-02-03 | 1 | -1/+2 |
* | Under verbose mode, correctly report L2 cache information | davidxu | 2006-02-02 | 1 | -1/+7 |
* | Fix bug in L2 cache size detection code for CPU which supports CPUID | davidxu | 2006-02-02 | 1 | -3/+8 |
* | Correctly report L2 cache size according to its code comment. | davidxu | 2006-02-02 | 1 | -2/+2 |
* | Attach ce(4) to the build. | rik | 2006-01-31 | 1 | -0/+4 |
* | Prepare for sconfig(8) update. | rik | 2006-01-30 | 1 | -4/+74 |
* | Call WITNESS_CHECK() in the page fault handler and immediately assume it | jhb | 2006-01-27 | 1 | -3/+11 |
* | Fix race conditions. | ups | 2006-01-23 | 1 | -33/+57 |
* | Remove the commented out entry of the old ISA-only le(4) driver which | marius | 2006-01-21 | 1 | -3/+0 |
* | Eliminate a stale instruction introduced in revision 1.136. | davidxu | 2006-01-18 | 1 | -1/+0 |
* | Free the newtag if we exit with a failure from alloc_bounce_zone(). | scottl | 2006-01-14 | 1 | -1/+6 |
* | Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) | phk | 2006-01-10 | 1 | -0/+1 |
* | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | imp | 2006-01-09 | 2 | -2/+3 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 2 | -28/+13 |
* | Fix various places that were testing td_critnest to see if interrupts | jhb | 2006-01-06 | 1 | -3/+3 |
* | We don't support I386_CPU in 6.0 and later. This file can be cleaned | netchild | 2006-01-04 | 1 | -16/+0 |
* | - Make sure the cpu_exthigh variable is initialized (page coloring case). [1] | netchild | 2006-01-04 | 1 | -19/+39 |
* | Use ttyalloc() instead of ttymalloc() | phk | 2006-01-04 | 2 | -3/+4 |
* | Fix a couple of issues with the ibcs2 module event handler. First, return | jhb | 2006-01-03 | 1 | -1/+4 |
* | - Explicitly validate an empty filter to match bpf_filter() comment[1]. | jkim | 2006-01-03 | 1 | -0/+4 |
* | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | imp | 2006-01-01 | 1 | -0/+2 |
* | MI changes: | netchild | 2005-12-31 | 1 | -0/+466 |
* | Remove pcb_switchout, it has not been used for a long time. | davidxu | 2005-12-29 | 3 | -8/+0 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 2 | -0/+4 |
* | Move global variable private_tss into per-cpu area. | davidxu | 2005-12-26 | 5 | -10/+10 |
* | - Improve the INKERNEL macro such that it can no longer give false positives. | jeff | 2005-12-23 | 1 | -1/+6 |