| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix watch address truncation. The address was truncated when it was passed to | pjd | 2005-12-27 | 1 | -3/+3 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 2 | -0/+4 |
* | - Improve the INKERNEL macro such that it can no longer give false positives. | jeff | 2005-12-23 | 1 | -1/+5 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 8 | -49/+16 |
* | Move the hostb driver out of the i386 and amd64 PCI code (where it was | jhb | 2005-12-20 | 1 | -58/+0 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -1/+1 |
* | Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192 | scottl | 2005-12-16 | 1 | -1/+1 |
* | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | jhb | 2005-12-15 | 1 | -1/+0 |
* | Fix stale comment. | jhb | 2005-12-14 | 1 | -2/+1 |
* | Revert previous commit. The BIOS braindamage is even worse than I | jhb | 2005-12-13 | 1 | -0/+4 |
* | Don't check the CPUID_APIC bit in the cpu_features flags field to determine | jhb | 2005-12-13 | 1 | -4/+0 |
* | For the amd64 platform, we can depend on the TSC being present. This patch | peter | 2005-12-12 | 1 | -0/+15 |
* | Sync with i386, fix compiling for non-SMP. | davidxu | 2005-12-09 | 1 | -0/+2 |
* | MFi386: | jhb | 2005-12-08 | 13 | -186/+101 |
* | Catch up to the system siginfo changes. Use a union for the ia32 layout | peter | 2005-12-06 | 1 | -1/+3 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 1 | -5/+4 |
* | Fix ZERO_EDX() macro from the previous commit. It was emitting | jkim | 2005-12-06 | 1 | -1/+1 |
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | ru | 2005-12-06 | 1 | -7/+0 |
* | s/M_WAITOK/M_NOWAIT/ while mutex is held. | jkim | 2005-12-06 | 1 | -2/+2 |
* | - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'. | jkim | 2005-12-06 | 2 | -21/+27 |
* | Add experimental BPF Just-In-Time compiler for amd64 and i386. | jkim | 2005-12-06 | 2 | -0/+921 |
* | Really slam the door on mixed mode now that we don't depend on it for a | jhb | 2005-12-05 | 1 | -0/+15 |
* | Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, | anholt | 2005-12-03 | 1 | -0/+1 |
* | Update DRM to CVS snapshot as of 2005-11-28. Notable changes: | anholt | 2005-11-28 | 1 | -0/+1 |
* | If we get a stray interrupt, return after logging it. In the extremely | jhb | 2005-11-28 | 1 | -0/+1 |
* | - Allow duplicate "machine" directives with the same arguments. | ru | 2005-11-27 | 3 | -9/+1 |
* | Fix typo. | le | 2005-11-24 | 1 | -1/+1 |
* | Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@. | ru | 2005-11-24 | 1 | -1/+1 |
* | Don't enable PUC_FASTINTR by default in the source. Instead, enable it | jhb | 2005-11-21 | 1 | -0/+2 |
* | Expand the hack to mask the atpics if 'device atpic' is not in the kernel | jhb | 2005-11-21 | 1 | -8/+28 |
* | Eliminate pmap_init2(). It's no longer used. | alc | 2005-11-20 | 1 | -5/+0 |
* | - Always print the trap number so that we have something to start with for | jhb | 2005-11-18 | 1 | -4/+9 |
* | Fix spelling mistake. | obrien | 2005-11-17 | 1 | -1/+1 |
* | Revert a part of the previous commits to these files that made the NMI | jhb | 2005-11-16 | 1 | -5/+4 |
* | Revert previous commit to these files. There isn't a race necessitating | jhb | 2005-11-16 | 1 | -3/+2 |
* | Fix a typo in the check for an invalid APIC. If we are told about an | jhb | 2005-11-16 | 1 | -1/+1 |
* | In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlock | alc | 2005-11-13 | 1 | -1/+4 |
* | Add /dev/speaker support to amd64. | ru | 2005-11-11 | 1 | -0/+3 |
* | Reimplement the reclamation of PV entries. Specifically, perform | alc | 2005-11-09 | 1 | -33/+42 |
* | Add uart(4). When both sio(4) and uart(4) can handle a serial port, | marcel | 2005-11-05 | 1 | -1/+2 |
* | Define M_IOAPIC the same as i386 | peter | 2005-11-04 | 1 | -1/+1 |
* | Catch up with the recent <sys/signal.h> change and make this compile. | ru | 2005-11-04 | 1 | -1/+1 |
* | Begin and end the initialization of pvzone in pmap_init(). | alc | 2005-11-04 | 1 | -19/+11 |
* | Calling setrlimit from 32bit apps could potentially increase certain | ps | 2005-11-02 | 1 | -3/+2 |
* | Change the x86 code to allocate IDT vectors on-demand when an interrupt | jhb | 2005-11-02 | 4 | -95/+216 |
* | Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386. | jhb | 2005-11-01 | 1 | -0/+1 |
* | Catch up with ACPI-CA 20051021 import | jkim | 2005-11-01 | 1 | -1/+1 |
* | Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() | alc | 2005-10-31 | 1 | -5/+59 |
* | Hook nve(4) up in i386 and amd64 NOTES. | jhb | 2005-10-31 | 1 | -0/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 3 | -3/+3 |