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
*
From the author:
markm
1997-11-25
7
-11
/
+32
*
Move the hardware currsor off screen when getting back from an
sos
1997-11-25
3
-6
/
+27
*
Sync with sys/i386/i386/machdep.c revision up to 1.274.
kato
1997-11-25
2
-14
/
+20
*
Sync with sys/i386/i386/trap.c revision 1.115.
kato
1997-11-25
1
-7
/
+11
*
Sync with sys/i386/isa/isa.c revision 1.107.
kato
1997-11-25
1
-3
/
+1
*
Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.229 and
kato
1997-11-25
2
-146
/
+233
*
Sync with sys/i386/isa/if_ed.c, if_fe.c and sio.c revisions 1.129,
kato
1997-11-25
4
-8
/
+8
*
Shift a few SYSINT() calls around.
julian
1997-11-25
7
-55
/
+78
*
Fixed missing #include of "opt_quota.h".
bde
1997-11-24
2
-1016
/
+1010
*
Fixed multiple definitions of boothowto.
bde
1997-11-24
2
-4
/
+4
*
Fixed multiple definitions of boothowto.
bde
1997-11-24
1
-5
/
+3
*
Added a sysctl (machdep.cputime_clock) to select the clock used by
bde
1997-11-24
2
-22
/
+110
*
Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,
bde
1997-11-24
3
-21
/
+42
*
Removed all traces of P_IDLEPROC. It was tested but never set.
bde
1997-11-24
5
-11
/
+8
*
Don't #define max() to get a version that works with vm_ooffset's.
bde
1997-11-24
1
-4
/
+2
*
Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often
bde
1997-11-24
3
-12
/
+21
*
Unstaticized rn_delete() and rn_lookup(). They are used in dark corners
bde
1997-11-24
2
-10
/
+9
*
Fixed some #include messes.
bde
1997-11-24
3
-21
/
+33
*
Fixed poll related problem which was exhibited by running
ahasty
1997-11-24
1
-4
/
+2
*
Avoid manipulating the buffer map at interrupt time by deferring bfreekva
dyson
1997-11-24
1
-5
/
+1
*
Fix the buffer flag frobbing. Note: It is invalid to gratuitiously modify
dyson
1997-11-24
1
-2
/
+3
*
Fixed an acquired dma problem with respect to sb cards only.
ahasty
1997-11-23
1
-2
/
+2
*
minor code clean up to sb_dsp.c and fix compile error with uart6850.c
ahasty
1997-11-23
2
-3
/
+5
*
Missing part of my last sb_dsp.c sb16_dsp.c commit.
ahasty
1997-11-23
1
-0
/
+1
*
Fixed a missing conversion of retval to p_retval in disabled code.
bde
1997-11-23
1
-3
/
+3
*
Fixed misuse of O_ACCMODE. Cosmetic.
bde
1997-11-23
1
-2
/
+2
*
Fixed the sector size frobbing in sd_strategy() at least not to
bde
1997-11-23
1
-8
/
+7
*
Fixed duplicate definitions of M_FILE (one static).
bde
1997-11-23
3
-7
/
+9
*
Fixed some style bugs in the poll() code.
bde
1997-11-23
1
-18
/
+8
*
Fixed acquired dma channel problem.
ahasty
1997-11-23
2
-4
/
+56
*
update of Luigi's sound drivers...
jmg
1997-11-23
16
-468
/
+1013
*
Staticized.
bde
1997-11-22
10
-50
/
+50
*
Unremoved prtrealloc and the declaration of ffs_clusteralloc(). These
bde
1997-11-22
1
-1
/
+9
*
Ifdefed a conditionally used #include.
bde
1997-11-22
2
-4
/
+8
*
Staticized.
bde
1997-11-22
2
-6
/
+6
*
Add Winbond W89C940 ID to the list.
msmith
1997-11-22
2
-2
/
+4
*
Fixed some style and contents bugs in comments. Copied comments are
bde
1997-11-22
1
-5
/
+5
*
Fixed rev.1.81. mp->mnt_kern_flag was restored in the non-error case of
bde
1997-11-22
2
-6
/
+8
*
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
[next]