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
/
i386
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed user-mode mcount which I broke in the previous revision.
bde
1996-01-01
1
-13
/
+33
*
recording cvs-1.6 file death
peter
1995-12-30
4
-953
/
+0
*
Implemented non-statistical kernel profiling. This is based on
bde
1995-12-29
2
-43
/
+103
*
1) ifdef out some unused functions (for now)
markm
1995-12-29
1
-0
/
+7
*
Made bzero a function vector and added a 586/686 optimized version of
dg
1995-12-28
1
-61
/
+1
*
Clean up and make more universal. Next version of random device.
markm
1995-12-27
1
-5
/
+16
*
Fixed staticizing. Some functions aren't static but depend on
bde
1995-12-25
1
-1
/
+7
*
Add Pentium Pro CPU detection and special handling. For now, all the
dg
1995-12-24
2
-6
/
+8
*
Implemented a (sorely needed for years) double fault handler to catch stack
dg
1995-12-19
1
-2
/
+2
*
Cleaned up prototypes in pmap headers: removed ones for nonexistent
bde
1995-12-17
1
-6
/
+4
*
Make math_emulators LKMable.
phk
1995-12-14
1
-2
/
+2
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-2
/
+4
*
Staticize and cleanup.
phk
1995-12-10
3
-10
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-373
/
+0
*
Moved some prototypes to a better place.
bde
1995-12-05
1
-5
/
+66
*
__purified pmap_pte(). This seems to make no difference.
bde
1995-12-03
1
-2
/
+2
*
Moved inline functions for insque() and remque() to <sys/queue.h>.
bde
1995-12-03
1
-33
/
+1
*
Removed unused thread support (partly to get rid of its incomplete
bde
1995-12-03
1
-46
/
+2
*
Fix Pentium CPU rate diagnosis:
wollman
1995-11-29
1
-4
/
+9
*
A batch of Jim Lowe's patches:
jkh
1995-11-29
1
-1
/
+2
*
Mainly cosmetic cleanups... It now uses more consistant message reporting
peter
1995-11-28
1
-5
/
+5
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
2
-4
/
+4
*
Mega commit for sysctl.
phk
1995-11-20
1
-13
/
+3
*
Removed:
phk
1995-11-14
1
-1
/
+5
*
Sync the public source with what I'm currently running.
peter
1995-11-09
1
-32
/
+6
*
Modifications for the new eisaconf.
gibbs
1995-11-05
1
-1
/
+3
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
2
-2
/
+26
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
1
-0
/
+298
*
Mask netisrs during softtty isrs. This may fix PR 798. SLIP and PPP
bde
1995-10-30
1
-3
/
+7
*
Theodore Ts'po's random number gernerator for Linux, ported by me.
markm
1995-10-28
1
-0
/
+72
*
Reduce jitter of Pentium microtime() implementation by letting the counter
wollman
1995-10-12
1
-23
/
+38
*
remove GCC divsi3 routines which are never used.
phk
1995-10-05
1
-4
/
+1
*
This upgrades the driver for Cronyx-Sigma multiplexor boards
jkh
1995-10-04
1
-1
/
+21
*
Fix benign type mismatches in isa interrupt handlers. Many returned int
bde
1995-09-19
1
-2
/
+2
*
Move some kernel-only stuff to a kernel-only file.
peter
1995-09-13
1
-12
/
+1
*
Submitted by: Luigi Rizzo
julian
1995-09-08
1
-0
/
+52
*
devfs changes..
julian
1995-09-03
1
-2
/
+1
*
Jim's latest fixes.
jkh
1995-09-01
1
-1
/
+9
*
Kernel components of Matrox Meteor driver.
jkh
1995-08-28
1
-0
/
+138
*
Don't declare a nonexistent function.
bde
1995-08-26
1
-4
/
+2
*
Remove "memory" clobber statement from enable_intr(). Enabling interrupts
bde
1995-08-26
1
-4
/
+4
*
add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypass
peter
1995-08-22
1
-2
/
+2
*
Killed some unused stuff inherited from Bill Jolitz. Note that since
dg
1995-08-17
2
-19
/
+4
*
Next round of cleanups. Some more debugging hooks added, si_softc definition
peter
1995-08-13
1
-47
/
+27
*
Bring in my long-overdue version of the Specialix driver.
peter
1995-08-09
1
-0
/
+556
*
Fixed my usage of "asm" instead of "__asm" and "volatile" instead
dyson
1995-08-09
1
-2
/
+2
*
Make the spl oriented inline functions less likely to allow
dyson
1995-08-08
2
-5
/
+7
*
Merge in changes for VOXWARE 3.05
jkh
1995-07-28
2
-60
/
+167
*
Fix bogus constraint "i" that only worked with -O. The cases where it
bde
1995-07-25
1
-3
/
+9
*
Rewrote memory sizing code to generally deal with holes in extended memory.
dg
1995-07-19
1
-2
/
+2
[next]