]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netipx
Turns out that when a receiver forwards through its TNS's the
[FreeBSD/FreeBSD.git] / sys / netipx /
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-24 rwatsonUse queue(9) instead of hand-crafted link lists for...
2009-06-24 rwatsonRework locking and reference counting in ipx_control...
2009-06-23 rwatsonModify most routines returning 'struct ifaddr *' to...
2009-06-23 cognetInclude sys/lock.h before sys/rwlock.h. If anything...
2009-06-22 rwatsonAdd a new function, ifa_ifwithaddr_check(), which rathe...
2009-06-21 rwatsonAdd ipx_ifaddr locking to ipx_control(), which should...
2009-06-21 rwatsonIntroduce basic locking of global IPX address list...
2009-06-21 rwatsonIn ipx_control(), lock if_addr_mtx when adding/removing...
2009-06-21 rwatsonClean up common ifaddr management:
2009-06-21 rwatsonMinor style cleanups.
2009-06-21 rwatsonRemove unuxed ipx_zerohost.
2009-06-21 rwatsonUpdate copyright on netipx.
2009-06-21 rwatsonRemove historical support for capturing IPX packets...
2009-06-20 rwatsonImplement socket delivery MAC checks for IPX/SPX.
2009-06-20 rwatsonRework SPX segment reassembly, which was originally...
2009-06-20 rwatsonInvoke the MAC Framework's mac_socket_create_mbuf(...
2009-06-20 rwatsonInvoke the MAC Framework's mac_socket_create_mbuf(...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-10 bzPut the variable declarations for TCPDEBUG under #ifdef...
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-01 rwatsonReimplement the netisr framework in order to support...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-25 rwatsonStaticize spx_remque() now that it's only used from...
2009-05-25 rwatsonAdd missing call to ipx_pcbdetach() during SPX socket...
2009-05-25 rwatsonEliminate use of dtom() in spx_output() by fixing up...
2009-05-25 rwatsonPrefer NULL to 0 for pointer assignments.
2009-05-25 rwatsonRather than store a skeleton IPX header in an mbuf...
2009-05-25 rwatsonPull SPX reassembly queue init and flush into spx_reass.c.
2009-05-25 rwatsonPrefer m_nextpkt to m_act when iterating mbuf queues.
2009-05-25 rwatsonComplete move of SPX reassembly from spx_usrreq.c to...
2009-05-25 rwatsonCopy spx_usrreq.c to spx_reass.c in order to apply...
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-26 edMake the SPX code use its own copies of insque()/remque().
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-16 kmacyChange if_output to take a struct route as its fourth...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-02 samconnect vendor wpa area to contrib
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-19 samimport netbsd makefs tool
2008-12-11 rwatsonAdd missing "goto set_head" for SO_IPX_CHECKSUM; otherw...
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-01 samimport ath hal
2008-11-22 dfrClone Kip's Xen on stable/6 tree so that I can work...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-01 kmacycopy xen includes
2008-11-01 kmacycopy i386/xen
2008-11-01 kmacycopy xen device drivers
2008-11-01 kmacycopy sys/xen to releng 7 branch
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-19 lulf- Import the Makefile from HEAD for building csup.
2008-10-19 lulf- Import the HEAD csup code which is the basis for...
2008-10-11 kmacyCopy device support from head in to 6
2008-10-11 kmacyCopy xen includes in to RELENG_6 branch
2008-09-17 attilioRemove the suser(9) interface from the kernel. It has...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-25 trhodesBegin the sysctl descriptions with a capital letter.
2008-07-24 julianMFC an ABI compatible implementation of Multiple routin...
2008-07-20 trhodesDocument a few sysctls.
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-04 rwatsonRemove NETISR_MPSAFE, which allows specific netisr...
2008-07-02 rwatsonMerge spx_usrreq.c:1.89 (r179410) from head to stable/7:
2008-07-02 rwatsonMerge spx_usrreq.c:1.88 (r179408) from head to stable/7:
2008-07-02 rwatsonMerge spx_usrreq.c:1.87 (r179332) from head to stable/7:
2008-05-29 rwatsonRather than m_free(dtom(si)) in spx_reass(), return...
2008-05-29 rwatsonCorrect minor comment typos, make white space use befor...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-26 rwatsonAvoid unnecessary one use of dtom(9) in spx_input().
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-09 julianAdd code to allow the system to handle multiple routing...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
next