aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_sl.c
Commit message (Expand)AuthorAgeFilesLines
* network interface and link layer changes:Sam Leffler2002-11-151-2/+2
* Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).Brooks Davis2002-10-211-2/+1
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Replace (deprecated ?) FREE() macro with direct calls to free()Luigi Rizzo2002-04-041-4/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-191-10/+10
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-3/+8
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-3/+1
* Staticise private interface lists.Mike Smith2002-01-081-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-7/+7
* Only allocate teh 1540 byte buffer if we need it..Julian Elischer2001-08-161-18/+18
* Don't allocate an entire 1500 byte buffer on the stack.Julian Elischer2001-08-151-5/+13
* Exterminate the use of PSEUDO_SET() with extreme prejudice.Peter Wemm2001-01-311-15/+28
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-13/+5
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Handle slip options in the usual way (generate a dummy options file inBruce Evans2000-09-261-2/+1
* The slip driver used to allocate a mbuf cluster without attachingDavid Malone2000-08-181-9/+21
* Unused include: #include "sl.h" - NSL is no longer used.Peter Wemm2000-06-101-2/+0
* Make sl(4) SLIP devices dynamically expansible. Yay! =)Brian Feldman2000-05-301-114/+168
* Fix possible SLIOCSUNIT panicAndrey A. Chernov2000-02-201-0/+1
* Remove some #if NFOO > 0 that are always true because of config rules.Peter Wemm2000-01-291-4/+1
* Re-allocate cblocks after changing the slip unit number.Ruslan Ermilov1999-10-281-0/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-21/+0
* Don't call if_up() here, just set IFF_UP.Ruslan Ermilov1999-09-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-11/+11
* Fix a printf int/long problem on the AlphaPeter Wemm1999-07-011-2/+3
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Get rid of IFF_BROADCAST from default IFF_ slip options. This accidentlyMatthew Dillon1999-02-021-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-3/+9
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-6/+6
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+5
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-2/+3
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make INET a proper option.Eivind Eklund1998-01-081-2/+3
* MALLOC->mallocAndrey A. Chernov1997-12-191-3/+3
* SUNIT: use MALLOC/FREE and M_NOWAITAndrey A. Chernov1997-12-191-4/+8
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2
* Preserve old SC_STATIC value after units exchangeAndrey A. Chernov1997-10-071-1/+3
* Update for new callout interface.Justin T. Gibbs1997-09-211-13/+17
* SUNIT: exchange up/down states tooAndrey A. Chernov1997-08-131-1/+7
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Use malloc to save space for temp SUNIT variableAndrey A. Chernov1997-07-281-9/+10
* Move tmpnc struct out of stack, too largeAndrey A. Chernov1997-07-271-2/+3
* SUNIT: exchange back whole ifnet structures since they are in the linkedAndrey A. Chernov1997-07-261-7/+6