| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -1/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+3 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -14/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -4/+4 |
* | Use new (inline) functions for calls into driver. | phk | 2005-10-16 | 1 | -2/+2 |
* | Use monotonic time_uptime instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -4/+4 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -69/+74 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Don't abuse tp->t_sc in sl(4) either. | cognet | 2004-11-07 | 1 | -6/+15 |
* | Use an ANSI-style definition for slstart() | yar | 2004-08-30 | 1 | -2/+1 |
* | Grant the poor old SLIP driver with an if_start handler | yar | 2004-08-30 | 1 | -7/+18 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -1/+1 |
* | Style update: use newer style function prototypes in if_sl.c in | rwatson | 2004-08-22 | 1 | -38/+15 |
* | As SLIP directly accesses the tty code from its if_start() routine, | rwatson | 2004-08-06 | 1 | -1/+3 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Convert SLIP to using C99 structure initialization for its struct | rwatson | 2004-07-14 | 1 | -2/+8 |
* | Fix line discipline switching issues: If opening a new ldisc fails, | phk | 2004-06-26 | 1 | -7/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | mlaier | 2004-06-15 | 1 | -6/+7 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -1/+1 |
* | Use ldisc_[de]register() instead of frobbing linesw[] directly. | phk | 2004-06-07 | 1 | -1/+2 |
* | 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 |