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
...
*
|
When make_dev_credf(MAKEDEV_WAITOK) is called, use
kib
2010-06-12
1
-4
/
+4
*
|
Add modifications of devctl_notify(9) functions that take flags. Use
kib
2010-06-12
2
-6
/
+24
*
|
Check general TSC presence before doing more specific checks and printfs.
mav
2010-06-12
1
-1
/
+5
*
|
ANSIfy prototypes in subr_usbd.c.
ed
2010-06-12
1
-72
/
+29
*
|
Fix arc_read_done may try to byteswap undefined data (sparc related)
mm
2010-06-12
1
-1
/
+1
*
|
Fix panic in zfs_getsecattr
mm
2010-06-12
1
-4
/
+11
*
|
Fix possible zfs panic on zpool import
mm
2010-06-12
1
-1
/
+0
*
|
Fix zpool resilver stalls with spa_scrub_thread in a 3 way deadlock
mm
2010-06-12
1
-5
/
+7
*
|
Fix ZFS panic deadlock: cycle in blocking chain via zfs_zget
mm
2010-06-12
1
-3
/
+1
*
|
Fix vdev_probe() starvation brings txg train to a screeching halt
mm
2010-06-12
1
-4
/
+4
*
|
Fix incomplete resilvering after disk replacement (raidz)
mm
2010-06-12
1
-2
/
+2
*
|
Fix zfs destroy fails to free object in open context, stops up txg train
mm
2010-06-12
1
-10
/
+1
*
|
Fix unable to remove a file over NFS after hitting refquota limit
mm
2010-06-12
1
-2
/
+2
*
|
Remove GNU-style struct initialization.
ed
2010-06-12
1
-6
/
+6
*
|
The ptc.g operation for the Mckinley and Madison processors has the
marcel
2010-06-12
2
-6
/
+67
*
|
Apply band-aid around function-like macro fdrop() without turning it into
jkim
2010-06-11
1
-1
/
+8
*
|
Detect bit endianness through machine/endian.h. This fixes xz on big-endian
delphij
2010-06-11
1
-0
/
+7
*
|
Clean up code by removing pre-C99 struct hack preprocessor magic.
cperciva
2010-06-11
1
-6
/
+0
*
|
Put back the lost bus_describe_intr() calls.
jfv
2010-06-11
1
-0
/
+6
*
|
Change the mbuf memory calls back to NOWAIT as a
jfv
2010-06-11
1
-2
/
+2
*
|
Make sysinstall WARNS=2 clean.
randi
2010-06-11
6
-8
/
+6
*
|
Add a couple fixes from Michael Tuexen.
jfv
2010-06-11
1
-71
/
+49
*
|
Fix one more case where a string is passed via format argument instead.
jkim
2010-06-11
1
-1
/
+1
*
|
Simplify a function for getting brightness levels.
jkim
2010-06-11
1
-12
/
+7
*
|
Remove unused assignment.
jkim
2010-06-11
5
-18
/
+1
*
|
Cache the last result from if_indextoname for printing. This speeds up
mlaier
2010-06-11
1
-3
/
+9
*
|
fix a few cases where a string is passed via format argument instead of
avg
2010-06-11
8
-12
/
+10
*
|
Remove a disable_queue from the beginning of the
jfv
2010-06-11
1
-1
/
+6
*
|
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
26
-152
/
+59
*
|
sctp_recvmsg returns the number of bytes received, not sent.
brucec
2010-06-11
1
-1
/
+1
*
|
ffs_softdep: change K&R in function defintions to ANSI prototypes
avg
2010-06-11
1
-19
/
+6
*
|
vnode.h: expand debug macros to non-empty void statements when
avg
2010-06-11
1
-5
/
+5
*
|
Fix a possible dereference of null pointer.
jkim
2010-06-11
1
-1
/
+1
*
|
Add INVARIANTS checking that numfreebufs values are sane. Also add a
mdf
2010-06-11
2
-10
/
+55
*
|
Remove dead variable assignments
uqs
2010-06-11
3
-4
/
+2
*
|
Initialize variables before usage.
uqs
2010-06-11
2
-0
/
+2
*
|
Add helper macros to iterate over available CPUs in the system.
jhb
2010-06-11
1
-0
/
+38
*
|
Relax one of the new assertions in pmap_enter() a little. Specifically,
alc
2010-06-11
11
-11
/
+22
*
|
Add myself to the committers graph.
ashish
2010-06-11
1
-0
/
+3
*
|
In another move to join with the age of the Fruitbat, increase SYSV
ivoras
2010-06-11
2
-5
/
+5
*
|
Use same table markup as in hexdump.1
uqs
2010-06-11
1
-6
/
+6
*
|
More mdoc nitpicking to improve compatibility to mdocml
uqs
2010-06-11
5
-4
/
+5
*
|
Remove Xo/Xc in It, which is not yet supported by mdocml but
uqs
2010-06-11
1
-3
/
+1
*
|
mdoc: stop abusing -column lists and use .Bl -tag instead
uqs
2010-06-11
1
-19
/
+21
*
|
mdoc nitpicking: the title argument shall be uppercase
uqs
2010-06-11
14
-14
/
+14
*
|
In dtrace lexer, do not unput token if it is EOF.
kan
2010-06-11
1
-1
/
+2
*
|
3 Fixes -
rrs
2010-06-11
3
-43
/
+28
*
|
Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4)
marcel
2010-06-11
3
-5
/
+5
*
|
Merge from tbemd
imp
2010-06-11
1
-0
/
+11
|
\
\
|
*
|
svn merge svn+ssh://svn.freebsd.org/base/head@209022
imp
2010-06-11
141
-38224
/
+29
[prev]
[next]