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
Commit message (
Expand
)
Author
Age
Files
Lines
*
const correctness for dl*()
brian
1997-11-22
2
-16
/
+16
*
Correct CPU_CYRIX_NO_LOCK fix.
jlemon
1997-11-21
2
-10
/
+10
*
Fixed setting of `safepri'. It should be SWI_AST_MASK most of the
bde
1997-11-21
5
-5
/
+36
*
Moved splhigh()/spl0() calls from isa_configure() to configure() so that
bde
1997-11-21
4
-8
/
+28
*
Make comp_vgaregs() less strict about VGA register values when
yokota
1997-11-21
6
-435
/
+696
*
Const poisoning from ks_shortdesc.
bde
1997-11-21
3
-6
/
+6
*
Fix for a PS/2 mouse model from MouseSystems. It now appears that
yokota
1997-11-21
1
-1
/
+5
*
Previous commit refers to SWAP_PART, which is only defined if the include
peter
1997-11-21
2
-2
/
+4
*
Fixed a sloppy common-style definitions.
bde
1997-11-20
3
-10
/
+13
*
Add Matt Dillon's quick fix hack for the self-connect DoS.
wollman
1997-11-20
2
-2
/
+28
*
Removed a duplicate (sloppy common-style) definition.
bde
1997-11-20
2
-8
/
+10
*
Moved some extern declarations to header files (unused ones to /dev/null).
bde
1997-11-20
10
-26
/
+30
*
Avoid passing a `retval' to wait1()
bde
1997-11-20
1
-13
/
+10
*
Avoid passing some more `retval's.
bde
1997-11-20
4
-45
/
+36
*
Fixed wrong limits for the kernel text in db_numargs(). The
bde
1997-11-20
2
-6
/
+14
*
Fixed write enabling of the kernel text section. The overlap
bde
1997-11-20
2
-14
/
+10
*
Don't allow setting the dump device to any partition except the
bde
1997-11-20
2
-2
/
+16
*
Use consistent description strings for M_EXT2NODE. This also fixes a
bde
1997-11-20
2
-2
/
+2
*
Cleaned up revs.1.19-1.21:
bde
1997-11-20
1
-17
/
+14
*
Removed unused includes.
bde
1997-11-20
1
-16
/
+17
*
Fixed marking of access time for special files and fifos (don't do
bde
1997-11-20
1
-8
/
+9
*
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
nate
1997-11-20
10
-20
/
+20
*
Sync with sys/i386/isa/pcaudio.c revision 1.38.
kato
1997-11-19
1
-13
/
+13
*
Sync with sys/i386/isa/npx.c revision 1.54.
kato
1997-11-19
1
-3
/
+10
*
Sync with sys/i386/isa/mse.c revision 1.35.
kato
1997-11-19
1
-2
/
+2
*
Synchronize with sys/i386/isa/clock.c revision 1.104.
kato
1997-11-19
3
-9
/
+12
*
Sync with sys/i386/conf/majors.i386 revision up to 1.22.
kato
1997-11-19
1
-1
/
+2
*
- Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with
nate
1997-11-18
5
-146
/
+6
*
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
*
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
*
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
[next]