Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-05 | Import fixcoff from NetBSD and make some changes to boot.mac Makefile and | Gordon Willem Klok | |
ofwboot including loosing some meanigless defines and repurposing XCOFF_GLUE to my own ends. These changes make it possible to boot the OpenBSD kernel on at least the Power Macintosh 9500 and 9600. No binary change in stripped ofwboot. ok drahn@, martin@ | |||
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback | |
partition is found. Change error message to 'no OpenBSD partition'. | |||
2006-10-10 | Typo in a comment. ok kettenis. | Marc Balmer | |
2006-07-26 | crank to 4.0-beta | Theo de Raadt | |
2006-02-28 | Announce compatibility with MacRISC4, to be able to boot automatically on | Mark Kettenis | |
G5 systems. ok drahn@, deraadt@ | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
2005-12-24 | Claim a bit more memory such that we can load bsd.rd. | Mark Kettenis | |
tested by many; ok deraadt@ | |||
2005-10-09 | Try to recover part of the reserved space from the OF_claim above. | Dale Rahn | |
2005-10-08 | Preallocate the space where the kernel would live, needs to be at least | Dale Rahn | |
as large as the ramdisk kernel, however currently on GENERIC this causes about 4MB loss of avail mem, once the kernel is loaded, the remainder needs to be returned. | |||
2005-09-26 | Return EIO if reading fails. | Mark Kettenis | |
ok drahn@ | |||
2005-09-15 | Fix typo. | Mark Kettenis | |
ok miod@, drahn@, deraadt@ | |||
2005-08-09 | move to 3.8-beta | Theo de Raadt | |
2005-07-20 | put -lkern last, since libz needs syms in it | Theo de Raadt | |
2005-05-14 | Remove bogus #define, no binary difference. | Dale Rahn | |
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2004-08-09 | move to 3.6-beta | Theo de Raadt | |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-02-27 | move to 3.5-beta | Theo de Raadt | |
2004-01-09 | fix build for gcc3. | Dale Rahn | |
2003-10-16 | There is no end to the ANSI/KNF journey. | Dale Rahn | |
2003-08-27 | Enable 'Snag' boot on newer Apple machines. | Dale Rahn | |
2003-08-11 | move to 3.4-beta | Theo de Raadt | |
2003-06-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn | |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson | |
2003-02-12 | move to 3.3-beta | Theo de Raadt | |
2003-01-31 | Change how the bootloader links to get around size/start address issues | Dale Rahn | |
introduced by W^X. exe size goes back to 60640 from 126456. | |||
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-09-15 | backout premature | Theo de Raadt | |
2002-09-15 | KNF | Theo de Raadt | |
2002-09-10 | move to 3.2-beta | Theo de Raadt | |
2002-09-06 | KNF, get this out of my tree finally. | Dale Rahn | |
2002-08-13 | Remove some unused prototypes, KNF. | Dale Rahn | |
2002-07-23 | Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead of | Dale Rahn | |
just 'bsd'. | |||
2002-04-01 | s/3.0/3.1/ so that the CD will boot properly. | Dale Rahn | |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller | |
the ANSI way. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-15 | document exit command at Boot: prompt; pvalchev tested | Theo de Raadt | |
2001-10-06 | 2face version of boot icon. | Dale Rahn | |
2001-10-03 | Install the bsd.tbxi data file. millert@ ok. | Dale Rahn | |
2001-10-01 | When booting up in auto-boot? true mode, newer systems do not provide | Dale Rahn | |
the stdout connection for if the normal output mode is screen. This change will force the bootloader output to the screen if this condition occurs. | |||
2001-10-01 | When you see an error, fix it immediately, otherwise it is possible | Dale Rahn | |
to commit it, grr. | |||
2001-10-01 | Add Copyright. Image cleanup. | Dale Rahn | |
2001-10-01 | Piece of "code" which openfirmware will recognize to boot automatically off | Dale Rahn | |
of a parition. This version is primarily for CDs. | |||
2001-09-21 | Add the support for "-c", UKC in the bootloader. Note that currently this | Dale Rahn | |
is not fully supported by the kernel, so will just hang the machine. | |||
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand to macppc/stand | |||
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/boot.mac to macppc/stand/boot.mac These files are the bootloader for the older Openfirmware, not currently supported. |