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
*
When linking make sure it succeeds.
obrien
2006-02-17
1
-2
/
+2
*
Add support for the Intel E7205 chipset.
anholt
2006-02-17
2
-0
/
+12
*
Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() could
tegge
2006-02-16
1
-0
/
+14
*
JMicron JMB363 support.
brueffer
2006-02-16
1
-2
/
+2
*
Add new -E option, which allows to specify location of the mdconfig(8)
sobomax
2006-02-16
2
-8
/
+20
*
Use example.com rather than bar.com for the system contact example.
ceri
2006-02-16
1
-1
/
+1
*
Have TCP Inflight disable itself if the RTT is below a certain
andre
2006-02-16
6
-2
/
+38
*
Add support for the JMicron JMB363 dual SATA + single PATA controller.
sos
2006-02-16
3
-35
/
+100
*
In in_pcbconnect_setup() reduce code duplication and use ip_rtaddr()
andre
2006-02-16
1
-16
/
+10
*
Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead
andre
2006-02-16
3
-20
/
+27
*
The libwrap built with NO_INET6=yes cannot parse an IPv6 address.
ume
2006-02-16
1
-1
/
+3
*
- Massage wording to make it easier to understand and fix some grammar.
brd
2006-02-16
2
-6
/
+6
*
Wisdom about the Open Source ecosystem.
grog
2006-02-16
1
-0
/
+5
*
Don't forget to initialize a tailq before using it.
deischen
2006-02-16
2
-0
/
+2
*
Fix a long standing race between sleep queue and thread
davidxu
2006-02-15
8
-114
/
+99
*
add miss args to mac:del and mac:kick
sam
2006-02-15
1
-3
/
+3
*
Rework last change of pthread_once, create a function _thr_once_init to
davidxu
2006-02-15
3
-6
/
+10
*
When the VM needs to allocated physical memory pages (for non interrupt use)
ups
2006-02-15
1
-3
/
+13
*
drop softc lock around copyin/copyout
sam
2006-02-15
1
-0
/
+2
*
fix build w/o AR_DEBUG
sam
2006-02-15
1
-3
/
+10
*
improve tx/rx buf printing routines
sam
2006-02-15
1
-18
/
+25
*
add missing bit from 1.130
sam
2006-02-15
1
-1
/
+1
*
o handle fatal errors directly instead of via the task queue
sam
2006-02-15
2
-10
/
+16
*
use ath_hal_gettxintrtxqs so we only process h/w tx
sam
2006-02-15
1
-1
/
+2
*
fixup comments
sam
2006-02-15
1
-6
/
+5
*
close race between ath_tx_start and ath_tx_processq
sam
2006-02-15
1
-1
/
+2
*
- Add info regarding the watchdog part of the MK48Txx.
marius
2006-02-15
1
-8
/
+41
*
For E250 and E450 enable the watchdog part of the MK48Txx as it just
marius
2006-02-15
1
-1
/
+19
*
It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions)
dwmalone
2006-02-15
2
-4
/
+4
*
Update a comment to match functionality changed in r1.39 (allow square
ceri
2006-02-15
1
-0
/
+1
*
Fix fallout from last commit - we need to program the MAC address in em_init().
glebius
2006-02-15
1
-0
/
+1
*
em_hardware_init() in em_init() is not needed, and leads to annoying
glebius
2006-02-15
1
-7
/
+0
*
After fork(), reinitialize internal locks for pthread_once().
davidxu
2006-02-15
3
-11
/
+15
*
Set ifp->if_baudrate according to current speed.
glebius
2006-02-15
1
-2
/
+2
*
- Rename em_print_link_status() to em_update_link_status().
glebius
2006-02-15
1
-42
/
+9
*
- Second style(9) megacleanup.
glebius
2006-02-15
3
-1773
/
+1628
*
Fix build.
glebius
2006-02-15
1
-2
/
+2
*
a) clean up some declaration stuff (i.e., make more modern with respect
mjacob
2006-02-15
14
-1133
/
+1140
*
Change default build of wpa_supplicant to include EAPOL support;
sam
2006-02-14
4
-18
/
+10
*
fix off by one malloc sizes
sam
2006-02-14
1
-3
/
+3
*
o make driver override of net80211 parameter state consistent
sam
2006-02-14
2
-5
/
+4
*
Only install ipmi.4 for i386/amd64.
ambrisko
2006-02-14
1
-1
/
+2
*
Unbreak this.
ru
2006-02-14
1
-3
/
+1
*
Fix the hw.realmem sysctl. The global realmem variable is a count of
jhb
2006-02-14
3
-3
/
+3
*
Move the "r p d s w" fields to the left to create space for expansion.
bde
2006-02-14
1
-25
/
+26
*
A little extra cleaning up.
gnn
2006-02-14
1
-58
/
+49
*
Move includes from if_em.h to if_em.c and sort them.
glebius
2006-02-14
2
-40
/
+37
*
Clean up some descriptions and remove ambiguities in the language.
gnn
2006-02-14
3
-144
/
+188
*
Disable the ipmi driver on pc98.
nyan
2006-02-14
1
-1
/
+1
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
24
-35
/
+0
[next]