summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Consistently use trailing whitespace in passphrase prompts.brueffer2015-06-111-1/+1
* Correct Hawaii's admission day.brueffer2015-06-111-1/+1
* ichsmb: add Intel Wellsburg device ID.rpaulo2015-06-101-0/+4
* ichsmb: remove whitespace.rpaulo2015-06-101-2/+2
* Load the allocated memory and return both the physicalmarcel2015-06-102-4/+24
* Fix a callout race condition introduced in TCP timers callouts with r281599.jch2015-06-102-16/+45
* MFV r284234:delphij2015-06-1070-532/+1294
|\
| * Vendor import of file 5.23.delphij2015-06-1069-529/+1279
* | Bump FreeBSD_version due to lim_* API changes in r284215mjg2015-06-101-1/+1
* | Add support for '_' occurring at the beginning or end of a nameume2015-06-101-3/+3
* | Rename bus_space to bus (i.e. drop _space). This makes themarcel2015-06-108-29/+29
* | Allow DTrace to be compiled-in to the kernel.br2015-06-1011-23/+150
* | linux: make sure to grab all cow structs when creating a threadmjg2015-06-101-1/+1
* | List kinfo_getfile.c only once.brooks2015-06-101-1/+1
* | pf: address family must be set when creating a pf_fragmentkp2015-06-101-0/+1
* | Fix build after converting ls(1) to use libxo(3).marcel2015-06-101-1/+1
* | 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
OpenPOWER on IntegriCloud