summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/include/proc.h
AgeCommit message (Collapse)Author
2002-07-13m68k syscall rototill:scw
- Switch all m68k-based ports over to __HAVE_SYSCALL_INTERN. - Add systrace glue. - Define struct mdproc in <m68k/proc.h> instead of <machine/proc.h>. (They were all defined exactly the same anyway, other than a couple of the MDP_* flags.)
1997-06-08Use 0x0001 for MDP_STACKADJ. Thanks Klaus.veego
1997-06-07GC unused MDP_AST, noticed by Klaus Klein.veego
1994-10-26new RCS ID format.cgd
1994-05-08resistance is futile, you will be assimilated.chopps
amiga goes: config.new *and* /sys/scsi. clock code coerced into a single .c file adding an accurate usec delay(). disklabel.c updated to DTRT, code to write RDB's to be added soon. sbic (old scsi) converted over to new scsi and config this covers about 90% of users. Other drivers soon.
1994-04-10also conform to standard stylechopps
1994-04-10protect against multiple inclusion (and be consitent)chopps
1994-02-11Add missing Id'schopps
1994-01-26Updated headers from current amiga branch.mw
1993-10-31Define new flag MDP_STACKADJ to back out of a stack adjustment inmw
syscall() in case of ERESTART.
1993-10-30new tree for amiga, replacing the bogous previous one.mw
SunOS support works for a lot of executables now (static and dynamic).
1993-08-01Add RCS identifiers (this time on the correct side of the branch), andmycroft
incorporate recent changes in netbsd-0-9 branch.
1993-07-05sys/arch/amiga tree. This is the machdep part required to get the kernelmw
up on an A3000. There are still (very) few changes required outside the arch/amiga tree, so you can't recompile the kernel yet. Support for third party SCSI controllers for the A2000 is on its way. The kernel is fully functional (except for a missing ethernet-driver ...). This tree is based on my version #390.