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
*
Further improvements to LOCK_PROFILING:
kmacy
2007-02-27
6
-11
/
+46
*
Update HISTORY.
grog
2007-02-27
1
-11
/
+14
*
Fixed some style bugs (whitespace lossage for removal of __P(()), and
bde
2007-02-27
1
-8
/
+8
*
Use a periodic itimer instead of repeated calls to alarm() in
bde
2007-02-27
1
-7
/
+9
*
First cut at GEOM based multipath. This is an active/passive{/passive...}
mjacob
2007-02-27
10
-0
/
+1121
*
Add warning about deadlocks created by use of wakeup_one.
grog
2007-02-27
1
-0
/
+6
*
MFP4: 115094
jkim
2007-02-27
2
-6
/
+8
*
Replace spaces with tabs in some places.
pjd
2007-02-27
1
-7
/
+7
*
Rework EC I/O approach. Implement burst mode, including proper handling of
njl
2007-02-27
1
-109
/
+206
*
Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate
mohans
2007-02-26
9
-10
/
+54
*
Add three new ioctl(2) commands for bpf(4).
jkim
2007-02-26
6
-47
/
+168
*
Revise locking strategy used for UNIX domain sockets in order to improve
rwatson
2007-02-26
2
-223
/
+470
*
Use NULL rather than 0 for various pointer constants.
jhb
2007-02-26
1
-26
/
+26
*
Add rw_wowned(9) symlink.
rwatson
2007-02-26
1
-0
/
+1
*
Update rwlock(9) for rw_wowned().
rwatson
2007-02-26
1
-0
/
+6
*
Add rw_wowned() interface to rwlock(9), allowing a kernel thread to
rwatson
2007-02-26
2
-0
/
+8
*
Mark the kernel linker file as linked so that it is visible to the various
jhb
2007-02-26
1
-0
/
+1
*
Fix a comment.
jhb
2007-02-26
1
-2
/
+2
*
Document m_pulldown().
bms
2007-02-26
1
-1
/
+39
*
Fix include declaration it was sys/sctp.h should be netinet/sctp.h,
rrs
2007-02-26
14
-14
/
+14
*
Mark data structures used on the wire with IPX SAP as __packed so that
rwatson
2007-02-26
1
-3
/
+3
*
Build ipx_ip.c only if options IPXIP is defined. No functional change.
rwatson
2007-02-26
2
-3
/
+1
*
Don't block on the socket zone limit during the socket()
ru
2007-02-26
1
-5
/
+5
*
Fix a likely bug by adding what appears to be a missing break statement
rwatson
2007-02-26
1
-0
/
+1
*
general LOCK_PROFILING cleanup
kmacy
2007-02-26
9
-154
/
+72
*
Update the dump program to save extended attributes. Update
mckusick
2007-02-26
7
-47
/
+516
*
Declare a `struct extattr' that defines the format of an extended
mckusick
2007-02-26
2
-0
/
+114
*
Remove unused header file <machine/katelib.h>
kevlo
2007-02-26
3
-4
/
+0
*
mii_phy_dev_probe returns its third argument on match, not 0, so pass 0
imp
2007-02-26
1
-1
/
+1
*
Close race conditions between fork() and [sg]etpriority()'s
delphij
2007-02-26
2
-5
/
+17
*
Move _posix1e_acl_name_to_id out of acl_support.c and into
kientzle
2007-02-26
3
-55
/
+52
*
Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot a
cognet
2007-02-26
1
-0
/
+2
*
Erm we can't change the value of arm_memcpy if we're running from flash.
cognet
2007-02-26
2
-5
/
+23
*
Implement the -h flag (set an ACL on a symbolic link).
mckusick
2007-02-26
1
-4
/
+14
*
Update for the new prototype of bus_setup_intr().
cognet
2007-02-25
2
-4
/
+4
*
Don't assert() the TLS allocation requested is big enough; just
kientzle
2007-02-25
1
-2
/
+2
*
Mark the vm_page_unmanage(9) manpage as obsolete.
ru
2007-02-25
1
-0
/
+2
*
Catch up with bus_setup_intr() modification and garbage collect a
piso
2007-02-25
1
-2
/
+2
*
Catch up with bus_setup_intr() modification and garbage collect two
piso
2007-02-25
1
-4
/
+4
*
Garbage collect a reference to INTR_FAST.
piso
2007-02-25
2
-2
/
+2
*
Fix attach of at91_pio() after bus_setup_intr() modification.
piso
2007-02-25
1
-1
/
+1
*
Update multicast(4) manual page to reflect the new reality of the code.
bms
2007-02-25
1
-8
/
+26
*
Unlock a mutex which should be unlocked before returning.
bms
2007-02-25
1
-1
/
+3
*
semi-automatic style(9)
netchild
2007-02-25
10
-1328
/
+1377
*
MFp4 (110541):
netchild
2007-02-25
1
-2
/
+7
*
MFp4 (110523, parts which apply cleanly):
netchild
2007-02-25
2
-89
/
+92
*
Use uma_set_align().
marius
2007-02-25
1
-0
/
+1
*
Remove the traces of vm_page_unmanage().
ru
2007-02-25
3
-58
/
+0
*
Fix ALC883 microphone / recording issues. Setting high(er) VRef on
ariff
2007-02-25
1
-4
/
+95
*
Change the way that unmanaged pages are created. Specifically,
alc
2007-02-25
6
-48
/
+11
[next]