index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
ppp_tty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Since the updates to ifnet.if_lastchange are so rare (relatively
gpalmer
1996-06-12
1
-2
/
+2
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
1
-2
/
+2
*
Use new printf features rather than local kludges.
phk
1996-01-24
1
-27
/
+3
*
Another mega commit to staticize things.
phk
1995-12-14
1
-16
/
+16
*
Re-Zap unused variables in their new location.. :-)
peter
1995-11-01
1
-3
/
+2
*
Merge/update ppp-2.2 kernel parts onto mainline.
peter
1995-10-31
1
-31
/
+138
*
Initial revision
peter
1995-10-31
1
-0
/
+1026