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
...
*
Fix a bug in arplookup(), whereby a hostile party on a locally
bms
2003-09-23
1
-6
/
+14
*
Avoid NULL pointer dereferencing in modlist_lookup2().
fjoe
2003-09-23
1
-1
/
+1
*
Don't return to search another ports even if bus_space_map() fails.
nyan
2003-09-23
5
-6
/
+6
*
Initialize iobase, bsh and bst.
nyan
2003-09-23
1
-0
/
+4
*
Compare base address instead of bus_handle.
nyan
2003-09-23
1
-1
/
+1
*
- Keep the base address in struct uart_bas for sab82532 and z8530 modules.
nyan
2003-09-23
11
-51
/
+17
*
Remove unneeded includes.
nyan
2003-09-23
1
-5
/
+0
*
Use bus_space_map() to initialize a bus_handle.
nyan
2003-09-23
5
-9
/
+17
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
8
-13
/
+102
*
Be more careful in dumpconf: softc may be NULL for departing devices.
phk
2003-09-23
1
-3
/
+6
*
Grrr...add the Skinny alias code forgotten in the last commit.
marcus
2003-09-23
1
-0
/
+338
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
6
-1
/
+30
*
Change the handling of the kernel and kmem objects in vm_map_delete(): In
alc
2003-09-23
1
-23
/
+18
*
Oops. back out last commit. The data and stack limits are used by the
peter
2003-09-23
1
-2
/
+2
*
Fix patch transcription typo. s/IDT_BPT/IDT_BP/
peter
2003-09-23
1
-1
/
+1
*
From the Broadcom Eratta:
ps
2003-09-23
1
-2
/
+1
*
Sync with i386 version. The quality initialization was missing and some
peter
2003-09-23
2
-5
/
+2
*
add locking
sam
2003-09-23
2
-65
/
+104
*
GC unused child variable
peter
2003-09-23
1
-2
/
+1
*
MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcib
peter
2003-09-23
2
-51
/
+64
*
Move basemem variable into global scope so that the MP startup code can
peter
2003-09-22
2
-1
/
+4
*
While cleaning out my tree, fix another strict alias warning that would
peter
2003-09-22
1
-1
/
+1
*
Increase the default data size limit from 512MB to 8GB. Increase default
peter
2003-09-22
1
-2
/
+2
*
MFi386 rev 1.51 by scottl: make dflt_lock() always panic.
peter
2003-09-22
1
-4
/
+0
*
MFi386 rev 1.53 by scottl: Allocate the S/G list in the tag, not on
peter
2003-09-22
1
-27
/
+32
*
MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont
peter
2003-09-22
3
-0
/
+10
*
MFi386 rev 1.105 by jhb: fix comment typo
peter
2003-09-22
1
-1
/
+1
*
MFi386 rev 1.256 by jhb: remove redundant #include <sys/sysctl.h>
peter
2003-09-22
1
-2
/
+0
*
MFi386 rev 1.25 by jhb: add new MSR's and some missing older ones and
peter
2003-09-22
1
-3
/
+25
*
MFi386 rev 1.55 by sam: remove unused #define BUS_DMAMAP_NSEGS
peter
2003-09-22
1
-2
/
+0
*
MFi386 rev 1.37: constant-friendly bswap macros
peter
2003-09-22
1
-4
/
+70
*
MFi386: pci_cfgreg.h rev 1.10 by jhb/des/njl. Fix CONF1_ENABLE_MSK.
peter
2003-09-22
1
-1
/
+1
*
MFCi386: trap.c rev 1.257 by bde. Don't forget to reenable interrupts
peter
2003-09-22
1
-0
/
+1
*
MFi386 by jhb: add acpi_SetDefaultIntrModel();
peter
2003-09-22
2
-0
/
+14
*
MFi386 by jhb: use symbolic constants for the IDT entries.
peter
2003-09-22
3
-22
/
+45
*
MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAY
peter
2003-09-22
2
-3
/
+19
*
Microoptimization to allow the compiler to evaluate ntohl() etc on
peter
2003-09-22
1
-4
/
+49
*
Simplify the KOBJOPLOOKUP macro for the non-debug case so that gcc's
peter
2003-09-22
1
-7
/
+13
*
Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.
tmm
2003-09-22
2
-6
/
+6
*
Previous commit contained too-smart-for-its-own-good code that might
des
2003-09-22
1
-8
/
+9
*
Fake multi-cpu statistics for proc/stat by dividing the totals by the
des
2003-09-22
1
-5
/
+18
*
Soften assert in pmap_remove_all.
grehan
2003-09-22
3
-12
/
+75
*
ATAng requires <sys/taskqueue.h>
grehan
2003-09-22
2
-0
/
+2
*
Sony PEGA-WL110 Wireless LAN
imp
2003-09-22
1
-0
/
+1
*
sync to 1.72
imp
2003-09-22
1
-14
/
+21
*
Merge from NetBSD:
imp
2003-09-22
1
-5
/
+8
*
Add an off_t cast to prevent overflow on media size. This should
njl
2003-09-22
1
-1
/
+1
*
- vm_hold_free_pages() should lock the kernel object. (The pages being
alc
2003-09-22
1
-6
/
+6
*
Fix the ACPI_DEBUG case.
njl
2003-09-22
1
-2
/
+2
*
Initialize the page's pindex field even for VM_ALLOC_NOOBJ allocations.
alc
2003-09-22
1
-0
/
+2
[prev]
[next]