| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at the | peter | 1997-08-19 | 1 | -112/+143 |
* | Fix this damn mbuf with a negative m_len. It turns | brian | 1997-06-22 | 1 | -5/+1 |
* | Protect against garbage mbufs in pppstart. | brian | 1997-06-18 | 1 | -2/+7 |
* | Prevent panic with garbage mbuf. | brian | 1997-06-09 | 1 | -2/+2 |
* | Move interrupt handling code from isa.c to a new file. This should make | dfr | 1997-06-02 | 1 | -2/+2 |
* | Bruce mentioned to me that Paul Traina had noticed that the ppp_tty | peter | 1997-05-31 | 1 | -4/+4 |
* | don't refer to SWI_*_MASK, it's not SMP/UP kernel portable for the lkm. | peter | 1997-05-31 | 1 | -4/+3 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Second phase of merge, get rid of more machine-independent-dependencies. | asami | 1996-09-03 | 1 | -5/+1 |
* | Re-sync with the state of PC98 world. This will be the last commit before | asami | 1996-08-30 | 1 | -2/+2 |
* | The Great PC98 Merge. | asami | 1996-06-14 | 1 | -1/+5 |
* | Only print out the new masks if bootverbose is set. | nate | 1996-06-12 | 1 | -2/+4 |