Age | Commit message (Expand) | Author |
2014-07-13 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-02-19 | /etc/random.seed support (only loaded from disk devices). | Miod Vallat |
2014-01-04 | Add rnddata[] placeholders to make these boot blocks build again. | Miod Vallat |
2013-11-15 | Make vax stand build cross-build friendly. | Masao Uebayashi |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt |
2013-09-30 | Unbreak after am7990/lance split. | Miod Vallat |
2013-08-15 | fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@ | Otto Moerbeek |
2013-07-13 | Rework multiline string literal to appease gcc3. | Miod Vallat |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat |
2013-06-29 | Pass -D_LOCORE when building .S files. | Miod Vallat |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2011-09-29 | Get size of struct disklabel for the sake of the assembly code with a | Miod Vallat |
2011-09-19 | Try and clean system type constants a bit: | Miod Vallat |
2011-07-06 | Remove support for non-microVAX, non-VAXstation, non-VXT hardware in the | Miod Vallat |
2011-06-06 | Remove strcat and strncmp which are both unused, thereby slightly shrinking t... | Jasper Lievisse Adriaanse |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2008-08-26 | When using the not-documented-but-ought-to 'boot sd(...)file' syntax (e.g. | Miod Vallat |
2008-08-18 | Now that KA60 support is in, include the proper header files instead of | Miod Vallat |
2008-08-12 | Figured out where the prom console routines are on KA60 and how to invoke | Miod Vallat |
2008-08-10 | Add support for the VAXstation 3[58][24]0 to the bootblocks, currently | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat |
2008-03-30 | Switch bootloader code to loadfile, and enable a.out and ELF loaders within. | Miod Vallat |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2006-08-30 | Horrible code to work around stupid VXT2000 rom getchar() behaviour, but | Miod Vallat |
2006-08-24 | Add a few printfs to slow down SGEC initialization - somehow this appears | Miod Vallat |
2006-08-24 | Enable the appropriate serial transmitters in VXT2000 serial routines, this | Miod Vallat |
2006-08-05 | A potpourri of unrelated changes: | Miod Vallat |
2006-07-04 | use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want to | Martin Reindl |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-07-30 | Pull in moddi3.c and negdi2.c from libkern since libz needs them. | Todd C. Miller |
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-08-15 | ansi and proto cleanup. one unused function goes away | Theo de Raadt |
2003-08-10 | clean leftovers | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-08-11 | Restore support for loading elf boot: | Hugh Graham |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel |
2002-07-31 | Temporarily comment ELF support in the bootblocks, until this port is | Miod Vallat |
2002-06-11 | Prune some more dead code. | Hugh Graham |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham |
2002-03-31 | Copy mac address from proper place on 4000 200. Spotted thanks to a | Hugh Graham |
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 |
2002-03-10 | rdboot -> hdboot | Hugh Graham |
2002-03-09 | Add case for BTYP_1305. | Hugh Graham |
2002-02-14 | put "boot" in /usr/mdec instead of / | Theo de Raadt |
2002-02-13 | use strncpy instead of strcpy (no strcpy in libsa); hugh ok | Theo de Raadt |