Age | Commit message (Expand) | Author |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-14 | The msdos1mb file has not been used since we got newfs_msdos. | Theo de Raadt |
2012-09-02 | Allow bootblocks to build in PIE; joint effort with pascal | Theo de Raadt |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-06-20 | move to 5.2-beta | Theo de Raadt |
2012-01-11 | crank to 5.1-beta | Theo de Raadt |
2011-11-19 | Remove unused function forgotten during the switch to the interactive | Martin Pieuchot |
2011-11-19 | Rewrite the parsing of arguments given to the ofwboot and restore the | Martin Pieuchot |
2011-07-18 | take us to 5.0-beta | Theo de Raadt |
2011-07-08 | Unbreak macppc bootloader due to libz changes. | Dale Rahn |
2011-04-10 | Include <libkern.h> to get proper strrchr() prototype. | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-01-13 | move to 4.9-current | Theo de Raadt |
2010-07-24 | move to 4.8-beta | Theo de Raadt |
2010-05-31 | this dir, itself, should decide if it is entered deeper | Theo de Raadt |
2010-05-14 | avoid builtins completely, so avoid possible issues with gcc4. | Dale Rahn |
2010-05-14 | Be friendly with gcc4. | Dale Rahn |
2010-01-26 | 4.7-BETA (also, lo-carb and ozone layer friendly) | Miod Vallat |
2009-06-20 | 4.6-BETA | Miod Vallat |
2009-02-08 | Move to 4.5-BETA | Miod Vallat |
2008-07-02 | move to 4.4-beta | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | Add some missing $OpenBSD$ tags. | Kenneth R Westerback |
2008-05-25 | Don't forget to actually return a value in ttyname(), and fix a bunch of | Miod Vallat |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-02-20 | 4.3-beta | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-07-25 | crank to 4.2-beta | Theo de Raadt |
2007-06-24 | When bootfile was made global so that macppc could modify it, it | Tom Cosgrove |
2007-06-23 | Enable workaround for decrementer exception problem. | Dale Rahn |
2007-06-14 | Remove some debug prints which I let slip in. | Dale Rahn |
2007-06-14 | boot code does not do daddr64_t yet. 'unchange that' deraadt@ | Dale Rahn |
2007-06-13 | Switch macppc to the interactive bootloader in stand/boot. | Dale Rahn |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-02 | oops, why did i delete this. bizzare | Theo de Raadt |
2007-06-02 | stand/ofdev.h | Theo de Raadt |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-02-12 | 4.1-beta | Henning Brauer |
2006-12-05 | Import fixcoff from NetBSD and make some changes to boot.mac Makefile and | Gordon Willem Klok |
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback |
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 |
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 |
2005-12-24 | Claim a bit more memory such that we can load bsd.rd. | Mark Kettenis |
2005-10-09 | Try to recover part of the reserved space from the OF_claim above. | Dale Rahn |