| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct an error in pmap_change_attr()'s initial loop that verifies that the | alc | 2008-07-18 | 1 | -1/+1 |
* | Simplify pmap_extract()'s control flow, making it more like the related | alc | 2008-07-18 | 1 | -6/+5 |
* | Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK is | alc | 2008-07-15 | 1 | -3/+3 |
* | Make uart(4) the default serial port driver on i386 and amd64. | ed | 2008-07-13 | 2 | -16/+15 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPT | alc | 2008-07-07 | 1 | -2/+4 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -1/+7 |
* | Remove the sbni(4) driver. No one responded to calls to test it on | jhb | 2008-07-04 | 1 | -6/+0 |
* | Remove the oltr(4) driver. No one responded to calls for testing on | jhb | 2008-07-04 | 1 | -5/+0 |
* | Remove the arl(4) driver. It is reported to not work on 6.x or later | jhb | 2008-07-04 | 1 | -5/+0 |
* | Eliminate an unused declaration. (In fact, the declaration is bogus | alc | 2008-07-04 | 1 | -1/+0 |
* | Remove the unused M_MEMDEV from the kernel. | ed | 2008-06-25 | 1 | -2/+0 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 2 | -4/+0 |
* | Emit opcodes closer to GNU as(1) generated codes and micro-optimize. | jkim | 2008-06-24 | 2 | -59/+46 |
* | Rehash and clean up BPF JIT compiler macros to match AT&T notations. | jkim | 2008-06-23 | 2 | -143/+143 |
* | Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit | delphij | 2008-06-20 | 1 | -0/+1 |
* | Remove obselete PECOFF image activator support. | wkoszek | 2008-06-14 | 2 | -64/+0 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -1/+1 |
* | After probing the available frequency settings, restore the CPU to run at | jhb | 2008-05-30 | 1 | -17/+5 |
* | Add jme(4) to the list of drivers supported by GENERIC kernel. | yongari | 2008-05-27 | 1 | -0/+1 |
* | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | bz | 2008-05-26 | 1 | -230/+0 |
* | style fix for newly introduced macro. | attilio | 2008-05-25 | 1 | -1/+1 |
* | Restore buildable state. Style ignored. | bz | 2008-05-24 | 1 | -0/+6 |
* | Add a cyclic hook for DTrace. | jb | 2008-05-24 | 1 | -0/+17 |
* | Add the DTrace hooks for exception handling (Function boundary trace | jb | 2008-05-24 | 3 | -2/+140 |
* | The VM system no longer uses setPQL2(). Remove it and its helpers. | alc | 2008-05-23 | 1 | -298/+0 |
* | Use the "options " spelling (vs. "options<TAB>") so that commented lines | obrien | 2008-05-21 | 1 | -3/+2 |
* | Add age(4) to the list of drivers supported by GENERIC kernel. | yongari | 2008-05-19 | 1 | -0/+1 |
* | Remove the unknown device that is breaking the tinderbox build. | jb | 2008-05-18 | 1 | -2/+0 |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 1 | -12/+0 |
* | Resort the if_ti driver to match the PCI Network cards instead of placing | remko | 2008-05-17 | 1 | -1/+4 |
* | Removed unused assembly offsets for structures digging. | attilio | 2008-05-16 | 1 | -3/+0 |
* | Regen. | rdivacky | 2008-05-13 | 3 | -7/+10 |
* | Implement robust futexes. Most of the code is modelled after | rdivacky | 2008-05-13 | 2 | -4/+4 |
* | Correct an error in pmap_align_superpage(). Specifically, correctly | alc | 2008-05-11 | 1 | -2/+3 |
* | Introduce pmap_align_superpage(). It increases the starting virtual | alc | 2008-05-09 | 1 | -0/+23 |
* | enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by default | sam | 2008-05-03 | 1 | -0/+2 |
* | Remove unused variable saved_id16. | rpaulo | 2008-05-02 | 1 | -2/+0 |
* | Intel 4965 wireless driver (derived from openbsd driver of the same name) | sam | 2008-04-29 | 1 | -0/+2 |
* | Always use PG_PS_FRAME to extract the physical address of a 2/4MB page | alc | 2008-04-25 | 1 | -9/+10 |
* | - Add an integer argument to idle to indicate how likely we are to wake | jeff | 2008-04-25 | 2 | -40/+170 |
* | Implement linux_truncate64() syscall. | rdivacky | 2008-04-23 | 1 | -1/+0 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 5 | -4/+1 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -2/+0 |
* | move awi to the Attic; it will not make the jump to the new world order | sam | 2008-04-20 | 2 | -2/+0 |
* | - Add inlines for the monitor and mwait instructions. | jeff | 2008-04-18 | 1 | -0/+13 |
* | Regenerate. | jkim | 2008-04-16 | 3 | -4/+46 |
* | Add stubs for syscalls introduced in Linux 2.6.17 kernel. | jkim | 2008-04-16 | 2 | -0/+12 |
* | Convert amd64 and i386 to share the atrtc device driver. | phk | 2008-04-14 | 2 | -254/+10 |
* | Move i386 to generic RTC handling code. | phk | 2008-04-12 | 2 | -103/+171 |