Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   rmind
Date:           Thu May 22 22:01:12 UTC 2014

Modified Files:
        src/sys/net: if_tokensubr.c
        src/sys/netinet: in.c in.h in_pcb.c in_pcb.h in_var.h ip_flow.c
            ip_input.c ip_var.h

Log Message:
- Add in_init() and move some functions, variables and sysctls into in.c
  where they belong to.  Make some functions and variables static.
- ip_input.c: reduce some #ifdefs, cleanup a little.
- Move some sysctls into ip_flow.c as they belong there.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/net/if_tokensubr.c
cvs rdiff -u -r1.144 -r1.145 src/sys/netinet/in.c
cvs rdiff -u -r1.89 -r1.90 src/sys/netinet/in.h
cvs rdiff -u -r1.146 -r1.147 src/sys/netinet/in_pcb.c
cvs rdiff -u -r1.51 -r1.52 src/sys/netinet/in_pcb.h
cvs rdiff -u -r1.65 -r1.66 src/sys/netinet/in_var.h
cvs rdiff -u -r1.63 -r1.64 src/sys/netinet/ip_flow.c
cvs rdiff -u -r1.310 -r1.311 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.100 -r1.101 src/sys/netinet/ip_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index