index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
ppp_tty.c
Age
Commit message (
Expand
)
Author
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
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt