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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recently
nate
1997-11-18
10
-20
/
+20
*
- Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with
nate
1997-11-18
5
-146
/
+6
*
Allow zero args to "cvs log".
brian
1997-11-18
1
-2
/
+2
*
Add the ``loop'' example to the right file (oops).
brian
1997-11-18
2
-27
/
+27
*
Add a loopback example.
brian
1997-11-18
1
-1
/
+26
*
Fix interactive mode so that it doesn't require a passwd (again!).
brian
1997-11-18
1
-1
/
+4
*
Removed now-unused blocking mode flag.
bde
1997-11-18
1
-1
/
+0
*
Removed unused #includes.
bde
1997-11-18
1
-18
/
+26
*
Removed unused #includes.
bde
1997-11-18
1
-18
/
+6
*
Fixed nonblocking mode. It was per-device instead of per-file.
bde
1997-11-18
1
-1
/
+0
*
Removed unused #includes. Ifdefed a conditionally used #include.
bde
1997-11-18
2
-28
/
+14
*
Removed unused #includes.
bde
1997-11-18
1
-13
/
+13
*
Back out revision 1.10. It broke the build of sh, which compiles
jdp
1997-11-18
1
-4
/
+5
*
Staticized boot().
bde
1997-11-18
1
-2
/
+1
*
Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.
bde
1997-11-18
1
-5
/
+5
*
Removed an unused #include in the `#ifdef KERNEL' case.
bde
1997-11-18
1
-5
/
+3
*
Staticize.
phk
1997-11-18
6
-66
/
+60
*
Add throughput logging (disabled by default).
brian
1997-11-18
12
-234
/
+329
*
Staticize a few things.
phk
1997-11-18
6
-22
/
+20
*
There is no ccdread() nor ccdwrite().
phk
1997-11-18
2
-6
/
+2
*
unifdef -UEXT2FS
phk
1997-11-18
1
-110
/
+1
*
Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,
phk
1997-11-18
2
-0
/
+2040
*
Removed unused #includes.
bde
1997-11-18
1
-5
/
+3
*
Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.
bde
1997-11-18
1
-29
/
+9
*
Cleaned up PPP_FILTER/NBPFILTER ifdefs.
bde
1997-11-18
1
-15
/
+6
*
Use gettime() instead of assignment from `time'. (`time' is too
bde
1997-11-18
2
-6
/
+5
*
Removed an unused #include.
bde
1997-11-18
1
-3
/
+1
*
Get tty ioctl numbers by #including <sys/ttycom.h> instead of
bde
1997-11-18
1
-3
/
+2
*
Removed an unused #include. Added an unsed #include of <sys/ucred.h>
bde
1997-11-18
1
-8
/
+9
*
Removed an unused #include. Ifdefed a conditionally used #include.
bde
1997-11-18
1
-2
/
+3
*
Removed unused #include.
bde
1997-11-18
3
-9
/
+3
*
Get select stuff by including <sys/select.h> instead of <sys/proc.h>,
bde
1997-11-18
1
-6
/
+7
*
Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.
bde
1997-11-18
1
-3
/
+1
*
Removed unused #includes.
bde
1997-11-18
1
-5
/
+3
*
Removed an unused #included.
bde
1997-11-18
3
-9
/
+30
*
Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.
bde
1997-11-18
2
-4
/
+4
*
Removed #unused includes.
bde
1997-11-18
5
-15
/
+20
*
Removed unused #include of <sys/malloc.h>. This file now uses only
bde
1997-11-18
1
-2
/
+1
*
Removed code for the !KERNEL case. It hasn't been maintained for 4
bde
1997-11-18
1
-28
/
+8
*
Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.
bde
1997-11-18
1
-2
/
+2
*
Don't #include <machine/smp.h> even in the SMP case. Fixed the one
bde
1997-11-18
2
-2
/
+8
*
Don't #include <machine/smp.h> even in the SMP case. Fixed the one
bde
1997-11-18
1
-9
/
+2
*
Remove the outq error in "show modem".
brian
1997-11-18
1
-2
/
+2
*
Don't #include <sys/types.h>. I mistakenly #included it unconditionally
bde
1997-11-18
1
-4
/
+2
*
DropClient() when read() returns 0 (as it did before).
brian
1997-11-18
1
-2
/
+2
*
Fixed pedantic syntax errors caused by trailing semicolon in the
bde
1997-11-18
1
-3
/
+5
*
Fixed pedantic syntax errors caused by the trailing semicolon in the
bde
1997-11-18
1
-2
/
+2
*
Fix: too many arguments passed to fprintf().
jdp
1997-11-18
1
-2
/
+2
*
Fix: too many arguments for format in call to sprintf().
jdp
1997-11-18
1
-1
/
+1
*
Fix: too many arguments for format string in 4 calls to warnx().
jdp
1997-11-18
1
-5
/
+4
[next]