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
/
if_sl.c
Age
Commit message (
Expand
)
Author
2013-04-16
Remove code under ifndef OpenBSD. No object change.
Martin Pieuchot
2013-03-28
do not include machine/cpu.h from a .c file; it is the responsibility of
Theo de Raadt
2013-03-28
no need for a lot of code to include proc.h
Ted Unangst
2013-01-17
hardwire SLIP_HIWAT to 100 (as the comment above suggests) since we are
Theo de Raadt
2011-07-06
cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
Henning Brauer
2011-01-06
Do not assign m->m_pkthdr.rdomain before m was allocated.
Claudio Jeker
2010-05-02
The line-discipline-specific ioctls return -1 to indicate that
Stefan Sperling
2010-05-01
incomming -> incoming
Michael Knudsen
2010-04-24
Make if_ppp and if_sl ioctl handlers return ENOTTY for unsupported
Stefan Sperling
2009-11-03
rtables are stacked on rdomains (it is possible to have multiple routing
Claudio Jeker
2009-07-19
clalloc() can't fail, so there's no need to handle failure cases.
Bret Lambert
2009-07-08
Add the same routing domain assignments and checks into the not so used
Claudio Jeker
2008-10-22
#if INET => #ifdef INET
Marco Pfatschbacher
2007-12-20
return with ENOTTY instead of EINVAL for unknown ioctl requests.
Brad Smith
2007-10-13
remove unneeded declarations that shadows existing vars; ok by many.
Federico G. Schwindt
2007-09-15
malloc sweep:
Henning Brauer
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-11
splimp -> spltty/splnet
Brad Smith
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2004-06-24
This moves access to wall and uptime variables in MI code,
Thorsten Lockert
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-04-25
check for input queue congestion on those as well and call if_congestion when
Henning Brauer
2003-12-16
return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer
Markus Friedl
2003-12-13
initial support ifconfig destroy; ok deraadt@
Markus Friedl
2003-12-12
small compiler warning cleanup (#error instead of bailing out)
Hans-Joerg Hoexer
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-12-07
support ifconfig create; ok deraadt
Markus Friedl
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-03
string fixes; tedu ok
Theo de Raadt
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2002-09-11
KNF - return is not a function.
Jun-ichiro itojun Hagino
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-06-15
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
Jun-ichiro itojun Hagino
2001-06-12
one less setuid program (use an ioctl like pppstats)
Theo de Raadt
2001-05-17
convert mbuf and cluster allocation to pool, mostly from NetBSD
Niels Provos
2001-03-13
allow configuring number of these in ukc
Michael Shalayeff
1999-04-22
we don't need to include buf.h
Artur Grabowski
1997-09-05
Minor changes from ppp 2.3.1
Todd C. Miller
1996-08-22
__OpenBSD__
Theo de Raadt
1996-08-09
Silly unit number calculation changed to use sc_unit instead
Niklas Hallqvist
1996-06-10
init sc_unit properly
Theo de Raadt
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-03-14
From Lite2; mark terminal devices as exclusively opened before flushing
Thorsten Lockert
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt