summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - More macros for OS compatabiltyrrs2007-05-0821-727/+1250
* Fix a typo in a bootverbose printf.jhb2007-05-071-1/+1
* Rather than selectively zeroing fields in the tcp_debug structurerwatson2007-05-071-42/+15
* Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr()rwatson2007-05-071-25/+2
* Minor style tweaks.rwatson2007-05-071-17/+22
* When setting up timewait state for a TCP connection, don't hold therwatson2007-05-072-2/+2
* Fix kldloading if_em by compiling missing source file.le2007-05-071-1/+1
* - Correctly check if lp_ioctl is nullthompsa2007-05-071-20/+9
* Finish VLAN_MTU support in nve(4). The interface appears to be ableyar2007-05-071-0/+1
* buf_addr should be bus_addr_t rather than u_int32_t.ariff2007-05-071-1/+1
* Add rum(4)kevlo2007-05-071-0/+2
* The purgemulti call is not needed since all the ports have already been detac...thompsa2007-05-071-3/+0
* Call if_setlladdr() on the aggregation port from a taskqueue so the softc lockthompsa2007-05-072-5/+89
* Avoid touching various unsafe parts if the interface is disappearing.thompsa2007-05-073-8/+16
* Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the codethompsa2007-05-074-81/+37
* Unbreak the build on 64-bit architectures as well.des2007-05-061-2/+2
* - Add missing lock destruction and remove duplicate initializations.pjd2007-05-0612-10/+28
* Make interrupt filtering support compilable.piso2007-05-061-0/+3
* Bring in the reminaing bits to make interrupt filtering work:piso2007-05-064-7/+760
* PCMMKMINOR() bit twiddling, so we can have:ariff2007-05-061-25/+19
* Remove unused requested_s_scale from struct tcpcb.andre2007-05-062-3/+2
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-068-59/+60
* o Remove redundant tcp reassembly check in header prediction codeandre2007-05-062-38/+18
* Reorder the TCP header prediction test to check for the most volatileandre2007-05-062-8/+12
* Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segmentandre2007-05-062-130/+34
* When deleting key, flush write cache after each overwrite, so we don'tpjd2007-05-061-0/+5
* Unbreak the build.des2007-05-061-2/+2
* Fix two comments.andre2007-05-061-2/+2
* Don't acquire Giant unconditionally.wkoszek2007-05-061-14/+20
* Add support for Ralink Technology RT2501USB/RT2601USB devices.kevlo2007-05-069-0/+3096
* Use provider's ident to handle situations when disks are moved aroundpjd2007-05-062-20/+322
* MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock.pjd2007-05-062-2/+4
* File d_ident field with disk's serial number.pjd2007-05-061-0/+2
* Two bugs:rrs2007-05-062-10/+37
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-056-129/+150
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-056-502/+441
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-0510-17/+63
* Allow to use ':' in d_ident, which is quite handy character.pjd2007-05-051-1/+2
* Handle GEOM::ident attribute by attaching 'sX' string at the end of identpjd2007-05-051-0/+32
* Because there are many strange hardware out there, allow to use onlypjd2007-05-051-0/+39
* fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now...jmg2007-05-051-7/+6
* - Extend disk structure to allow to store disk's serial number, which can bepjd2007-05-052-2/+7
* Implement three new ioctls that can be used with GEOM provider:pjd2007-05-052-0/+52
* Implement g_delete_data() similar to g_read_data() and g_write_data().pjd2007-05-052-0/+23
* - Implement helper g_handleattr_str() function for string attributespjd2007-05-052-7/+23
* - Nuke unnecessary header.sephe2007-05-051-1/+1
* Fix (or rather workaround) Intel 440MX Errata #36ariff2007-05-051-58/+116
* Miscellaneous changes and fix:ariff2007-05-052-312/+999
* some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...suz2007-05-052-1/+11
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingrwatson2007-05-042-13/+32
OpenPOWER on IntegriCloud