summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-03-03Add a mpsafe flag to the intrsourcematt
2014-03-03Query the media and vfp feature registers to determine what our defaultmatt
2014-03-03Add most of the cpu_* variables to <arm/locore.h>matt
2014-03-03sun4v: SUN4V_TLB_TSB_LOCK define should have the same LL (instead of UL) as t...palle
2014-03-03Move IO KVA so it doesn't share the same TLB index as the kernel.matt
2014-03-02Don't overwrite MACHINE_ARCH if it is already set.joerg
2014-03-02Initialize variables used to setup a dummy element.joerg
2014-03-02Mark cpu_reset as dead and add an explicit __builtin_unreachable for ajoerg
2014-03-02Be explicit about the double register use.joerg
2014-03-02Bump SYMTAB_SPACE for clang.joerg
2014-03-02Bump sshramdisk size to 3800k, reserve 4MB in the install kernel.joerg
2014-03-02Clang needs a slightly larger MD image, so bump the size to 2300k.joerg
2014-03-02GC ipending.joerg
2014-03-02Skip a tautologic check if we know it is one.joerg
2014-03-02GC ipending.joerg
2014-03-02Make the empty loop body explicit.joerg
2014-03-02Explicitly enable VFP support for vfp_init.c. Fixes build ofjoerg
2014-03-02Bump MEMORY_DISK_ROOT_SIZEskrll
2014-03-02Discard .SUNW_ctf section just in case.isaki
2014-03-01only check that npages fit, if we are going to add npages to swpgonly.christos
2014-03-01When converting out of range 64bit sysctl values to 'int' (because ofdsl
2014-03-01Some {} are missing. The behavior is thus wrong: the code always jumps tomaxv
2014-03-01';;' -> ';'maxv
2014-03-01Kick on-demand entropy sources in rndsinks_distribute.riastradh
2014-03-01Remove modification of an unused uninitialized variable.joerg
2014-03-01Modernize asm syntaxjoerg
2014-03-01Typojoerg
2014-03-01Fix typosmatt
2014-03-01Add support for printing the tlb on cortex a5 and a7.matt
2014-03-01Add db_show_tlb_cmd prototypematt
2014-03-01defines/inlines for cortex a5/a7 tlbdata opsmatt
2014-02-28Use the new FEAT_LDREX to replace ARMV6/ARMV7matt
2014-02-28regenmartin
2014-02-28Add moschip 7810 and 7820 usb serial devicesmartin
2014-02-28Use CPPFLAGS and drop -mlittle-endianmatt
2014-02-28G/C sys/simplelock.h includesskrll
2014-02-28Use %zu for size_tmatt
2014-02-28Add a PPC64 kernel for testingmatt
2014-02-28Needed for COMPAT_NETBSD32matt
2014-02-28Use PRIxPTRmatt
2014-02-28sigcode is dependant on compat_16matt
2014-02-28Don't hardcode MACHINE_ARCHmatt
2014-02-28Use uintptr_t to convert pointers.matt
2014-02-28Use PRIx64matt
2014-02-28If execing a LP64 image, we need to read the function descriptor to getmatt
2014-02-28Remove _LP64 since it's only used on 32-bitmatt
2014-02-28Use uintptr_t for ras_entrymatt
2014-02-28Fix the 64-bit casematt
2014-02-28Use register_t instead of int for register values.matt
2014-02-28Make 64-bit cleanmatt