summaryrefslogtreecommitdiff
path: root/sys/net/ppp_tty.c
AgeCommit message (Expand)Author
2022-12-21ppp: remove ioctls that never worked and crash the kernelchs
2022-10-26ppp(4): Convert to ttylock/ttyunlock.riastradh
2022-05-04fix various typos in comments and log messages.andvar
2021-12-13Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2021-09-27Use unsigned to avoid undefined behavior in pppasyncstart().msaitoh
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-09-20dedupmaxv
2019-01-24Add KERNEL_LOCK in ppptioctl() to protect struct ppp_softc members.knakahara
2018-02-07ppprcvframe() has indentation issues.mrg
2016-10-02MFREE -> m_freechristos
2016-08-06Modularize the ppp driver, and adjust dependencies of the compressorpgoyette
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2014-05-22Use accessor functions for the tty's table of control characters.dholland
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-05-07Introduce actions/requests to handle authorization for ppp(4), sl(4),elad
2009-04-15Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptiveelad
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-02-20s/u_\(int[0-9]*_t\)/u\1/gmatt
2007-11-28Grab tty_lock in more places. Noted and tested by degroote@.ad
2007-11-12Call ttwakeup() with tty_lock held.ad
2007-11-10Call ttyflush() with tty_lock held.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-04Consistent 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-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2005-06-1130393/Miles Nordin: PF/ALTQ does not work on ppp(4) interfaceschristos
2005-05-29- sprinkle constchristos
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-02-26nuke trailing whitespaceperry
2003-09-01Add a new ioctl PPPIOCGRAWIN to get the last characters we got from thechristos
2003-02-26Add MBUFTRACE kernel option.matt
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-01new copyright boilerplate from CMU. from openbsditojun
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-11-13remove unnecessary #if NFOO > 0 .... #endif wrapperslukem
2001-11-12add RCSIDslukem
2001-07-18bzero -> memsetthorpej
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-03-31Remove unnecessary test of tp->t_linesw against NULL; they are resultsenami
2001-01-18constifyjdolecek