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
*
Fix typo in the device id for the new cards.
scottl
2004-03-27
1
-1
/
+1
*
Regen for libthr thread synchronization syscalls.
mtm
2004-03-27
9
-12
/
+34
*
Use the proc lock to sleep on a libthr umtx.
mtm
2004-03-27
1
-2
/
+6
*
Separate thread synchronization from signals in libthr. Instead
mtm
2004-03-27
5
-0
/
+68
*
- Add a description for vfs.usermount sysctl.
pjd
2004-03-27
1
-58
/
+54
*
Bump FreeBSD version for UTF-8 locale addition. This is primarily for
tjr
2004-03-27
1
-1
/
+1
*
- Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts.
pjd
2004-03-27
1
-8
/
+7
*
MFp4: FireWire
simokawa
2004-03-26
13
-243
/
+449
*
fix for 64-bit arch:
rees
2004-03-26
1
-1
/
+1
*
We probably shouldn't allow users to mount file systems with MNT_SUIDDIR.
pjd
2004-03-26
1
-2
/
+4
*
Validate IPv6 socket options more carefully to avoid a panic.
ume
2004-03-26
2
-1
/
+38
*
MFNetBSD Version 1.146
julian
2004-03-26
1
-5
/
+11
*
Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.
obrien
2004-03-26
3
-0
/
+981
*
Add support for a new variant of the prism3 that has appaered in the
imp
2004-03-25
1
-0
/
+1
*
Sync to pccarddevs 1.82
imp
2004-03-25
1
-2
/
+5
*
Add a new Intersil card that DLINK is selling as the DWL-650.
imp
2004-03-25
1
-1
/
+2
*
only do nfs rpc callouts if there is work to do.
rees
2004-03-25
4
-11
/
+14
*
Enable splitfs in the Alpha boot loaders.
jhb
2004-03-25
1
-0
/
+1
*
1. Better handle a return value of EINPROGRESS from bus_dmamap_load.
vkashyap
2004-03-25
3
-22
/
+38
*
- In subr_ndis.c:ndis_init_event(), initialize events as notification
wpaul
2004-03-25
2
-4
/
+41
*
Connect ctau driver (Cronyx-Tau/ISA) to modules build process.
rik
2004-03-25
1
-0
/
+2
*
Remove unused function.
pjd
2004-03-25
2
-11
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r127403,
des
2004-03-25
1
-22
/
+26
|
\
|
*
Import the original directly from NetBSD instead of via OpenBSD.
des
2004-03-25
1
-22
/
+26
*
|
Untangle IP multicast routing interaction with delayed payload checksums.
ru
2004-03-25
1
-13
/
+3
*
|
- In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),
wpaul
2004-03-25
2
-28
/
+86
*
|
MFi386: correctly calculate the top-of-stack when a kthread is created
peter
2004-03-25
1
-3
/
+4
*
|
Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus.
peter
2004-03-25
1
-5
/
+43
*
|
Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD.
obrien
2004-03-25
1
-0
/
+1
*
|
Lets give -O2 kernels a try on sparc64.
obrien
2004-03-25
1
-1
/
+1
*
|
Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in
alc
2004-03-24
1
-9
/
+1
*
|
Properly reprogram the hardware when IFF_ALLMULTI flag is set.
ru
2004-03-24
1
-0
/
+3
*
|
sppp (4) to netgraph (4) node. As always: I'l connect it to the
rik
2004-03-24
3
-0
/
+491
*
|
Conform to local file sytle and prefer (a && (b & flag)).
imp
2004-03-24
1
-1
/
+1
*
|
Don't duplicate a packet, just to throw it away when we discover the
julian
2004-03-24
1
-1
/
+1
*
|
The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() is
wpaul
2004-03-24
1
-5
/
+11
*
|
Fix a bug introduced in rev 1.33(mega API change).
simokawa
2004-03-24
1
-1
/
+1
*
|
Correct the boundary parameter to the bus_dma_tag_create() calls (it was
tmm
2004-03-23
1
-2
/
+2
*
|
Correct the termination condition of the DVMA pruning loop in
tmm
2004-03-23
1
-7
/
+7
*
|
Intitialize the frame pointer and return pc of a new process created
tmm
2004-03-23
1
-0
/
+2
*
|
Enable interrupt preemption on Alpha. Previously, flipping this switch on
jhb
2004-03-23
1
-1
/
+10
*
|
Recently I realized that the ADMtek 8211 driver wasn't working correctly
wpaul
2004-03-23
1
-3
/
+4
*
|
Add an implementation of uiomove_fromphys() for PowerPC. This
alc
2004-03-23
3
-0
/
+263
*
|
Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying
tjr
2004-03-23
1
-1
/
+2
*
|
Change the !MPSAFE boot string to something that doesn't potentially
obrien
2004-03-23
1
-1
/
+1
*
|
Emit a traceback when witness_trace is set and witness_warn() is
alfred
2004-03-23
1
-0
/
+2
*
|
Remove another case of grabbing Giant before doing a kthread_exit()
wpaul
2004-03-22
1
-1
/
+0
*
|
Rather than display which interrupts are MPSAFE, display those that aren't.
obrien
2004-03-22
1
-1
/
+3
*
|
Use the correct length for appending an extended irq resource. This may
njl
2004-03-22
1
-1
/
+1
*
|
Shorten some printfs to fit better. No other functional changes.
njl
2004-03-22
1
-6
/
+6
[next]