summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2004-12-30#include cleanup.Dale Rahn
2004-12-30Work around the previous xscale/sa1xx muck, should now work for cats and xscaleDale Rahn
2004-12-30Support for pxa270, at least a running start.Dale 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-30Silence resettodr() unless option DEBUG.Miod Vallat
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
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-11-09Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsClaudio Jeker
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-01Missing pieces of the bus_space abi, found when attempting to compile aDale Rahn
2004-09-28add the missing ksym entry into the cdev table. pointed out by kevloDale Rahn
2004-09-18hierarchy is spelled hierarchy, from Jonathan GrayTed Unangst
2004-09-16Remove remnants of dale's debugled() code, and quiet early boot process more.Miod Vallat
2004-08-18s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names)Dale Rahn
2004-08-17Improved interrupt counters for arm: no spaces in the names,Dale 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-08-04Remove the old fetch(9)/store(9) functions, since they are not used inMiod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-03prettyTheo de Raadt
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
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-07align /dev/crypto with it's device node. would allow crypto cards to be used.Dale Rahn
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-02-26add APERTURE support.Dale Rahn
2004-02-23Switch to the 3 arg version of userret to more closely match other OpenBSDDale Rahn
2004-02-23Remove boot warning about todclock not found it attached at dsrtc0.Dale Rahn
2004-02-23remove file no longer used due to previous commit.Dale Rahn
2004-02-23switch to copying, with very slight modifification, i386/disksubr.c insteadDale Rahn
2004-02-16Correctly pass the siginfo_t structure to signal handlers.Miod Vallat
2004-02-15Remove inittodr line during boot, recommended deraadt@Dale Rahn
2004-02-15Remove debugging message.Dale Rahn
2004-02-14Use as much syntaxic sugar from genassym.sh to make this file more readable.Miod Vallat
2004-02-14Enable statclock at 128/1024.Dale Rahn
2004-02-13No need to include <sys/dkbad.h> twice.Miod Vallat
2004-02-12Do not overwrite boothowto if not in the ramdisk kernel, allows singleDale Rahn
2004-02-12Preserve rval[1] across system calls if not explictly overwritten,Dale Rahn
2004-02-11Give systrace and xfs a chance to work.Miod Vallat
2004-02-11Remove duplicates with <sys/conf.h>; ok drahn@Miod Vallat
2004-02-11Return ENOTTY on unhandled ioctls; ok drahn@Miod Vallat
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller