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
*
- Export pmap_enter_quick() to the MI VM. This will permit the
alc
2003-06-29
9
-18
/
+48
*
Capitalize an occurrence of 'ficl' for consistency.
brueffer
2003-06-29
1
-1
/
+1
*
catch failure to fetch the card's "own channel"; this should not happen
sam
2003-06-29
1
-0
/
+4
*
insure ic_bss always has a "valid" channel; avoids problems where users could
sam
2003-06-29
1
-1
/
+2
*
use proper length to copy data for WI_RID_DESIRED_SSID (was smashing
sam
2003-06-29
1
-1
/
+1
*
add safeguard against (bogus) null channel parameter
sam
2003-06-29
1
-1
/
+4
*
Add vm object locking to vm_pageout_map_deactivate_pages().
alc
2003-06-29
1
-9
/
+18
*
In order to set the MAC address on RealTek NICs, you must flip WRITECFG
wpaul
2003-06-29
1
-5
/
+9
*
Implement fuword32() and suword32(). These functions are used in
marcel
2003-06-29
1
-1
/
+40
*
Bump __FreeBSD_version because the semantics of sigtimedwait and
jdp
2003-06-29
1
-1
/
+1
*
- Remove the calls to pmap_install() from pmap_object_init_pt(); they are
alc
2003-06-29
1
-9
/
+9
*
XXX Copy workaround from UFS: open device for write access even if
tjr
2003-06-29
1
-0
/
+19
*
Allow the interrupt controller to be probed - this picks up the
grehan
2003-06-29
1
-1
/
+0
*
Modify the xl_reset() routine slightly so that, if we're using memory
wpaul
2003-06-29
1
-0
/
+10
*
- Construct a cpu topology map for Hyper Threading systems so that ULE may
jeff
2003-06-28
6
-0
/
+186
*
- Add structures for defining cpu topologies more complex than SMP.
jeff
2003-06-28
1
-0
/
+27
*
Remove GIANT_REQUIRED from kmem_malloc().
alc
2003-06-28
1
-3
/
+0
*
Small fixes for the IOMMU code:
tmm
2003-06-28
1
-16
/
+47
*
MFi386
alc
2003-06-28
1
-4
/
+9
*
- Add vm object locking to vm_pageout_clean().
alc
2003-06-28
1
-5
/
+7
*
Don't use fuword() and suword() on struct members of type int. This
marcel
2003-06-28
3
-11
/
+11
*
Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for
marcel
2003-06-28
1
-2
/
+4
*
update to new 802.11 support
sam
2003-06-28
1
-2
/
+1
*
Remove a stale comment, fix indentation.
luigi
2003-06-28
1
-8
/
+5
*
whitespace fix
luigi
2003-06-28
1
-1
/
+1
*
enable interrupt routing for mcpcia based systems
ticso
2003-06-28
1
-53
/
+44
*
MFi386: revision 1.566.
nyan
2003-06-28
2
-76
/
+0
*
Fix several problems related to resume:
simokawa
2003-06-28
4
-5
/
+40
*
Implement cpu_set_upcall_kse(). Elementary testing shows that this
marcel
2003-06-28
1
-0
/
+26
*
- Don't migrate to stopped cpus.
jeff
2003-06-28
1
-4
/
+4
*
Hook grackle system controller/heathrow interrupt controller to PPC build.
grehan
2003-06-28
1
-0
/
+2
*
A module to handle the interrupt controller on Heathrow/Paddington
grehan
2003-06-28
2
-0
/
+545
*
A module for the Motorola MPC106 system controller aka 'Grackle'
grehan
2003-06-28
2
-0
/
+622
*
o Change kse_thr_interrupt to allow send a signal to a specified thread,
davidxu
2003-06-28
9
-149
/
+354
*
- If smp is not started yet don't try to load balance or we'll put threads
jeff
2003-06-28
1
-0
/
+3
*
Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.
davidxu
2003-06-28
1
-4
/
+11
*
Attach the amd(4) module to the i386 and pc98 builds only;
ru
2003-06-28
1
-0
/
+1
*
- Use an int rather than a vm_pindex_t to represent the desired page
alc
2003-06-28
1
-24
/
+6
*
Add a machine depended function thread_siginfo, SA signal code
davidxu
2003-06-28
9
-0
/
+174
*
- Throttle the inherited sleep and run time in sched_fork_kseg(). This
jeff
2003-06-28
1
-4
/
+4
*
switch to new 802.11 support
sam
2003-06-28
1
-2
/
+3
*
hookup ath and ath_hal to the build
sam
2003-06-28
1
-0
/
+2
*
update for new 802.11 support
sam
2003-06-28
11
-160
/
+134
*
switch to new 802.11 support
sam
2003-06-28
1
-1
/
+7
*
remove old 802.11 support; replaced by new code in sys/net80211
sam
2003-06-28
2
-4027
/
+0
*
Catch amd64 up with the pending busdma async callback locking. Though this
scottl
2003-06-28
1
-0
/
+5
*
- Adjust the default maximum slice value to ~140ms. This has improved the
jeff
2003-06-28
1
-2
/
+2
*
Announce umct to kernel build.
scottl
2003-06-28
2
-0
/
+3
*
Hook umct up to the module tree.
scottl
2003-06-28
1
-0
/
+1
*
Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.
scottl
2003-06-28
2
-0
/
+520
[next]