| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hold the global IPX PCB list mutex in the IPX input path when walking | rwatson | 2005-01-09 | 1 | -0/+7 |
* | Introduce a global mutex, ipxpcb_list_mtx, to protect the global | rwatson | 2005-01-09 | 3 | -1/+24 |
* | In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that the | rwatson | 2005-01-09 | 1 | -2/+2 |
* | Eliminate jump to 'bad' label in order to clean up the ipx_input() | rwatson | 2005-01-09 | 1 | -13/+14 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 20 | -19/+22 |
* | Garbage collect unused ipx_abort(). | rwatson | 2005-01-03 | 2 | -13/+2 |
* | Acquire the socket buffer receive lock in spx_rcvoob() to permit | rwatson | 2005-01-02 | 1 | -0/+3 |
* | Increase the coverage scope of the receive socket buffer lock in | rwatson | 2005-01-02 | 1 | -10/+9 |
* | Explicitly lock the send socket buffer in spx_reass() to cover the drop | rwatson | 2005-01-02 | 1 | -2/+3 |
* | Restructure ipx_input() return code to match similar code in netinet, | rwatson | 2005-01-02 | 1 | -8/+6 |
* | Eliminate XXX comments regarding allocation failures when retrieving | rwatson | 2005-01-02 | 2 | -5/+5 |
* | Use KASSERT() in preference to if()panic(). | rwatson | 2005-01-02 | 2 | -6/+2 |
* | Extern declaration of old 'ipxpcb' list head no longer required. | rwatson | 2005-01-02 | 1 | -2/+0 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 9 | -37/+37 |
* | Document copyright updates in netipx README as other prior updates have | rwatson | 2005-01-02 | 1 | -0/+1 |
* | Mark 'struct spx' and 'struct spxhdr' as __packed to prevent possible | rwatson | 2005-01-02 | 1 | -2/+2 |
* | Improve handling of SPX session timeout, specifically, make sure to | rwatson | 2005-01-02 | 1 | -5/+8 |
* | Compare and assign pointers with NULL in preference to 0. | rwatson | 2005-01-02 | 1 | -2/+2 |
* | Don't cast NULL on return or when passing to another function. | rwatson | 2005-01-02 | 1 | -14/+22 |
* | Mark 'struct ipx', the IPX packet header, as __packed. Otherwise, | rwatson | 2005-01-02 | 1 | -1/+1 |
* | Use 'NULL' in preference to '0' for pointer comparisons. | rwatson | 2005-01-02 | 1 | -3/+3 |
* | Use RTFREE() to free route references rather than rtfree(), as rtfree() | rwatson | 2005-01-02 | 2 | -2/+2 |
* | Prefer rtalloc_ign() API to rtalloc() API. | rwatson | 2005-01-02 | 4 | -5/+5 |
* | Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c, | rwatson | 2005-01-01 | 2 | -1/+1 |
* | Marginally reformat copyright statements to remove an excess ','. | rwatson | 2004-12-31 | 4 | -4/+4 |
* | Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this in | rwatson | 2004-12-31 | 1 | -0/+1 |
* | Use a global variable, ipxpcb_lport_cache, to cache the most recently | rwatson | 2004-12-30 | 2 | -5/+6 |
* | Convert netipx to use queue(9) doubly-linked lists instead of home-brew | rwatson | 2004-12-30 | 6 | -38/+45 |
* | Garbage collect unused (and incompletely implemented) functions: | rwatson | 2004-12-30 | 3 | -108/+0 |
* | Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost. | rwatson | 2004-12-30 | 2 | -12/+11 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 2 | -20/+52 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 2 | -0/+2 |
* | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | rwatson | 2004-08-28 | 1 | -0/+6 |
* | Avoid casts as lvalues. Declare local variable as u_char * instead of | kan | 2004-07-28 | 1 | -6/+6 |
* | Constify 'spx_backoff'. | rwatson | 2004-07-12 | 1 | -1/+1 |
* | Acquire the receive socket buffer lock when modifying out-of-band | rwatson | 2004-06-24 | 1 | -5/+4 |
* | Improve source-code compatibility with Linux applications using the | bms | 2004-06-22 | 1 | -0/+3 |
* | It's now the responsibility of the consumer of soabort() to remove a | rwatson | 2004-06-20 | 1 | -1/+12 |
* | Grab the socket buffer send or receive mutex when performing a | rwatson | 2004-06-15 | 1 | -1/+6 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -3/+3 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 2 | -1/+3 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 2 | -3/+3 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 2 | -4/+4 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+4 |
* | Fix a bunch of off-by-one errors in the range checking code. | ru | 2003-09-11 | 2 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 10 | -20/+30 |
* | Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL). | tjr | 2003-03-08 | 3 | -59/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 4 | -35/+17 |
* | Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0. | tjr | 2003-02-25 | 1 | -0/+1 |