Source-Changes archive

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

CVS commit: src/sys/net



Module Name:    src
Committed By:   cube
Date:           Sat Nov 29 23:15:20 UTC 2008

Modified Files:
        src/sys/net: bsd-comp.c if_ppp.c if_ppp.h ppp-comp.h ppp-deflate.c

Log Message:
Fix handling of ppp compressor modules, from Andrew Doran's input.
 - ref count each compressor
 - allow {un,}registration of several modules at once
 - une RUN_ONCE to make sure the mutex is initialised, because
   unfortunately built-in (and bootloader-loaded) modules init functions
   are run before pseudo-devices attach (reported by Nick Hudson).


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/net/bsd-comp.c
cvs rdiff -r1.125 -r1.126 src/sys/net/if_ppp.c
cvs rdiff -r1.24 -r1.25 src/sys/net/if_ppp.h
cvs rdiff -r1.15 -r1.16 src/sys/net/ppp-comp.h
cvs rdiff -r1.18 -r1.19 src/sys/net/ppp-deflate.c

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