summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Print the contents of the miscellaneous (MISC) register to the console ifjhb2010-03-011-0/+2
* When running as a guest operating system, the FreeBSD kernel must assumealc2010-02-271-0/+9
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-2521-6957/+6
* - fix bootstrap for variable KVA_PAGESkmacy2010-02-212-85/+55
* remove atkbd from default config to avoid pulling in real-mode bios emulationkmacy2010-02-211-3/+3
* Allow the pmap code to be built with GCC from FreeBSD 7 again.ed2010-02-182-0/+8
* Adjust style (following the already existing rules) for the newlyattilio2010-02-152-2/+2
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-102-0/+2
* Update documentation for the iwn and iwnfw drivers: they support the 1000, 51...brucec2010-02-081-1/+46
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-1/+0
* Change the default value for the flag enabling superpage mapping andalc2010-02-011-1/+1
* Enable MTRR on all VIA CPUs that claim support.rnoland2010-01-311-4/+1
* Welcome drm support for VIA unichrome chips.rnoland2010-01-311-0/+1
* add static qualifier to definition of a function already declared staticavg2010-01-291-1/+1
* Optimize pmap_demote_pde() by using the new KPTmap to access a kernelalc2010-01-271-21/+15
* Handle a race between pmap_kextract() and pmap_promote_pde(). This race isalc2010-01-232-4/+44
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-231-65/+100
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-191-9/+0
* Recommit r193732:ed2010-01-192-2/+2
* - Allow clock subsystem to be compiled without the apic support [0]attilio2010-01-171-2/+0
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-153-37/+65
* Only allocate the space we need before calling kern_getgroups insteadbrooks2010-01-151-3/+7
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-2/+2
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-112-0/+10
* Simplify pmap_init(). Additionally, correct a harmless misbehavior on i386.alc2010-01-112-5/+4
* Eliminate an unused declaration.alc2010-01-111-3/+0
* Eliminate unused declarations.alc2010-01-101-3/+0
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* Long ago, in r120654, the rounding of KERNend and physfree in locorealc2010-01-091-20/+0
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Unbreak the XEN build after r201751.bz2010-01-081-0/+4
* Catch up with r183101 that added "device acpi" to GENERIC.alc2010-01-081-4/+0
* Make pmap_set_pg() static.alc2010-01-073-3/+4
* Eliminate unused variables (see r137912).alc2010-01-072-4/+0
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Quiet variable "shadows" warning:obrien2010-01-011-18/+18
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-293-5/+6
* - Create a separate section in in the MI NOTES file for PCI wireless NICjhb2009-12-181-19/+0
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Remove comment claiming that building acpi into the kernel is deprecated.jhb2009-12-141-3/+0
* for PV XEN translate page table entries from machine (real) to physical (logi...kmacy2009-12-101-0/+16
* - revert pmap_kenter_temporary to taking a physical addresskmacy2009-12-103-9/+11
* make PV core dump actually dump memory - still need to fix program header ini...kmacy2009-12-092-0/+7
* mca: small enhancements related to cpu quirksavg2009-12-031-8/+22
* Fix cut'n paste on the AR9280 entry.thompsa2009-12-021-1/+1
* mca: improve status checking, recording and reportingavg2009-12-022-49/+63
* Add missing ath_ar9* ath hal entries.thompsa2009-12-021-0/+2
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timeravg2009-11-301-0/+2
OpenPOWER on IntegriCloud