summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a mbuf leak where sc_start fails or the protocol is none.thompsa2007-05-191-2/+4
* Fix locking assert where we should hold the reader lock.thompsa2007-05-182-2/+2
* Zero scsi_readcapacity allocations so we can reallymjacob2007-05-181-4/+3
* Be more restrictive with segment validity checks in syncache_expand()andre2007-05-181-3/+42
* o Add syslog logging under LOG_DEBUG to various failures caused byandre2007-05-181-5/+38
* Remove unnecessary assignment.rwatson2007-05-181-2/+0
* Add tcp_log_addrs() function to generate and standardized TCP log lineandre2007-05-184-22/+101
* Fix statistical accounting for bytes and packets during sack retransmits.jhb2007-05-181-1/+1
* In nfs_down(), if rep can be NULL, which we test for, then we shouldrwatson2007-05-181-3/+4
* Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION.mav2007-05-181-0/+4
* Help ng_fec deal with multicast addresses.dwmalone2007-05-181-2/+77
* Fix a comment.jhb2007-05-181-2/+2
* Move lock_profile_object_{init,destroy}() into lock_{init,destroy}().jhb2007-05-185-8/+3
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-1813-31/+31
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-1846-263/+288
* - Convert turnstiles and sleepqueus to use UMA. This provides a modestjeff2007-05-182-38/+106
* - Disabled responding to NI queries from a global address by default asjinmei2007-05-173-7/+35
* Correct typo in commentcsjp2007-05-171-1/+1
* Eliminate a micro-optimization that hasn't had any effect for 15+ years.peter2007-05-171-5/+0
* Fix small copy/paste mistake.mav2007-05-171-1/+1
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-1714-103/+175
* Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE isimp2007-05-171-3/+1
* The HP Diva RMP3 uses BAR 0x14.marcel2007-05-171-1/+1
* Make the serdev I/F non-optional. At least 3 drivers depend on itmarcel2007-05-171-1/+1
* Couple of changes, back down on last TSO change, instead make oldjfv2007-05-172-8/+31
* Unbreak IPv4 kernel build.oleg2007-05-171-0/+2
* Don't completely skip pci_cfg_save() in the PCI nomatch routine ifjhb2007-05-161-3/+1
* Fix interrupt routing for some cards after the previous fix to clear BARsjhb2007-05-161-6/+7
* - Added TSO supportdavidch2007-05-163-3485/+6212
* Remove leading spaces before tabs spotted thanks to silby usingrwatson2007-05-161-3/+3
* Generally migrate to ANSI function headers, and remove 'register' use.rwatson2007-05-165-181/+106
* Write 0 to all the bars in cardbus_cardbus_setup_regs. This is neededimp2007-05-161-19/+18
* Update the comments on if_alloc(), if_free(), if_free_type(), andbrooks2007-05-161-12/+26
* o Don't hold lock over bus_teardown_intr when we're waiting for theimp2007-05-161-5/+3
* Better message on cbb resource alloc failureimp2007-05-161-1/+1
* Change PCIM_CIS_ASI_TUPLE to _CONFIG.imp2007-05-162-4/+6
* Add some doxygen docs for pci_cfg_{save,restore}.imp2007-05-161-0/+10
* The struct if_data members ifi_recvquota and ifi_xmitquota have beenbrooks2007-05-162-4/+2
* Remove now unused stuff forgotten in the previous commit.andre2007-05-161-4/+0
* Revert config(8) version bump. It brings major pain for people working onwkoszek2007-05-168-8/+8
* Catch up to driver changes required for the mfip sub-driver.scottl2007-05-163-4/+27
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesscottl2007-05-165-2/+405
* Move TIME_WAIT related functions and timer handling from filesandre2007-05-166-205/+201
* Release the bus reference that is acquired when doing a CAMIOCOMMANDscottl2007-05-161-0/+1
* Remove an assertion in xpt_print_path() that makes debugging code much morescottl2007-05-161-1/+0
* Add a helper function for registering async callbacks. Besidesscottl2007-05-1611-272/+70
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make somewkoszek2007-05-161-0/+5
* Style cleanup.mav2007-05-161-101/+90
* When verifying the IPv4 UDP checksum, don't overwrite the checksumdwmalone2007-05-161-5/+7
* Fix a logic bug added in last commit where PNP0103 devices would no longernjl2007-05-161-17/+22
OpenPOWER on IntegriCloud