summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the unknown device that is breaking the tinderbox build.jb2008-05-181-2/+0
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-12/+0
* Resort the if_ti driver to match the PCI Network cards instead of placingremko2008-05-171-1/+4
* Removed unused assembly offsets for structures digging.attilio2008-05-161-3/+0
* Regen.rdivacky2008-05-133-7/+10
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-132-4/+4
* Correct an error in pmap_align_superpage(). Specifically, correctlyalc2008-05-111-2/+3
* Introduce pmap_align_superpage(). It increases the starting virtualalc2008-05-091-0/+23
* enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by defaultsam2008-05-031-0/+2
* Remove unused variable saved_id16.rpaulo2008-05-021-2/+0
* Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-291-0/+2
* Always use PG_PS_FRAME to extract the physical address of a 2/4MB pagealc2008-04-251-9/+10
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-252-40/+170
* Implement linux_truncate64() syscall.rdivacky2008-04-231-1/+0
OpenPOWER on IntegriCloud