| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark netatm and netnatm explicitly as requiring Giant, as they still do. | Robert Watson | 2005-02-17 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 4 | -4/+4 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -6/+11 |
* | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+2 |
* | Constify send and receive space constants in natm. | Robert Watson | 2004-06-24 | 1 | -4/+4 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -0/+2 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+1 |
* | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 2 | -1/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+2 |
* | Remove the last vestiges of ATM raw mode. This has not been useful for a | Hartmut Brandt | 2003-08-06 | 2 | -45/+6 |
* | Use the new OPENVCC and CLOSEVCC ioctls to open and close the NATM | Hartmut Brandt | 2003-08-06 | 1 | -13/+16 |
* | Style(9): remove unneccesary space and blank lines, indentation, | Hartmut Brandt | 2003-08-06 | 4 | -241/+193 |
* | Instead of returning an error call the ioctl() handler of the interface | Hartmut Brandt | 2003-07-15 | 1 | -2/+5 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 3 | -7/+9 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 3 | -30/+7 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -5/+5 |
* | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -12/+0 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -0/+12 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -4/+7 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-20 | 4 | -28/+25 |
* | Fix warnings | Peter Wemm | 2002-02-28 | 1 | -10/+11 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | Mike Smith | 2002-01-08 | 1 | -2/+1 |
* | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -2/+2 |
* | Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, which | Bosko Milekic | 2001-04-05 | 1 | -2/+2 |
* | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+4 |
* | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -4/+3 |
* | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -0/+2 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
* | Add $FreeBSD$ | Peter Wemm | 2000-05-01 | 1 | -0/+1 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | Peter Wemm | 2000-02-13 | 1 | -1/+8 |
* | Move the *intrq variables into net/intrq.c and unconditionally | Brian Somers | 2000-01-24 | 1 | -1/+4 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -5/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -4/+4 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | Poul-Henning Kamp | 1998-10-25 | 1 | -4/+0 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 2 | -7/+7 |
* | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 2 | -4/+0 |
* | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 2 | -0/+4 |
* | Fixed a sloppy common-style declaration. | Bruce Evans | 1997-12-20 | 2 | -1/+4 |
* | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -8/+0 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+1 |
* | Update network code to use poll support. | Peter Wemm | 1997-09-14 | 1 | -1/+1 |
* | Added used #include - don't depend on <sys/mbuf.h> including | Bruce Evans | 1997-09-02 | 1 | -0/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -19/+18 |