index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
bsd-comp.c
Age
Commit message (
Expand
)
Author
2016-08-06
Catch up with the renaming of module ppp --> if_ppp and avoid warning
pgoyette
2016-08-06
Modularize the ppp driver, and adjust dependencies of the compressor
pgoyette
2008-11-29
Fix handling of ppp compressor modules, from Andrew Doran's input.
cube
2008-11-25
Rework the way PPP compmressors are handled and allow them to be
cube
2008-06-15
- add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD)
christos
2008-02-20
s/u_\(int[0-9]*_t\)/u\1/g
matt
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
ANSI function decls and application of static.
thorpej
2005-12-11
merge ktrace-lwp.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-12
add RCSIDs
lukem
2001-07-18
bzero -> memset
thorpej
2000-08-25
Don't use MALLOC() for variable-sized allocations.
thorpej
1997-03-12
Update to ppp-2.3b4; from Paul Mackerras
christos
1996-10-13
backout previous kprintf change
christos
1996-10-10
- printf -> kprintf, sprintf -> ksprintf
christos
1996-03-15
Added packet filtering, support for "PPP Deflate" packet compression,
paulus
1996-03-03
Remove extra RCS id.
thorpej
1996-02-13
Net prototypes
christos
1995-07-04
Latest version of PPP stuff, with packet compression and other
paulus