| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, | njl | 2007-08-09 | 2 | -11/+66 |
* | Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) to | peter | 2007-08-02 | 2 | -18/+6 |
* | It seems that some i386 mothermoards either do not implement the | dwmalone | 2007-07-27 | 1 | -1/+2 |
* | If the trap number stored in the trapframe is corrupted into a negative | jhb | 2007-07-26 | 1 | -2/+4 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | dwmalone | 2007-07-23 | 1 | -3/+6 |
* | i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFE | attilio | 2007-07-20 | 1 | -6/+0 |
* | - Add support for blocking and releasing threads to i386 cpu_switch(). This | jeff | 2007-07-17 | 2 | -3/+30 |
* | Remove the internal use of __packed and put it on the structures | mjacob | 2007-07-11 | 1 | -11/+11 |
* | NULL_LDT_BASE is used in !SMP kernels too and set_user_ldt() is not | attilio | 2007-07-08 | 1 | -4/+2 |
* | Now that we have a function that can be called from a cdevsw close() | njl | 2007-07-07 | 1 | -9/+1 |
* | Actual code shows several problems in ia32 LDT handling: | attilio | 2007-07-07 | 2 | -34/+39 |
* | I4B header files were repo-copied from sys/i386/include/ to | bz | 2007-07-06 | 6 | -1433/+0 |
* | __packed has no effect on u_int8_t's except to cause a warning (and | peter | 2007-07-05 | 1 | -1/+1 |
* | Remove pad argument from ftruncate wrapper. Oops. | peter | 2007-07-05 | 1 | -1/+0 |
* | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | peter | 2007-07-04 | 1 | -2/+0 |
* | Temporary disconnect i4bing, i4bisppp and i4bipr from the build for | bz | 2007-07-04 | 1 | -8/+9 |
* | Revert previous commit, retaining cpufreq. | njl | 2007-07-01 | 1 | -0/+3 |
* | Add cpufreq(4) to GENERIC. It does not change the frequency by default, | njl | 2007-07-01 | 2 | -3/+3 |
* | Pages that do belong to an object and page queue can now be freed without | alc | 2007-07-01 | 1 | -10/+8 |
* | Update the suspend/resume user API while maintaining backwards compat. | njl | 2007-06-21 | 1 | -26/+216 |
* | Use bus_dma to get a page in the first 4 GB. Since the physical address | njl | 2007-06-17 | 1 | -17/+70 |
* | - Define data of struct gfb_font a const as it's only used to supply font | marius | 2007-06-16 | 1 | -5/+6 |
* | Prototype (but functional) Linux-ish /dev/nvram interface to the extra | peter | 2007-06-15 | 1 | -0/+99 |
* | Enable SCTP by default for GENERIC kernels in order to give it | delphij | 2007-06-14 | 1 | -0/+1 |
* | Don't clobber tf_err with the eva from a page fault as the page fault | jhb | 2007-06-13 | 1 | -3/+0 |
* | Add nfe(4) to the list of drivers supported by GENERIC kernel. | yongari | 2007-06-12 | 1 | -1/+2 |
* | Exclude wlan_scan_* from PAE like the rest of wlan. | thompsa | 2007-06-11 | 1 | -0/+2 |
* | Check against maxsegsz being zero in bus_dma_tag_create and return EINVAL | mjacob | 2007-06-11 | 1 | -0/+4 |
* | Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan. | thompsa | 2007-06-11 | 1 | -0/+2 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 1 | -0/+4 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 1 | -4/+0 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | Backout experimental adaptive-spin umtx code. | davidxu | 2007-06-06 | 3 | -3/+0 |
* | Move a warning under bootverbose as no machines that trigger it have ended | jhb | 2007-06-05 | 1 | -1/+1 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-05 | 2 | -1/+44 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 3 | -12/+12 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Commit 11/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -30/+0 |
* | Commit 10/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -21/+5 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 3 | -8/+31 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 4 | -5/+5 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 2 | -5/+5 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -3/+22 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Add CPUID2_PDCM | des | 2007-05-31 | 1 | -0/+1 |
* | Add descriptive comment to PDCM entry. | des | 2007-05-29 | 1 | -1/+1 |
* | Remove a pointless bootverbose message. | des | 2007-05-29 | 1 | -6/+1 |
* | Add feature name for features2 bit 15. | des | 2007-05-29 | 1 | -1/+1 |
* | Fix some problems introduced with the last descriptors tables locking | attilio | 2007-05-29 | 3 | -8/+21 |