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
/
ppp_tty.c
Age
Commit message (
Expand
)
Author
2003-09-01
Add a new ioctl PPPIOCGRAWIN to get the last characters we got from the
christos
2003-02-26
Add MBUFTRACE kernel option.
matt
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-07-01
new copyright boilerplate from CMU. from openbsd
itojun
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-03-05
bring in latest ALTQ from kjc. ALTQify some of the drivers.
itojun
2001-11-13
remove unnecessary #if NFOO > 0 .... #endif wrappers
lukem
2001-11-12
add RCSIDs
lukem
2001-07-18
bzero -> memset
thorpej
2001-06-14
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
itojun
2001-03-31
Remove unnecessary test of tp->t_linesw against NULL; they are results
enami
2001-01-18
constify
jdolecek
2000-12-12
Adapt to bpfattach() changes, and further centralize the bpfattach()
thorpej
2000-11-02
sync with struct tty change (does it look correct?)
itojun
2000-03-30
Kill some more register declarations.
augustss
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-08-25
changes from ppp-2.3.9 [synchronous]
christos
1999-05-24
Fix kernel builds if ppp interface but no bpf filters are configured.
tron
1999-05-11
* Start out with a data link type of DLT_NULL. When we change an interface
thorpej
1998-12-12
#include "opt_ppp.h" otherwise struct ppp_softc can be the wrong size
christos
1998-08-02
Fix PR5898: ppp delays last packet.
sommerfe
1997-03-25
make sure that the tty layer restarts the ppp layer when there is an error
christos
1997-03-24
Add missing slpx(); from Bill Sommerfeld
christos
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-09-07
Implement poll(2).
mycroft
1996-06-14
avoid unnecessary checks of m_get/MGET/etc.'s return values. When
cgd
1996-05-07
Changed struct ifnet to have a pointer to the softc of the underlying
thorpej
1996-03-15
Added packet filtering, support for "PPP Deflate" packet compression,
paulus
1996-02-13
Net prototypes
christos
1995-10-05
Add some missing statistics. From Thorsten Lockert.
mycroft
1995-07-04
Change $Id to $NetBSD
paulus
1995-07-04
Latest version of PPP stuff, with packet compression and other
paulus