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 bm(4) to the built-in ethernet devices list.
nwhitehorn
2009-04-22
1
-0
/
+1
*
Add Billionton LNT10TB
imp
2009-04-22
1
-0
/
+1
*
Add Billionton LNT-10TB variant
imp
2009-04-22
1
-0
/
+1
*
Bump __FreeBSD_version. Add UPDATING entry about low-level Bluetooth HCI API.
emax
2009-04-22
2
-1
/
+5
*
Implement low-level Bluetooth HCI API.
emax
2009-04-22
4
-19
/
+836
*
Provide manual page for the tsec(4) device driver.
raj
2009-04-22
2
-1
/
+158
*
Add a few more models of AMBICOM cards from data from linux driver and
imp
2009-04-22
1
-0
/
+4
*
Add AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610. These were
imp
2009-04-22
1
-0
/
+4
*
These were a placeholder and don't belong here. Remove them.
imp
2009-04-22
1
-143
/
+1
*
Don't leak information via uninitialized space in db(3) records. [09:07]
cperciva
2009-04-22
3
-0
/
+16
*
Eliminate redundant setting of HID0_EMCP.
raj
2009-04-22
1
-1
/
+0
*
Minor style consistency fix.
raj
2009-04-22
1
-7
/
+7
*
Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support.
raj
2009-04-22
2
-10
/
+11
*
Centralize setting HID0/1 for E500. Rename HID defines which are specific
raj
2009-04-22
2
-4
/
+21
*
Turns out rtm_use does still exist, just under different name - for
trasz
2009-04-22
1
-0
/
+5
*
Kill stray bootverbose debug tool.
imp
2009-04-22
1
-2
/
+0
*
Turns out the code improvements I did for the TC5299J support were
imp
2009-04-22
1
-13
/
+154
*
- Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"
stas
2009-04-21
5
-8
/
+8
*
Bump __FreeBSD_version to 800082 to reflect the addition of if_refcount,
rwatson
2009-04-21
1
-1
/
+1
*
Start to address a number of races relating to use of ifnet pointers
rwatson
2009-04-21
3
-28
/
+84
*
Fix sbappendrecord_locked().
emax
2009-04-21
1
-8
/
+2
*
Acquire the interface address list lock over some iterations over
rwatson
2009-04-21
1
-8
/
+34
*
Couple of changes based on feedback
rdivacky
2009-04-21
1
-4
/
+7
*
Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually have
marcel
2009-04-21
1
-1
/
+1
*
o Properly set ksym_start & ksym_end when options DDB is set.
marcel
2009-04-21
1
-2
/
+18
*
Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.
bms
2009-04-21
2
-1
/
+8
*
remove IFF_ASSERTGIANT
bms
2009-04-21
1
-13
/
+0
*
Back out my previous change
kevlo
2009-04-21
1
-1
/
+1
*
Add another FTDI serial converter.
takawata
2009-04-21
2
-0
/
+2
*
To make it easy whether xl(4) missed Tx completion interrupt check
yongari
2009-04-21
1
-3
/
+19
*
Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted.
yongari
2009-04-21
1
-2
/
+6
*
Acquire interfce address list lock while walking the interface address
rwatson
2009-04-20
1
-0
/
+2
*
Acquire address list lock before walking an interface's address list to
rwatson
2009-04-20
1
-0
/
+4
*
Assert the interface address list lock in IFP_TO_IA6(), as it will
rwatson
2009-04-20
2
-2
/
+5
*
Prefer structure fields (ifa_link) to macro aliases for them
rwatson
2009-04-20
6
-20
/
+20
*
Prefer ifa_link (structure field) to ifa_list (macro alias for it).
rwatson
2009-04-20
1
-1
/
+1
*
Prefer actual field names (if_addrhead, ifa_link) to macros aliasing
rwatson
2009-04-20
2
-2
/
+2
*
Acquire interface address list lock around access to if_addrhead,
rwatson
2009-04-20
4
-8
/
+40
*
Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually
rwatson
2009-04-20
6
-29
/
+21
*
Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for the
rwatson
2009-04-20
1
-1
/
+4
*
Implement highlighting of today in month view of cal/ncal just like
rdivacky
2009-04-20
2
-14
/
+82
*
simplify code by removing bit_fns and replacing with the use of a temporary mask
kmacy
2009-04-20
1
-56
/
+20
*
Close some but not all writer-writer races when maintaining IPv6
rwatson
2009-04-20
1
-1
/
+18
*
- Give a warning and start the oscillator if it was not previously
stas
2009-04-20
4
-25
/
+72
*
Sometimes we can call ed_detach() before the mtx has been initialized.
imp
2009-04-20
1
-2
/
+4
*
Make mse(4) use si_drv1, instead of using unit numbers.
ed
2009-04-20
1
-16
/
+12
*
Fix typo.
kib
2009-04-20
1
-1
/
+1
*
vlan(4) no longer depends on miibus(4).
antoine
2009-04-20
2
-13
/
+1
*
Lock interface address lists before iterating over them in nd6.
rwatson
2009-04-20
1
-0
/
+5
*
Conditionally add the interface name and address if available
bz
2009-04-20
4
-4
/
+14
[next]