summaryrefslogtreecommitdiff
path: root/usr/src/boot
AgeCommit message (Expand)AuthorFilesLines
2017-06-028132 loader: boot does leave BE menu in environmentToomas Soome1-7/+25
2017-05-308271 loader: Replacing iterating over rootpath by strsepToomas Soome2-9/+7
2017-05-278171 loader: distinguish NFS versus TFTP boot by rootpathToomas Soome6-32/+18
2017-05-258099 loader: do not build complex commandline for mb2 kernelToomas Soome2-146/+200
2017-05-257908 add loader manpage to pkg://system/boot/loaderToomas Soome15-4292/+0
2017-05-028091 gptzfboot: status does print duplicate header lineToomas Soome2-4/+1
2017-05-028127 loader: add asprintf for libstandToomas Soome2-2/+40
2017-05-028119 loader: acpiv1 multiboot2 tag is set up with wrong sizeToomas Soome1-7/+7
2017-05-018117 loader.efi: ResetSystem does not use data with EFI_SUCCESSToomas Soome1-2/+1
2017-05-018128 loader: chainloader menu entry has double l in menu.rcToomas Soome1-2/+2
2017-04-278010 loader: want mechanism to avoid RA with bcacheToomas Soome11-9/+26
2017-04-248066 loader: zfs reader vdev_probe should check for minimum device sizeToomas Soome2-2/+11
2017-04-227976 libstand/dosfs: cache FAT32 in 128 Kb blocks to save loader memoryToomas Soome3-98/+117
2017-04-217838 loader: pass loader environment to kernel as moduleToomas Soome5-11/+93
2017-04-217462 loader should support multiboot2 protocolToomas Soome11-314/+987
2017-04-178050 loader: menu.rc small typos in menuToomas Soome3-52/+67
2017-04-057540 loader zfs should check all labelsToomas Soome10-107/+221
2017-04-047935 boot1.efi: can't boot from ZFS on 4kn HDDToomas Soome1-8/+46
2017-04-028009 loader: part.c cstyle cleanupToomas Soome1-46/+45
2017-04-027987 loader: pxeboot should avoid unnecessary DHCP requestToomas Soome4-7/+43
2017-03-318014 loader: remove NFSv2 reader codeToomas Soome3-772/+0
2017-03-318008 loader: Wrap bootcamp DEBUG statement with curly bracesToomas Soome1-1/+2
2017-03-287986 loader: remove network mask calculation for Classful networkToomas Soome2-24/+11
2017-03-277889 loader.efi: efipart IO optimizationToomas Soome1-4/+7
2017-03-247988 loader: ls should use snprintf and check for the NULL pointerToomas Soome2-21/+29
2017-03-217958 loader: reset module type search after unloadToomas Soome2-1/+4
2017-03-217951 loader: disk_print should open nested partition with disk_openToomas Soome2-12/+20
2017-03-217984 loader: move bios getsecs into time.cToomas Soome2-9/+9
2017-03-207983 loader: pxe.h constants have wrong valuesToomas Soome1-4/+2
2017-03-167972 loader: biosdisk read error message needs filtering and is missing newlineToomas Soome2-2/+6
2017-03-147899 loader: update symlink support in zfs readerToomas Soome3-53/+158
2017-03-107715 loader binaries causes wsdiff false positivesToomas Soome12-79/+26
2017-03-107720 embedded versioning in loader should not use date in version stringToomas Soome3-9/+35
2017-03-087949 loader: Use UFS_MAXNAMLEN constantToomas Soome3-10/+8
2017-03-037897 loader.efi: Use 32-bit value for .text padding, for linker portabilityToomas Soome3-3/+3
2017-03-027892 loader.efi: Add defines needed to export SMBIOS serial numbersToomas Soome1-0/+7
2017-03-027788 loader: zfs boot should check for provided fstypeToomas Soome1-18/+132
2017-03-027894 loader: Stop closing the network device when netbooting for loaders usin...Toomas Soome3-24/+0
2017-02-287896 loader.efi: Don't set *dev in the zfs root case, it may be NULLToomas Soome1-1/+0
2017-02-287891 loader.efi: EFI time setupToomas Soome12-16/+126
2017-02-277548 efinet_dev_print should honor verbose option.Toomas Soome1-7/+8
2017-02-277895 boot1.efi: multiple fixes from FreeBSDToomas Soome3-29/+14
2017-02-277906 loader: biosdisk should report IO error from INT13Toomas Soome1-7/+11
2017-02-277905 loader: bd_open should check for error from disk_openToomas Soome1-2/+11
2017-02-257904 loader: remove open_disk cacheToomas Soome6-205/+36
2017-02-237902 loader: VTOC partition size is one sector too largeToomas Soome1-1/+1
2017-02-147599 loader biosdisk fix for 2+TB disks.Toomas Soome1-11/+80
2017-02-147769 loader: bcache read ahead block count should take account the large sectorsToomas Soome2-10/+49
2017-02-107792 loader: export zfs-bootfs related data into the environmentToomas Soome1-3/+19
2017-02-097847 loader: disk io should not use alloca()Toomas Soome3-34/+31