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
Age
Commit message (
Expand
)
Author
1993-11-04
Removed test (CCOUNT(&sc->sc_ttyp->t_outq) == 0) for whether
paulus
1993-10-31
removed slip and ppp specific prototypes from tty.h where they didn't belong.
glass
1993-10-02
Call output routine redundantly to possible avoid some hangs due to missed
mycroft
1993-10-02
Ignore carrier if not using hardware carrier detect (i.e. CLOCAL is set).
mycroft
1993-09-23
Ignore TS_CARR_ON when CLOCAL is set.
mycroft
1993-09-09
added include of select.h to bpfdesc.h because it now has a reference to
davidg
1993-09-05
Add definitions for RARP request and reply.
cassidy
1993-09-04
include systm.h to get prototypes (and possibly inlines) of *max functions.
jtc
1993-09-02
Fixed bug in if_ppp.c so that received IP packets are passed correctly to BPF.
paulus
1993-08-31
Modified if_ppp.c and if_ppp.h to add priority queueing for "interactive"
paulus
1993-08-27
+ #if defined(INET) && NETHER > 0
mycroft
1993-08-14
ppp from paul mackerras
deraadt
1993-08-09
add an additional suser() check.
deraadt
1993-08-09
suser() was being called in the old 4.3 way
deraadt
1993-08-07
merge in changes from netbsd-0-9-ALPHA2
cgd
1993-08-03
more "warning: `/*' within comment" fixes
glass
1993-08-01
Add RCS identifiers (this time on the correct side of the branch), and
mycroft
1993-07-12
Change tty code to use clist interface, but with ring buffer implementation.
mycroft
1993-06-27
ANSIfications - removed all implicit function return types and argument
andrew
1993-05-22
add include of select.h if necessary for protos, or delete if extraneous
cgd
1993-05-20
add rcs ids to everything, and clean up headers
cgd
1993-05-18
make kernel select interface be one-stop shopping & clean it all up.
cgd
1993-05-10
ring buffer now uses rbchar's (shorts) instead of chars.
deraadt
1993-05-07
patch for multiple loopback interfaces (via "pseudo-device loop 2", etc.)
cgd
1993-04-19
Add consistent multiple-inclusion protection.
mycroft
1993-04-10
fixed missing include to avoid warning
glass
1993-04-09
bump slip MTU back down to 296...
cgd
1993-04-09
fixes stupid piece of bpf code that duplicates cdefs.h's handling of
glass
1993-04-06
commit damnit!
deraadt
1993-04-05
selwakeup() takes a "pid_t" rather than "struct proc *" now.
deraadt
1993-03-25
one line got botched during bpf patch installation
cgd
1993-03-25
added BPF support, as provided by David Greenman (davidg@implode.rain.com)
cgd
1993-03-21
after 0.2.2 "stable" patches applied
cgd
1993-03-21
initial import of 386bsd-0.1 sources
cgd