| Commit message (Expand) | Author | Age | Files | Lines |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -8/+29 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -3/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -6/+2 |
* | In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the | rwatson | 2006-03-27 | 1 | -5/+6 |
* | In spx_input(), change a '&&' to a '||', as the spx trace code is able | rwatson | 2006-03-27 | 1 | -1/+1 |
* | In spx_accept, assert ipxp != NULL, not == NULL. | rwatson | 2006-03-26 | 1 | -1/+1 |
* | In various SPX protocol entry points from the socket layer, check | rwatson | 2006-03-26 | 1 | -7/+53 |
* | Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark them | rwatson | 2006-03-26 | 1 | -9/+14 |
* | Restore original formulation of SPX segment queue draining during SPX | rwatson | 2006-03-26 | 1 | -1/+3 |
* | Rework IPX/SPX socket and pcb reference model: | rwatson | 2006-03-25 | 1 | -68/+100 |
* | Restructure spx_attach() to properly free memory in the event that one | rwatson | 2006-03-25 | 1 | -21/+32 |
* | Don't bother restoring host byte order of mbuf fields when we're just | rwatson | 2006-03-25 | 1 | -3/+0 |
* | In spx_ctloutput(), acquire the ipxp lock around read operations, | rwatson | 2006-03-25 | 1 | -15/+25 |
* | Slight style reformatting of spx_timers() comments; panic if an | rwatson | 2006-03-25 | 1 | -10/+12 |
* | Clean up and style(9) SPX code prior to significant functional changes | rwatson | 2006-03-24 | 1 | -213/+253 |
* | Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backing | rwatson | 2006-03-24 | 1 | -1/+11 |
* | Move definition of spxrexmtthresh to top of file with other global | rwatson | 2006-03-24 | 1 | -2/+1 |
* | Canonicalize, update copyright. | rwatson | 2006-03-24 | 1 | -102/+52 |
* | Move spx_savesi from being a global variable to an automatically allocated | rwatson | 2006-03-23 | 1 | -1/+1 |
* | Admit to ourselves that we don't actually implement pr_ctlinput() for | rwatson | 2006-03-23 | 1 | -23/+1 |
* | In spx_attach() and spx_detach(), there is no need to check whether the | rwatson | 2006-01-14 | 1 | -4/+0 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -3/+3 |
* | Push the assignment of a new or updated so_qlimit from solisten() | rwatson | 2005-10-30 | 1 | -3/+4 |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 1 | -2/+7 |
* | Use the IPX PCB list mutex and IPX PCB mutexes to lock down the SPX | rwatson | 2005-01-09 | 1 | -38/+108 |
* | Clean up return handling for a number of SPX-related routines that | rwatson | 2005-01-09 | 1 | -22/+29 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | 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 |
* | Use KASSERT() in preference to if()panic(). | rwatson | 2005-01-02 | 1 | -4/+1 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 1 | -13/+13 |
* | 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 |
* | Marginally reformat copyright statements to remove an excess ','. | rwatson | 2004-12-31 | 1 | -1/+1 |
* | Convert netipx to use queue(9) doubly-linked lists instead of home-brew | rwatson | 2004-12-30 | 1 | -19/+16 |
* | Garbage collect unused (and incompletely implemented) functions: | rwatson | 2004-12-30 | 1 | -50/+0 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -10/+30 |
* | 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 |
* | 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 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -2/+2 |
* | Fix a bunch of off-by-one errors in the range checking code. | ru | 2003-09-11 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |