summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ichwd: correct range check for timeout valueavg2009-03-031-2/+2
* Start removing IPv6 Type 0 Routing header code.bz2009-03-033-168/+26
* udf_readdir: do not advance offset if entry can not be uio-edavg2009-03-031-1/+1
* Set PortMultiplier port only for SATA2 channels, where it is applicable.mav2009-03-031-2/+5
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-024-83/+145
* curr_time is a 64 bit variable so SYSCTL_LONG is not appropriateluigi2009-03-021-0/+2
* fw_debug has been unused for ages, so remove it from the listluigi2009-03-022-5/+1
* Change vfs_busy to wait until an outcome of pending unmountkan2009-03-021-5/+13
* Switch the default buffer mode in bpf(4) to zero-copy buffers.csjp2009-03-021-1/+1
* Disable INTx when enabling MSI/MSIXrnoland2009-03-022-0/+5
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-022-7/+12
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-025-22/+16
* Some Apple I2C buses give the device's I2C address in a property with thenwhitehorn2009-03-021-2/+9
* Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, bothrwatson2009-03-024-28/+20
* Bump __FreeBSD_version for the ushub to uhub rename.thompsa2009-03-021-1/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-0243-45/+45
* Move the serial drivers from Giant to using their own mutexs.thompsa2009-03-0218-65/+119
* Give controller a chance to issue Soft Reset clear command before checkingmav2009-03-011-2/+1
* Hide __restrict from lint, just like we do with other keywords.ed2009-03-011-1/+1
* Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as itmav2009-03-011-1/+1
* Fix range-check error introduced in r182292. Also do not do anythingdchagin2009-03-011-1/+3
OpenPOWER on IntegriCloud