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
*
MFp4 changes to fix locking issues and correct reference
sam
2003-08-19
9
-194
/
+310
*
Enable OFW_NEWPCI until jmg's 2003/06/21 18:26:08 PDT bus commit is fixed
obrien
2003-08-19
1
-1
/
+1
*
o pass control frames up the stack when in monitor mode (the 802.11 layer will
sam
2003-08-19
2
-3
/
+7
*
Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bit
scottl
2003-08-19
3
-18
/
+20
*
o correct beacon frame length calculation and add an assert to catch any future
sam
2003-08-19
1
-2
/
+6
*
maintain a table for mapping hardware rate codes to 802.11 rates for
sam
2003-08-19
2
-3
/
+6
*
mark the scan and calibrate callouts MPSAFE
sam
2003-08-19
1
-2
/
+2
*
remove unneeded include files
sam
2003-08-19
1
-4
/
+0
*
Eliminate a possible race condition for multithreaded applications in
alc
2003-08-19
1
-13
/
+2
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
16
-23
/
+18
*
add R_Zalloc definition that returns pre-zero'd memory
sam
2003-08-19
1
-0
/
+2
*
* Bug fix in bw_meter_process(): the periodically processed bins
hsu
2003-08-19
1
-10
/
+33
*
remove #define no longer used
sam
2003-08-19
1
-2
/
+0
*
add missing unlock when in_pcballoc returns an error
sam
2003-08-19
1
-1
/
+3
*
use ETHER_IS_MULTICAST instead of explicit check
sam
2003-08-19
1
-1
/
+1
*
"short cable" fix for DP8315
sam
2003-08-19
1
-0
/
+23
*
correct typo in comment
sam
2003-08-19
1
-1
/
+1
*
Use bus_child_present() to make sure the card is still there before calling
cognet
2003-08-19
1
-1
/
+2
*
Don't tsleep on NULL
ps
2003-08-19
1
-2
/
+2
*
Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). This
des
2003-08-19
1
-0
/
+6
*
Remove unused code.
simokawa
2003-08-19
1
-2
/
+0
*
Drop too short packets.
simokawa
2003-08-19
1
-4
/
+8
*
Allow to access phy registers via ioctl().
simokawa
2003-08-19
2
-1
/
+18
*
Update DRM from DRI CVS as of today. Notable changes include Radeon
anholt
2003-08-19
35
-683
/
+1061
*
Update my mail address on copyright notice.
takawata
2003-08-19
1
-1
/
+1
*
handle locking when creating or destroying vchans better
cg
2003-08-18
2
-38
/
+104
*
try to make really sshort sounds actually play
cg
2003-08-18
1
-16
/
+43
*
The CD bits in the CBB_SOCKET_STATE register are 0 when the card is
imp
2003-08-18
1
-4
/
+3
*
Replace a homegrown bdone()/bwait() implementation by the real thing
phk
2003-08-18
1
-27
/
+5
*
Spell the name of the lock right in addition to getting the type right.
jhb
2003-08-18
1
-1
/
+1
*
The allproc lock is a sx lock, not a mutex, so fix the assertion. This
jhb
2003-08-18
1
-1
/
+1
*
The previous change necessitates the addition of a new #include. Otherwise,
alc
2003-08-18
1
-0
/
+1
*
Add missing header include for MSR macros.
jhb
2003-08-18
1
-0
/
+1
*
style.Makefile(5)
obrien
2003-08-18
1
-1
/
+1
*
Rework pfs_iterate() a bit to eliminate a bug related to process
des
2003-08-18
1
-9
/
+12
*
Whitespace cleanup.
des
2003-08-18
1
-14
/
+14
*
Put the clearing of the socket cd interrupt and setting of it under
imp
2003-08-18
1
-10
/
+8
*
Put a band-aide(tm) on the CIS panic problem. This is a similar fix
imp
2003-08-18
1
-5
/
+16
*
Three unrelated changes to vm_proc_new(): (1) add vm object locking on the
alc
2003-08-18
1
-10
/
+7
*
Do not call VOP_BMAP() on our own vnodes.
phk
2003-08-17
2
-20
/
+6
*
Acquire the pte object's mutex when performing vm_page_grab(). Note: It is
alc
2003-08-17
1
-0
/
+4
*
Don't use a VOP_*() function on our own vnodes, go directly to the
phk
2003-08-17
1
-4
/
+8
*
Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34
ps
2003-08-17
1
-1
/
+1
*
Use NULL for 3rd argument of VOP_BMAP() rather than custom cast.
phk
2003-08-17
1
-4
/
+2
*
It is not an error to have no devices in the kernel: Return the
phk
2003-08-17
1
-4
/
+4
*
Bump __FreeBSD_version due to movement of libraries to /lib and rtld to
gordon
2003-08-17
1
-1
/
+1
*
Stage 3 of dynamic root support. Make all the libraries needed to run
gordon
2003-08-17
1
-0
/
+1
*
Fixup the ELF branding information to point to the new home of rtld.
gordon
2003-08-17
8
-8
/
+8
*
Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>
marcel
2003-08-17
36
-176
/
+197
*
In pmap_copy(), since we have the page table page's physical address
alc
2003-08-17
2
-6
/
+4
[next]