| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use __FBSDID(). | David E. O'Brien | 2003-09-08 | 34 | -65/+95 |
| * | Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console. | Poul-Henning Kamp | 2003-09-03 | 3 | -0/+15 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-25 | 21 | -49/+74 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-25 | 28 | -73/+95 |
| * | Many newer CF do not handle having the entire track read from them at | Warner Losh | 2003-08-22 | 2 | -0/+8 |
| * | FICL doesn't build on PowerPC yet, so disable. | David E. O'Brien | 2003-08-16 | 3 | -21/+21 |
| * | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -1/+1 |
| * | Null terminate the OEM hint. This rids my laptop of the smiley face that | Nate Lawson | 2003-08-07 | 1 | -0/+1 |
| * | Fix asm string newlines to keep gcc3.3 happy. Use register prefixes | Peter Grehan | 2003-08-05 | 2 | -108/+108 |
| * | Don't hardcode unit 0 for the current device if we're loaded from an | Marcel Moolenaar | 2003-08-02 | 4 | -35/+31 |
| * | Fix the ski loader, broken by the gcc upgrade. Update the linker | Marcel Moolenaar | 2003-07-17 | 8 | -262/+230 |
| * | Have the linker script look more like the default linker script | Marcel Moolenaar | 2003-07-17 | 2 | -92/+78 |
| * | Add include file so this builds with new acpica | Nate Lawson | 2003-07-13 | 1 | -0/+1 |
| * | Fixed build error with GCC 3.3.1 | Yoshihiro Takahashi | 2003-07-13 | 1 | -3/+3 |
| * | NFS support should be conditional on LOADER_NFS_SUPPORT, not | Thomas Moestl | 2003-07-11 | 1 | -1/+1 |
| * | Revert non-style part of the recent two deltas that dealt with | Ruslan Ermilov | 2003-07-02 | 2 | -10/+2 |
| * | sys/ia64/ia64/pal.s has been repocopied to pal.S. | Ruslan Ermilov | 2003-07-02 | 1 | -1/+1 |
| * | pal_stub.s has been repo-copied to pal_stub.S. | Ruslan Ermilov | 2003-07-02 | 2 | -66/+1 |
| * | Add the beastie_disable variable which allows to turn the beastie | Christian Brueffer | 2003-07-01 | 1 | -0/+1 |
| * | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | Ruslan Ermilov | 2003-06-30 | 1 | -1/+0 |
| * | Switch to using bsd.prog.mk; this gives us back the standard | Ruslan Ermilov | 2003-06-30 | 2 | -10/+4 |
| * | MFi386: revision 1.16. | Ruslan Ermilov | 2003-06-30 | 1 | -10/+4 |
| * | Revision 1.13, besides its useful part, replaced bsd.prog.mk by | Ruslan Ermilov | 2003-06-30 | 1 | -10/+4 |
| * | Capitalize an occurrence of 'ficl' for consistency. | Christian Brueffer | 2003-06-29 | 1 | -1/+1 |
| * | Build on amd64. Yes, I know this isn't particularly nice. | Peter Wemm | 2003-06-26 | 9 | -8/+59 |
| * | When looking for the ':' separator in the root path, don't go past | Ian Dowse | 2003-06-16 | 1 | -2/+2 |
| * | Remember to release the loader's heap. | Jake Burkholder | 2003-06-15 | 1 | -1/+7 |
| * | Don't start the beastie menu if the 'beastie_disable' variable is set to | Scott Long | 2003-06-10 | 1 | -1/+11 |
| * | Add help file for pc98. | Yoshihiro Takahashi | 2003-06-08 | 2 | -1/+47 |
| * | Enable new boot menu. | Yoshihiro Takahashi | 2003-06-08 | 1 | -1/+2 |
| * | Don't load the acpi module. | Yoshihiro Takahashi | 2003-06-08 | 2 | -1/+34 |
| * | Set arch-pc98 env to true for pc98. | Yoshihiro Takahashi | 2003-06-08 | 2 | -1/+6 |
| * | Add ${AFLAGS} to 'as' invocation. | David E. O'Brien | 2003-06-07 | 4 | -4/+4 |
| * | MFi386: revisions 1.13 and 1.14. | Yoshihiro Takahashi | 2003-06-07 | 1 | -5/+15 |
| * | MFi386: revision 1.30. | Yoshihiro Takahashi | 2003-06-07 | 1 | -2/+5 |
| * | Don't use a C compiler to assemble a pure asm file. | David E. O'Brien | 2003-06-07 | 1 | -1/+7 |
| * | Tweak make values and targets not to build kgzldr.o at | Jun Kuriyama | 2003-06-06 | 1 | -4/+8 |
| * | Don't use a C compiler to assemble a pure asm file. | David E. O'Brien | 2003-06-02 | 1 | -2/+5 |
| * | Accpet '1'..'5' in place of F1..F5 for serial console users. | David E. O'Brien | 2003-06-01 | 1 | -3/+5 |
| * | Man, I'm not on the ball. 4th does not need to escape '\' chars. This | Scott Long | 2003-05-31 | 1 | -8/+8 |
| * | Flag when ACPI has been disabled by the user so that sysinstall can do | Scott Long | 2003-05-31 | 1 | -0/+2 |
| * | Enable the new bootloader for i386 only. The new loader.rc is will only | Scott Long | 2003-05-31 | 2 | -1/+21 |
| * | Add a new bootloader menu. Pull in screen.4th and frames.4th from the | Scott Long | 2003-05-30 | 4 | -0/+333 |
| * | Fixed the markup and wording of the kern.ipc.nsfbufs tunable. | Ruslan Ermilov | 2003-05-17 | 1 | -3/+5 |
| * | Fix a bug in the AMD64 trampoline. I misunderstood the implicit | Peter Wemm | 2003-05-17 | 1 | -1/+1 |
| * | Add variables for missing network drivers. | Murray Stokely | 2003-05-16 | 1 | -0/+6 |
| * | Fix lookup of module metadata on amd64 systems. While this is in | Peter Wemm | 2003-05-12 | 1 | -5/+25 |
| * | Revert leftover AMD64 disable-acpi-module stuff. | Peter Wemm | 2003-05-12 | 1 | -3/+0 |
| * | For amd64 kernels, repeat the 1GB mapping over the entire address space | Peter Wemm | 2003-05-11 | 1 | -12/+12 |
| * | Since we insist on loading the POS ACPI by default, give the poor user | David E. O'Brien | 2003-05-05 | 1 | -0/+5 |