summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* add support for 802.11 packet injection via bpfsam2006-07-268-1/+204
* Fix braino: The cl_range field should not hold the shifted I/Omarcel2006-07-262-3/+3
* set default beacon miss threshold to 10 beaconssam2006-07-261-0/+1
* add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon misssam2006-07-262-0/+11
* o move min/max beacon interval and dtim period to public locationsam2006-07-262-7/+24
* Use virtual_avail instead of freemempos as the starting point of the availablecognet2006-07-251-1/+1
* Remove redundant check committed by accident.pjd2006-07-251-2/+0
* Avoid memory allocations when the given address is already 16 bytes aligned.pjd2006-07-251-6/+51
* Modify PADLOCK_ALIGN() macro, so when the given address is already 16 bytespjd2006-07-251-1/+1
* Style fixes.pjd2006-07-254-10/+10
* In udf_find_partmaps(), when we find a type 1 partition map, we have toyar2006-07-252-10/+13
* Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl.njl2006-07-251-13/+55
* Add uipc_sockbuf.c to standard files list; accidentally missed in earlierrwatson2006-07-251-0/+1
* Cleanup.kevlo2006-07-252-18/+1
* Add stge(4) to the list of drivers supported by GENERIC kernel.yongari2006-07-252-0/+2
* Add an entry for the stge(4) module.yongari2006-07-251-1/+1
* bus_alloc_resource_any is actually defined in themjacob2006-07-251-5/+0
* When probing to attach the CAM functionality, check againstmjacob2006-07-251-5/+13
* Hook up stge(4) to the build.yongari2006-07-254-0/+14
* Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit Ethernetyongari2006-07-252-0/+3395
* Revert previous commit. Spinlocks hold interrupts disabled, somarcel2006-07-251-13/+11
* Connect gentbi, ip1000phy to the build.yongari2006-07-252-1/+3
* Add ip1000 PHY driver for IC Plus IP1000A integrated PHY.yongari2006-07-252-0/+585
* Add IC Plus IP1000A integrated PHY id.yongari2006-07-251-0/+4
* Add gentbi, a generic TBI(teb-bit interface) PHY driver portedyongari2006-07-251-0/+314
* If we have multiple interrupt resources, like for Z8530 clones on themarcel2006-07-241-11/+13
* Only use -mno-apcs-frame if DDB is not in the kernel, as it prevent thecognet2006-07-241-1/+4
* Add a few more devices to the supported list. Specifically, the PHAROS andimp2006-07-242-0/+10
* Remove non-socket buffer routines from uipc_sockbuf.c, and socket bufferrwatson2006-07-242-1279/+8
* Rather than calling mircotime() in catchpacket(), make catchpacket()dwmalone2006-07-241-6/+30
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-2413-69/+99
* Remove a duplicated line.davidxu2006-07-241-1/+0
* Finally fix support for the newer MCP51/MCP55 nVidia chipsets.sos2006-07-242-42/+57
* Remove MT_FTABLE, as it's no longer used.rwatson2006-07-241-1/+3
* Garbage collect #if 0'd MT_ mbuf types, as they are no longer used, andrwatson2006-07-241-14/+0
* Tweak so_gencnt comment: it was once last, but that is no longer therwatson2006-07-241-1/+1
* Tweak comment for so_head: it is a pointer to the listen socket, ratherrwatson2006-07-241-1/+1
* Fix a spelling error in a comment.rwatson2006-07-241-1/+1
* Remove duplicate 'or'.rwatson2006-07-231-4/+4
* Update various uipc_socket.c comments, and reformat others.rwatson2006-07-231-136/+150
* Add additional comments to the top of the UNIX domain socket implementationrwatson2006-07-231-0/+18
* Remove old kern.malloc sysctl, which generated a text representation ofrwatson2006-07-231-104/+0
* Expand comments for malloc(9) to better describe the design andrwatson2006-07-231-8/+44
* Update and reformat comments for POSIX.1e ACL utility routines.rwatson2006-07-231-48/+55
* Comment extended attribute name space constants.rwatson2006-07-231-0/+4
* Improve comments for label data structure.rwatson2006-07-231-1/+10
* Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitlyrwatson2006-07-231-4/+10
* Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will berwatson2006-07-232-16/+42
* Merge unp_bind() into uipc_bind(), as it is called only from uipc_bind().rwatson2006-07-231-94/+85
* Since unp_attach() and unp_detach() are now called only from uipc_attach()rwatson2006-07-231-89/+70
OpenPOWER on IntegriCloud