summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Invert the logic error for the MSI/MSIX vs INTx case.rnoland2009-03-061-1/+1
* MFi386: 189423nyan2009-03-061-1/+2
* MFi386: part of 189421nyan2009-03-061-2/+4
* Fixes for window probes:rrs2009-03-062-50/+70
* A better fix for handling different FPU initial control words for differentjhb2009-03-0510-14/+30
* Fix usb2_poll not to return an error number as the function return value is athompsa2009-03-051-9/+5
* Allow syscons to work on amd64 and i386 without any hints:jhb2009-03-051-3/+7
* Remove unused arg from npxinit(). Forgot to commit this file in thejhb2009-03-051-1/+1
* Some cleanups to the i386 FPU support:jhb2009-03-053-53/+36
* Make pmap_copy() more TLB friendly. Specifically, make it use the kernel'salc2009-03-051-5/+4
* A few cleanups to the FPU code on amd64:jhb2009-03-053-33/+22
* Move the PCB flag macros up next to the 'pcb_flags' member in the struct.jhb2009-03-051-5/+6
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)jhb2009-03-052-0/+13
* SAs are valid (but dying) when they reached soft lifetime,vanhu2009-03-051-14/+7
* Add support for the UNION interface descriptor, used by Nokia phones.thompsa2009-03-051-27/+22
* At least one BIOS bogusly includes duplicate entries for I/O APICs. Thejhb2009-03-052-0/+8
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,jhb2009-03-052-23/+34
* Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLEjhb2009-03-051-2/+6
* Systematically use vm_size_t to specify the size of the segment for VM KPI.kib2009-03-051-6/+6
* add a sysctl to ena/dis frobbing ccasam2009-03-052-1/+22
* Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to pokeyongari2009-03-051-10/+1
* add the desired channel to the scan list if not already present andsam2009-03-041-0/+27
* The recent PCI resource allocation fixes exposed a bug where the samejhb2009-03-041-1/+60
* - PR-SCTP bug, where the CUM-ACK was not being updatedrrs2009-03-043-16/+27
* Remove the local management of INTx as this is now taken care of by pci.rnoland2009-03-048-32/+0
* Extend the management of PCIM_CMD_INTxDIS.rnoland2009-03-041-18/+35
* udf: use truly unique directory cookieavg2009-03-041-1/+1
* udf_strategy: remove redundant commentavg2009-03-041-4/+0
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-046-51/+218
* Add Mobile Action MA-620 Infrared Adapter.thompsa2009-03-042-0/+6
* In ip_output(), do not acquire the IN_MULTI_LOCK(),bms2009-03-041-17/+14
* Add sysctl net.inet.ip.mcast.loop. This controls whether or notbms2009-03-041-1/+8
* Add *at to the POSIX.1-2008 namespace.das2009-03-041-1/+1
* Add openat to the POSIX.1-2008 namespace.das2009-03-041-0/+2
* Merge header file definitions used by the new IGMPv3 implementation.bms2009-03-041-38/+68
* Add various defines/macros required by IGMPv3:bms2009-03-041-1/+10
* Overlay a uint16_t field suitable for use by thebms2009-03-041-1/+5
* Reserve a netisr slot for the IGMPv3 output queue.bms2009-03-041-0/+1
* Add function ip_checkrouteralert(), which will be usedbms2009-03-042-0/+62
* - Updated firmware to latest 4.6.X release.davidch2009-03-043-13581/+13987
* For the moment disable the VIMAGE_CTASSERTs as people have troublebz2009-03-031-0/+4
* make loop clearer that it isn't a mistake...imp2009-03-031-1/+2
* Add in parsing of the disk FUNCE tuples.imp2009-03-033-16/+27
* The callback takes a void *, not a caddr_t * (sic).imp2009-03-031-2/+2
* Bump down the inline limit on MIPS.imp2009-03-031-1/+1
* Make Netgraph compile with Clang.ed2009-03-033-14/+12
* Adding missing ";"'s required by some SDT_PROBE_DEFINEx() macros.rwatson2009-03-031-10/+10
* as suggested by jhb@, panic in case the ncpus == 0.dchagin2009-03-031-1/+1
* Reduce the verbosity of SDT trace points for DTrace by defining severalrwatson2009-03-033-18/+41
* Further refine the handling of resources for BARs in the PCI bus driver.jhb2009-03-032-82/+167
OpenPOWER on IntegriCloud