| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add nfe(4) to the list of drivers supported by GENERIC kernel. | Pyun YongHyeon | 2007-06-12 | 1 | -1/+2 |
| * | Check against maxsegsz being zero in bus_dma_tag_create and return EINVAL | Matt Jacob | 2007-06-11 | 1 | -0/+4 |
| * | Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan. | Andrew Thompson | 2007-06-11 | 1 | -0/+2 |
| * | Use default options for default partitioning schemes, rather than | Marcel Moolenaar | 2007-06-11 | 1 | -0/+4 |
| * | Optimize vmmeter locking. | Attilio Rao | 2007-06-10 | 2 | -9/+0 |
| * | Add kdb_cpu_sync_icache(), intended to synchronize instruction | Marcel Moolenaar | 2007-06-09 | 1 | -0/+5 |
| * | Enable AUDIT by default in the GENERIC kernel, allowing security event | Robert Watson | 2007-06-08 | 1 | -0/+1 |
| * | Backout experimental adaptive-spin umtx code. | David Xu | 2007-06-06 | 3 | -4/+0 |
| * | Move a warning under bootverbose as no machines that trigger it have ended | John Baldwin | 2007-06-05 | 1 | -1/+1 |
| * | - Add a new argument to cpu_switch. This is a pointer to a mutex that | Jeff Roberson | 2007-06-05 | 1 | -14/+27 |
| * | - Expose td_lock to assembly so it may be used in cpu_switch(). | Jeff Roberson | 2007-06-05 | 1 | -0/+1 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 2 | -10/+10 |
| * | - Change comments and asserts to reflect the removal of the global | Jeff Roberson | 2007-06-04 | 1 | -2/+2 |
| * | Commit 11/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -30/+0 |
| * | Commit 10/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -23/+4 |
| * | Rework the PCPU_* (MD) interface: | Attilio Rao | 2007-06-04 | 4 | -10/+33 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 2 | -4/+4 |
| * | Add the machine-specific definitions for configuring the new physical | Alan Cox | 2007-06-03 | 2 | -1/+45 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 2 | -7/+8 |
| * | In some particular cases (like in pccard and pccbb), the real device | Paolo Pisati | 2007-05-31 | 1 | -3/+12 |
| * | Add CPUID2_PDCM | Dag-Erling Smørgrav | 2007-05-31 | 1 | -0/+1 |
| * | MFi386: PDCM, remove pointless message | Dag-Erling Smørgrav | 2007-05-30 | 1 | -7/+2 |
| * | Honor maxsegsz of less than a page size in a DMA tag. Previously it | Pyun YongHyeon | 2007-05-29 | 1 | -0/+2 |
| * | Enable fwip and dcons in GENERIC. They seem fairly stable. | Hidetoshi Shimokawa | 2007-05-28 | 1 | -0/+3 |
| * | Remove "XXX Giant" comments before calls to kdb_trap() -- the kernel | Robert Watson | 2007-05-27 | 1 | -1/+0 |
| * | Move futex support code from <arch>/support.s into linux compat directory. | Konstantin Belousov | 2007-05-23 | 2 | -43/+124 |
| * | Allow FreeBSD's native ELF image activators to execute shared libraries the | Alexander Kabaev | 2007-05-22 | 1 | -2/+2 |
| * | - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument. | Jeff Roberson | 2007-05-20 | 1 | -2/+2 |
| * | Remove extern struct pcpu __pcpu[]; from the header file and | Alexander Kabaev | 2007-05-19 | 2 | -2/+2 |
| * | Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct | Alexander Kabaev | 2007-05-19 | 1 | -0/+1 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 2 | -8/+7 |
| * | Rework the support for ABIs to override resource limits (used by 32-bit | John Baldwin | 2007-05-14 | 1 | -34/+28 |
| * | Do not dereference linux_to_bsd_signal[-1] if userland has | Alexander Kabaev | 2007-05-11 | 1 | -4/+5 |
| * | Add wlan_amrr. ural(4) uses amrr as transmit rate control. | Kevin Lo | 2007-05-10 | 1 | -0/+1 |
| * | It turns out that the hptiop driver isn't portable after all. Confine it to | Scott Long | 2007-05-09 | 1 | -0/+4 |
| * | Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers. | Scott Long | 2007-05-09 | 1 | -0/+1 |
| * | Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses | John Baldwin | 2007-05-08 | 5 | -62/+82 |
| * | Minor fixes and tweaks to the x86 interrupt code: | John Baldwin | 2007-05-08 | 8 | -108/+169 |
| * | Bring in the reminaing bits to make interrupt filtering work: | Paolo Pisati | 2007-05-06 | 1 | -0/+84 |
| * | Define every architecture as either VM_PHYSSEG_DENSE or | Alan Cox | 2007-05-05 | 1 | -0/+5 |
| * | Revamp the MSI/MSI-X code a bit to achieve two main goals: | John Baldwin | 2007-05-02 | 5 | -132/+102 |
| * | Disable C1 Enhanced mode on AMD K8 Family Revision F and above to keep | Ariff Abdullah | 2007-04-25 | 1 | -0/+23 |
| * | Fix the triple fault used as a last resort during a reboot to actually | John Baldwin | 2007-04-24 | 1 | -3/+8 |
| * | MFi386: Attempt to reset the machine using the Reset Control register and | John Baldwin | 2007-04-24 | 1 | -1/+30 |
| * | Modify TLB invalidation handling. | Stephan Uphoff | 2007-04-21 | 1 | -33/+78 |
| * | Add support for specifying a minimal size for vm.kmem_size in the loader via | Stephane E. Potvin | 2007-04-21 | 1 | -1/+2 |
| * | Fix style(9) and comments. | Jung-uk Kim | 2007-04-18 | 1 | -12/+16 |
| * | style(9) says sizeof's are not be followed by a space. Fix them. | Jung-uk Kim | 2007-04-18 | 1 | -3/+3 |
| * | Implement settimeofday() for Linuxulator/amd64. | Jung-uk Kim | 2007-04-18 | 2 | -1/+27 |
| * | Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 by | John Baldwin | 2007-04-17 | 1 | -0/+5 |