summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
1997-03-27Oops, used #ifdef, instead of ifdef, by habit.Niklas Hallqvist
1997-03-27DOH! Of course genassym.sh should be fed CC not HOSTCC,Niklas Hallqvist
that was the entire meaning of it... shoot me!
1997-03-27Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300)Niklas Hallqvist
1997-03-27Use genassym.shNiklas Hallqvist
1997-03-26Got rid of an unused functionNiklas Hallqvist
1997-03-26use support.s from m68k/Niklas Hallqvist
1997-03-26Remove stuff now in m68k/Niklas Hallqvist
1997-03-26copy.s gets done from files.m68k nowNiklas Hallqvist
1997-03-25Fixed obj-dir building, compacted the bootblock enough to fit (at least)Niklas Hallqvist
the HD one, floppy is still too large. Added our BOOT_CONFIG -c option. Some small style nits.
1997-03-25Correct typoNiklas Hallqvist
1997-03-25Correct typo + moved Teles S0/16.3 port to what the manual saysNiklas Hallqvist
1997-03-22get __LDPGSZ defNiklas Hallqvist
1997-03-22Make this build work with objdirs, at least as linksNiklas Hallqvist
Still need work for plain obj dirs.
1997-03-2164-bit clean. if_ed.c now works on alpha.Niklas Hallqvist
1997-02-23Spoof ISO 9660 disklabelsNiklas Hallqvist
1997-02-22Add pseudo-device enc 4Niklas Hallqvist
1997-02-22Set MMU/CPU better, except for 060 as that requires intrusive changesNiklas Hallqvist
elsewhere.
1997-02-21Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree,Niklas Hallqvist
but I thought you might want to taste it beforehands :-) Besides it is my personal kernel config so this one does not *have* to build. so there!
1997-02-21Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule.Niklas Hallqvist
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in INCLUDES.
1997-02-21Bring closer to the ISA version by dropping the use of a structure forNiklas Hallqvist
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise.
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-21We are OpenBSDNiklas Hallqvist
1997-02-21Style cleanup and a printf string typoNiklas Hallqvist
1997-02-21fetched a comment from mvme68k + style nitNiklas Hallqvist
1997-02-21Add MMU_/CPU_ symsNiklas Hallqvist
1997-02-21copypage/zeropage adaption. cputype setting needs more work.Niklas Hallqvist
1997-02-21Siginfo stuff as per the mvme68k port + KNF & other style nitsNiklas Hallqvist
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation.
1997-02-03repair confusion over kv/uv addr for siginfo_t storageTheo de Raadt
1997-02-03SA_SIGINFO implementationTheo de Raadt
1997-02-03use dk_mountrootTheo de Raadt
1997-01-20Accept partitions looking like, but not matching exactly,Niklas Hallqvist
an ADOS FS partition, as ADOSFS. some %lx -> %x. Print diagnostic for more unknown partition types.
1997-01-19From Ignatios Souvatzis (NetBSD):Niklas Hallqvist
Fix PR 3090. While here, fix two other comments.
1997-01-19From Gordon W Ross (NetBSD):Niklas Hallqvist
Use db_regs_t instead of struct mc68020_saved_state
1997-01-18move the RB_TIMEBAD handling to where "howto" is reachableNiklas Hallqvist
1997-01-18Avoid a double trapNiklas Hallqvist
1997-01-18Use scsiprintNiklas Hallqvist
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-17don't update battery backed up clock if system time is wrong from beginkstailey
in ddb.
1997-01-16Sync to NetBSD 970110Niklas Hallqvist
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-13preliminary support for the Apollo 060 acceleratorNiklas Hallqvist
Thanks a lot, Michael van Elst <mlelstv@serpens.swb.de>
1997-01-05Add cross back, as it at least compiles nowNiklas Hallqvist
1997-01-05First stab at making a VM-controlled bankswitching driverNiklas Hallqvist
for the CrossLink driver
1997-01-04bus.h not bus.old.hNiklas Hallqvist
1997-01-04Temporarily comment out cross as it is not compiling yetNiklas Hallqvist
1997-01-04I use IP-filtering at home now tooNiklas Hallqvist
1997-01-04Use fancy macrosNiklas Hallqvist
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt