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
2022-12-21
ppp: remove ioctls that never worked and crash the kernel
chs
2022-10-26
ppp(4): Convert to ttylock/ttyunlock.
riastradh
2022-05-04
fix various typos in comments and log messages.
andvar
2021-12-13
Use unsigned to avoid undefined behavior. Found by kUBSan.
msaitoh
2021-09-27
Use unsigned to avoid undefined behavior in pppasyncstart().
msaitoh
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-09-20
dedup
maxv
2019-01-24
Add KERNEL_LOCK in ppptioctl() to protect struct ppp_softc members.
knakahara
2018-02-07
ppprcvframe() has indentation issues.
mrg
2016-10-02
MFREE -> m_free
christos
2016-08-06
Modularize the ppp driver, and adjust dependencies of the compressor
pgoyette
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2014-05-22
Use accessor functions for the tty's table of control characters.
dholland
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-05-07
Introduce actions/requests to handle authorization for ppp(4), sl(4),
elad
2009-04-15
Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive
elad
2008-05-25
Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()
ad
2008-02-20
s/u_\(int[0-9]*_t\)/u\1/g
matt
2007-11-28
Grab tty_lock in more places. Noted and tested by degroote@.
ad
2007-11-12
Call ttwakeup() with tty_lock held.
ad
2007-11-10
Call ttyflush() with tty_lock held.
ad
2007-11-07
Merge tty changes from the vmlocking branch.
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-04
Consistent usage of KAUTH_GENERIC_ISSUSER.
elad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2005-12-11
ANSI function decls and application of static.
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-11-27
Overhaul how TTY line disciplines are handled:
thorpej
2005-06-11
30393/Miles Nordin: PF/ALTQ does not work on ppp(4) interfaces
christos
2005-05-29
- sprinkle const
christos
2005-05-17
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to
christos
2005-02-26
nuke trailing whitespace
perry
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
[next]