Don't init sc->re_timer twice.
[dragonfly.git] / sys / netproto /
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-21 Matthew DillonAdding missing break after default: (gcc-3.4).
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-07 Matthew DillonConvert netproto/ns to the pr_usrreqs structure. This...
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-05 Matthew DillonAllow dup_sockaddr() to block, otherwise the code becom...
2004-06-04 Matthew DillonUse a normal malloc() for PCB allocations instead of...
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-04 Matthew DillonUse MPIPE instead of misusing m_getclr() (i.e. m_get...
2004-06-04 Matthew DillonANSIfication. No functional changes.
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-03 Joerg SonnenbergerMove extern declaration to file scope to fix warning
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-02 Joerg SonnenbergerInclude ns.h to get prototyp for ns_cksum
2004-06-01 Joerg SonnenbergerFix some const warnings
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-04 Hiten PandyaMove around some #ifdefs to silence warnings.
2004-05-04 Hiten PandyaUse the correct cast, ns_ifra_addr -> ns_ifaddr.
2004-04-22 Matthew DillonMore M_NOWAIT -> M_INTWAIT | M_NULLOK conversions,...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-11 Jeffrey HsuSilence compiler warning by adding include files.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-01 Joerg SonnenbergerAdd the "struct ucred *" argument to the remaining...
2004-03-24 Jeffrey HsuNeed header file to deference proc structure.
2004-03-24 Jeffrey HsuPass the credentials along when available.
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-19 Matthew DillonGet rid of the obsolete SMP checks in SMBFS.
2004-03-06 Jeffrey HsuRemove unused second argument to ip_stripoptions().
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuPropagate curproc removal changes to files compiled...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-26 Joerg SonnenbergerUse ifp->xname instead of if_name(ifp)
2004-02-24 Joerg SonnenbergerRemove unused static variable
2004-02-16 Matthew DillonRemove duplicate declarations for -fno-common
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-06 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-06 David RhodusInital cleanup work to make NETNS compile again
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
2003-08-23 Robert GarrettDo you think /sys/netproto needs to use __P() prototypes?
2003-08-15 Matthew Dillonmaster makefile for netproto modules, of which there...
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-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew Dillonadd missing lwkt_msg to manually specified syscall...
2003-07-29 Hiten PandyaKernel Police:
2003-07-29 Hiten PandyaKernel Police:
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: