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