summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/lib/biosdisk.c
AgeCommit message (Expand)Author
2022-05-03Trailing whitespacejmcneill
2021-12-28In biosdisk_findpartition() check if part_name isn't NULL beforesimonb
2021-12-28Fix a tyop.simonb
2021-05-30Add "root" command to provide a BTINFO_ROOTDEVICE parameter.mlelstv
2019-12-17Do not use NAME=label syntax when label are emptymanu
2019-12-10In-RAID partitions with no name can be candidate for bootingmanu
2019-09-13Add multiboot 2 support to x86 bootloadersmanu
2019-08-18Correct the memset(3)'s third argument in i386 biosdisk.ckamil
2019-08-18Add GPT and RAIDframe support to bootloadersmanu
2018-04-02efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk.nonaka
2018-03-20efiboot: fix to find boot partition process.nonaka
2018-03-08efiboot: system can boot from CD/DVD-ROM media.nonaka
2017-01-24Initial commit of native amd64 EFI boot loader.nonaka
2016-06-05The bootinfo is refreshed each time the bootloader tries to execute amaxv
2015-01-18While the old gpt.S mbr code looks at both primary and alternate GPTjakllsch
2013-10-31avoid pointer aliasing problems.christos
2012-07-03Apply patch:tsutsui
2012-06-13Sanity check the values coming back from the int13 extensions of the bios,perseant
2012-01-16PR/45796: Evgeniy Ivanov minixfs3 support.christos
2011-09-21Fix btinfo_bootdisk's labelsector and btinfo_bootwedge's startblk forgsutre
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-01-26Attempt to correct two regressions.jakllsch
2011-01-05Teach BIOS disk driver about GPT partition tables.jakllsch
2011-01-05Let the compiler determine the correct type for sizeof().jakllsch
2010-12-30Fix DISK_DEBUG build.jakllsch
2010-12-25Use printf format macros for long longs.jakllsch
2010-12-24Sprinkle daddr_t.jakllsch
2010-06-25Add wait_sec() which uses BIOS function call INT 1Ah/AH=00h (GET SYSTEMTIME)tsutsui
2009-10-20trim some fat, don't scan disklabels on non-HD disksjmcneill
2009-09-13Make the 'dev' command print out a list of known boot devices based onjmcneill
2008-01-05Remove #define DISK_DEBUG left in by mistakedsl
2008-01-04Allow the boot code to use the disklabel 'faked up' from the mbr.dsl
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-06-22Add support for cd9660 file system to the i386 BIOS bootloader.junyoung
2005-06-22Cosmetic changes.junyoung
2005-06-13ANSI, KNF, remove trailing spaces, and some other non-functional changesjunyoung
2004-10-23Add support for passing booted wedge information to the kernel.thorpej
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2003-10-31Remove memset prototype. Already present in sys/lib/libsa/stand.h.hannken
2003-10-08Overhaul MBR handling (part 1):lukem
2003-07-07Support booting from a netbsd partition in the MBR extended partition.dsl
2003-02-01Change all .S files to use .code16 and .code32dsl
2001-07-07b*()->mem*()perry
2001-06-01g/c COMPAT_OLDBOOT from bootblocks, sprinkle some constjdolecek
2000-10-30Add support for booting off RAIDframe RAID1 mirrors. Check the first partitionlukem
1999-08-03put biosdiskclose() inside LIBSA_NO_FS_CLOSEdrochner
1999-03-08* query BIOS geometry information, possibly using the int 13 extensions.fvdl
1999-01-27Use the MI <sys/disklabel_mbr.h>, not our own machine-dependentthorpej
1998-05-15Allow to use the code in user land test programs.drochner