| Age | Commit message (Expand) | Author |
| 2023-06-03 | adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} | lukem |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-04-23 | Uses LFS boot code | joerg |
| 2015-10-08 | Don't check if an array is (not) NULL, check if the string is empty. | joerg |
| 2014-01-12 | Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR. | tsutsui |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2009-10-26 | kill extra whitespaces | cegger |
| 2009-08-23 | We need an explicit include of <sys/exec_aout.h> here as well. | he |
| 2009-03-23 | - use -Os to shrink bianries | tsutsui |
| 2009-03-19 | Now that the stand/ code was converted to use memcpy(), the private | he |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-08 | Make the loadboot() declaration consistent, use char* because it | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-07-13 | De-__P. ANSIify. | uwe |
| 2006-06-14 | Nothing in this file needs <sys/time.h> | uwe |
| 2006-06-14 | Get strcpy prototype from libkern.h, not string.h | uwe |
| 2006-03-04 | s/u_intN_t/uintN_t/ | uwe |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-03 | constify | martin |
| 2005-04-28 | Ooops, missed this file when changing the bootdevice signature. | martin |
| 2004-07-28 | Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link | simonb |
| 2003-02-26 | Move all `ID prom' stuff into the prom library. | pk |
| 2002-05-15 | bootblock.h: | lukem |
| 2002-05-07 | convert to <sys/bootblock.h> | lukem |
| 2002-05-07 | Convert `bootxx' to raw binary format which is what the MI installboot(8) | pk |
| 2001-10-30 | Rather than using nlist(3), use a magic structure with a magic | thorpej |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-02-21 | bootxx links at 0x340000 | pk |
| 2000-02-21 | RELOC -> RELOC_DEFAULT | pk |
| 1999-11-08 | Include <sys/exec.h> instead of <a.out.h>/ | pk |
| 1999-08-21 | Use ${SIZE}, ${OBJCOPY} rather than size and objcopy. | sommerfeld |
| 1999-06-12 | Initialize the heap (for alloc()) explicitly, since the `end' symbol | pk |
| 1999-05-03 | Casts for PROM_LOADADDR which is not casted anymore. | christos |
| 1999-04-28 | Add -DLIBSA_NO_CLOSE | christos |
| 1999-03-05 | Use `-Ttext' switch & collect ld options in LINKFLAGS. | pk |
| 1999-02-15 | Use PROMLIB to streamline this code. This also provides the bulk of | pk |
| 1998-09-05 | Assign my copyrights to TNF. | pk |
| 1997-09-14 | Call the device close routine when we're done reading. | pk |
| 1997-06-01 | Completely rearrange SPARC boot code, modeling it after alpha and hp300 | mrg |
| 1997-04-17 | STRIP -> STRIPFLAG | thorpej |
| 1996-11-29 | remove header munging hack. | pk |
| 1995-10-10 | We don't need `rem.o'. | pk |
| 1995-10-09 | Brr.. libkern.o is way too big for our bootxx.. | pk |
| 1995-09-30 | Make this work with OBJ dirs. | pk |
| 1995-09-18 | Don't strip bootxx on installation. | pk |
| 1995-09-16 | Network booting; "oldmon" support; combine all functionality in single images. | pk |