aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged ^/head r283871 through r284187.Dimitry Andric2015-06-09259-2337/+9574
|\
| * Use tab to do identation consistently.Maxim Sobolev2015-06-091-1/+1
| * Extend TPS65217 support to be able to pull and decode batteryMaxim Sobolev2015-06-092-41/+227
| * Account for superpage mappings that are created by pmap_copy().Alan Cox2015-06-093-0/+3
| * Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p canDoug Ambrisko2015-06-091-1/+3
| * Include opt_em.h now that there are actual kernel compile options for em(4).Sean Bruno2015-06-091-1/+2
| * When updating/accessing the timehands, barriers are needed to ensureKonstantin Belousov2015-06-091-41/+69
| * Handle X2APIC entries in the MADT for APICs with an ID < 255. At least oneJohn Baldwin2015-06-091-32/+65
| * Support guest writes to the TSC by enabling the "use TSC offsetting"Tycho Nightingale2015-06-093-4/+26
| * Map the allocated DMA memory into the address space.Marcel Moolenaar2015-06-081-1/+9
| * Implement mmap(2) for the busdma resource.Marcel Moolenaar2015-06-083-12/+39
| * Merge r283870 from amd64:Dimitry Andric2015-06-081-6/+2
| * Properly initialize flags for accept4(2) not to return spurious EINVAL.Jung-uk Kim2015-06-081-0/+1
| * Move contrib/top/top.X to contrib/top/top.xs and moveMarcel Moolenaar2015-06-083-2/+2
| * Cleanup some style(9) issues.Bryan Drewery2015-06-082-42/+52
| * It has been long time that when doing 'ls -G /path/to/a/symlink', instead ofXin LI2015-06-081-2/+7
| * Revert r284153, as I believe it breaks the dtrace sdt module. I willJohn Baldwin2015-06-081-31/+13
| * Futex is an aligned 32-bit integer. Use the proper instruction andDmitry Chagin2015-06-081-24/+24
| * Add user facing errors for exceeding process memory limitsEd Maste2015-06-081-10/+24
| * Add an internal "locked" variant of linker_file_lookup_set() and changeJohn Baldwin2015-06-081-13/+31
| * Add makefile to build geom_map kld. Document some GEOM_* optionsAndrey V. Elsukov2015-06-085-3/+17
| * Teach G_PART_GPT class to handle g_resize_provider event.Andrey V. Elsukov2015-06-081-1/+1
| * backout remove of -q option for pw [user|group] nextBaptiste Daroussin2015-06-084-9/+20
| * Fix typoBaptiste Daroussin2015-06-081-1/+1
| * Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.Alan Cox2015-06-089-25/+14
| * Add busdma_mem_alloc & busdma_mem_free.Marcel Moolenaar2015-06-085-73/+205
| * Cope with .. less memory.Adrian Chadd2015-06-082-0/+6
| * Add DMA memory allocation and freeing.Marcel Moolenaar2015-06-084-41/+181
| * Break out the current 802.11 software scan methods into an indirect table.Adrian Chadd2015-06-085-98/+121
| * Revert my previoius commit as it explicit pollute the ficl on otherMarcelo Araujo2015-06-081-1/+0
| * Remove the start-scan call and re-inline it for now.Adrian Chadd2015-06-081-12/+1
| * Fix mistakes than came along with r284139Baptiste Daroussin2015-06-071-2/+2
| * Remove '-q' support for pw [user|group] nextBaptiste Daroussin2015-06-074-20/+9
| * Fix setting uid/gid min/max via pwBaptiste Daroussin2015-06-074-5/+87
| * Fix generating configuration fileBaptiste Daroussin2015-06-076-6/+86
| * Fix duplicate checkingBaptiste Daroussin2015-06-074-18/+21
| * Remove uneeded code (already done by pw_make_v7)Baptiste Daroussin2015-06-071-3/+0
| * In case of rename validate the length of the new nameBaptiste Daroussin2015-06-076-12/+49
| * Refactor input validationBaptiste Daroussin2015-06-075-103/+117
| * witness: don't warn about matrix inconsistencies without holding the mutexMark Johnston2015-06-071-4/+13
| * Finish converting -7 to pwconfBaptiste Daroussin2015-06-071-4/+3
| * Add new USB quirk.Hans Petter Selasky2015-06-072-0/+2
| * Handle -7 via gloval pwconfBaptiste Daroussin2015-06-073-6/+9
| * Initialize conf using menset(3)Baptiste Daroussin2015-06-071-3/+1
| * Handle pretty print (-P) via global pwconfBaptiste Daroussin2015-06-074-21/+18
| * Handle dryrun (-N) via global pwconfBaptiste Daroussin2015-06-074-7/+11
| * Sort headersBaptiste Daroussin2015-06-071-2/+2
| * Handle -C and -Y locally and stop adding them to arglistBaptiste Daroussin2015-06-071-5/+15
| * Add a new global struct pwconf to store etcpath, rootdir and struct userconfBaptiste Daroussin2015-06-077-113/+86
| * Fix pw userdel -r not deleting homedirBaptiste Daroussin2015-06-071-1/+1