summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pf: Remove frc_directionkp2015-06-111-7/+3
* MFV r284276: Fix long options.delphij2015-06-113-26/+30
* Regen for r284274.jkim2015-06-111-13/+13
* Enable clang on armeb, it is now able to build targeting armeb. This isandrew2015-06-111-3/+3
* Add basic support for ACPI. It splits out the nexus driver to two newandrew2015-06-1118-94/+1049
* Import ugold driver from OpenBSD supporting digital USB temperaturehselasky2015-06-113-1/+424
* Update tests after sizing changes to the fixed VHD format.marcel2015-06-1128-309/+314
* Handle the case in which ncyls is 0.marcel2015-06-111-3/+5
* For the fixed VHD format, round the raw image size to the nextmarcel2015-06-111-42/+59
* Use INCLUDEDIR rather than hard coded /usr/includesjg2015-06-112-4/+4
* Pass the ACPI table pointer to the arm64 kernel from loader.efi.andrew2015-06-111-1/+39
* Stop using VFP in pcpu.h when we mean ARMv6 and later.andrew2015-06-111-3/+3
* Fix the spelling of __ARM_ARCH >= 6 in sys/arm/arm.andrew2015-06-116-7/+11
* pf: Save the protocol number in the pf_fragmentkp2015-06-111-0/+1
* drop key_sa_stir_iv as it isn't used...jmg2015-06-112-9/+0
* Consider sorting.br2015-06-111-1/+1
* Split out db_unwind_frame() so it can be used by DTrace.br2015-06-114-23/+63
* Tweaks for r284178:kib2015-06-111-3/+2
* Remove NO_OBJsjg2015-06-1120-27/+0
* Merge bmake-20150606sjg2015-06-1114-41/+118
* Add accessor functions for iterating over segments. A segmentmarcel2015-06-115-12/+245
* r284198 seems to have left a null format string printf that gcc does *not*sbruno2015-06-111-1/+0
* Remove unnecessary variable and fix the usage of sysctl(3).araujo2015-06-111-7/+5
* 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
OpenPOWER on IntegriCloud