summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | In case of rename validate the length of the new namebapt2015-06-076-12/+49
* | Refactor input validationbapt2015-06-075-103/+117
* | witness: don't warn about matrix inconsistencies without holding the mutexmarkj2015-06-071-4/+13
* | Finish converting -7 to pwconfbapt2015-06-071-4/+3
* | Add new USB quirk.hselasky2015-06-072-0/+2
* | Handle -7 via gloval pwconfbapt2015-06-073-6/+9
* | Initialize conf using menset(3)bapt2015-06-071-3/+1
* | Handle pretty print (-P) via global pwconfbapt2015-06-074-21/+18
* | Handle dryrun (-N) via global pwconfbapt2015-06-074-7/+11
* | Sort headersbapt2015-06-071-2/+2
* | Handle -C and -Y locally and stop adding them to arglistbapt2015-06-071-5/+15
* | Add a new global struct pwconf to store etcpath, rootdir and struct userconfbapt2015-06-077-113/+86
* | Fix pw userdel -r not deleting homedirbapt2015-06-071-1/+1
* | Include header libi386.h to silence the clang warning of implicit declarationaraujo2015-06-071-0/+1
* | Stop checking for ARM_TP_ADDRESS when we mean to check if building forandrew2015-06-075-26/+32
* | Test explicitly the result of strcmp to be consistent with the rest of the codebapt2015-06-071-1/+1
* | Improve readability by reducing indentations levelsbapt2015-06-071-9/+11
OpenPOWER on IntegriCloud