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
*
fd: remove fdesc_mtx
mjg
2015-06-10
1
-4
/
+0
*
fd: use atomics to manage fd_refcnt and fd_holcnt
mjg
2015-06-10
2
-29
/
+27
*
Correct a type error in kmem_unback(). Previously, kmem_unback() did not
alc
2015-06-10
1
-2
/
+1
*
Convert ls(1) to use libxo(3).
marcel
2015-06-10
6
-104
/
+190
*
Add options to dmb() and dsb() macros on ARM64
zbb
2015-06-09
3
-10
/
+24
*
Check status of AcpiReadBitRegister() calls.
jkim
2015-06-09
1
-4
/
+6
*
Add support for reading MAM attributes to camcontrol(8) and libcam(3).
ken
2015-06-09
16
-8
/
+2036
*
"status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr".
sobomax
2015-06-09
1
-1
/
+1
*
Fix a typo in a comment that has been carried over from am335x_pmic.c.
sobomax
2015-06-09
1
-1
/
+1
*
Use tab to do identation consistently.
sobomax
2015-06-09
1
-1
/
+1
*
Extend TPS65217 support to be able to pull and decode battery
sobomax
2015-06-09
2
-41
/
+227
*
Account for superpage mappings that are created by pmap_copy().
alc
2015-06-09
3
-0
/
+3
*
Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p can
ambrisko
2015-06-09
1
-1
/
+3
*
Include opt_em.h now that there are actual kernel compile options for em(4).
sbruno
2015-06-09
1
-1
/
+2
*
When updating/accessing the timehands, barriers are needed to ensure
kib
2015-06-09
1
-41
/
+69
*
Handle X2APIC entries in the MADT for APICs with an ID < 255. At least one
jhb
2015-06-09
1
-32
/
+65
*
Support guest writes to the TSC by enabling the "use TSC offsetting"
tychon
2015-06-09
3
-4
/
+26
*
Map the allocated DMA memory into the address space.
marcel
2015-06-08
1
-1
/
+9
*
Implement mmap(2) for the busdma resource.
marcel
2015-06-08
3
-12
/
+39
*
Merge r283870 from amd64:
dim
2015-06-08
1
-6
/
+2
*
Properly initialize flags for accept4(2) not to return spurious EINVAL.
jkim
2015-06-08
1
-0
/
+1
*
Move contrib/top/top.X to contrib/top/top.xs and move
marcel
2015-06-08
3
-2
/
+2
*
Cleanup some style(9) issues.
bdrewery
2015-06-08
2
-42
/
+52
*
It has been long time that when doing 'ls -G /path/to/a/symlink', instead of
delphij
2015-06-08
1
-2
/
+7
*
Revert r284153, as I believe it breaks the dtrace sdt module. I will
jhb
2015-06-08
1
-31
/
+13
*
Futex is an aligned 32-bit integer. Use the proper instruction and
dchagin
2015-06-08
1
-24
/
+24
*
Add user facing errors for exceeding process memory limits
emaste
2015-06-08
1
-10
/
+24
*
Add an internal "locked" variant of linker_file_lookup_set() and change
jhb
2015-06-08
1
-13
/
+31
*
Add makefile to build geom_map kld. Document some GEOM_* options
ae
2015-06-08
5
-3
/
+17
*
Teach G_PART_GPT class to handle g_resize_provider event.
ae
2015-06-08
1
-1
/
+1
*
backout remove of -q option for pw [user|group] next
bapt
2015-06-08
4
-9
/
+20
*
Fix typo
bapt
2015-06-08
1
-1
/
+1
*
Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.
alc
2015-06-08
9
-25
/
+14
*
Add busdma_mem_alloc & busdma_mem_free.
marcel
2015-06-08
5
-73
/
+205
*
Cope with .. less memory.
adrian
2015-06-08
2
-0
/
+6
*
Add DMA memory allocation and freeing.
marcel
2015-06-08
4
-41
/
+181
*
Break out the current 802.11 software scan methods into an indirect table.
adrian
2015-06-08
5
-98
/
+121
*
Revert my previoius commit as it explicit pollute the ficl on other
araujo
2015-06-08
1
-1
/
+0
*
Remove the start-scan call and re-inline it for now.
adrian
2015-06-08
1
-12
/
+1
*
Fix mistakes than came along with r284139
bapt
2015-06-07
1
-2
/
+2
*
Remove '-q' support for pw [user|group] next
bapt
2015-06-07
4
-20
/
+9
*
Fix setting uid/gid min/max via pw
bapt
2015-06-07
4
-5
/
+87
*
Fix generating configuration file
bapt
2015-06-07
6
-6
/
+86
*
Fix duplicate checking
bapt
2015-06-07
4
-18
/
+21
*
Remove uneeded code (already done by pw_make_v7)
bapt
2015-06-07
1
-3
/
+0
*
In case of rename validate the length of the new name
bapt
2015-06-07
6
-12
/
+49
*
Refactor input validation
bapt
2015-06-07
5
-103
/
+117
*
witness: don't warn about matrix inconsistencies without holding the mutex
markj
2015-06-07
1
-4
/
+13
*
Finish converting -7 to pwconf
bapt
2015-06-07
1
-4
/
+3
*
Add new USB quirk.
hselasky
2015-06-07
2
-0
/
+2
[next]