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
*
Respect MK_INET6_SUPPORT.
yar
2006-07-27
2
-2
/
+10
*
Fix cpp logic in arena_malloc() to adjust size when assertions are enabled,
jasone
2006-07-27
1
-23
/
+19
*
Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.
avatar
2006-07-27
2
-0
/
+2
*
Prepending an mbuf after loading a DMA map results in unexpected
yongari
2006-07-27
1
-31
/
+28
*
Nuke invalid use of BUS_DMA_ALLOCNOW.
yongari
2006-07-27
1
-1
/
+1
*
Make sure to use the same DMA map in DMA map load/unload operations
yongari
2006-07-27
1
-5
/
+8
*
Properly propagate overrun conditions to the TTY layer.
marcel
2006-07-27
1
-0
/
+2
*
bridgestp is now a seperate module.
thompsa
2006-07-26
2
-1
/
+2
*
Hook bridgestp up to the build.
thompsa
2006-07-26
1
-0
/
+1
*
Add bridgestp as a seperate module.
thompsa
2006-07-26
1
-0
/
+8
*
Remove stp variables that are already initialised in bstp_attach().
thompsa
2006-07-26
1
-5
/
+0
*
Add Memory Corp 512MB CF Flash.
simon
2006-07-26
1
-0
/
+15
*
Remove zs(4). It has been replaced by scc(4) & uart(4).
marcel
2006-07-26
1
-2
/
+0
*
Replace sio_iobus.c with uart_iobus.c.
marcel
2006-07-26
1
-1
/
+1
*
Turn this into an uart(4) bus attachment.
marcel
2006-07-26
1
-40
/
+19
*
Repocopy from: src/sys/powerpc/psim/sio_iobus.c
marcel
2006-07-26
1
-108
/
+0
*
Remove call to soisdisconnected() in uipc_detach(), since it will already
rwatson
2006-07-26
1
-1
/
+0
*
o Remove device zs
marcel
2006-07-26
1
-5
/
+1
*
o Enable -Werror
marcel
2006-07-26
1
-3
/
+2
*
On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a
marcel
2006-07-26
1
-3
/
+10
*
Implement UART_IOCTL_BAUD for the Z8530. This allows a serial console
marcel
2006-07-26
1
-1
/
+7
*
Implement uart_cpu_eqres() and uart_cpu_getdev(). This allows
marcel
2006-07-26
1
-3
/
+56
*
o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.
marcel
2006-07-26
5
-2
/
+38
*
Include needed clock.h.
marcel
2006-07-26
2
-0
/
+2
*
Forward declare struct trapframe.
marcel
2006-07-26
1
-0
/
+2
*
Remove stale comment about arm
imp
2006-07-26
1
-2
/
+0
*
Add an entry for enigma(1)/crypt(1) change on 64-bit architectures.
jkim
2006-07-26
1
-0
/
+7
*
Add snd_emu10kx_load
ache
2006-07-26
1
-0
/
+1
*
Forced commit due to missing log on the last revision.
thompsa
2006-07-26
0
-0
/
+0
*
/tmp/cvsuusTrc
thompsa
2006-07-26
4
-723
/
+953
*
Remove variables that are overridden by ether_ifattach(). This clears up any
thompsa
2006-07-26
1
-3
/
+0
*
Make sure that the sc pointer gets initialized. No functional change
delphij
2006-07-26
2
-2
/
+2
*
Respect MK_INET6_SUPPORT.
yar
2006-07-26
1
-1
/
+5
*
Fix build w/o INET6.
yar
2006-07-26
1
-0
/
+2
*
Back out rev. 1.63. It was a poor idea because
yar
2006-07-26
1
-9
/
+15
*
Increase the number of CPUs to 32 to suit sun4v.
jb
2006-07-26
1
-1
/
+1
*
Make it easier to find that we have test(1) built-in in sh(1).
yar
2006-07-26
1
-4
/
+9
*
add missing \n's
sam
2006-07-26
1
-2
/
+2
*
check tim is present in the beacon before defer'ing the mcast buffer bit;
sam
2006-07-26
1
-1
/
+2
*
support for 802.11 packet injection via bpf
sam
2006-07-26
2
-0
/
+243
*
add support for 802.11 packet injection via bpf
sam
2006-07-26
8
-1
/
+204
*
Fix braino: The cl_range field should not hold the shifted I/O
marcel
2006-07-26
2
-3
/
+3
*
set default beacon miss threshold to 10 beacons
sam
2006-07-26
1
-0
/
+1
*
add beacon miss threshold control
sam
2006-07-26
2
-1
/
+29
*
add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon miss
sam
2006-07-26
2
-0
/
+11
*
o move min/max beacon interval and dtim period to public location
sam
2006-07-26
2
-7
/
+24
*
Use virtual_avail instead of freemempos as the starting point of the available
cognet
2006-07-25
1
-1
/
+1
*
Rev. 1.44 of this file didn't introduce a right solution,
yar
2006-07-25
1
-0
/
+7
*
Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) instead
jkim
2006-07-25
1
-10
/
+3
*
MFC noted: minidumps.
bmah
2006-07-25
2
-2
/
+2
[next]