]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netipx
This commit was generated by cvs2svn to compensate for changes in r156678,
[FreeBSD/FreeBSD.git] / sys / netipx /
2005-04-10 rwatsonUpdate copyright: parts of the netipx implementation...
2005-04-10 rwatsonCompare (mbuf *) with NULL, not 0.
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-10 rwatsonMarginally reformat my copyright statement to remove...
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-21 rwatsonIn the current world order, solisten() implements the...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
2005-01-12 njlThis commit was generated by cvs2svn to compensate...
2005-01-09 rwatsonMark the IPX netisr as MPSAFE so that inbound IPX traff...
2005-01-09 rwatsonRecent changes have locked down most of the highly...
2005-01-09 rwatsonUse the IPX PCB list mutex and IPX PCB mutexes to lock...
2005-01-09 rwatsonClean up return handling for a number of SPX-related...
2005-01-09 rwatsonProtect ipx_pexseq with the IPX PCB list mutex.
2005-01-09 rwatsonAcquire or assert the IPX PCB list lock or IPX PCB...
2005-01-09 rwatsonAssert or acquire the IPX PCB list lock or IPX PCB...
2005-01-09 rwatsonHold the IPX PCB mutex around calls to ipx_input()...
2005-01-09 rwatsonHold the global IPX PCB list mutex in the IPX input...
2005-01-09 rwatsonIntroduce a global mutex, ipxpcb_list_mtx, to protect...
2005-01-09 rwatsonIn ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT...
2005-01-09 rwatsonEliminate jump to 'bad' label in order to clean up...
2005-01-07 imp/* -> /*- for license, minor formatting changes
2005-01-03 rwatsonGarbage collect unused ipx_abort().
2005-01-02 rwatsonAcquire the socket buffer receive lock in spx_rcvoob...
2005-01-02 rwatsonIncrease the coverage scope of the receive socket buffe...
2005-01-02 rwatsonExplicitly lock the send socket buffer in spx_reass...
2005-01-02 rwatsonRestructure ipx_input() return code to match similar...
2005-01-02 rwatsonEliminate XXX comments regarding allocation failures...
2005-01-02 rwatsonUse KASSERT() in preference to if()panic().
2005-01-02 rwatsonExtern declaration of old 'ipxpcb' list head no longer...
2005-01-02 rwatsonTrim trailing whitespace.
2005-01-02 rwatsonDocument copyright updates in netipx README as other...
2005-01-02 rwatsonMark 'struct spx' and 'struct spxhdr' as __packed to...
2005-01-02 rwatsonImprove handling of SPX session timeout, specifically...
2005-01-02 rwatsonCompare and assign pointers with NULL in preference...
2005-01-02 rwatsonDon't cast NULL on return or when passing to another...
2005-01-02 rwatsonMark 'struct ipx', the IPX packet header, as __packed...
2005-01-02 rwatsonUse 'NULL' in preference to '0' for pointer comparisons.
2005-01-02 rwatsonUse RTFREE() to free route references rather than rtfre...
2005-01-02 rwatsonPrefer rtalloc_ign() API to rtalloc() API.
2005-01-01 rwatsonMove the definition of ipxpcb_lport_cache from ipx_inpu...
2004-12-31 rwatsonMarginally reformat copyright statements to remove...
2004-12-31 rwatsonAdd 'struct ipxpcb' forward declaration to ipx_var...
2004-12-30 rwatsonUse a global variable, ipxpcb_lport_cache, to cache...
2004-12-30 rwatsonConvert netipx to use queue(9) doubly-linked lists...
2004-12-30 rwatsonGarbage collect unused (and incompletely implemented...
2004-12-30 rwatsonConstify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_b...
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-08 samThis commit was generated by cvs2svn to compensate...
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-11-08 phkInitialize struct pr_userreqs in new/sparse style and...
2004-10-28 desThis commit was generated by cvs2svn to compensate...
2004-10-18 rwatsonPush acquisition of the accept mutex out of sofree...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-17 wollmanThis commit was generated by cvs2svn to compensate...
2004-10-15 kanThis commit was generated by cvs2svn to compensate...
2004-10-05 ruThis commit was generated by cvs2svn to compensate...
2004-09-29 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-24 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-23 desThis commit was generated by cvs2svn to compensate...
2004-09-19 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-19 trhodesThis commit was generated by cvs2svn to compensate...
2004-08-28 rwatsonMark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring...
2004-08-18 obrienThis commit was generated by cvs2svn to compensate...
2004-08-18 njlThis commit was generated by cvs2svn to compensate...
2004-08-15 mbrThis commit was generated by cvs2svn to compensate...
2004-08-13 markmThis commit was generated by cvs2svn to compensate...
2004-08-12 hartiThis commit was generated by cvs2svn to compensate...
2004-08-12 tjrThis commit was generated by cvs2svn to compensate...
2004-08-12 tjrThis commit was generated by cvs2svn to compensate...
2004-08-12 kanThis commit was generated by cvs2svn to compensate...
2004-08-11 hartiThis commit was generated by cvs2svn to compensate...
2004-08-11 hartiThis commit was generated by cvs2svn to compensate...
2004-08-10 hartiThis commit was generated by cvs2svn to compensate...
2004-08-09 obrienThis commit was generated by cvs2svn to compensate...
2004-08-06 hartiThis commit was generated by cvs2svn to compensate...
2004-08-01 gadThis commit was generated by cvs2svn to compensate...
2004-08-01 gshapiroThis commit was generated by cvs2svn to compensate...
2004-07-30 ruThis commit was generated by cvs2svn to compensate...
2004-07-28 kanAvoid casts as lvalues. Declare local variable as u_cha...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-22 robertoThis commit was generated by cvs2svn to compensate...
2004-07-20 robertoThis commit was generated by cvs2svn to compensate...
2004-07-12 rwatsonConstify 'spx_backoff'.
next