summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add stge(4) to the list of device drivers use the miibus interface.yongari2006-07-251-1/+4
* Add stge(4) to the list of drivers supporting ALTQ.yongari2006-07-251-1/+2
* Add stge(4) to the list of devices supporting full VLAN processingyongari2006-07-251-1/+2
* Add stge(4) to the list of devices supporting polling.yongari2006-07-251-1/+2
* Hook up state(4) to the build.yongari2006-07-251-0/+2
* Add a man page for stge(4).yongari2006-07-251-0/+228
* 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
* Forced commit to recognize repo-copy of uipc_socket2.c to uipc_sockbuf.c,rwatson2006-07-240-0/+0
* Remove a duplicated line.davidxu2006-07-241-1/+0
* Finally fix support for the newer MCP51/MCP55 nVidia chipsets.sos2006-07-242-42/+57
* Improve mark-up: References to "start" as an rc.d methodyar2006-07-241-3/+9
* o GC MT_FTABLE removed in rev. 1.192 mbuf.h.maxim2006-07-241-3/+2
* New release notes: iwi(4) update (+MFC), jexec(8) -u/-U (+MFC),bmah2006-07-242-10/+74
* Remove MT_FTABLE, as it's no longer used.rwatson2006-07-241-1/+3
* Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longerrwatson2006-07-241-1/+0
* 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
* Add missing ;.nork2006-07-231-1/+1
* do not overload the port number on to the return value ofume2006-07-231-8/+9
* Add missing syscalls.nork2006-07-231-0/+12
* 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
* Move various UNIX socket global variables and sysctls from the middle ofrwatson2006-07-231-32/+32
* stop use of mutex lock in ICMP lookup.ume2006-07-231-18/+5
* Export the number of object bypasses and collapses through sysctl.alc2006-07-221-0/+8
* In uipc_send() and uipc_rcvd(), store unp->unp_conn pointer in unp2rwatson2006-07-221-13/+14
OpenPOWER on IntegriCloud