Age | Commit message (Expand) | Author |
2008-04-02 | Rewrite the startup code for the mvme88k bootblocks, once again. Some of | Miod Vallat |
2008-03-31 | Switch bootloaders to mi loadfile(). | Miod Vallat |
2008-03-31 | Compile libsa with -D_STANDALONE. | Miod Vallat |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
2007-10-30 | avoid intermediate files with same name (ie. a.out) for parallel make | Theo de Raadt |
2007-06-17 | amd64/stand | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-08-13 | Remove remains of cut'n'paste from ffs code. | Miod Vallat |
2006-05-18 | Use standard swap16() and swap32() functions instead of abusing <db.h> to get | Miod Vallat |
2006-05-18 | Move otherwise unused <machine/vid.h> to stand/ | Miod Vallat |
2006-05-17 | Delay board type retrieval. | Miod Vallat |
2006-05-16 | Crank bootblocks version for today's changes. | Miod Vallat |
2006-05-16 | Nuke whitespace at EOL | Miod Vallat |
2006-05-16 | Make standalone binaries compile with -Wall -Werror | Miod Vallat |
2006-05-16 | Cleanup of mvme88k standalone code, with rewritten startup code with | Miod Vallat |
2006-01-16 | adjust to size_t changes | Theo de Raadt |
2006-01-10 | use ${INSTALL_STRIP} ok miod | 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-09-11 | cope with the ___moddi3 issue, same as mvme68k | Theo de Raadt |
2004-12-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn |
2004-11-11 | Typos | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-01-28 | Add tftpboot to the mvme88k builds. | Miod Vallat |
2004-01-28 | Skip first argument on commandline, so we can try to actually boot the | Miod Vallat |
2004-01-28 | Oops, forgot cvs add in previous commit; spotted by deraadt@ | Miod Vallat |
2004-01-26 | tftp-only netboot code, inspired from mvmeppc, and stripped down; it will | Miod Vallat |
2004-01-13 | UFS -> FFS, /bootsd -> /boot, ufsboot -> boot | Miod Vallat |
2004-01-13 | Dusty, useless files are better found in the Attic. | Miod Vallat |
2004-01-01 | Some typos just never die (here controler vs controller). | Miod Vallat |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat |
2003-10-02 | Upon invoking the freshly loaded binary, populate registers via embedded asm | Miod Vallat |
2003-10-01 | Unused bits. | Miod Vallat |
2003-10-01 | There is no point in chown/chmod outside the install target. | Miod Vallat |
2003-10-01 | Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy. | Miod Vallat |
2003-09-07 | Oops, use the local MVMEPROM_CALL(), rather than the one which used to be | Miod Vallat |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-20 | No need to build installboot and the bootblocks at -O0 anymore. | Miod Vallat |
2003-08-09 | Always install the installboot manual page. | Miod Vallat |
2003-08-01 | ${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead, | Miod Vallat |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | snprintf here too. | Miod Vallat |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |