summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand
AgeCommit message (Collapse)Author
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08flesh out .DtTheo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-08-18wrong, smurphTheo de Raadt
1998-08-18New bootblocks code to work with bootxx.Steve Murphree
1998-04-02use movl/subl instead of #sym-sym; pleases new gasTheo de Raadt
1997-11-25fix Op FlTheo de Raadt
1997-10-20hardcode mvme68k, so that obj dirs can be built from elsewhereTheo de Raadt
1997-10-07cngetc() proto movedTheo de Raadt
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-02-20strncpy needed for ufs.cgvf
1997-01-29signal.h -> siginfo.h -> time.h falloutTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-16update according to the libsa changesMichael Shalayeff
1996-10-16iupdate according to the libsa changesMichael Shalayeff
1996-08-20ensure whole kernel name gets passed inTheo de Raadt
1996-07-27support -c optionTheo de Raadt
1996-05-29bump versionchuck
1996-05-29new calling format to support generic bootchuck
1996-05-29new arg passingchuck
1996-05-29new "go"chuck
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-28old versionchuck
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-19minor cleanchuck
1996-05-19minor cleanchuck
1996-05-16conf.c (import from sun3 version)chuck
1996-05-16up version #chuck
1996-05-16clean up and sync with changes elsewhere (use common parse_args,chuck
bugargs.cputyp, bugcrt, etc...).
1996-05-16relocate config.h from libsa since it is only used herechuck
devopen: XXX override one in libsa ... do we need two devopens? needs to be looked into.
1996-05-16sync with recent changes.chuck
XXX: needs more cleanup (has a duplicate copy of exec with some extra stuff in it... merge?)
1996-05-16update to run from bootxx + major clean upchuck
1996-05-16bugdev moved to libsachuck
filesystem merged with conf.c
1996-05-16import level 1 bootstrap from sun3/sparc portchuck
1996-05-16libsa needs libbug.chuck
1996-05-16import installboot from sun3/sparc portschuck
1996-05-16sync with sun3 port.chuck
major reorg. & cleanup. new SRT that works with bugcrt. common parse_arg.
1996-05-16R.I.P. old stuff.chuck
1996-05-16reorg & cleanup. add in some stuff so we can remove libsa/promcons.c.chuck
1996-05-16add netboot stuff and cputyp stuff to bugcrt. also add bugexec().chuck
1996-05-16adjust subdirs for new stuffchuck
1996-05-10machine@Theo de Raadt