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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Add a padding member to the header overlaid on data allocated in the
njl
2004-08-18
1
-1
/
+2
*
|
|
Assert Giant in fwe_start(), as it is not yet MPSAFE.
rwatson
2004-08-18
1
-0
/
+2
*
|
|
Since pc98 shares the AGP driver with the i386, also define the
rwatson
2004-08-18
1
-0
/
+3
*
|
|
We're not yet ready for BURN_BRIDGES to break the build, as
rwatson
2004-08-18
1
-0
/
+2
*
|
|
Fix build of ip_input.c with "options IPSEC" -- the "pass:" label
rwatson
2004-08-18
1
-1
/
+1
*
|
|
Make the kernel compile again if you are not using PFIL_HOOKS
peter
2004-08-18
1
-0
/
+4
*
|
|
HEAD is now 6-CURRENT
scottl
2004-08-18
2
-2
/
+2
*
|
|
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
andre
2004-08-17
20
-852
/
+655
*
|
|
Fix a deadlock on boot for some systems where reading the battery status
njl
2004-08-17
1
-2
/
+6
*
|
|
Defer the capture of the "expected sync bits" until the first "normal"
gibbs
2004-08-17
2
-40
/
+26
*
|
|
Update Document Date to match last change.
blackend
2004-08-17
1
-1
/
+1
*
|
|
/me kicks cvs update
trhodes
2004-08-17
1
-7
/
+1
*
|
|
Fix incorrect code in an example. The previous example would produce
trhodes
2004-08-17
1
-2
/
+8
*
|
|
Annotate call to DELAY() in interrupt storm mitigation as being
rwatson
2004-08-17
1
-0
/
+3
*
|
|
Add ISA attachement files for the aic7xxx driver.
gibbs
2004-08-17
2
-0
/
+317
*
|
|
Add an ISA attachement to the aic7xxx driver to handle 284X controllers.
gibbs
2004-08-17
14
-156
/
+133
*
|
|
- Sync whitespace and comments with i386 GENERIC.
marius
2004-08-16
1
-53
/
+65
*
|
|
Try to catch up with reality:
marius
2004-08-16
1
-30
/
+38
*
|
|
ciss's interrupt handler was missing the INTR_ENTROPY flag.
peter
2004-08-16
1
-1
/
+2
*
|
|
Sync with i386 - Optimize intr_execute_handlers a bit etc.
peter
2004-08-16
4
-27
/
+71
*
|
|
Sync with i386 - remove unused includes
peter
2004-08-16
1
-2
/
+0
*
|
|
Sync with i386 - get the softc via the devclass rather than caching the dev
peter
2004-08-16
1
-2
/
+1
*
|
|
Sync with i386 - add ADAPTIVE_GIANT, remove pcic
peter
2004-08-16
1
-1
/
+1
*
|
|
Sync with i386 - add foot shooting protection for the DDB/KDB thing.
peter
2004-08-16
1
-0
/
+5
*
|
|
Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not that
peter
2004-08-16
1
-0
/
+1
*
|
|
Sync with i386 - trace syscall entry/exit times, and a cosmetic fix.
peter
2004-08-16
1
-1
/
+7
*
|
|
Example configuration files for customize.sh.
thomas
2004-08-16
1
-0
/
+34
*
|
|
Sync with i386 - fix bounds check in lapic_create()
peter
2004-08-16
1
-1
/
+1
*
|
|
Sync with i386 - pass resource requests up to parent
peter
2004-08-16
1
-92
/
+2
*
|
|
Sync with i386 - s/cpu_swtch/cpu_switch/
peter
2004-08-16
1
-1
/
+1
*
|
|
Sync with i386 - dont count needed bounce pages if loading a buffer that
peter
2004-08-16
1
-1
/
+1
*
|
|
Add documentation of the newly-added user-configurable Makefile knobs.
thomas
2004-08-16
1
-0
/
+16
*
|
|
Sync with i386 - cosmetic fixes
peter
2004-08-16
1
-1
/
+2
*
|
|
Catch up with i386 - remove lots of no longer used symbolic constants
peter
2004-08-16
1
-76
/
+1
*
|
|
Sync with i386
peter
2004-08-16
1
-3
/
+11
*
|
|
Add example customization script, to be used through CUSTOMIZE Makefile knob.
thomas
2004-08-16
1
-0
/
+72
*
|
|
Properly identify the root filesystem to be used in /etc/fstab in each
thomas
2004-08-16
2
-16
/
+75
*
|
|
Make 'client DNS forward update' working again which got broken in rev.
mbr
2004-08-16
1
-1
/
+3
*
|
|
The existing code fails some corner cases. Replace it with
arun
2004-08-16
1
-6
/
+3
*
|
|
Remove outb to "prime" the EISA ID registers of each slot. This was
gibbs
2004-08-16
1
-7
/
+4
*
|
|
Modify the "legacy bus" to pass all resource allocations through to its
gibbs
2004-08-16
1
-92
/
+2
*
|
|
Document local changes r1.41 and r1.42 of dhclient.c
mbr
2004-08-16
1
-0
/
+2
*
|
|
Recommit removed Rev. 1.40. This fix does solve a FPE with negative lease
mbr
2004-08-16
1
-8
/
+23
*
|
|
We now handle SSDT tables. Remove a reference from the BUGS section
marcel
2004-08-16
1
-2
/
+4
*
|
|
Don't initialize static variables to 0 (C should just take care of that).
philip
2004-08-16
2
-4
/
+4
*
|
|
- Add my birthday. 24, yay.
pav
2004-08-16
1
-0
/
+1
*
|
|
I'm a dumbass: remember to initialize fh->nf_map to NULL in
wpaul
2004-08-16
1
-0
/
+1
*
|
|
As I said: the previous commit was untested... Remove an #endif which
marcel
2004-08-16
1
-1
/
+0
*
|
|
Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must
marcel
2004-08-16
4
-15
/
+13
*
|
|
The Texas Instruments ACX111 driver wants srand(), so provide it.
wpaul
2004-08-16
1
-0
/
+10
[prev]
[next]