summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
AgeCommit message (Collapse)Author
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-22Add libz and tick version # to reflect change.gvf
1997-04-22Reorg to look more like sys/lib/libsa/Makefilegvf
Reduce dependency on libkern. Add libz. Support passing thru CFLAGS from other Makefiles.
1997-04-22Reduce dependency on libkern.gvf
1997-04-22BSD -> OpenBSDgvf
1997-04-22minor clean to -qgvf
1997-04-17Added -q to return to Motorola bug.gvf
Added loop to prompt for kernel name if it is not found.
1997-04-08Clarify comment a bit and skip userret when flushing CPU caches in SunOS emul.briggs
1997-04-08Fix from NetBSD: flush caches on trap 2 in SunOS emulation. Comment onbriggs
mac68k change by scottr attributes Gordon (Ross) on the change.
1997-04-07add cd9660 spoofing and repair partition offset/block offset stuffTheo de Raadt
1997-04-06support cd9660 disklabel spoofing; also fix block offset confusionTheo de Raadt
1997-04-02add off-level character recieve.Dale S. Rahn
improve transmission when CTS goes low (like on a modem)
1997-03-31Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code.Jason Downs
Compiles, but untested for lack of hardware.
1997-02-24temporarily, also pass intr() routines the vec#Theo de Raadt
1997-02-22sends and receives and illustrates that the vme board has interrupt vector bugsTheo de Raadt
1997-02-22add register bit definesTheo de Raadt
1997-02-21do not pass up un-init vftypeTheo de Raadt
1997-02-20strncpy needed for ufs.cgvf
1997-02-16Add new kernel configuration that support ramdisk in the data segmentDale S. Rahn
via rdsetroot.
1997-02-15Move the debug print into the ifdef DEBUG section.Dale S. Rahn
1997-02-15Only copy a cpudisklabel in the disklabel structure if a valid one is found.Dale S. Rahn
This allows rd disklabels to be read and should allow generic BSD disklabels.
1997-02-14Copy all of 040 fp exception vectors into table. previous structureDale S. Rahn
only copied the array size of bytes instead of the array size of ints.
1997-02-12The original disklabel code from dale had an unaligned-aligned problemTheo de Raadt
in it. This new code from rahnds and nivas will read either style of disklabel and hence will work on the mvme88k as well.
1997-02-12when changing a device entry slot, remove the old one.Dale S. Rahn
Hope this didn't break anyone's mvme68k builds today. this fixes the 1.15 version commit.
1997-02-11Add ramdisk (rd) character major number, put the device in the characterDale S. Rahn
to block mapping table.
1997-02-11ok, transmit on port 0 works...Theo de Raadt
1997-02-11wl0 moves to ipl 3Theo de Raadt
1997-02-10make it workTheo de Raadt
1997-02-10Completely untested mvme68k changes for copypage/zeropage/mappedcopy.Jason Downs
Doesn't really support MAPPEDCOPY.
1997-02-08add _kernel_textTheo de Raadt
1997-02-05correct boottime messagesTheo de Raadt
1997-02-04do not accidentally pass VM_PROT_WRITE|VM_PROT_READTheo de Raadt
1997-02-04an important commentTheo de Raadt
1997-02-04pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGVTheo de Raadt
1997-02-04fix a few more SIGxxx/xxx_* and fault addr issuesTheo de Raadt
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-02trapsignal/sendsig type/sigval changesTheo de Raadt
1997-01-29signal.h -> siginfo.h -> time.h falloutTheo de Raadt
1997-01-28use scsiprintTheo de Raadt
1997-01-28hp300 compat for siginfoTheo de Raadt
1997-01-28deal with siginfo additionTheo 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-27bad chr->blk mappings; randy@rtmx.comTheo de Raadt
1997-01-16do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵kstailey
updates suspended
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-24test kernel for wglen driverTheo de Raadt
1996-12-24nearly working driver for wglen serial cardTheo de Raadt
1996-12-24for the moment, yammer a bit moreTheo de Raadt
1996-12-24call all irq routinesTheo de Raadt