summaryrefslogtreecommitdiff
path: root/sys/net/ppp_tty.c
AgeCommit message (Expand)Author
2022-01-02spellingJonathan Gray
2019-11-27use correct forward type declaration from uvm.Bob Beck
2019-07-19ttysleep(): drop unused timeout parametercheloha
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-05-15Take NET_LOCK for pppioctl when called via the tty ioctl handlerMike Belopuhov
2018-05-15Grab the KERNEL_LOCK() in pppasyncstart/pppasyncrelinq/pppasyncctlp.Martin Pieuchot
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-01-24A space here, a space there. Soon we're talking real whitespaceKenneth R Westerback
2016-12-19Stop mentioning splsoftnet() in comments, it's almost history.Martin Pieuchot
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-01-25Convert to uiomove(). Diff from Martin Natano.Stefan Kempf
2016-01-14Increase buffer sizes and watermarks for tty and pppStefan Fritsch
2015-12-21Move ppp, nmea, endrun, and msts prototypes to tty.hStefan Fritsch
2015-12-05remove old lint annotationsTed Unangst
2015-11-24No need for <net/if_types.h>Martin Pieuchot
2015-09-13There's no point in abstracting ifp->if_output() as long as pf_test()Martin Pieuchot
2015-09-12Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.Martin Pieuchot
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-16Store a unique ID, an interface index, rather than a pointer to theMartin Pieuchot
2015-06-03there's been a long standing issue in ppp on a tty/serial line where it alloc...David Gwynne
2015-04-10replace the use of ifqueues for most input queues serviced by netisrDavid Gwynne
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-04-19remove very questionable altq "optimization" - claudio and I can'tHenning Brauer
2013-03-28code that calls timeout functions should include timeout.hTed Unangst
2012-03-28More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@Claudio Jeker
2012-01-11ansify and de'register some prototypesDavid Hill
2011-07-06use IF_IS_EMPTY istead of mucking if ifqueue internalsHenning Brauer
2011-07-05Revert henning's commit-n-run that broke the treePhilip Guenthe
2011-07-05IFQ_IS_EMPTY instead of fiddling with ifqueue internalsHenning Brauer
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-18comment spelling, from jonathon grayTed Unangst
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-03-09use MGETHDR instead of MGET for the first mbuf.Kenjiro Cho
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-13sync with KAME.Kenjiro Cho
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-03-09Remove two unnecessary splx(). This was missed somewhere along the way, sinceAaron Campbell
2000-06-30Convert to use new timeout API.Artur Grabowski
1999-07-04fix unsigned without a size-typeTheo de Raadt
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1997-01-15prevent warning:kstailey
1996-07-25Kernel changes for ppp2.3a4.joshd