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