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
*
Implement the spirit but not the letter of Terrys hot-char patch.
phk
1998-02-13
18
-149
/
+37
*
Hmm, it is generally an advantage to commit the most recent version of
phk
1998-02-13
3
-45
/
+42
*
Use RDMSR instruction instead of WRMSR.
kato
1998-02-13
2
-32
/
+32
*
Sync with sys/i386/isa/npx.c revision 1.56.
kato
1998-02-13
1
-3
/
+38
*
Sync with sys/i386/isa/clock.c revision 1.110.
kato
1998-02-13
3
-102
/
+99
*
Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.254 and
kato
1998-02-13
2
-73
/
+106
*
Staticized.
bde
1998-02-13
4
-8
/
+6
*
Don't (conditionally) override the kernel's min() and max() functions
bde
1998-02-13
2
-14
/
+8
*
Ifdefed SMP-only declarations.
bde
1998-02-13
2
-6
/
+16
*
Don't generate warnings for test coverage checking when compiling LINT.
bde
1998-02-13
2
-14
/
+12
*
Update timer0_prescaler_count before calling hardclock() while timer0
bde
1998-02-13
5
-75
/
+110
*
Ifdefed some npx code. npx should be optional again.
bde
1998-02-13
2
-2
/
+6
*
Fixed missing privilege checking and off-by-1 bounds checking in
bde
1998-02-13
2
-12
/
+18
*
Ensure that the linker sets for commands exist by putting a standard
bde
1998-02-13
3
-25
/
+15
*
Fixed configuration and linkage of ext2_checkoverlap().
bde
1998-02-13
4
-16
/
+10
*
Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This was
bde
1998-02-13
1
-4
/
+4
*
Fixed staticization (the behaviour is undefined when something with
bde
1998-02-12
1
-1
/
+1
*
Unstaticized.
bde
1998-02-12
1
-2
/
+2
*
Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate
phk
1998-02-12
6
-180
/
+312
*
Fixed initialization of the 4MB page. Kernels larger than about 2.75MB
bde
1998-02-12
2
-4
/
+4
*
Only use the i586-optimized copying and zeroing functions if they are
bde
1998-02-12
3
-9
/
+114
*
Fix a white-space nit which I happened to notice.
phk
1998-02-12
3
-9
/
+6
*
Add display of type KD_PIXEL.
phk
1998-02-12
2
-2
/
+4
*
Make NO_LKM a new-style option.
eivind
1998-02-12
2
-2
/
+4
*
Oops, sorry, a #define line for my debugging session slipped into
yokota
1998-02-12
3
-9
/
+3
*
Sync with sys/i386/isa/syscons.c revision 1.251.
kato
1998-02-12
1
-129
/
+183
*
Sync with sys/i386/conf/options.i386 revision 1.72.
kato
1998-02-12
2
-2
/
+6
*
Replace non-existent ip_forwarding with ipforwarding
ache
1998-02-12
1
-2
/
+2
*
Alter ipfw's behavior with respect to fragmented packets when the packet
alex
1998-02-12
1
-3
/
+35
*
I'm not sure whether this is a correct way to do it,
dima
1998-02-11
4
-6
/
+18
*
Fix a && that should be an &.
dg
1998-02-11
1
-2
/
+2
*
Only forward source routed packets when ip_forwarding is set to 1.
guido
1998-02-11
1
-2
/
+2
*
Remove description on the flags for psm. They are adequately
yokota
1998-02-11
3
-30
/
+3
*
Added SC_DISABLE_REBOOT and SC_MOUSE_CHAR.
yokota
1998-02-11
2
-2
/
+6
*
Clean up comments describing Luigi's alternate sound driver.
jkh
1998-02-11
3
-12
/
+27
*
- Move the mouse cursor to the center of the screen after video
yokota
1998-02-11
3
-48
/
+123
*
- A new semaphore: font_loading_in_progress.
yokota
1998-02-11
3
-27
/
+81
*
- Break scrn_timer() into two pieces. Now screen update is done in a
yokota
1998-02-11
3
-255
/
+291
*
- Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's called
yokota
1998-02-11
3
-27
/
+54
*
De-staticize enough to make all the LKMs work again. Add comments where
eivind
1998-02-11
4
-10
/
+10
*
Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; give
eivind
1998-02-11
1
-2
/
+6
*
Back out statification and restore a declaration that got lost.
eivind
1998-02-10
2
-4
/
+8
*
Staticize. (Diffs by me & and Simon in cooperation.)
eivind
1998-02-10
4
-43
/
+43
*
Fix warning after previous staticization.
eivind
1998-02-10
2
-4
/
+4
*
Move include of <machine/ipl.h> inside ifndef SMP where it is used, to
eivind
1998-02-10
1
-3
/
+3
*
Deleted unused variable.
kato
1998-02-10
2
-4
/
+2
*
Sync with sys/i386/i386/userconfig.c revision 1.102.
kato
1998-02-10
1
-2
/
+15
*
Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lock
kato
1998-02-10
6
-108
/
+64
*
Added entry of 16-bits bus lnc card.
kato
1998-02-10
2
-4
/
+4
*
Support C-NET(98)S ethernet card (PC-98 only).
kato
1998-02-10
4
-0
/
+210
[next]