]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netipx
Remove unnecessary locking from attach(). This fixes a LOR between the
[FreeBSD/FreeBSD.git] / sys / netipx /
2009-09-11 Jung-uk KimMFV: r196804
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
2009-08-27 Edwin GroothuisMFV of r195794
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-23 Simon L. B. NielsenMerge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
2009-07-29 Xin LIUpdate less to v436. This is considered as a bugfix...
2009-07-29 Doug BartonUpdate to version 9.6.1-P1 which addresses a remote...
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-24 Robert WatsonUse queue(9) instead of hand-crafted link lists for...
2009-06-24 Robert WatsonRework locking and reference counting in ipx_control...
2009-06-23 Robert WatsonModify most routines returning 'struct ifaddr *' to...
2009-06-23 Olivier HouchardInclude sys/lock.h before sys/rwlock.h. If anything...
2009-06-22 Robert WatsonAdd a new function, ifa_ifwithaddr_check(), which rathe...
2009-06-21 Robert WatsonAdd ipx_ifaddr locking to ipx_control(), which should...
2009-06-21 Robert WatsonIntroduce basic locking of global IPX address list...
2009-06-21 Robert WatsonIn ipx_control(), lock if_addr_mtx when adding/removing...
2009-06-21 Robert WatsonClean up common ifaddr management:
2009-06-21 Robert WatsonMinor style cleanups.
2009-06-21 Robert WatsonRemove unuxed ipx_zerohost.
2009-06-21 Robert WatsonUpdate copyright on netipx.
2009-06-21 Robert WatsonRemove historical support for capturing IPX packets...
2009-06-20 Robert WatsonImplement socket delivery MAC checks for IPX/SPX.
2009-06-20 Robert WatsonRework SPX segment reassembly, which was originally...
2009-06-20 Robert WatsonInvoke the MAC Framework's mac_socket_create_mbuf(...
2009-06-20 Robert WatsonInvoke the MAC Framework's mac_socket_create_mbuf(...
2009-06-19 Edwin GroothuisMFV of r194480
2009-06-14 Simon L. B. NielsenMerge OpenSSL 0.9.8k into head.
2009-06-14 Edwin GroothuisRename since it has will have more capabilities than...
2009-06-10 Bjoern A. ZeebPut the variable declarations for TCPDEBUG under #ifdef...
2009-06-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-02 Jung-uk KimMFV: ACPICA 20090521
2009-06-01 Robert WatsonReimplement the netisr framework in order to support...
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-28 Xin LIUpdate netcat to the version carried with OpenBSD 4.5.
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-25 Robert WatsonStaticize spx_remque() now that it's only used from...
2009-05-25 Robert WatsonAdd missing call to ipx_pcbdetach() during SPX socket...
2009-05-25 Robert WatsonEliminate use of dtom() in spx_output() by fixing up...
2009-05-25 Robert WatsonPrefer NULL to 0 for pointer assignments.
2009-05-25 Robert WatsonRather than store a skeleton IPX header in an mbuf...
2009-05-25 Robert WatsonPull SPX reassembly queue init and flush into spx_reass.c.
2009-05-25 Robert WatsonPrefer m_nextpkt to m_act when iterating mbuf queues.
2009-05-25 Robert WatsonComplete move of SPX reassembly from spx_usrreq.c to...
2009-05-25 Robert WatsonCopy spx_usrreq.c to spx_reass.c in order to apply...
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-09 Xin LIUpdate to less v429.
2009-05-04 David E. O'BrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-28 Edwin GroothuisMFC of tzdata2009g:
2009-04-26 Ed SchoutenMake the SPX code use its own copies of insque()/remque().
2009-04-20 Ollivier RobertMerge r191298 into HEAD.
2009-04-19 Robert WatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-16 Kip MacyChange if_output to take a struct route as its fourth...
2009-04-14 Edwin GroothuisMFV of tzdata2009f
2009-04-13 Edwin GroothuisMFV of tzdata2009e
2009-03-24 Edwin GroothuisMFV of tzdata2009d:
2009-03-21 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P2 import
2009-03-21 Rui PauloMerge libpcap 1.0.0.
2009-03-21 Rui PauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-17 Edwin GroothuisMFV of tzdata2009c
2009-03-10 Robert WatsonMerge r183430 from vendor/top/dist to head/contrib...
2009-03-02 Robert WatsonMerge OpenBSM 1.1 beta 1 from OpenBSM vendor branch...
2009-03-02 Sam Lefflerconnect vendor wpa area to contrib
2009-02-17 Dag-Erling SmørgravDon't try to auto-detect dynamic linking; it fails...
2009-01-28 David SchultzVendor import of gdtoa 20081205.
2009-01-27 Sam Lefflerupdate to 0.5.11: some useful bug fixes (check ChangeLog)
2009-01-22 Edwin GroothuisMFV of tzdata2009a
2009-01-14 Robert WatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-11 Robert WatsonAdd missing "goto set_head" for SO_IPX_CHECKSUM; otherw...
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-01 Sam Lefflerimport ath hal
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-23 Dag-Erling SmørgravRetire the MALLOC and FREE macros. They are an abomina...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-10-14 Edwin GroothuisMFV of r183861:
2008-09-24 Dag-Erling SmørgravMFV "xmalloc: zero size" fix.
2008-09-17 Attilio RaoRemove the suser(9) interface from the kernel. It has...
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
2008-09-03 David SchultzMerge gdtoa 20080831. This fixes several bugs, includin...
2008-09-01 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P2 import
next