| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Merge from head | sjg | 2014-05-08 | 3 | -3/+4 |
| |\ \ \ |
|
| * \ \ \ | Merge head | sjg | 2014-04-28 | 35 | -1025/+109 |
| |\ \ \ \ |
|
| * | | | | | Merge head@256308 | sjg | 2013-10-14 | 1 | -2/+5 |
| * | | | | | Merge head@256284 | sjg | 2013-10-13 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge from head | sjg | 2013-09-05 | 4 | -2/+241 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Sync with HEAD. | obrien | 2013-02-08 | 11 | -62/+59 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 2 | -0/+28 |
| | | | | | | | | | |
| | \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 18 | -1233/+490 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 3 | -0/+42 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Minor comments fixes | thomas | 2015-05-16 | 1 | -2/+2 |
* | | | | | | | | | | Reassign copyright statements on several files from Advanced | jhb | 2015-04-23 | 1 | -1/+1 |
* | | | | | | | | | | SMBIOS support for EFI. | rpaulo | 2015-04-06 | 4 | -13/+51 |
* | | | | | | | | | | Revert .PATH changes to fix mips build. | jkim | 2015-04-03 | 1 | -0/+1 |
* | | | | | | | | | | Install newly added brand-*.4th and logo-*.4th files and reduce duplication. | jkim | 2015-04-02 | 1 | -7/+2 |
* | | | | | | | | | | Move i386/efi files to new home in efi/loader/arch/i386 | emaste | 2015-04-02 | 7 | -751/+0 |
* | | | | | | | | | | Ensure the cross assembler, linker and objcopy are used for the build32 | dim | 2015-04-02 | 4 | -8/+8 |
* | | | | | | | | | | multiboot: fix error codes | royger | 2015-04-01 | 1 | -4/+4 |
* | | | | | | | | | | multiboot: zero mod list array | royger | 2015-04-01 | 1 | -0/+7 |
* | | | | | | | | | | Merging ^/head r279596 through r279758. | dim | 2015-03-07 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | When compiling boot2 with gcc on i386 and pc98, only use the custom flag | dim | 2015-03-04 | 1 | -1/+3 |
* | | | | | | | | | | | Merge ^/head r279163 through r279308. | dim | 2015-02-26 | 1 | -6/+112 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| * | | | | | | | | | | Improve memory detection in biosmem.c | grembo | 2015-02-23 | 1 | -6/+112 |
* | | | | | | | | | | | Merge ^/head r277956 through r277974. | dim | 2015-01-31 | 1 | -23/+23 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| * | | | | | | | | | | Fix order of functions in smbios.c (corrects r277949), since this corrects | grembo | 2015-01-31 | 1 | -23/+23 |
| * | | | | | | | | | | New function smbios_match to detect BIOS versions during boot | grembo | 2015-01-30 | 2 | -46/+137 |
* | | | | | | | | | | | Merge ^/head r277945 through r277955. | dim | 2015-01-30 | 2 | -46/+137 |
* | | | | | | | | | | | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' for | dim | 2015-01-28 | 1 | -2/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Fix panic in firewire and creation of invalid config ROM. | will | 2015-01-23 | 1 | -5/+9 |
* | | | | | | | | | | loader: fix the size of MODINFOMD_MODULEP | royger | 2015-01-20 | 1 | -2/+3 |
* | | | | | | | | | | loader: implement multiboot support for Xen Dom0 | royger | 2015-01-15 | 8 | -21/+729 |
* | | | | | | | | | | Merge ^/head r274961 through r276301. | dim | 2014-12-27 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Make this compile when TERM_EMU is not defined. | imp | 2014-12-22 | 1 | -0/+2 |
| * | | | | | | | | | | Unbreak the code for non-digits below '0' by casting the expression | rdivacky | 2014-11-30 | 1 | -1/+1 |
* | | | | | | | | | | | Merge ^/head r275262 through r275363. | dim | 2014-12-01 | 1 | -1/+1 |
* | | | | | | | | | | | Merge ^/head r274961 through r275261. | dim | 2014-11-29 | 1 | -6/+10 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| * | | | | | | | | | | Shrink boot2 a bit more by factoring out common pattern | rdivacky | 2014-11-29 | 1 | -6/+10 |
* | | | | | | | | | | | Merge ^/head r275118 through r275209. | dim | 2014-11-28 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| * | | | | | | | | | | Revert part of r275059. Comparing unsigned 8 bit value | rdivacky | 2014-11-27 | 1 | -2/+1 |
* | | | | | | | | | | | r274961 through r275075 | dim | 2014-11-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / |
|
| * | | | | | | | | | | Fix style(9). | rdivacky | 2014-11-25 | 1 | -1/+1 |
| * | | | | | | | | | | Fix style(9). | rdivacky | 2014-11-25 | 1 | -1/+1 |
| * | | | | | | | | | | Shrink boot2 by a couple more bytes. | rdivacky | 2014-11-25 | 1 | -9/+14 |
* | | | | | | | | | | | Ensure boot2 stays below the limit, by applying a patch from Roman | dim | 2014-11-24 | 2 | -13/+18 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Misc mdoc fixes: | joel | 2014-11-23 | 1 | -3/+3 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Move NFS and TFTP filesystems before the synthetic filesystems (bzip, | jhb | 2014-11-11 | 1 | -7/+7 |
* | | | | | | | | | Correct grammos. | schweikh | 2014-10-15 | 1 | -3/+3 |
* | | | | | | | | | Properly NUL-terminate the on-stack buffer for reading /boot.config | marcel | 2014-10-09 | 1 | -3/+5 |
* | | | | | | | | | Remove extra '\'. | nyan | 2014-09-28 | 1 | -1/+1 |
* | | | | | | | | | Remove obsolete compatibility glue and improve firewire code readability. | kan | 2014-09-27 | 1 | -1/+1 |
* | | | | | | | | | add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pages | avg | 2014-09-15 | 4 | -0/+328 |