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
*
Change default key allocation method to do the right thing for
sam
2005-07-09
1
-1
/
+18
*
- Grammar fixes
markus
2005-07-09
1
-12
/
+12
*
Repair this:
cracauer
2005-07-09
1
-0
/
+1
*
sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:
jkoshy
2005-07-09
6
-36
/
+46
*
New release notes:
hrs
2005-07-09
2
-8
/
+92
*
Have the NMI handler call the C language trap() routine and directly
jkoshy
2005-07-09
1
-2
/
+27
*
Fix a bug in pmclog_read() that causes it to return with a false
jkoshy
2005-07-09
1
-2
/
+15
*
Fix a bug that affected on-the-fly gmon.out file generation.
jkoshy
2005-07-09
3
-12
/
+9
*
Use m_length (m, NULL) instead of m->m_pkthdr.len.
rik
2005-07-09
3
-3
/
+3
*
Lost cx_mpsafenet check.
rik
2005-07-09
1
-2
/
+3
*
Lost t_oproc() callback assignment.
rik
2005-07-09
1
-0
/
+1
*
Lost CX_UNLOCK().
rik
2005-07-09
1
-0
/
+4
*
Protect from partially initialized channels.
rik
2005-07-09
3
-0
/
+6
*
Regrab dvp only when ISDOTDOT.
tanimura
2005-07-09
1
-1
/
+2
*
Space & alignment nits.
rik
2005-07-09
3
-21
/
+20
*
Some cleanups and tweaks to some of the atomic.h files in preparation for
jhb
2005-07-09
3
-253
/
+234
*
Add Giant around linux_getcwd_common() in linux_getcwd().
jhb
2005-07-09
1
-0
/
+2
*
Add missing locking to linux_connect() so that it can be marked MP safe:
jhb
2005-07-09
1
-8
/
+15
*
Document that SOCK_LOCK is used to protect so_emuldata.
jhb
2005-07-09
1
-1
/
+1
*
The nsegs parameter to bus_dmamap_load_mbuf_sg is not required to
grehan
2005-07-09
1
-0
/
+2
*
Fix the build. The SMC_8020BT define doesn't exist yet.
scottl
2005-07-09
1
-0
/
+2
*
Add Farrallon EtherMac PC Card to the list of supported cards.
imp
2005-07-09
1
-4
/
+11
*
Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so list
imp
2005-07-09
1
-3
/
+2
*
correct check for high priority wme traffic
sam
2005-07-08
1
-1
/
+1
*
Sync which ggate changes.
pjd
2005-07-08
1
-16
/
+34
*
Reimplement ggatec/ggated applications.
pjd
2005-07-08
6
-455
/
+1094
*
Add CANCEL command which allows to remove one request from the queue or
pjd
2005-07-08
2
-4
/
+53
*
oops ... forgot to declare sc in my previous commit. unbreak build.
damien
2005-07-08
1
-0
/
+1
*
fix allocation of rx dma buffers. buffers must be contiguous.
damien
2005-07-08
1
-2
/
+2
*
document ENABLE_WPA_SUPPLICANT_EAPOL
sam
2005-07-08
2
-1
/
+19
*
Make sure that all the necessary USB endpoints are found during device
damien
2005-07-08
2
-2
/
+7
*
ral_init() takes a struct ral_softc as parameter not a struct ifnet.
damien
2005-07-08
2
-2
/
+2
*
Use implicit type cast for ->k_lock to fix compilation of ndis
rik
2005-07-08
1
-3
/
+3
*
fix another instance of the MORE_DATA bit handling for frames on the
sam
2005-07-08
1
-2
/
+1
*
handle RTM_IFINFO events so we terminate when an interface is
sam
2005-07-08
1
-1
/
+14
*
reclaim node reference when ieee80211_encap fails
sam
2005-07-08
3
-4
/
+13
*
update ural ids
sam
2005-07-08
2
-2
/
+34
*
Regen.
jhb
2005-07-08
5
-6
/
+6
*
Mark second instance of lchown() MP safe just like the first.
jhb
2005-07-08
1
-1
/
+1
*
Missed one piece of the cluster's quirk. Need to override WARNS because
kensmith
2005-07-08
1
-0
/
+1
*
Merge the following from the English version:
den
2005-07-08
1
-2
/
+25
*
ALTQify ste(4).
mlaier
2005-07-08
2
-7
/
+10
*
This commit was generated by cvs2svn to compensate for changes in r147824,
obrien
2005-07-07
1
-101
/
+63
|
\
|
*
Fix bogus fmov* SPARC opcodes.
obrien
2005-07-07
1
-101
/
+63
*
|
Patch the freebsd spec file for PowerPC so that PIC code builds correctly.
scottl
2005-07-07
1
-0
/
+6
*
|
Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().
jhb
2005-07-07
1
-2
/
+7
*
|
Remove an extra call to read() in ibcs2_read() that can never be reached.
jhb
2005-07-07
1
-2
/
+0
*
|
Conditionally acquire Giant around the ISC and Xenix system calls based
jhb
2005-07-07
2
-10
/
+24
*
|
Lock Giant in svr4_add_socket() so that the various svr4_*stat() calls
jhb
2005-07-07
1
-0
/
+6
*
|
Remove an unused syscallarg() macro leftover from this code's origins in
jhb
2005-07-07
1
-2
/
+0
[next]