summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* o Rework ARMv7 events list using aliases - same way as we have for arm64.br2015-06-105-110/+424
* Fixup the build after r284215.mjg2015-06-102-3/+3
* Implement lockless resource limits.mjg2015-06-1037-173/+152
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-1016-31/+85
* Don't re-define LOCORE when dtrace is built-in to the kernel.br2015-06-101-1/+0
* fd: remove fdesc_mtxmjg2015-06-101-4/+0
* fd: use atomics to manage fd_refcnt and fd_holcntmjg2015-06-102-29/+27
* Correct a type error in kmem_unback(). Previously, kmem_unback() did notalc2015-06-101-2/+1
* Convert ls(1) to use libxo(3).marcel2015-06-106-104/+190
* Add options to dmb() and dsb() macros on ARM64zbb2015-06-093-10/+24
* Check status of AcpiReadBitRegister() calls.jkim2015-06-091-4/+6
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-0916-8/+2036
* "status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr".sobomax2015-06-091-1/+1
* Fix a typo in a comment that has been carried over from am335x_pmic.c.sobomax2015-06-091-1/+1
* Use tab to do identation consistently.sobomax2015-06-091-1/+1
* Extend TPS65217 support to be able to pull and decode batterysobomax2015-06-092-41/+227
* Account for superpage mappings that are created by pmap_copy().alc2015-06-093-0/+3
* Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p canambrisko2015-06-091-1/+3
* Include opt_em.h now that there are actual kernel compile options for em(4).sbruno2015-06-091-1/+2
* When updating/accessing the timehands, barriers are needed to ensurekib2015-06-091-41/+69
* Handle X2APIC entries in the MADT for APICs with an ID < 255. At least onejhb2015-06-091-32/+65
* Support guest writes to the TSC by enabling the "use TSC offsetting"tychon2015-06-093-4/+26
* Map the allocated DMA memory into the address space.marcel2015-06-081-1/+9
* Implement mmap(2) for the busdma resource.marcel2015-06-083-12/+39
* Merge r283870 from amd64:dim2015-06-081-6/+2
* Properly initialize flags for accept4(2) not to return spurious EINVAL.jkim2015-06-081-0/+1
* Move contrib/top/top.X to contrib/top/top.xs and movemarcel2015-06-083-2/+2
* Cleanup some style(9) issues.bdrewery2015-06-082-42/+52
* It has been long time that when doing 'ls -G /path/to/a/symlink', instead ofdelphij2015-06-081-2/+7
* Revert r284153, as I believe it breaks the dtrace sdt module. I willjhb2015-06-081-31/+13
* Futex is an aligned 32-bit integer. Use the proper instruction anddchagin2015-06-081-24/+24
* Add user facing errors for exceeding process memory limitsemaste2015-06-081-10/+24
* Add an internal "locked" variant of linker_file_lookup_set() and changejhb2015-06-081-13/+31
* Add makefile to build geom_map kld. Document some GEOM_* optionsae2015-06-085-3/+17
* Teach G_PART_GPT class to handle g_resize_provider event.ae2015-06-081-1/+1
* backout remove of -q option for pw [user|group] nextbapt2015-06-084-9/+20
* Fix typobapt2015-06-081-1/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-089-25/+14
* Add busdma_mem_alloc & busdma_mem_free.marcel2015-06-085-73/+205
* Cope with .. less memory.adrian2015-06-082-0/+6
* Add DMA memory allocation and freeing.marcel2015-06-084-41/+181
* Break out the current 802.11 software scan methods into an indirect table.adrian2015-06-085-98/+121
* Revert my previoius commit as it explicit pollute the ficl on otheraraujo2015-06-081-1/+0
* Remove the start-scan call and re-inline it for now.adrian2015-06-081-12/+1
* Fix mistakes than came along with r284139bapt2015-06-071-2/+2
* Remove '-q' support for pw [user|group] nextbapt2015-06-074-20/+9
* Fix setting uid/gid min/max via pwbapt2015-06-074-5/+87
* Fix generating configuration filebapt2015-06-076-6/+86
* Fix duplicate checkingbapt2015-06-074-18/+21
* Remove uneeded code (already done by pw_make_v7)bapt2015-06-071-3/+0
OpenPOWER on IntegriCloud