Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-04 | More fallback from struct disklabel changes, yawn | Miod Vallat | |
2009-01-18 | Define HEAP_START so that we can use space below it for ethernet buffers; | Miod Vallat | |
this prevents if_ie buffers from possibly overwriting the stack. Crank bootloader versions. | |||
2009-01-18 | Recompute file pointer position when seeking backwards, as it gets reinitialized | Miod Vallat | |
to zero otherwise; allows the tftp bootloader to work again after the switch to the MI loadfile code. | |||
2008-09-19 | Perform the mvme197 latency timer reprogramming in the boot blocks, in | Miod Vallat | |
addition to the kernel, and unconditionnaly handle all busswitch revision 1 based boards as horribly broken, even with 50MHz clocks. Based on an report of an early 50MHz 197LE board being unable to boot, due to memory corruption. | |||
2008-04-02 | Rewrite the startup code for the mvme88k bootblocks, once again. Some of | Miod Vallat | |
them (especially the netboot ones) will now self-relocate, which makes BUG configuration much simpler. WARNING: for disk-based systems, you need to update bootxx and bootsd at the same time. New bootsd will not run when loaded from an older bootxx. This doesn't matter much since you need both with installboot. | |||
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 | |
for RB_DFLTROOT; ok miod | |||
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 | |
ok miod | |||
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 | |
similar M_xx_SWAP(). | |||
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 | |
fewer assembly statements and much less magic, a few display artefacts removed, and private definitions moved out of the main prom.h. | |||
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 | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
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 | |
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-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 | |
requested kernel rather than ourselves. | |||
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 | |
become necessary to boot from unsupported (as far as mvme88k/stand/ is concerned) network cards, such as the MVME374 and the MVME376. Not enabled in the build yet, because there are a few issues left, but it is nonetheless usable... | |||
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 | |
statements, and be sure of what we get, rather than use "hinted" register local variables; bugcrt can now be compiled with compiler optimization enabled. | |||
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 | |
Also, honor default compilation options in stand/ whenever possible. This requires an up-to-date compiler, but it's not exactly like many people are going to be affected by this change... | |||
2003-09-07 | Oops, use the local MVMEPROM_CALL(), rather than the one which used to be | Miod Vallat | |
in <machine/prom.h> -- code in stand/ does not need a specific context to invoke the BUG functions. | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
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 | |
use gcc to get the correct location. | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
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 | |