summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove if_ppp(4) and if_sl(4).ed2009-04-051-1110/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+3
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-14/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-4/+4
* Use new (inline) functions for calls into driver.phk2005-10-161-2/+2
* Use monotonic time_uptime instead of 'time_second' as timebaseandre2005-09-191-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-69/+74
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Don't abuse tp->t_sc in sl(4) either.cognet2004-11-071-6/+15
* Use an ANSI-style definition for slstart()yar2004-08-301-2/+1
* Grant the poor old SLIP driver with an if_start handleryar2004-08-301-7/+18
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Style update: use newer style function prototypes in if_sl.c inrwatson2004-08-221-38/+15
* As SLIP directly accesses the tty code from its if_start() routine,rwatson2004-08-061-1/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Convert SLIP to using C99 structure initialization for its structrwatson2004-07-141-2/+8
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-7/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-6/+7
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-1/+1
* Use ldisc_[de]register() instead of frobbing linesw[] directly.phk2004-06-071-1/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* For now, restore an splx(s) I removed when introducing slisunitfree().rwatson2004-04-011-1/+3
* Abstract "is a particular SLIP unit free" check behind slisunitfree(),rwatson2004-03-311-12/+18
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+6
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-4/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* network interface and link layer changes:sam2002-11-151-2/+2
* Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit).brooks2002-10-211-2/+1
* Be consistent about functions being static.phk2002-10-161-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-041-4/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-191-10/+10
* Lock struct pgrp, session and sigio.tanimura2002-02-231-3/+8
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-3/+1
* Staticise private interface lists.msmith2002-01-081-1/+1
* KSE Milestone 2julian2001-09-121-7/+7
* Only allocate teh 1540 byte buffer if we need it..julian2001-08-161-20/+20
* Don't allocate an entire 1500 byte buffer on the stack.julian2001-08-151-5/+13
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-16/+29
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-13/+5
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Handle slip options in the usual way (generate a dummy options file inbde2000-09-261-2/+1
OpenPOWER on IntegriCloud