| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+5 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | John Baldwin | 2005-04-12 | 2 | -2/+2 |
* | Use NULL rather than 0 in a couple of places. | John Baldwin | 2005-04-12 | 1 | -2/+2 |
* | Replace spl protection in rtcin() and writertc() with spinlocks | Matthew N. Dodd | 2005-04-12 | 1 | -6/+6 |
* | - Consistently protect against NULL dereference. | Matthew N. Dodd | 2005-04-12 | 1 | -48/+58 |
* | Properly terminate the table generated from ACPI info. The cpufreq | Nate Lawson | 2005-04-10 | 1 | -6/+6 |
* | Advertise p4tcc via acpi_get_features() _PDC support. | Nate Lawson | 2005-04-10 | 1 | -0/+18 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 6 | -137/+53 |
* | Add support for _PDC/_OSC by advertising that we support direct access to | Nate Lawson | 2005-04-04 | 1 | -1/+21 |
* | Move pc98 specific parts to the pc98 specific file. | Warner Losh | 2005-04-03 | 3 | -21/+0 |
* | With pc98/include, we can have pc98 and i386 specific bus space | Warner Losh | 2005-04-03 | 4 | -1859/+1314 |
* | The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my | Alexander Leidinger | 2005-04-02 | 1 | -0/+1 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin | 2005-04-01 | 2 | -8/+13 |
* | Use kern_settimeofday() to avoid stackgap use. | John Baldwin | 2005-03-31 | 1 | -11/+11 |
* | Glue the arcmsr driver into the tree. | Scott Long | 2005-03-31 | 2 | -0/+7 |
* | Remove check of numpst to allow more K8 variants to attach. The other | Nate Lawson | 2005-03-31 | 1 | -1/+7 |
* | handle malloc failure and don't proceed when the bios call to | Sam Leffler | 2005-03-29 | 1 | -1/+7 |
* | Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7) | Nate Lawson | 2005-03-27 | 1 | -0/+928 |
* | Add code to read the primary PCI bus number out of the Compaq/HP 6010 | John Baldwin | 2005-03-25 | 1 | -0/+6 |
* | - Don't enable periodic interrupts from the RTC by default in rtc_statusb. | John Baldwin | 2005-03-24 | 1 | -22/+26 |
* | Bounds check the length parameter to i386_set_ldt() before passing it | David Schultz | 2005-03-23 | 1 | -0/+2 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | Maxim Sobolev | 2005-03-22 | 2 | -0/+2 |
* | Add support for probing EST settings from ACPI. This should handle more | Nate Lawson | 2005-03-21 | 1 | -77/+166 |
* | Add a comment to note that pseudo-device bpf is required for DHCP. | Murray Stokely | 2005-03-18 | 1 | -0/+1 |
* | Hook acpi_fujitsu up to the build. | Philip Paeps | 2005-03-18 | 1 | -0/+3 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | Warner Losh | 2005-03-18 | 1 | -1/+1 |
* | Initialize the mxcsr properly, so the initial value in a process isn't | David Schultz | 2005-03-17 | 2 | -0/+11 |
* | Bring back some of the ioctl junk that was removed in rev 1.59 as a | Olivier Houchard | 2005-03-17 | 1 | -0/+4 |
* | Eleminate 3 PC98 ifdefs: | Warner Losh | 2005-03-16 | 1 | -17/+5 |
* | Define IRQ_NPX for the irq used for the npx. Define macro for a full | Warner Losh | 2005-03-16 | 1 | -0/+11 |
* | bus_alloc_resource must obey the same rules as | Warner Losh | 2005-03-16 | 1 | -1/+1 |
* | Make it clear nve needs mii, and shorten long comment line. | David E. O'Brien | 2005-03-16 | 1 | -2/+2 |
* | Enable ehci by default on i386 and amd64. It had got to the stage | Ian Dowse | 2005-03-16 | 1 | -0/+1 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | David Schultz | 2005-03-15 | 1 | -1/+0 |
* | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 1 | -235/+2 |
* | The NVE driver doesn't cleanly compile on PAE. | Scott Long | 2005-03-13 | 1 | -0/+1 |
* | Guard against an integer underflow that could cause busdma to eat up all | Scott Long | 2005-03-12 | 1 | -3/+9 |
* | FreeBSD consumer bits of the nForce MCP NIC binary blob. | David E. O'Brien | 2005-03-12 | 1 | -0/+1 |
* | Whitespace sync with amd64. (Rather than re-add the extra blank lines | Peter Wemm | 2005-03-11 | 1 | -3/+0 |
* | Remove an OBE set of comments, fix a minor whitespace nit while here. | Peter Wemm | 2005-03-11 | 1 | -8/+1 |
* | SampleRate rate control algorithm for the ath driver | Sam Leffler | 2005-03-11 | 1 | -0/+1 |
* | - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0 | John Baldwin | 2005-03-09 | 2 | -148/+2 |
* | Oops, CTR*() macros are not varadic macros, and the number indicates | Maxime Henrion | 2005-03-08 | 1 | -18/+18 |
* | Use __func__ in the KTR_BUSDMA traces. This avoids copy and paste | Maxime Henrion | 2005-03-08 | 1 | -35/+33 |
* | Remove dead code. | Scott Long | 2005-03-07 | 1 | -17/+0 |
* | Regen after addition of linux_nosys handler. | Maxim Sobolev | 2005-03-07 | 3 | -3/+9 |
* | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | Maxim Sobolev | 2005-03-07 | 1 | -0/+4 |
* | Use TUNABLE_ULONG_FETCH to retrieve hw.physmem; getenv_quad() will take | Dag-Erling Smørgrav | 2005-03-05 | 1 | -34/+3 |
* | Replace goto with continue. | Dag-Erling Smørgrav | 2005-03-05 | 1 | -6/+5 |
* | Allocate and map a 12k data buffer such that it is contiguous in | Ian Dowse | 2005-03-04 | 1 | -9/+21 |