| Commit message (Expand) | Author | Age | Files | Lines |
| * | -mno-align-long-strings can make things smaller, so lets use it in hopes | David E. O'Brien | 2002-12-21 | 2 | -0/+2 |
| * | Put back the casts to unsigned. While no strictly necessary for its | Warner Losh | 2002-12-20 | 2 | -2/+2 |
| * | Fix breakage from earlier inadvertant changes. | Jake Burkholder | 2002-12-20 | 1 | -4/+0 |
| * | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | Jake Burkholder | 2002-12-19 | 10 | -10/+13 |
| * | Add command `hcdp'. This command dumps the DIG64 HCDP table if one | Marcel Moolenaar | 2002-12-18 | 2 | -0/+150 |
| * | I didn't intend to delete this rm from the Makefile. It snuck in at | Warner Losh | 2002-12-18 | 2 | -0/+2 |
| * | Reduce diffs with Peter's expanded diffs: | Warner Losh | 2002-12-17 | 2 | -8/+8 |
| * | Make both UFS1 and UFS2 fit on the same boot blocks. These are a | Warner Losh | 2002-12-17 | 4 | -142/+120 |
| * | Remove unneeded casts. Add others to make WARNS=5 happy. | David E. O'Brien | 2002-12-15 | 2 | -12/+12 |
| * | Employ the unused bytes after the disklabel in the second sector. This makes | Poul-Henning Kamp | 2002-12-14 | 4 | -48/+22 |
| * | Remove unnecessary call to fsread(). | Poul-Henning Kamp | 2002-12-14 | 2 | -2/+0 |
| * | Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2 | Poul-Henning Kamp | 2002-12-14 | 1 | -91/+33 |
| * | Always use the smaller GCC builtin memcpy | Poul-Henning Kamp | 2002-12-14 | 2 | -20/+0 |
| * | Remove unused variable. | Poul-Henning Kamp | 2002-12-14 | 2 | -2/+2 |
| * | Don't fill in the table with the BIOS idea about disk-geometry, we don't | Poul-Henning Kamp | 2002-12-14 | 2 | -30/+0 |
| * | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 2 | -2/+2 |
| * | Pass the HCDP table address to the kernel. If no such table exists, | Marcel Moolenaar | 2002-12-10 | 8 | -28/+33 |
| * | The exit() function has been moved to libefi.c to better deal with | Marcel Moolenaar | 2002-12-10 | 1 | -39/+0 |
| * | Change the startup code to fix a memory leak and to allow us to | Marcel Moolenaar | 2002-12-10 | 5 | -41/+141 |
| * | o Make all GUID variables global to maximize reuse. | Marcel Moolenaar | 2002-12-10 | 2 | -42/+64 |
| * | Build EFI with -fshort-wchar so that L"some string" works with the | Marcel Moolenaar | 2002-12-10 | 1 | -1/+1 |
| * | Remove _putchar, _puts and _puthex. These functions are unused. | Marcel Moolenaar | 2002-12-10 | 2 | -202/+4 |
| * | Add the GUID of the DIG64 HCDP table. | Marcel Moolenaar | 2002-12-08 | 1 | -0/+3 |
| * | The boot manager sets the watchdog timer to 5 minutes before invoking | Marcel Moolenaar | 2002-12-08 | 2 | -12/+20 |
| * | In efi_cons_poll we check if a key is present (pending) by checking | Marcel Moolenaar | 2002-12-08 | 1 | -4/+10 |
| * | Fix a dumb bug that broke net booting on sparc64. The wrong length was | Jake Burkholder | 2002-12-02 | 1 | -1/+1 |
| * | Remove a left-over virtual mapping of uncached I/O port space. | Marcel Moolenaar | 2002-11-28 | 4 | -34/+6 |
| * | Enable UFS2 support in boot1. Just as with sparc64 the same boot1 works | John Baldwin | 2002-11-27 | 1 | -1/+0 |
| * | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 1 | -1/+1 |
| * | Eliminate references to defunct kernel tunables. | Yaroslav Tykhiy | 2002-11-26 | 3 | -24/+0 |
| * | MFp4: | Marcel Moolenaar | 2002-11-24 | 2 | -10/+48 |
| * | The new "all sound drivers" driver name is snd_driver. Loader.conf didn't | Daniel C. Sobral | 2002-11-22 | 1 | -1/+1 |
| * | Document loader tunables hw.pci.enable_io_modes and | Matthew N. Dodd | 2002-11-13 | 2 | -0/+24 |
| * | Loader tunable 'machdep.disable_mtrrs'. | Matthew N. Dodd | 2002-11-13 | 2 | -0/+6 |
| * | Change the device path representation in libofw to use the full firmware | Jake Burkholder | 2002-11-10 | 11 | -646/+92 |
| * | Correctly recognize both bogus and genuine BSD disklabels. | Poul-Henning Kamp | 2002-11-03 | 1 | -1/+4 |
| * | Fix indentation of comments. | Jonathan Mini | 2002-11-02 | 1 | -17/+17 |
| * | Add loader variables to control the loading of various networking modules. | Jonathan Mini | 2002-11-02 | 1 | -0/+31 |
| * | o Fix a size calculation based on a 8KB page, while under EFI | Marcel Moolenaar | 2002-10-24 | 5 | -33/+71 |
| * | Pass the right number of tlb slots to the kernel. The allocation scheme | Thomas Moestl | 2002-10-18 | 1 | -10/+4 |
| * | Compile in support for zipfs and bzipfs so we can load the gzipped mfsroot | Jake Burkholder | 2002-10-13 | 2 | -0/+14 |
| * | Remove '-DUFS1_ONLY' from CFLAGS. It is not needed. | Yoshihiro Takahashi | 2002-10-10 | 1 | -2/+0 |
| * | Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2 | John Baldwin | 2002-10-08 | 8 | -18/+18 |
| * | Now that ufsread.c doesn't do 64bit divide remainder operations, | Poul-Henning Kamp | 2002-10-08 | 2 | -30/+4 |
| * | Save a couple of bytes by not returning ints nobody care about. | Poul-Henning Kamp | 2002-10-08 | 2 | -12/+12 |
| * | It seems that the only problem with UFS2 booting on i386 is the 64bit | Poul-Henning Kamp | 2002-10-08 | 1 | -10/+12 |
| * | Reinstate rev 1.36 with an important line that got missed. Note this | Brian Feldman | 2002-10-08 | 2 | -4/+10 |
| * | Remove unused TYPE_WD and TYPE_WFD. | Poul-Henning Kamp | 2002-10-08 | 2 | -4/+0 |
| * | Correctly calculate dmadat: We need to take the address of _end, it's | Poul-Henning Kamp | 2002-10-08 | 2 | -2/+2 |
| * | Unbreak boot2 by backing out rev 1.36 to Makefile, which does not | Poul-Henning Kamp | 2002-10-08 | 2 | -6/+2 |