summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* Minor update to version 3.70.03.007scottl2007-05-192-2/+2
* Compare the partner system priority when choosing the aggregator.thompsa2007-05-192-1/+11
* Implement the Marker Protocol. A marker frame is placed on the interface queuethompsa2007-05-192-32/+131
* Check return value of m_pullup() in firewire_input().rwatson2007-05-191-0/+2
* Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-192-2/+4
* Remove extern struct pcpu __pcpu[]; from the header file andkan2007-05-192-2/+2
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-193-0/+3
* Remove local static redefinition of ucom_devclass.kan2007-05-191-2/+0
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardkan2007-05-192-1/+14
* Disable -Werror for now.kan2007-05-192-4/+4
* Add -Wno-pointer-sign to CWARNFLAGS.kan2007-05-191-2/+2
* 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
OpenPOWER on IntegriCloud