summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | - window update sacks sent incorrectly afterrrs2007-03-209-36/+33
* | Adds missing flight size logging option for SCTP.rrs2007-03-201-0/+1
* | cxgb_stop is only called from cxgb_ioctl so:kmacy2007-03-201-6/+7
* | Fix tinderbox; ng_ether needs to see if_findmulti().bms2007-03-202-3/+3
* | If we got an OBE/IBF event, we failed to re-enable the GPE. This wouldnjl2007-03-201-5/+14
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-206-189/+411
* | Revert couple of changes from 1.51 and 1.52. Reading link status with BMSRjkim2007-03-191-14/+12
* | etherbroadcastaddr is now unused.thompsa2007-03-191-3/+0
* | M_BCAST & M_MCAST are now set by ether_input before passing to the bridge.thompsa2007-03-191-7/+1
* | Match up SYSCTL declaration style.andre2007-03-197-73/+83
* | When we write extended attributes, assert that the inode hasn'tbrian2007-03-191-0/+3
* | Match up SYSCTL_INT declarations in style.andre2007-03-191-2/+2
* | Space to tab in SB_* defines to match with rest of file.andre2007-03-191-2/+2
* | Clean up the ether_input() path by using the M_PROMISC flag.bms2007-03-191-120/+125
* | Maintain a pointer and offset pair into the socket buffer mbuf chain toandre2007-03-193-3/+64
* | Add a sysctl net.link.tap.up_on_open which defaults to zero; when itbms2007-03-191-1/+6
* | Now <net/if_arp.h> is unused here.yar2007-03-191-1/+0
* | Teach pfsync(4) that its member interfaces may go away.bms2007-03-192-0/+50
* | if_vlan no more depends on INET.yar2007-03-191-5/+0
* | Fix a nameless constant: 6 -> ETHER_ADDR_LENyar2007-03-191-1/+1
* | Now that this driver uses ether_ioctl(), it no longer needsyar2007-03-191-6/+0
* | Destroy channel DMA tag during resource cleanup.ariff2007-03-191-1/+4
* | Adds a hash table to speed local address lookuprrs2007-03-195-7/+74
* | - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-199-99/+155
* | display two new Intel feature bitssam2007-03-191-2/+2
* | Poll only while interrupt is disabled.simokawa2007-03-191-4/+6
* | Wait SCLK to be stable after LPS enabled.simokawa2007-03-191-0/+2
* | Bump __FreeBSD_version after changes to how insmntque(), getnewvnode(), andkensmith2007-03-191-1/+1
* | Give a chance for packet to appear with a correct input interfacesrik2007-03-181-30/+50
* | In IPv4 fast forwarding path, send ICMP unreachable messages forbms2007-03-181-1/+2
* | Enforce sample size alignment on first direct-copy channel.ariff2007-03-181-5/+9
* | Prefer more traditional spellings of some words in comments.rwatson2007-03-181-15/+15
* | MFi386: revision 1.650nyan2007-03-181-1/+1
* | Don't deny unmounting file systems for jailed processes immediately, allowpjd2007-03-181-3/+1
* | Disable burst mode by default. Testing has shown that while it works onnjl2007-03-181-2/+2
* | - Handle the case where slptime == runtime.jeff2007-03-171-1/+5
* | Eliminate an unused parameter.alc2007-03-173-3/+3
* | Fix (another, more to come) ivar memory leak during driver detach.ariff2007-03-171-9/+17
* | - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.jeff2007-03-177-644/+236
* | - Cast the intermediate value in priority computtion back down tojeff2007-03-171-1/+1
* | Fix long delay closing/syncing issues on mmaped buffer.ariff2007-03-172-4/+8
* | Unbreak IPv6 after consolidation of TCP options insertion.andre2007-03-171-3/+2
* | Fix the most obvious of the bugs introduced by recent syncache changeskmacy2007-03-171-0/+3
* | - Moved the uninitialized variables from the data to the bss section.kato2007-03-173-14/+19
* | move inline function above use so that -O workskmacy2007-03-171-20/+18
* | Revert/re-make previous commit in a manner that maintains hyphenation ofrwatson2007-03-161-3/+4
* | [stage: 9/9]ariff2007-03-163-14/+160
* | [stage: 8/9]ariff2007-03-164-69/+213
* | [stage: 7/9]ariff2007-03-161-1/+1
* | [stage: 6/9]ariff2007-03-161-115/+147
OpenPOWER on IntegriCloud