| Commit message (Expand) | Author | Age | Files | Lines |
* | Make pmap_copy() more TLB friendly. Specifically, make it use the kernel's | alc | 2009-03-05 | 1 | -5/+4 |
* | A few cleanups to the FPU code on amd64: | jhb | 2009-03-05 | 3 | -33/+22 |
* | Move the PCB flag macros up next to the 'pcb_flags' member in the struct. | jhb | 2009-03-05 | 1 | -5/+6 |
* | Add support for the single-port NetMos NM9835 serial adapter. The puc(4) | jhb | 2009-03-05 | 2 | -0/+13 |
* | SAs are valid (but dying) when they reached soft lifetime, | vanhu | 2009-03-05 | 1 | -14/+7 |
* | Add support for the UNION interface descriptor, used by Nokia phones. | thompsa | 2009-03-05 | 1 | -27/+22 |
* | At least one BIOS bogusly includes duplicate entries for I/O APICs. The | jhb | 2009-03-05 | 2 | -0/+8 |
* | Always read/write the full 64-bit value of 64-bit BARs. Specifically, | jhb | 2009-03-05 | 2 | -23/+34 |
* | Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLE | jhb | 2009-03-05 | 1 | -2/+6 |
* | Systematically use vm_size_t to specify the size of the segment for VM KPI. | kib | 2009-03-05 | 1 | -6/+6 |
* | add a sysctl to ena/dis frobbing cca | sam | 2009-03-05 | 2 | -1/+22 |
* | Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke | yongari | 2009-03-05 | 1 | -10/+1 |
* | add the desired channel to the scan list if not already present and | sam | 2009-03-04 | 1 | -0/+27 |
* | The recent PCI resource allocation fixes exposed a bug where the same | jhb | 2009-03-04 | 1 | -1/+60 |
* | - PR-SCTP bug, where the CUM-ACK was not being updated | rrs | 2009-03-04 | 3 | -16/+27 |
* | Remove the local management of INTx as this is now taken care of by pci. | rnoland | 2009-03-04 | 8 | -32/+0 |
* | Extend the management of PCIM_CMD_INTxDIS. | rnoland | 2009-03-04 | 1 | -18/+35 |
* | udf: use truly unique directory cookie | avg | 2009-03-04 | 1 | -1/+1 |
* | udf_strategy: remove redundant comment | avg | 2009-03-04 | 1 | -4/+0 |
* | Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which | dchagin | 2009-03-04 | 6 | -51/+218 |
* | Add Mobile Action MA-620 Infrared Adapter. | thompsa | 2009-03-04 | 2 | -0/+6 |
* | In ip_output(), do not acquire the IN_MULTI_LOCK(), | bms | 2009-03-04 | 1 | -17/+14 |
* | Add sysctl net.inet.ip.mcast.loop. This controls whether or not | bms | 2009-03-04 | 1 | -1/+8 |
* | Add *at to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -1/+1 |
* | Add openat to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -0/+2 |
* | Merge header file definitions used by the new IGMPv3 implementation. | bms | 2009-03-04 | 1 | -38/+68 |
* | Add various defines/macros required by IGMPv3: | bms | 2009-03-04 | 1 | -1/+10 |
* | Overlay a uint16_t field suitable for use by the | bms | 2009-03-04 | 1 | -1/+5 |
* | Reserve a netisr slot for the IGMPv3 output queue. | bms | 2009-03-04 | 1 | -0/+1 |
* | Add function ip_checkrouteralert(), which will be used | bms | 2009-03-04 | 2 | -0/+62 |
* | - Updated firmware to latest 4.6.X release. | davidch | 2009-03-04 | 3 | -13581/+13987 |
* | For the moment disable the VIMAGE_CTASSERTs as people have trouble | bz | 2009-03-03 | 1 | -0/+4 |
* | make loop clearer that it isn't a mistake... | imp | 2009-03-03 | 1 | -1/+2 |
* | Add in parsing of the disk FUNCE tuples. | imp | 2009-03-03 | 3 | -16/+27 |
* | The callback takes a void *, not a caddr_t * (sic). | imp | 2009-03-03 | 1 | -2/+2 |
* | Bump down the inline limit on MIPS. | imp | 2009-03-03 | 1 | -1/+1 |
* | Make Netgraph compile with Clang. | ed | 2009-03-03 | 3 | -14/+12 |
* | Adding missing ";"'s required by some SDT_PROBE_DEFINEx() macros. | rwatson | 2009-03-03 | 1 | -10/+10 |
* | as suggested by jhb@, panic in case the ncpus == 0. | dchagin | 2009-03-03 | 1 | -1/+1 |
* | Reduce the verbosity of SDT trace points for DTrace by defining several | rwatson | 2009-03-03 | 3 | -18/+41 |
* | Further refine the handling of resources for BARs in the PCI bus driver. | jhb | 2009-03-03 | 2 | -82/+167 |
* | ichwd: correct range check for timeout value | avg | 2009-03-03 | 1 | -2/+2 |
* | Start removing IPv6 Type 0 Routing header code. | bz | 2009-03-03 | 3 | -168/+26 |
* | udf_readdir: do not advance offset if entry can not be uio-ed | avg | 2009-03-03 | 1 | -1/+1 |
* | Set PortMultiplier port only for SATA2 channels, where it is applicable. | mav | 2009-03-03 | 1 | -2/+5 |
* | Extend the "vfsopt" mount options for more general use. Make struct | jamie | 2009-03-02 | 4 | -83/+145 |
* | curr_time is a 64 bit variable so SYSCTL_LONG is not appropriate | luigi | 2009-03-02 | 1 | -0/+2 |
* | fw_debug has been unused for ages, so remove it from the list | luigi | 2009-03-02 | 2 | -5/+1 |
* | Change vfs_busy to wait until an outcome of pending unmount | kan | 2009-03-02 | 1 | -5/+13 |
* | Switch the default buffer mode in bpf(4) to zero-copy buffers. | csjp | 2009-03-02 | 1 | -1/+1 |