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
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
112
-327
/
+327
*
Similar to the (1 << 31) case it is not defined to do (2 << 30).
eadler
2013-11-30
7
-12
/
+12
*
Add a printf to inform about the logical memory block size which is in use
andreast
2013-11-30
1
-0
/
+1
*
sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.
jilles
2013-11-30
8
-27
/
+34
*
Add NOPKG to disable pkg-stage.
hrs
2013-11-30
1
-1
/
+2
*
Make process descriptors standard part of the kernel. rwhod(8) already
pjd
2013-11-30
17
-69
/
+1
*
In
tuexen
2013-11-30
2
-8
/
+3
*
Disable this debugging - it's far too verbose when doing TX rate debugging.
adrian
2013-11-29
1
-0
/
+2
*
Use the correct endian-ness accessor for this TLV field.
adrian
2013-11-29
1
-1
/
+1
*
Make sure any waiters on the scan results get notified if the scan task
adrian
2013-11-29
1
-0
/
+1
*
Use the Open Firmware-based CPU frequency determination as a generic
nwhitehorn
2013-11-29
1
-19
/
+14
*
Fix typo.
andreast
2013-11-29
1
-1
/
+1
*
Fix typo
eadler
2013-11-29
1
-1
/
+1
*
Fix typo
eadler
2013-11-29
1
-1
/
+1
*
gcc: upstream alignment cleanups.
pfg
2013-11-29
14
-81
/
+152
*
zfs: add zfs_freebsd_putpages
avg
2013-11-29
3
-23
/
+170
*
zfs: add dmu_write_pages variant for freebsd
avg
2013-11-29
2
-0
/
+66
*
zfs: make zfs_map_page / zfs_unmap_page public
avg
2013-11-29
2
-16
/
+15
*
drop ZUT_OBJ, zfs unit testing driver never materialzied in freebsd
avg
2013-11-29
1
-3
/
+0
*
Set the PGA_WRITEABLE flag when the protections indicate write access, not
ian
2013-11-29
1
-1
/
+1
*
Note that libstand is 32-bit on amd64 and powerpc64
emaste
2013-11-29
1
-0
/
+4
*
Look up a nand chip by id in the static table before trying to obtain
ian
2013-11-29
1
-11
/
+21
*
zfs mappedread_sf: assert that a page is never partially valid
avg
2013-11-29
1
-1
/
+3
*
Also mention that drill(1) can be used, now that nslookup and dig are no
rodrigc
2013-11-29
1
-1
/
+1
*
In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty"
rodrigc
2013-11-29
1
-1
/
+2
*
Fix typo in comment.
rpaulo
2013-11-29
1
-1
/
+1
*
Move KDTRACE_FRAME to "options" since it's used by kern.pre.mk.
rpaulo
2013-11-29
2
-3
/
+1
*
Change run_rt2870_rf_write() prototype (no functional change)
kevlo
2013-11-29
2
-19
/
+14
*
On the RT2870, rf registers are now 64-bit, not 32-bit after r257955.
kevlo
2013-11-29
1
-20
/
+33
*
gcc: Make use of TREE_OVERFLOW_P.
pfg
2013-11-29
5
-32
/
+59
*
Fix an issue where additional lines of a function definition didn't line
dteske
2013-11-29
1
-2
/
+2
*
Fix an issue where the leading `+' sign before a function name was not
dteske
2013-11-29
1
-1
/
+1
*
Add an interface for the Wii IOS kernels.
rpaulo
2013-11-29
1
-0
/
+64
*
Give some output about the CPU clock on IBMPOWER machines, currently read
andreast
2013-11-28
1
-0
/
+41
*
MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)
avg
2013-11-28
3
-51
/
+20
*
Purely cosmetic change: order DT_REL* and DT_RELA* consistently.
emaste
2013-11-28
1
-1
/
+1
*
jail_v0.ip_number was always in host byte order. This was handled
peter
2013-11-28
2
-2
/
+2
*
MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained control
avg
2013-11-28
24
-1429
/
+2490
*
- Add bucket size column to `show uma` DDB command.
mav
2013-11-28
1
-5
/
+34
*
opensolaris compat: add taskq_wait emulation
avg
2013-11-28
1
-0
/
+6
*
Add some text to clarify that nslookup and dig are no longer in the base system
rodrigc
2013-11-28
1
-1
/
+6
*
add taskqueue_drain_all
avg
2013-11-28
2
-0
/
+31
*
libcpp: fix an underflow.
pfg
2013-11-28
1
-1
/
+1
*
Simplify O_NAT opcode handling.
melifaro
2013-11-28
1
-19
/
+16
*
Add package additions support for pkgng by adding a new function cust_pkgng():
mr
2013-11-28
1
-0
/
+71
*
Check ipfw table numbers in both user and kernel space before rule addition.
melifaro
2013-11-28
3
-11
/
+38
*
Do a parallel buildworld & buildkernel (using NANO_PMAKE), but use a
n_hibma
2013-11-28
1
-4
/
+7
*
fix a serious bug in r258632: offset parameter must be set in zio
avg
2013-11-28
1
-1
/
+1
*
Fix some misinformation in netgraph manual pages.
glebius
2013-11-28
2
-18
/
+19
*
Add myself to the committers-src list.
mp
2013-11-27
1
-0
/
+2
[next]