| Commit message (Expand) | Author | Age | Files | Lines |
* | Use callout mechanism instead of timeout()/untimeout(). | ume | 2006-12-05 | 1 | -2/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -4/+9 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 1 | -1/+1 |
* | Use new (inline) functions for calls into driver. | phk | 2005-10-16 | 1 | -5/+3 |
* | Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. This | glebius | 2005-08-12 | 1 | -7/+7 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+1 |
* | Use m_uiotombuf() instead of own implementation. This is not just | glebius | 2005-07-01 | 1 | -25/+10 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -24/+24 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+2 |
* | Check O_NONBLOCK instead of IO_NDELAY. | phk | 2004-12-22 | 1 | -2/+1 |
* | Don't abuse tp->t_sc, as it is now used by tty drivers. | cognet | 2004-11-07 | 1 | -13/+9 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 1 | -1/+1 |
* | Pick the hotchar out of the tty structure instead of caching private | phk | 2004-06-26 | 1 | -0/+1 |
* | Fix line discipline switching issues: If opening a new ldisc fails, | phk | 2004-06-26 | 1 | -10/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | 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 | -4/+4 |
* | Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit). | brooks | 2002-10-21 | 1 | -15/+13 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |
* | Make ppp(4) devices clonable and unloadable. | brooks | 2002-08-09 | 1 | -2/+8 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -18/+18 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -3/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -11/+11 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | Removed unused includes (garbage left over/created by the SMPng megacommit). | bde | 2000-09-26 | 1 | -6/+0 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -21/+2 |
* | Remove some #if NFOO > 0 that are always true because of config rules. | peter | 2000-01-29 | 1 | -5/+0 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -5/+5 |
* | Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h. | peter | 1999-01-17 | 1 | -9/+2 |
* | Missing splx(). | peter | 1998-06-20 | 1 | -2/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | Oops, the previous commit should have changed `i386' to `__i386__', | bde | 1998-05-01 | 1 | -3/+3 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -3/+3 |
* | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | phk | 1998-04-06 | 1 | -2/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -2/+2 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -2/+2 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | phk | 1998-02-13 | 1 | -3/+4 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | bde | 1997-12-06 | 1 | -2/+2 |
* | Don't test for conflicting combinations of PPP_FILTER/BPFILTER here. | bde | 1997-11-18 | 1 | -29/+9 |
* | Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE. | peter | 1997-10-18 | 1 | -3/+7 |
* | Better fix for the bpf dependency that doesn't have such a large impact | peter | 1997-10-18 | 1 | -1/+6 |
* | Try out PPP_FILTER | peter | 1997-10-10 | 1 | -1/+2 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 1 | -3/+3 |
* | Some fixes from Bruce: | peter | 1997-08-22 | 1 | -4/+6 |