aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1440-10756/+0
* loader ptblread() is broken with >512B sectorsToomas Soome2017-10-311-0/+6
* loader: initialize dv_cleanup in md.c to eliminate clang warningEd Maste2017-10-171-1/+2
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-83/+0
* Rename top level Makefile.ficl to ficl.mk.Warner Losh2017-10-161-1/+1
* Move orphaned man pages into new man directory from common. This helpsWarner Losh2017-10-163-1217/+0
* Move panic back into libsa. It's documented in libstand(3) to belongWarner Losh2017-10-122-60/+1
* Move ufsread.cWarner Losh2017-10-121-326/+0
* Move crc32.c, util.c and gpt.c over to libsa.Warner Losh2017-10-127-777/+2
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-1/+0
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* It's been pointed out that init_script at least is useful w/oWarner Losh2017-09-091-6/+2
* Mark init_chroot and init_script variables as deprecated.Warner Losh2017-09-091-0/+14
* Fix BSD label partition end sector calculation.Oleg Bulyzhin2017-08-171-1/+1
* Small cleanup in dev_net.cToomas Soome2017-05-281-3/+2
* Update the comments concerning net_parse_rootpath to reflect what it is nowBaptiste Daroussin2017-05-271-2/+14
* Partially revert r314948Baptiste Daroussin2017-05-271-21/+2
* Always issue the pxe requestBaptiste Daroussin2017-05-271-1/+1
* Support URI scheme for root-path in netbootingBaptiste Daroussin2017-05-271-10/+52
* Replacing iterating over rootpath by strsep(3).Mariusz Zaborski2017-05-221-8/+6
* loader: network read reworkToomas Soome2017-05-061-4/+26
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-061-8/+4
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-181-1/+1
* loader: Avoid possible overflow via environment variableConrad Meyer2017-04-131-1/+1
* loader/multiboot: fix multiboot loadingRoger Pau Monné2017-04-132-0/+17
* loader: want mechanism to avoid RA with bcacheToomas Soome2017-04-062-4/+15
* loader: part.c cstyle cleanupToomas Soome2017-04-061-22/+22
* loader: ls command should display file types properlyToomas Soome2017-03-281-18/+43
* Remove -Wunused-but-set variable, `tail` in `ls_getdir(..)`Enji Cooper2017-03-281-2/+1
* Wrap bootcamp DEBUG statement with curly bracesEnji Cooper2017-03-281-1/+2
* sys/boot/common: Make geli(4) support optional in MI sourcesEnji Cooper2017-03-282-0/+5
* loader: verify the value from dhcp.interface-mtu and use snprintf to set mtuToomas Soome2017-03-201-1/+1
* loader: remove open_disk cacheToomas Soome2017-03-162-190/+46
* ufsread: Use appropriate UFS_MAXNAMLEN constantConrad Meyer2017-03-071-2/+2
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-221-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-5/+5
* loader: possible NULL pointer dereference in bcache.cToomas Soome2017-02-081-6/+5
* loader: bcache read ahead block count should take account the large sectorsToomas Soome2017-02-062-9/+51
* loader: Implement disk_ioctl() to support DIOCGSECTORSIZE and DIOCGMEDIASIZE.Toomas Soome2017-02-063-6/+69
* loader: disk/part api needs to use uint64_t offsetsToomas Soome2017-02-014-14/+14
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-8/+0
* Don't include <errno.h> in reloc_elf.c, as it includes <stand.h> justDimitry Andric2017-01-111-1/+0
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-304-40/+26
* Build loaders reproducibly when WITH_REPRODUCIBLE_BUILDEd Maste2016-12-192-2/+21
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-0/+5
* Renumber license clauses to avoid skipping #3Ed Maste2016-12-181-1/+1
* Reduce boot loader version string duplicationEd Maste2016-12-182-7/+4
* EFI loaders: parse rela relocations on amd64Ed Maste2016-12-011-12/+5
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-193-8/+18
* Add support for LOADER_RC setting in the pkgfs manifest (defaults toStephen J. Kiernan2016-11-111-1/+17