| Commit message (Expand) | Author | Age | Files | Lines |
* | Build on amd64. Yes, I know this isn't particularly nice. | peter | 2003-06-26 | 1 | -0/+12 |
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 1 | -2/+0 |
* | Fixed CLEANFILES. | ru | 2003-02-25 | 1 | -1/+1 |
* | Build a file "boot" which consists of boot1 and boot2 concatenated. | phk | 2003-01-26 | 1 | -1/+6 |
* | Save 4 more bytes by not initializing opts to 0. This moves it from | imp | 2003-01-14 | 1 | -1/+1 |
* | Fix interactive booting: | imp | 2003-01-13 | 1 | -2/+4 |
* | -mno-align-long-strings can make things smaller, so lets use it in hopes | obrien | 2002-12-21 | 1 | -0/+1 |
* | Put back the casts to unsigned. While no strictly necessary for its | imp | 2002-12-20 | 1 | -1/+1 |
* | I didn't intend to delete this rm from the Makefile. It snuck in at | imp | 2002-12-18 | 1 | -0/+1 |
* | Reduce diffs with Peter's expanded diffs: | imp | 2002-12-17 | 1 | -4/+4 |
* | Make both UFS1 and UFS2 fit on the same boot blocks. These are a | imp | 2002-12-17 | 2 | -71/+60 |
* | Remove unneeded casts. Add others to make WARNS=5 happy. | obrien | 2002-12-15 | 1 | -6/+6 |
* | Employ the unused bytes after the disklabel in the second sector. This makes | phk | 2002-12-14 | 1 | -15/+6 |
* | Remove unnecessary call to fsread(). | phk | 2002-12-14 | 1 | -1/+0 |
* | Always use the smaller GCC builtin memcpy | phk | 2002-12-14 | 1 | -10/+0 |
* | Remove unused variable. | phk | 2002-12-14 | 1 | -1/+1 |
* | Don't fill in the table with the BIOS idea about disk-geometry, we don't | phk | 2002-12-14 | 1 | -15/+0 |
* | Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2 | jhb | 2002-10-08 | 1 | -1/+1 |
* | Now that ufsread.c doesn't do 64bit divide remainder operations, | phk | 2002-10-08 | 1 | -15/+2 |
* | Save a couple of bytes by not returning ints nobody care about. | phk | 2002-10-08 | 1 | -6/+6 |
* | Reinstate rev 1.36 with an important line that got missed. Note this | green | 2002-10-08 | 1 | -2/+5 |
* | Remove unused TYPE_WD and TYPE_WFD. | phk | 2002-10-08 | 1 | -2/+0 |
* | Correctly calculate dmadat: We need to take the address of _end, it's | phk | 2002-10-08 | 1 | -1/+1 |
* | Unbreak boot2 by backing out rev 1.36 to Makefile, which does not | phk | 2002-10-08 | 1 | -3/+1 |
* | Save four bytes by shortening a string two chars. | phk | 2002-10-08 | 1 | -2/+1 |
* | Correct a bug in adding 0x700 to a number. | green | 2002-10-07 | 1 | -1/+3 |
* | Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12. | phk | 2002-10-07 | 2 | -4/+35 |
* | Change the comment character from # to // in boot1.s and run | phk | 2002-10-07 | 1 | -1/+2 |
* | Correctly compensate for both offset and unoffset on-disk BSD disklabels. | phk | 2002-10-07 | 1 | -1/+2 |
* | Move the definition of UFS1_ONLY into the Makefiles where it belongs. | phk | 2002-10-07 | 1 | -0/+2 |
* | Don't call INT 12H anymore in boot program. | iwasaki | 2002-10-01 | 1 | -1/+1 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 1 | -0/+1 |
* | Restore Rev. 1.40 (remove "Keyboard yes/no" printf). | kan | 2002-09-01 | 1 | -1/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -2/+2 |
* | Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c | phk | 2002-06-21 | 1 | -1/+1 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 2 | -46/+40 |
* | Add explicit dependency on ufsread.c | phk | 2002-06-05 | 1 | -1/+1 |
* | Preparation for UFS2 commit: | phk | 2002-06-05 | 2 | -161/+4 |
* | Align CLEANFILES with revision 1.25 changes. | ru | 2002-05-13 | 1 | -1/+1 |
* | Saved 176 bytes by compiling with -fno-guess-branch-probability. The | bde | 2002-05-12 | 1 | -1/+1 |
* | Save about 60 bytes by #define memcpy __builtin_memcpy and removing | peter | 2002-05-11 | 1 | -13/+3 |
* | Use a crowbar and duct-tape to make boot2 fit again. This gets it down | peter | 2002-05-11 | 2 | -1/+7 |
* | - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default. | jhb | 2002-05-10 | 1 | -2/+2 |
* | -ffreestanding is the word for /sys. | obrien | 2002-05-10 | 1 | -4/+4 |
* | Code cleanup, no functional change. | pb | 2002-04-11 | 1 | -19/+33 |
* | Add option -n to i386 boot2 to disallow boot interruption by keypress. | pb | 2002-03-23 | 1 | -2/+8 |
* | Implement -m and -p loader(8) "boot" command options in boot2. | ru | 2002-03-13 | 1 | -3/+7 |
* | Oops, the previous revision (1.35) broke booting from floppies | iedowse | 2002-01-17 | 1 | -6/+18 |
* | Make the i386 boot2 fully blocksize-agnostic, as has already been | iedowse | 2002-01-14 | 1 | -48/+46 |
* | Increase BSIZEMAX from 8k to 16k, so that we can reliably boot from | iedowse | 2002-01-09 | 1 | -1/+1 |