summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand
AgeCommit message (Collapse)Author
1998-04-17put arch type into hw.model, sun4 installboot now works; jasonTheo de Raadt
1998-03-02gcc may generate references to libgcc.a at any time, we lucked out in previousjohns
verions of gcc, but for 2.8 the boot stuff needs to be linked against libgcc.a, to get ___cmpdi2 for cd9660.o Since ld doesn't automatically link against libgcc.a we have to add `cc -print-libgcc-file-name` to the end of the ld link line(s), whenever we see things like this.
1998-02-18installboot onto partition cTheo de Raadt
1998-02-12Look for installboot in /usr/mdec unless user specified otherwise.Magnus Holmberg
1997-09-17Reorganizaed bootblocks. Builds like hp300 now.Jason Downs
1997-05-29make a special compressed bootblock for ramdiskgrr
1997-05-25commit the compressed bootblock Makefile for later investigationgrr
1997-05-25Reverted boot block Makefiles to previous state due to instability.johns
We can't mess with this any more. We will go with the previously working boot blocks and install methods for release.
1997-05-24removing net.c (renamed to bootnet.c) per George's instructions..johns
1997-05-24Renaming net.c to bootnet.c to avoid name collision with libsajohns
(per George's instructions)
1997-05-24Committing George's compressed boot block changes...johns
1997-05-24Committing George's compressed boot support changes..johns
1997-05-21off by one; millertTheo de Raadt
1997-05-17crank versionTheo de Raadt
1997-05-13support cd9660 filesystem, tooTheo de Raadt
1997-05-13fake -s and -e options to indicate start of the /boot in cd9660 land.Theo de Raadt
Later on this should be replaced by proper cd9660 groking code.
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-12A horrific gruesome hack to remove a splat during obj@ buildsTheo de Raadt
1997-04-10machine@ is a horrible hack in obj@ space. ignore the error. fix laterTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-12MLINKTheo de Raadt
1996-12-12new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsdTheo de Raadt
1996-09-29no stripTheo de Raadt
1996-09-29size correct thingTheo de Raadt
1996-09-29libkern before libsaTheo de Raadt
1996-09-29size correct execTheo de Raadt
1996-08-22ugly but make it workTheo de Raadt
1996-08-11netbsd -> openbsd, NetBSD -> OpenBSD, kernel nameJason Downs
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1995-12-15from netbsd; enable interruptsTheo de Raadt
1995-11-14use promvec->pv_enaddr on v2 proms alsoTheo de Raadt
1995-11-13allow ufs or ffsTheo de Raadt
1995-11-07fix type-o by pk. a sun4 cpumodel looks like "SUN-4" rather thanchuck
"SUN/4" ... sun4's definitely do *not* want the a.out header installed.
1995-10-27ufs -> ffsTheo de Raadt
1995-10-27NetBSD -> OpenBSDTheo de Raadt
1995-10-22netbsd -> openbsdTheo de Raadt
1995-10-22kernel name is _PATH_UNIXTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt