summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
AgeCommit message (Collapse)Author
1997-04-20Add a prototype for susword().Jason Downs
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-04-02Restructured, as well as added a set of host-to-little/big-endian-16/32-bitNiklas Hallqvist
utility macros (and their opposites), named like htole16 etc.
1997-03-26Merge changes from NetBSD, 3/19/97; enforce use of new files in file.m68k.Jason Downs
All of the m68k ports need fixing, in various ways. From a casual look, mvme68k and sun3 need the most work. Tested on hp300, from which sig_machdep.c is based.
1997-03-25Make AS, AR & LD overrideableNiklas Hallqvist
1997-03-21NetBSD sync to sth like 970218Niklas Hallqvist
1997-02-13add #include <machine/cpu.h> for prototype of fusword()kstailey
1997-02-10Add the generic m68k part of the copypage/zeropage/mappedcopy changesJason Downs
from NetBSD. m68k ports may/will need changing in order to cope with this.
1997-02-03Obsolete.Jason Downs
1997-02-02siginfo stuffTheo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1997-01-27prototyping problems, PR#71, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-19From Gordon W Ross (NetBSD):Niklas Hallqvist
Use db_regs_t instead of struct mc68020_saved_state
1997-01-19asm -> __asmbriggs
1997-01-19inline -> __inlinebriggs
1997-01-13Sync to 970110 NetBSDNiklas Hallqvist
1997-01-13Import compat_m68k4k from NetBSDNiklas Hallqvist
1996-12-31removed unused CTL_MACHDEP stuffkstailey
1996-12-27new NetBSD file; #include from <machine/cpu.h> on m68k boxenkstailey
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-10-14A generic m68k cpu.h from NetBSD.briggs
1996-10-13The 68LC040 generates a format 4 stack frame for floating pointbriggs
exceptions, which puts the address of the instruction we faulted on in a different location. Copy it and handle as we normally would, restoring the saved PC before returning. The FPE should probably be reworked to take advantage of the 68LC040's precalculated effective address, at some point.
1996-10-04Make it possible to build in obj-dirsNiklas Hallqvist
1996-09-21Remove references to mc68020. I think this was suggested by Charles Hannumbriggs
a while back, but I made the change a while ago and don't recall now.
1996-09-18NetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayamabriggs
(takeshi@sakabe.nuie.nagoya-u.ac.jp). Untested by me, but it looks correct against the FP User's manual.
1996-08-23treat 060sp build like fpsp, i.e. automatic subdir-diving from arch/m68kNiklas Hallqvist
and then handle de-facto standard rules intuitively
1996-08-10srandom() seeds random() at boottimeTheo de Raadt
1996-08-05bring back the changes between 1.1 and 1.2 which got lostNiklas Hallqvist
1996-08-05bring back the changes between 1.1 and 1.2 which got lostNiklas Hallqvist
1996-08-04old build hacksTheo de Raadt
1996-08-04no, we need this MakefileTheo de Raadt
1996-08-04Merge of 0722 NetBSDNiklas Hallqvist
1996-08-04Do not mix differently signed entities in comparisons.Niklas Hallqvist
Remove unnecessary include.
1996-06-16fake includes targetTheo de Raadt
1996-05-30A lost $OpenBSD$ updateNiklas Hallqvist
1996-05-30Added $OpenBSD$ tagsNiklas Hallqvist
1996-05-30checkin of files sup have missed earlier, this dir is now at 0529Niklas Hallqvist
1996-05-29$OpenBSD$ additionsNiklas Hallqvist
1996-05-29Add $OpenBSD$ IDsNiklas Hallqvist
1996-05-29From NetBSD: 3 more constants for 68060 access error trap stack frames.Niklas Hallqvist
1996-05-29From Netbsd: Fix "might be used uninitialized" warnings.Niklas Hallqvist
1996-05-09From NetBSD:Niklas Hallqvist
Prototype + -Wall fixes. Clean up a few printf format strings. Added an include for the sunos_sendsig prototype Fix "prototype disagrees about inline" error.
1996-05-09From NetBSD:Niklas Hallqvist
Prototype + -Wall fixes. Clean up a few printf format strings. Added an include for the sunos_sendsig prototype Fix "prototype disagrees about inline" error.
1996-05-09From NetBSD:Niklas Hallqvist
Update for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized. Bring back Step9 and fix an oversight from Ken Nakata <kenn@remus.rutgers.edu>
1996-05-03We need psl.h to get at the PSL_* stuffNiklas Hallqvist
1996-05-03File lost from NetBSD merge in january!Niklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-03-24Prefix usage of "long long" with a "/* LONGLONG */" comment to shut upThorsten Lockert
lint(1) about it