summaryrefslogtreecommitdiff
path: root/sys/arch/armish/include
AgeCommit message (Expand)Author
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2011-11-14use include properlyTheo de Raadt
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-09-21Remove stale comments about vm freelistsMiod Vallat
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want toMiod Vallat
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-04-28- enable fenvMartynas Venckus
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-11-28Remove unused CONF_HAVE_xxx defines, arm conf.c really only cares aboutMiod Vallat
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-08-23Missed 'const' change in definition of i80321_intr_establish().Kenneth R Westerback
2009-04-08Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and renameMark Kettenis
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod Vallat
2007-12-05include files which are used by userland cannot include other files..Theo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-09Increase MAXDSIZ on armish to 1GB, requested long ago, ok robert@Dale Rahn
2007-05-21timecounters for armish.Dale Rahn
2007-05-19Implement splassert for armish and zaurus.Miod Vallat
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@Miod Vallat
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-10-02One <arm/exec.h> to bind them all.Miod Vallat
2006-07-30With new kernel and bootloader, argument passing now works, version 1.0.Dale Rahn
2006-07-12Orphaned stuff.Miod Vallat
2006-06-15rewritten, simplifed interrupt controller for 80321, half the linesDale Rahn
2006-06-04Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguousMiod Vallat
2006-05-31Ding dong, __NEWINTR is deadMiod Vallat
2006-05-30Several pieces were copied over from previous ports that are unnecessary,Dale Rahn
2006-05-29Add a new port for ARM based products from a variety of vendors, typicallyDale Rahn