| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | For now, restore an splx(s) I removed when introducing slisunitfree(). | rwatson | 2004-04-01 | 1 | -1/+3 |
* | Abstract "is a particular SLIP unit free" check behind slisunitfree(), | rwatson | 2004-03-31 | 1 | -12/+18 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -7/+6 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -4/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -2/+2 |
* | Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit). | brooks | 2002-10-21 | 1 | -2/+1 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Replace (deprecated ?) FREE() macro with direct calls to free() | luigi | 2002-04-04 | 1 | -4/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -10/+10 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -3/+8 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -3/+1 |
* | Staticise private interface lists. | msmith | 2002-01-08 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -7/+7 |
* | Only allocate teh 1540 byte buffer if we need it.. | julian | 2001-08-16 | 1 | -20/+20 |
* | Don't allocate an entire 1500 byte buffer on the stack. | julian | 2001-08-15 | 1 | -5/+13 |
* | Exterminate the use of PSEUDO_SET() with extreme prejudice. | peter | 2001-01-31 | 1 | -16/+29 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -2/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -13/+5 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Handle slip options in the usual way (generate a dummy options file in | bde | 2000-09-26 | 1 | -2/+1 |
* | The slip driver used to allocate a mbuf cluster without attaching | dwmalone | 2000-08-18 | 1 | -9/+21 |
* | Unused include: #include "sl.h" - NSL is no longer used. | peter | 2000-06-10 | 1 | -2/+0 |
* | Make sl(4) SLIP devices dynamically expansible. Yay! =) | green | 2000-05-30 | 1 | -115/+169 |
* | Fix possible SLIOCSUNIT panic | ache | 2000-02-20 | 1 | -0/+1 |
* | Remove some #if NFOO > 0 that are always true because of config rules. | peter | 2000-01-29 | 1 | -4/+1 |
* | Re-allocate cblocks after changing the slip unit number. | ru | 1999-10-28 | 1 | -0/+3 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -21/+0 |
* | Don't call if_up() here, just set IFF_UP. | ru | 1999-09-14 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -11/+11 |
* | Fix a printf int/long problem on the Alpha | peter | 1999-07-01 | 1 | -2/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently | dillon | 1999-02-02 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -3/+9 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -6/+6 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -5/+5 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | phk | 1998-02-13 | 1 | -2/+3 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -2/+3 |
* | MALLOC->malloc | ache | 1997-12-19 | 1 | -3/+3 |
* | SUNIT: use MALLOC/FREE and M_NOWAIT | ache | 1997-12-19 | 1 | -4/+8 |