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