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
*
Don't reinitialize the hardware if only PROMISC flag was changed.
yongari
2007-04-18
2
-4
/
+13
*
Add support for hw-assisted checksums on 6105M.
phk
2007-04-17
4
-34
/
+144
*
Simplify.
pjd
2007-04-17
2
-8
/
+0
*
- Fix a leftover - vfs_mount_alloc() is now exported properly.
pjd
2007-04-17
2
-8
/
+10
*
Export vfs_mount_alloc() as it is used in ZFS.
pjd
2007-04-17
2
-3
/
+3
*
Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 by
jhb
2007-04-17
2
-0
/
+10
*
Ignore hostid check for root-on-ZFS configurations. Making hostid available
pjd
2007-04-17
2
-2
/
+10
*
No need to throw tag+handle around on the stack.
phk
2007-04-17
4
-36
/
+14
*
When we run into the syncache entry limits syncache_add() tries
andre
2007-04-17
1
-2
/
+2
*
When trying to allocate a PnP BIOS memory resource, the code loops trying
jhb
2007-04-17
1
-1
/
+1
*
Change $P4$ ID strings to P4 ID strings so that they are not auto-expanded
rwatson
2007-04-17
4
-4
/
+4
*
Remove $P4$ that snuck into CVS from Perforce.
rwatson
2007-04-17
1
-1
/
+0
*
Improve the if_vr driver ever so slightly.
phk
2007-04-17
4
-174
/
+220
*
Shorten text string for ip_fw2 dynamic rules zone by removing the word
rwatson
2007-04-17
1
-1
/
+1
*
Basic MPSAFE locking for the AHC and AHD drivers.
scottl
2007-04-17
13
-336
/
+72
*
Don't use spinlocks here. The iicbus transactions can take a long
imp
2007-04-17
1
-3
/
+3
*
Don't delete the devalias, as per the man page.
scottl
2007-04-17
1
-4
/
+1
*
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
thompsa
2007-04-17
14
-1923
/
+1923
*
- Add a 'show rman <rm>' DDB command to dump the resources in a resource
jhb
2007-04-16
1
-0
/
+50
*
For the XPT_SASYNC_CB operation, only decouple the broadcast to the bus
scottl
2007-04-16
1
-86
/
+67
*
Drop the topology lock before calling the periph oninvalidate and dtor
scottl
2007-04-16
1
-7
/
+5
*
Drop the periph/sim lock when calling disk_destroy().
scottl
2007-04-16
2
-5
/
+3
*
Destroy the devalias before destroying the dev.
scottl
2007-04-16
1
-1
/
+1
*
Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit:
rwatson
2007-04-16
1
-13
/
+184
*
Update src/sys/bsm for OpenBSM 1.0 alpha 14 import.
rwatson
2007-04-16
4
-7
/
+28
*
s/destory/destroy/ (except for the code in contrib/).
pjd
2007-04-16
3
-3
/
+3
*
Uncomment forgotten check. Without this check in-place, ZFS will panic on
pjd
2007-04-16
2
-2
/
+2
*
PHYS_TO_VM_PAGE requires explicit vm_page.h include on sparc64
kmacy
2007-04-15
1
-0
/
+1
*
Remove unused variable tcbinfo_mtx.
rwatson
2007-04-15
2
-2
/
+0
*
Avoid "unused variable" warning when building without PSEUDOFS_TRACE.
des
2007-04-15
1
-0
/
+1
*
Use %j and args cast to uintmax_t to print bus_addr_t && length args.
mjacob
2007-04-15
1
-2
/
+2
*
Add an entry for AUT_ZONENAME and the prototype for the au_to_zonename()
csjp
2007-04-15
1
-0
/
+2
*
Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.
des
2007-04-15
6
-340
/
+553
*
Instead of stating GIANT_REQUIRED, just acquire and release Giant where
des
2007-04-15
1
-2
/
+5
*
Whitespace cleanup.
des
2007-04-15
1
-16
/
+18
*
In nfsrv_rcv(), don't reacquire the nfs server lock until after
rwatson
2007-04-15
1
-1
/
+1
*
Add pmap includes needed by i386
kmacy
2007-04-15
1
-0
/
+3
*
Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset is
des
2007-04-15
1
-1
/
+3
*
Don't reset uio_offset to 0 before returning. Instead, refuse to service
des
2007-04-15
2
-3
/
+7
*
Fix stupid syntax error - Pointy hat to me :-(
rrs
2007-04-15
1
-7
/
+7
*
Add macros to assert that the process is / isn't held in memory.
des
2007-04-15
1
-0
/
+6
*
- Add more comments to sctps_stats struture in sctp_uio.h
rrs
2007-04-15
5
-266
/
+293
*
MFp4: Start DNLC after desiredvnodes variable is initialized.
pjd
2007-04-15
2
-4
/
+4
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
51
-995
/
+1275
*
back out option to disable packet zone
kmacy
2007-04-15
1
-6
/
+0
*
suck in more of busdma to enable more efficient mappings
kmacy
2007-04-15
1
-58
/
+164
*
Add sysctl for disabling/enabling mbuf chain collapsing
kmacy
2007-04-15
2
-11
/
+8
*
Implement ZERO_COPY_SOCKETS check in a way that doesn't make LINT unhappy
kmacy
2007-04-15
1
-5
/
+6
*
Fix RAID-Z resilvering.
pjd
2007-04-14
2
-4
/
+32
*
Add support for mbuf iovec in the TX path
kmacy
2007-04-14
2
-40
/
+87
[next]