summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.Theo de Raadt
2005-12-20Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus,Dale Rahn
2005-12-18Don't include cdefs.h if _LOCORE is defined and hide some more definesTodd C. Miller
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-11-24remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution fro...Theo de Raadt
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-09use atop() and ptoa()Martin Reindl
2005-11-04remove useless prototype; ok drahn@Uwe Stuehler
2005-10-21remove unused arm_trunc_page() macroMartin Reindl
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-09-20remove unused pci_intr_evcnt() macro.Brad Smith
2005-09-15Remove the (unused) syscall() indirection on arm.Miod Vallat
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-05-13/dev/speaker node on cats.Miod Vallat
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-03-29- Support the machdep.kbdreset sysctl on zaurus.Uwe Stuehler
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
2005-01-22Unbreak cats build. My apologies!Uwe Stuehler
2005-01-21Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment,Miod Vallat
2005-01-20ARM is strict alignment (practically) so let the kernel know this. ok miod@Dale Rahn
2005-01-19APM emulation framework and zaurus scoop driver. Not enabled yet.Uwe Stuehler
2005-01-05Provide SET_PC_REGS.Miod Vallat
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
2005-01-02OpenBSD tagsDale Rahn
2004-12-30Work around the previous xscale/sa1xx muck, should now work for cats and xscaleDale Rahn
2004-12-30Include types and defines for items used in these inlined functions.Dale Rahn
2004-12-30Add pxa270 idDale Rahn
2004-12-30Fix (and de-inline) bus_space_(read|write)_raw* functions, they didDale Rahn
2004-12-07remove old and unused NetBSD specific cruft.Brad Smith
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-10-01Missing pieces of the bus_space abi, found when attempting to compile aDale Rahn
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-06Initial support for arm interrupt counters, more fixes to come. ok miod@Dale Rahn
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-19de __P of sys/arch/arm.Dale Rahn
2004-05-06ARM is yet another char == unsigned char platform. add the define to makeDale Rahn