Fix more wrong sizeof() usages, part 1/x
[dragonfly.git] / sys / net / sppp / if_spppsubr.c
2012-06-16 Sascha WildnerFix more wrong sizeof() usages, part 1/x
2012-05-24 Sascha Wildnerkernel: Remove some bogus casts to the own type (FINAL).
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-12-09 Sascha Wildnerkernel: Fix various whitespace and indent issues (no...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-04-15 Sascha Wildnersppp(4): Fix two x86_64 warnings.
2011-01-02 Sascha Wildnerkernel: Remove support for the Xerox Network Systems...
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2009-04-12 Sascha Wildnersppp(4): Properly initialize keepalive_timeout.
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2008-06-09 Sepherosa ZiehauParallelize in_ifaddrhashtbl
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-05 Sepherosa Ziehausppp_output() is installed in ifnet.if_output and is...
2008-03-08 Sepherosa ZiehauShut up gcc warning (if ifac is not NULL, ifa must...
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2006-12-26 Sascha Wildner- addlog(...) is identical to log(-1, ...). Get rid...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-23 Joerg SonnenbergerMerge rev 1.96 of NetBSD's net/if_spppsubr.c:
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2004-09-16 Joerg SonnenbergerRemove unused defines
2004-09-16 Matthew Dillontimeout/untimeout ==> callout_*
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-22 Matthew DillonM_NOWAIT -> M_WAITOK or M_INTWAIT conversions. There...
2004-03-01 Joerg SonnenbergerUse M_WAITOK instead of M_WAIT to get memory.
2004-02-24 Joerg SonnenbergerFix a typo and include <sys/random.h>
2004-02-09 Robert Garrettremove unwanted __DragonFly__ >= tests
2004-02-08 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: