| Commit message (Expand) | Author | Age | Files | Lines |
* | Add stge(4) to the list of device drivers use the miibus interface. | yongari | 2006-07-25 | 1 | -1/+4 |
* | Add stge(4) to the list of drivers supporting ALTQ. | yongari | 2006-07-25 | 1 | -1/+2 |
* | Add stge(4) to the list of devices supporting full VLAN processing | yongari | 2006-07-25 | 1 | -1/+2 |
* | Add stge(4) to the list of devices supporting polling. | yongari | 2006-07-25 | 1 | -1/+2 |
* | Hook up state(4) to the build. | yongari | 2006-07-25 | 1 | -0/+2 |
* | Add a man page for stge(4). | yongari | 2006-07-25 | 1 | -0/+228 |
* | Hook up stge(4) to the build. | yongari | 2006-07-25 | 4 | -0/+14 |
* | Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit Ethernet | yongari | 2006-07-25 | 2 | -0/+3395 |
* | Revert previous commit. Spinlocks hold interrupts disabled, so | marcel | 2006-07-25 | 1 | -13/+11 |
* | Connect gentbi, ip1000phy to the build. | yongari | 2006-07-25 | 2 | -1/+3 |
* | Add ip1000 PHY driver for IC Plus IP1000A integrated PHY. | yongari | 2006-07-25 | 2 | -0/+585 |
* | Add IC Plus IP1000A integrated PHY id. | yongari | 2006-07-25 | 1 | -0/+4 |
* | Add gentbi, a generic TBI(teb-bit interface) PHY driver ported | yongari | 2006-07-25 | 1 | -0/+314 |
* | If we have multiple interrupt resources, like for Z8530 clones on the | marcel | 2006-07-24 | 1 | -11/+13 |
* | Only use -mno-apcs-frame if DDB is not in the kernel, as it prevent the | cognet | 2006-07-24 | 1 | -1/+4 |
* | Add a few more devices to the supported list. Specifically, the PHAROS and | imp | 2006-07-24 | 2 | -0/+10 |
* | Remove non-socket buffer routines from uipc_sockbuf.c, and socket buffer | rwatson | 2006-07-24 | 2 | -1279/+8 |
* | Rather than calling mircotime() in catchpacket(), make catchpacket() | dwmalone | 2006-07-24 | 1 | -6/+30 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 13 | -69/+99 |
* | Forced commit to recognize repo-copy of uipc_socket2.c to uipc_sockbuf.c, | rwatson | 2006-07-24 | 0 | -0/+0 |
* | Remove a duplicated line. | davidxu | 2006-07-24 | 1 | -1/+0 |
* | Finally fix support for the newer MCP51/MCP55 nVidia chipsets. | sos | 2006-07-24 | 2 | -42/+57 |
* | Improve mark-up: References to "start" as an rc.d method | yar | 2006-07-24 | 1 | -3/+9 |
* | o GC MT_FTABLE removed in rev. 1.192 mbuf.h. | maxim | 2006-07-24 | 1 | -3/+2 |
* | New release notes: iwi(4) update (+MFC), jexec(8) -u/-U (+MFC), | bmah | 2006-07-24 | 2 | -10/+74 |
* | Remove MT_FTABLE, as it's no longer used. | rwatson | 2006-07-24 | 1 | -1/+3 |
* | Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer | rwatson | 2006-07-24 | 1 | -1/+0 |
* | Garbage collect #if 0'd MT_ mbuf types, as they are no longer used, and | rwatson | 2006-07-24 | 1 | -14/+0 |
* | Tweak so_gencnt comment: it was once last, but that is no longer the | rwatson | 2006-07-24 | 1 | -1/+1 |
* | Tweak comment for so_head: it is a pointer to the listen socket, rather | rwatson | 2006-07-24 | 1 | -1/+1 |
* | Fix a spelling error in a comment. | rwatson | 2006-07-24 | 1 | -1/+1 |
* | Remove duplicate 'or'. | rwatson | 2006-07-23 | 1 | -4/+4 |
* | Update various uipc_socket.c comments, and reformat others. | rwatson | 2006-07-23 | 1 | -136/+150 |
* | Add additional comments to the top of the UNIX domain socket implementation | rwatson | 2006-07-23 | 1 | -0/+18 |
* | Remove old kern.malloc sysctl, which generated a text representation of | rwatson | 2006-07-23 | 1 | -104/+0 |
* | Expand comments for malloc(9) to better describe the design and | rwatson | 2006-07-23 | 1 | -8/+44 |
* | Update and reformat comments for POSIX.1e ACL utility routines. | rwatson | 2006-07-23 | 1 | -48/+55 |
* | Comment extended attribute name space constants. | rwatson | 2006-07-23 | 1 | -0/+4 |
* | Improve comments for label data structure. | rwatson | 2006-07-23 | 1 | -1/+10 |
* | Add missing ;. | nork | 2006-07-23 | 1 | -1/+1 |
* | do not overload the port number on to the return value of | ume | 2006-07-23 | 1 | -8/+9 |
* | Add missing syscalls. | nork | 2006-07-23 | 1 | -0/+12 |
* | Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitly | rwatson | 2006-07-23 | 1 | -4/+10 |
* | Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will be | rwatson | 2006-07-23 | 2 | -16/+42 |
* | Merge unp_bind() into uipc_bind(), as it is called only from uipc_bind(). | rwatson | 2006-07-23 | 1 | -94/+85 |
* | Since unp_attach() and unp_detach() are now called only from uipc_attach() | rwatson | 2006-07-23 | 1 | -89/+70 |
* | Move various UNIX socket global variables and sysctls from the middle of | rwatson | 2006-07-23 | 1 | -32/+32 |
* | stop use of mutex lock in ICMP lookup. | ume | 2006-07-23 | 1 | -18/+5 |
* | Export the number of object bypasses and collapses through sysctl. | alc | 2006-07-22 | 1 | -0/+8 |
* | In uipc_send() and uipc_rcvd(), store unp->unp_conn pointer in unp2 | rwatson | 2006-07-22 | 1 | -13/+14 |