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
*
Initialize 'blocked' to NULL. I think this was a real problem, but I
peter
2003-07-23
1
-0
/
+1
*
Stop GCC from whining when people use a 16 bit port number for inb() and outb()
phk
2003-07-23
1
-2
/
+2
*
Turn -Werror back on.
peter
2003-07-23
1
-1
/
+1
*
ARGH. I *knew* I'd eventually accidently commit this. Change 5.1-XP back
peter
2003-07-23
1
-1
/
+1
*
Provide a knob for raising the inline instruction estimate threshold and
peter
2003-07-23
3
-1
/
+7
*
Annotate pmap_changebit() as __always_inline. This function was
alc
2003-07-23
2
-2
/
+4
*
Use macros from apic.h to when writing to the ICR to send IPIs to startup
jhb
2003-07-23
6
-30
/
+72
*
Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reserved
jhb
2003-07-23
4
-2
/
+5
*
Undo single-intance inlining which is way above the comfort limit for GCC.
phk
2003-07-23
1
-3
/
+2
*
Undo agressive inlining which GCC previously wisely ignored.
phk
2003-07-23
2
-152
/
+169
*
Handle the new MEDIA definitions.
harti
2003-07-23
1
-0
/
+9
*
Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All
harti
2003-07-23
9
-30
/
+48
*
Get rid of the zone for network interfaces. We have converted this to
harti
2003-07-23
1
-7
/
+0
*
MFi386: revision 1.1090.
nyan
2003-07-23
1
-0
/
+10
*
Remove _ARCH_INDIRECT, it was the glue to enable having both hardware
peter
2003-07-23
1
-67
/
+0
*
We sloppily created an array for the high FP registers (f32-f127),
marcel
2003-07-23
1
-2
/
+96
*
Attempt to preempt any new gcc-ism references to
peter
2003-07-22
1
-0
/
+6
*
There is strong reason to believe that gcc 4 will also support
imp
2003-07-22
1
-1
/
+1
*
Remove all but one of the inlines here, this reduces the code size by
phk
2003-07-22
1
-10
/
+9
*
add IPSEC_FILTERGIF suport for FAST_IPSEC
sam
2003-07-22
1
-0
/
+7
*
De-inline some functions. It doesn't gain us anything and bloats
mux
2003-07-22
1
-13
/
+13
*
Allocate network interfaces from malloc() instead of using a zone.
harti
2003-07-22
1
-6
/
+6
*
Remove the zone limits for all the zones used in the ATM code.
harti
2003-07-22
13
-21
/
+14
*
EISA_SLOTS is mandantory to get opt_eisa.h
ticso
2003-07-22
2
-2
/
+2
*
relocate eisa into MI files.
ticso
2003-07-22
3
-2
/
+1
*
Revert stuff which accidentally ended up in the previous commit.
phk
2003-07-22
9
-46
/
+15
*
Don't attempt to inline large functions mb_alloc() and mb_free(),
phk
2003-07-22
10
-17
/
+48
*
Move inlined function ie_ack() up to before first use.
phk
2003-07-22
1
-8
/
+8
*
Don't inline very large functions.
phk
2003-07-22
1
-1
/
+1
*
Don't inline ridiculously very large functions.
phk
2003-07-22
1
-4
/
+4
*
Don't complain about inlines for genassym
phk
2003-07-22
1
-1
/
+1
*
When padding an mbuf chain to have a length that is a multiple
harti
2003-07-22
1
-0
/
+1
*
Initiate de-orbit burn for fpu-less operation. 386+387 is still
peter
2003-07-22
58
-14046
/
+6
*
Fix a 64 bit bug lost in the inline warning noise. sizeof is not always
peter
2003-07-22
1
-1
/
+1
*
swp_pager_hash() was called before it was instantiated inline. This made
peter
2003-07-22
1
-29
/
+29
*
Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because on
peter
2003-07-22
2
-16
/
+18
*
Extend the machine/ieeefp.h that was inherited from i386 to support
peter
2003-07-22
1
-55
/
+165
*
Add several vendor, API and media definitions. This has been
harti
2003-07-22
1
-5
/
+27
*
Remove __nonnull() on the second argument of strto[u]l() which I used
phk
2003-07-22
1
-2
/
+2
*
Erm, my previous commit was wrong and sis_tick() was only called each time
cognet
2003-07-22
2
-1
/
+6
*
Fix apparent typo in previous commit.
silby
2003-07-22
1
-1
/
+1
*
o Add monitor mode support. This tested fine with prism cards but may require
sam
2003-07-21
1
-2
/
+29
*
add safe driver until we can verify it as machine-independent
sam
2003-07-21
1
-0
/
+10
*
safenet driver config glue
sam
2003-07-21
2
-0
/
+6
*
hook safe driver to the build
sam
2003-07-21
1
-0
/
+1
*
SafeNet crypto driver
sam
2003-07-21
1
-0
/
+38
*
SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)
sam
2003-07-21
3
-0
/
+2876
*
Commit Ian Dowse's workaround for acpi resume resetting after the
peter
2003-07-21
1
-0
/
+8
*
Enable eisa support on alpha.
ticso
2003-07-21
3
-0
/
+3
*
Add a new macro __nonnull(x) to use the new GCC33 attribute which checks
phk
2003-07-21
2
-16
/
+22
[next]