| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for reading an additional loader configuration file. By default, | gordon | 2002-05-24 | 3 | -1/+70 |
* | Fixed to conflict labels. | nyan | 2002-05-21 | 1 | -3/+3 |
* | MFi386: revision 1.22 | nyan | 2002-05-21 | 1 | -9/+8 |
* | MD ficl files for sparc64. | jake | 2002-05-19 | 2 | -0/+513 |
* | o Remove namespace pollution from param.h: | marcel | 2002-05-19 | 8 | -0/+12 |
* | An almost mechanical sweep to replace C++ style comments with C | marcel | 2002-05-19 | 16 | -614/+485 |
* | Fix one of the va_arg() with less than int sized type probelms. | phk | 2002-05-18 | 1 | -1/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 6 | -7/+7 |
* | DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore. | jhay | 2002-05-15 | 1 | -1/+1 |
* | Even more BBSIZE related breakage. | ru | 2002-05-14 | 1 | -0/+1 |
* | Fixed to build for GCC 3.1 | nyan | 2002-05-14 | 6 | -17/+16 |
* | Add -ffreestanding to CFLAGS. | nyan | 2002-05-14 | 1 | -1/+1 |
* | Align CLEANFILES with revision 1.25 changes. | ru | 2002-05-13 | 2 | -2/+2 |
* | Fixed CLEANFILES after bsd.lib.mk sweep. | ru | 2002-05-13 | 2 | -2/+2 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 6 | -17/+0 |
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 4 | -16/+0 |
* | Match the default newfs UFS block size. | obrien | 2002-05-13 | 1 | -1/+1 |
* | Saved 176 bytes by compiling with -fno-guess-branch-probability. The | bde | 2002-05-12 | 2 | -2/+2 |
* | Back out last commit. I expect our bsd.*.mk gods to remove the need for | obrien | 2002-05-12 | 10 | -0/+27 |
* | Attempt to not crash and burn on UltraSPARC III machines; the cpuid property | jake | 2002-05-11 | 1 | -1/+2 |
* | Save about 60 bytes by #define memcpy __builtin_memcpy and removing | peter | 2002-05-11 | 2 | -26/+6 |
* | Reconnect boot2. I'm sure I'll regret this though. :-) | peter | 2002-05-11 | 1 | -1/+1 |
* | Use a crowbar and duct-tape to make boot2 fit again. This gets it down | peter | 2002-05-11 | 4 | -2/+14 |
* | Change the disk probing so that it will actually find disks other | jake | 2002-05-11 | 3 | -42/+136 |
* | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | obrien | 2002-05-11 | 10 | -27/+0 |
* | -ffreestanding is the word. | obrien | 2002-05-10 | 22 | -21/+29 |
* | - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default. | jhb | 2002-05-10 | 2 | -4/+4 |
* | We don't need bootinfo any more, and sparc64 doesn't have it anyways. | obrien | 2002-05-10 | 1 | -1/+0 |
* | Don't be redundant. | obrien | 2002-05-10 | 1 | -1/+1 |
* | -ffreestanding is the word for /sys. | obrien | 2002-05-10 | 6 | -17/+18 |
* | Turn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Ficl doesn't build on sparc64. | obrien | 2002-05-09 | 1 | -0/+2 |
* | Partical style cleanup. | obrien | 2002-05-09 | 1 | -19/+17 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 2 | -2/+2 |
* | Rename the file used to specify the nextboot to make it clear that this | wes | 2002-04-26 | 1 | -1/+1 |
* | A long, long time ago, msmith introduced vfs.root.mountfrom | dcs | 2002-04-26 | 1 | -0/+2 |
* | Add a -k option to reboot to specify the kernel to boot next time | wes | 2002-04-26 | 1 | -1/+1 |
* | MFi386: revision 1.56 | nyan | 2002-04-25 | 1 | -18/+6 |
* | MFi386: revision 1.8 | nyan | 2002-04-25 | 1 | -5/+3 |
* | Split file system setup code out into a function called mount. | jake | 2002-04-24 | 1 | -50/+109 |
* | Add support for loading files other than /boot/loader. Useful if you're | jake | 2002-04-24 | 1 | -79/+234 |
* | Add an exit function. | jake | 2002-04-24 | 1 | -3/+21 |
* | Add -Wno-unused. | jake | 2002-04-24 | 1 | -1/+1 |
* | memcpy, memset -> bcopy, bzero. | jake | 2002-04-24 | 1 | -32/+28 |
* | Clean up elf loading to not make assumptions about the ordering of sections. | jake | 2002-04-24 | 1 | -37/+18 |
* | Remove xfsread. Just call fsread directly. | jake | 2002-04-24 | 1 | -16/+5 |
* | Remove a bunch of unused variables, functions and macros. Allocate storage | jake | 2002-04-24 | 1 | -174/+11 |
* | Improve self-relocation: | marcel | 2002-04-21 | 2 | -210/+270 |
* | o Use our own elf2aout now. | obrien | 2002-04-21 | 1 | -2/+2 |
* | Allocate sufficient pages to hold the bootinfo block and stop | marcel | 2002-04-19 | 2 | -14/+20 |