summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Compile fixes for xen build.kmacy2008-08-156-162/+215
* Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does.jkim2008-08-131-4/+4
* - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s).jkim2008-08-132-78/+84
* In the case of POWERFAIL_NMI, remove the Giant acquisitions because theyattilio2008-08-131-4/+0
* Attach the cpufreq child devices with specific orders to enforce relativejhb2008-08-134-4/+4
* MFamd64: Remove unused macros.jkim2008-08-121-21/+0
* Update copyrights and fix style(9).jkim2008-08-122-12/+12
* Reduce number of stack usages with unused %edi.jkim2008-08-121-7/+8
* Import i386 xen sub-arch files.kmacy2008-08-125-0/+7257
* Import xen sub-arch includes.kmacy2008-08-1212-0/+2038
* Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr,jhb2008-08-111-9/+63
* MFamd64: Decode "cmov*" instructions.jhb2008-08-111-1/+21
* Add glxsb(4) driver for the Security Block in AMD Geode LX processors (asphilip2008-08-091-0/+6
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-084-0/+67
* Make pmap_kenter_attr() static.alc2008-08-042-2/+2
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-032-66/+0
* Adjust comment. This stack is only used for booting now and not as anjhb2008-08-011-1/+1
* Add igb driver to the default kerneljfv2008-07-301-1/+2
* Correct an off-by-one error in the previous change to pmap_change_attr().alc2008-07-281-2/+4
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-1/+1
* Style fixes to several function definitions.alc2008-07-271-8/+4
* Unbreak cc -pg support on i386. In gcc 4.2, %ecx is used as the arg pointerluoqi2008-07-231-1/+10
* Correct an error in pmap_change_attr()'s initial loop that verifies that thealc2008-07-181-1/+1
* Simplify pmap_extract()'s control flow, making it more like the relatedalc2008-07-181-6/+5
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isalc2008-07-151-3/+3
* Make uart(4) the default serial port driver on i386 and amd64.ed2008-07-132-16/+15
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-071-0/+1
* In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPTalc2008-07-071-2/+4
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-1/+7
* Remove the sbni(4) driver. No one responded to calls to test it onjhb2008-07-041-6/+0
* Remove the oltr(4) driver. No one responded to calls for testing onjhb2008-07-041-5/+0
* Remove the arl(4) driver. It is reported to not work on 6.x or laterjhb2008-07-041-5/+0
* Eliminate an unused declaration. (In fact, the declaration is bogusalc2008-07-041-1/+0
* Remove the unused M_MEMDEV from the kernel.ed2008-06-251-2/+0
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
* Emit opcodes closer to GNU as(1) generated codes and micro-optimize.jkim2008-06-242-59/+46
* Rehash and clean up BPF JIT compiler macros to match AT&T notations.jkim2008-06-232-143/+143
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-201-0/+1
* Remove obselete PECOFF image activator support.wkoszek2008-06-142-64/+0
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* After probing the available frequency settings, restore the CPU to run atjhb2008-05-301-17/+5
* Add jme(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-271-0/+1
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-230/+0
* style fix for newly introduced macro.attilio2008-05-251-1/+1
* Restore buildable state. Style ignored.bz2008-05-241-0/+6
* Add a cyclic hook for DTrace.jb2008-05-241-0/+17
* Add the DTrace hooks for exception handling (Function boundary tracejb2008-05-243-2/+140
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-298/+0
* Use the "options " spelling (vs. "options<TAB>") so that commented linesobrien2008-05-211-3/+2
* Add age(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-191-0/+1
OpenPOWER on IntegriCloud