| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC boot loader path and RBX constant deduplication | emaste | 2016-02-09 | 1 | -45/+4 |
* | MFC r280980: | dim | 2015-04-09 | 1 | -2/+2 |
* | MFC r279598: | dim | 2015-03-08 | 1 | -1/+3 |
* | MFC: r268475 (by imp) | nyan | 2014-11-03 | 1 | -7/+26 |
* | MFC r260334: | dim | 2014-01-09 | 1 | -1/+2 |
* | MFC r260095: | dim | 2014-01-04 | 1 | -3/+3 |
* | MFC r257532 (by adrian): | dim | 2013-12-30 | 1 | -3/+4 |
* | Shrink boot2 by 8 bytes, by eliminating some unneeded instructions in | dim | 2012-11-08 | 1 | -4/+2 |
* | add detection of serial console presence to btx and boot2-like blocks | avg | 2012-10-06 | 3 | -10/+16 |
* | Remove unnecessary initializations. The BSS of boot2 is in fact | jhb | 2012-06-01 | 1 | -2/+2 |
* | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | gleb | 2012-05-25 | 1 | -4/+3 |
* | Make boot2 build with Clang again. | jkim | 2012-03-09 | 1 | -4/+2 |
* | Add a note to clarify why we create a relocated copy of boot1 in lower | jhb | 2012-03-06 | 1 | -1/+4 |
* | Fix boot2 to handle boot config files that only contain a custom path to | jhb | 2012-03-05 | 1 | -6/+15 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -10/+6 |
* | Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for | jhb | 2011-10-25 | 1 | -3/+0 |
* | Look for /boot/config in addition to /boot.config, with the former taking | des | 2011-10-18 | 1 | -2/+4 |
* | When building some of the boot loaders with clang, and DEBUG_FLAGS or | dim | 2011-07-17 | 1 | -0/+3 |
* | Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off | dim | 2011-05-05 | 1 | -1/+2 |
* | Clang r130700 can now compile sys/boot/i386/boot2 with room to spare. | dim | 2011-05-02 | 1 | -3/+6 |
* | Due to space constraints, the UFS boot2 and boot1 use an evil hack where | jhb | 2011-04-28 | 1 | -0/+1 |
* | Move getc() body before xgetc() so gcc does not emit a warning about function | rdivacky | 2011-04-06 | 1 | -9/+9 |
* | Mark getc() as inline, this has no effect on gcc but helps clang. | rdivacky | 2011-04-06 | 1 | -1/+1 |
* | Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers. | rdivacky | 2011-04-04 | 3 | -10/+12 |
* | Some more shrinking. | rdivacky | 2011-03-10 | 1 | -18/+16 |
* | This patch shrinks boot2 a little. | rdivacky | 2011-03-02 | 1 | -25/+8 |
* | In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable | dim | 2011-02-21 | 1 | -1/+1 |
* | Remove reading of symbols from a.out loaded files. Since we are tight | imp | 2011-02-16 | 1 | -18/+1 |
* | Apply a few small optimizations to boot2's code, to make it shrink a | dim | 2011-02-15 | 1 | -3/+4 |
* | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles | dim | 2011-01-05 | 1 | -1/+0 |
* | Fix the jump location. | brucec | 2010-11-14 | 1 | -1/+1 |
* | When rebooting the machine jump to 0xf000:fff0 instead of 0xffff:0x0. | brucec | 2010-11-14 | 1 | -1/+1 |
* | Avoid using memcpy() for copying 32bit chunks. This shrinks | rdivacky | 2010-10-22 | 1 | -2/+2 |
* | When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 | dim | 2010-09-21 | 1 | -3/+1 |
* | Use a more robust way to substitute gcc for clang, when compiling | dim | 2010-08-31 | 1 | -1/+3 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH | imp | 2010-08-23 | 1 | -1/+1 |
* | Make sure the boot2 stage is compiled with gcc, as clang has no | rpaulo | 2010-08-21 | 1 | -0/+5 |
* | Our boot loader is capable of booting both i386 and amd64 kernels so | delphij | 2010-03-26 | 1 | -1/+1 |
* | Revert the part of change 107879 that employs the unused bytes after | marcel | 2009-03-07 | 2 | -5/+5 |
* | - Initialize the vm86 structure to a known-good state. Specifically, always | jhb | 2008-08-08 | 1 | -2/+4 |
* | Fix off-by-one error. | nyan | 2008-07-01 | 1 | -1/+1 |
* | Rev 1.72 fixed a bug where if /boot.config changed the console its contents | jhb | 2008-02-28 | 1 | -2/+3 |
* | Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | jhb | 2007-10-26 | 1 | -0/+1 |
* | Slightly cleanup the 'bootdev' concept on x86 by changing the various | jhb | 2007-10-24 | 1 | -1/+1 |
* | Tweak inlining parameters a little. Add warning to tell us if function | kan | 2007-05-19 | 1 | -1/+2 |
* | Revert the last change. Masking only 2 MSBs of the virtual address | ru | 2006-11-02 | 1 | -3/+3 |
* | Because the BTX mini-kernel now uses flat memory mode and clients | ru | 2006-10-29 | 1 | -3/+3 |
* | Restore support for -c and -d that were treacherously murdered in | ru | 2006-10-26 | 1 | -2/+4 |
* | Back out rev. 1.71 as it breaks directly loading (i386) kernels. | ru | 2006-10-26 | 1 | -3/+3 |
* | Minor whitespace tweak. | jhb | 2006-04-11 | 1 | -2/+1 |