Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-17 | put arch type into hw.model, sun4 installboot now works; jason | Theo de Raadt | |
1998-03-02 | gcc may generate references to libgcc.a at any time, we lucked out in previous | johns | |
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-18 | installboot onto partition c | Theo de Raadt | |
1998-02-12 | Look for installboot in /usr/mdec unless user specified otherwise. | Magnus Holmberg | |
1997-09-17 | Reorganizaed bootblocks. Builds like hp300 now. | Jason Downs | |
1997-05-29 | make a special compressed bootblock for ramdisk | grr | |
1997-05-25 | commit the compressed bootblock Makefile for later investigation | grr | |
1997-05-25 | Reverted 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-24 | removing net.c (renamed to bootnet.c) per George's instructions.. | johns | |
1997-05-24 | Renaming net.c to bootnet.c to avoid name collision with libsa | johns | |
(per George's instructions) | |||
1997-05-24 | Committing George's compressed boot block changes... | johns | |
1997-05-24 | Committing George's compressed boot support changes.. | johns | |
1997-05-21 | off by one; millert | Theo de Raadt | |
1997-05-17 | crank version | Theo de Raadt | |
1997-05-13 | support cd9660 filesystem, too | Theo de Raadt | |
1997-05-13 | fake -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-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-12 | A horrific gruesome hack to remove a splat during obj@ builds | Theo de Raadt | |
1997-04-10 | machine@ is a horrible hack in obj@ space. ignore the error. fix later | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-12 | MLINK | Theo de Raadt | |
1996-12-12 | new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsd | Theo de Raadt | |
1996-09-29 | no strip | Theo de Raadt | |
1996-09-29 | size correct thing | Theo de Raadt | |
1996-09-29 | libkern before libsa | Theo de Raadt | |
1996-09-29 | size correct exec | Theo de Raadt | |
1996-08-22 | ugly but make it work | Theo de Raadt | |
1996-08-11 | netbsd -> openbsd, NetBSD -> OpenBSD, kernel name | Jason Downs | |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt | |
1995-12-15 | from netbsd; enable interrupts | Theo de Raadt | |
1995-11-14 | use promvec->pv_enaddr on v2 proms also | Theo de Raadt | |
1995-11-13 | allow ufs or ffs | Theo de Raadt | |
1995-11-07 | fix type-o by pk. a sun4 cpumodel looks like "SUN-4" rather than | chuck | |
"SUN/4" ... sun4's definitely do *not* want the a.out header installed. | |||
1995-10-27 | ufs -> ffs | Theo de Raadt | |
1995-10-27 | NetBSD -> OpenBSD | Theo de Raadt | |
1995-10-22 | netbsd -> openbsd | Theo de Raadt | |
1995-10-22 | kernel name is _PATH_UNIX | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |