Age | Commit message (Expand) | Author |
2004-12-30 | #include cleanup. | Dale Rahn |
2004-12-30 | Work around the previous xscale/sa1xx muck, should now work for cats and xscale | Dale Rahn |
2004-12-30 | Support for pxa270, at least a running start. | Dale Rahn |
2004-12-30 | Include types and defines for items used in these inlined functions. | Dale Rahn |
2004-12-30 | Add pxa270 id | Dale Rahn |
2004-12-30 | Fix (and de-inline) bus_space_(read|write)_raw* functions, they did | Dale Rahn |
2004-12-30 | Silence resettodr() unless option DEBUG. | Miod Vallat |
2004-12-25 | Use 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-07 | remove old and unused NetBSD specific cruft. | Brad Smith |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko |
2004-10-01 | Missing pieces of the bus_space abi, found when attempting to compile a | Dale Rahn |
2004-09-28 | add the missing ksym entry into the cdev table. pointed out by kevlo | Dale Rahn |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-09-16 | Remove remnants of dale's debugled() code, and quiet early boot process more. | Miod Vallat |
2004-08-18 | s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names) | Dale Rahn |
2004-08-17 | Improved interrupt counters for arm: no spaces in the names, | Dale Rahn |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-08-06 | Initial support for arm interrupt counters, more fixes to come. ok miod@ | Dale Rahn |
2004-08-04 | Remove the old fetch(9)/store(9) functions, since they are not used in | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-03 | pretty | Theo de Raadt |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-19 | de __P of sys/arch/arm. | Dale Rahn |
2004-05-06 | ARM is yet another char == unsigned char platform. add the define to make | Dale Rahn |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt |
2004-04-07 | align /dev/crypto with it's device node. would allow crypto cards to be used. | Dale Rahn |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat |
2004-02-26 | add APERTURE support. | Dale Rahn |
2004-02-23 | Switch to the 3 arg version of userret to more closely match other OpenBSD | Dale Rahn |
2004-02-23 | Remove boot warning about todclock not found it attached at dsrtc0. | Dale Rahn |
2004-02-23 | remove file no longer used due to previous commit. | Dale Rahn |
2004-02-23 | switch to copying, with very slight modifification, i386/disksubr.c instead | Dale Rahn |
2004-02-16 | Correctly pass the siginfo_t structure to signal handlers. | Miod Vallat |
2004-02-15 | Remove inittodr line during boot, recommended deraadt@ | Dale Rahn |
2004-02-15 | Remove debugging message. | Dale Rahn |
2004-02-14 | Use as much syntaxic sugar from genassym.sh to make this file more readable. | Miod Vallat |
2004-02-14 | Enable statclock at 128/1024. | Dale Rahn |
2004-02-13 | No need to include <sys/dkbad.h> twice. | Miod Vallat |
2004-02-12 | Do not overwrite boothowto if not in the ramdisk kernel, allows single | Dale Rahn |
2004-02-12 | Preserve rval[1] across system calls if not explictly overwritten, | Dale Rahn |
2004-02-11 | Give systrace and xfs a chance to work. | Miod Vallat |
2004-02-11 | Remove duplicates with <sys/conf.h>; ok drahn@ | Miod Vallat |
2004-02-11 | Return ENOTTY on unhandled ioctls; ok drahn@ | Miod Vallat |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |