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
/
stand
Age
Commit message (
Expand
)
Author
2020-02-12
Pull up following revision(s) (requested by riastradh in ticket #705):
martin
2020-01-26
Pull up following revision(s) (requested by jmcneill in ticket #653):
martin
2019-12-08
Pull up following revision(s) (requested by jmcneill in ticket #503):
martin
2019-09-28
Pull up following revision(s) (requested by jakllsch in ticket #257):
martin
2019-09-26
Pull up following revision(s) (requested by jmcneill in ticket #249):
martin
2019-09-22
Pull up following revision(s) (requested by jmcneill in ticket #225):
martin
2019-09-01
Pull up following revision(s) (requested by jmcneill in ticket #142):
martin
2019-08-04
Pull up following revision(s) (requested by jmcneill in ticket #3):
martin
2019-07-25
Fix arm build
skrll
2019-07-24
Add support for simple framebuffers when booting in ACPI mode.
jmcneill
2019-07-21
Enable us to load kernel image of different byte order. Now, earmv7hf-eb
rin
2019-04-21
- Add support for a boot configuration file, defaulting to /etc/efiboot.plist.
thorpej
2019-04-20
ST FirmwareRevision field is in a vendor defined format, so just print the ra...
jmcneill
2019-04-20
Skip clearing the screen when efiboot starts, it may end up hiding useful inf...
jmcneill
2019-04-10
Print bootargs from the environment
skrll
2019-04-10
Fixup EFIBOT_DEBUG output for non-_LP64 case
skrll
2019-03-31
Add support for netbooting with non-PCI network devices.
jmcneill
2019-03-30
Jump to MARK_ENTRY instead of MARK_START
jmcneill
2019-03-30
Add efiboot support for 32-bit ARM targets.
jmcneill
2019-03-30
Build fixes for 32-bit targets.
jmcneill
2019-03-09
Workaround a bug with ROCKPro64's U-Boot EFI implementation. The booted
jmcneill
2019-03-05
Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes
msaitoh
2019-01-18
Add support for "bootargs" environment variable from jmcneill@
skrll
2018-11-15
Add support for loading kernels over NFS.
jmcneill
2018-11-02
Add a "mem" command to print the EFI memory map.
jmcneill
2018-11-01
Add GPT support.
jmcneill
2018-10-31
No need to re-print the countdown timer if the number of seconds hasn't changed.
jmcneill
2018-10-31
Assign VAs for EFI runtime mmio ranges
jmcneill
2018-10-31
When building /memory, skip EFI runtime memory ranges
jmcneill
2018-10-31
No longer need to delete reserved memory ranges.
jmcneill
2018-10-29
avoid sign/unsigned issue and for NUMNAMES to an integer when it is
mrg
2018-10-28
Make EFI runtime services available to the kernel. Bump version to 1.5.
jmcneill
2018-10-26
add "boot-file" support. now one can automatically boot a
mrg
2018-10-23
If an SMBIOS3 table is found, pass the address to the kernel via /chosen
jmcneill
2018-10-21
Enable ACPI support.
jmcneill
2018-10-12
Add ACPI support (enable with -DEFIBOOT_ACPI, currently disabled).
jmcneill
2018-09-18
utf8_to_ucs2 second param (nmp) needs to be initialized before calling this f...
jmcneill
2018-09-15
Suppress printing size info when calling loadfile with COUNT_KERNEL
jmcneill
2018-09-15
Some U-Boot implementations (notably U-Boot) do not implement WaitForKey. Do ...
jmcneill
2018-09-15
Claer the screen at startup
jmcneill
2018-09-15
Only need to ischar() once when polling for input
jmcneill
2018-09-14
MI efiboot: avoid LBA overflow in efi_block_find_partitions_disklabel()
jakllsch
2018-09-09
Add a reboot command to the bootloader
jmcneill
2018-09-09
Add support for setting environment variables. Currently the following env
jmcneill
2018-09-09
Add "dtb" command for loading a custom .dtb file.
jmcneill
2018-09-07
Add initrd support.
jmcneill
2018-09-07
Disable MMU and dcache before jumping to the kernel.
jmcneill
2018-09-04
If the loader is loaded from the network, try to load the kernel from the
jmcneill
2018-09-04
Fix some min/max -> uimin/uimax stragglers.
riastradh
2018-09-03
Print FDT model and compatible strings with "version" command
jmcneill
[next]