Gitiles
Code Review
Sign In
code.illumos.org
/
illumos-gate
/
b31ca8080c8c8d3586fefd04058d800e36a99e56
/
usr
/
src
/
boot
b31ca80
9890 loader.efi: add poweroff command
by Toomas Soome
· 5 years ago
388010d
9911 loader: use crc32 from libstand (libz)
by Toomas Soome
· 7 years ago
83b4671
9664 loader: need UEFI32 support
by Toomas Soome
· 7 years ago
15aeb4d
9848 libi386: pxe.h cstyle cleanup
by Toomas Soome
· 5 years ago
921f410
9799 libstand: tftp.c cstyle cleanup
by Toomas Soome
· 5 years ago
4667a9b
9802 libstand: memory leak in tftp_open()
by Toomas Soome
· 5 years ago
1bb0ebc
9795 libstand: re-send ACK for older data packets
by Toomas Soome
· 5 years ago
2017dcb
9789 loader: tftp should not read past file end
by Toomas Soome
· 5 years ago
63e2133
9788 loader: validate tftp_makereq() after we did reset the read
by Toomas Soome
· 5 years ago
c952f9c
9844 libi386: Fix typo in pxe.h
by Toomas Soome
· 5 years ago
0e8ce6e
9786 loader.efi: enumeration value 'EfiMaxMemoryType' not handled in switch
by Toomas Soome
· 5 years ago
c8bfc1e
9785 loader.efi: variable 'attr' set but not used
by Toomas Soome
· 5 years ago
6649cbc
9784 loader: multiboot.c has unused variables and function
by Toomas Soome
· 5 years ago
c9a7c75
9743 libi386: biosdisk should use BD_RD and BD_WR constants
by Toomas Soome
· 5 years ago
b075503
9783 loader: linux.c: format '%x' expects argument of type 'unsigned int'
by Toomas Soome
· 5 years ago
d2df75e
9771 loader.efi: 'handles' is used uninitialized in comconsole.c
by Toomas Soome
· 5 years ago
dd842a5
9770 loader.efi: unused variable 'cons' in comconsole.c
by Toomas Soome
· 5 years ago
5704799
9699 loader: biosdisk should prefer smaller (safer) sectors value from INT13
by Toomas Soome
· 5 years ago
322e343
9766 loader: 'mbi' may be used uninitialized
by Toomas Soome
· 5 years ago
522e455
9764 loader.efi: 'efi_mmap' is used uninitialized
by Toomas Soome
· 5 years ago
fec4bdb
9767 loader: linux.c unused variable 'mem'
by Toomas Soome
· 5 years ago
f8e0ecf
9742 libi386: Add workaround for HP BIOS issues
by Toomas Soome
· 5 years ago
7ed5463
9684 Transform GCC_ROOT->GNUC_ROOT
by Robert Mustacchi
· 5 years ago
43f9d55
9741 libi386: fix DEBUG messages in biosdisk
by Toomas Soome
· 5 years ago
e8fda35
9740 libi386: use snprintf in biosdisk and style fixes
by Toomas Soome
· 5 years ago
ca876c1
9717 libstand: build with -Wall only
by Toomas Soome
· 5 years ago
64a170c
9703 loader: stage1 should not probe floppies for zfs
by Toomas Soome
· 5 years ago
734b3a4
9716 libstand: cstyle cleanup of what we just did touch
by Toomas Soome
· 5 years ago
9fd5371
9668 loader: rename zfsloader to loader
by Toomas Soome
· 5 years ago
a942f1f
9715 libstand: gzipfs unused variable
by Toomas Soome
· 5 years ago
567af71
9714 libstand: dereferencing type-punned pointer will break strict-aliasing rules
by Toomas Soome
· 5 years ago
5620b34
9713 libstand: cd9660 pointers differ in signedness
by Toomas Soome
· 5 years ago
27d539f
9712 libstand: netif.c variable set but not used
by Toomas Soome
· 5 years ago
3800599
9708 loader: libstand warning: pointer targets differ in signedness
by Toomas Soome
· 5 years ago
6f01cc5
9636 loader: colon is not supported in zfs dataset name
by Toomas Soome
· 5 years ago
e78c3bf
9650 libstand: Add MAXWAIT to net for establishing max total timeout
by Toomas Soome
· 5 years ago
e4768a3
9477 loader: cstyle update of common/commands.c
by Toomas Soome
· 6 years ago
5882b62
9660 loader: fix typos in libefi/env.c
by Toomas Soome
· 5 years ago
d66a72c
9615 loader: cstyle fixes for some common files
by Toomas Soome
· 5 years ago
3dd539e
9652 loader.efi: use explicit lea in multiboot_tramp.S
by Toomas Soome
· 5 years ago
bc85f3b
9613 loader: Fix some resource leaks in common/boot.c
by Toomas Soome
· 5 years ago
afa95be
9612 loader.efi: Migrate has_keyboard to bool.
by Toomas Soome
· 5 years ago
4fa25ac
9605 loader: initialize variables and remove unused ones
by Toomas Soome
· 5 years ago
692bf52
9604 loader: open/close/read/write cleanup
by Toomas Soome
· 5 years ago
e3c1872
9583 loader: remove devdesc comments and assertions
by Toomas Soome
· 6 years ago
9e08026
9603 loader: define bootprog_info in bootstrap.h
by Toomas Soome
· 5 years ago
8fe0f54
9602 loader.efi: Use bool for vargood, since it's a boolean.
by Toomas Soome
· 5 years ago
696c22a
9475 libefi: Do not return only if ReceiveFilter fails
by Toomas Soome
· 6 years ago
4a04e8d
8905 loader: add skein/edonr support
by Toomas Soome
· 6 years ago
5855bf0
9543 loader: bd_io needs a bit cleanup
by Toomas Soome
· 6 years ago
8dff726
9540 libefi: add efienv functions
by Toomas Soome
· 6 years ago
207bc6d
9544 loader: i386/Makefile should have target all before other targets
by Toomas Soome
· 6 years ago
e53a4a8
9279 libefi: use one-line-per-file pattern in Makefile
by Toomas Soome
· 6 years ago
c142ce1
9278 loader: Remove d_type from devdesc.
by Toomas Soome
· 6 years ago
0a4f1df
9476 loader: Don't leak memory when displaying help.
by Toomas Soome
· 6 years ago
911abd2
9277 libefi: remove unused routines
by Toomas Soome
· 6 years ago
76b3594
9275 loader: Use the actual struct devdesc at the start of all *_devdesc structs
by Toomas Soome
· 6 years ago
3e8bfa7
9274 loader: Make struct libi386_devdesc match the struct devdesc better
by Toomas Soome
· 6 years ago
890c867
9122 libstand: Consolidate tftp sendrecv into net.c sendrecv
by Toomas Soome
· 6 years ago
b8f90f2
8931 boot1.efi: scan all display modes rather than sequential try-fail way
by Toomas Soome
· 6 years ago
4e5127e
9273 loader.efi: We can't use d_opendata for blkio storage.
by Toomas Soome
· 6 years ago
e86c665
9335 ficl: makesoftcore should be in tools
by Toomas Soome
· 6 years ago
924d84d
9469 pxeboot should default to TFTP in absence of root-path
by Andy Fiddaman
· 6 years ago
4513705
9423 loader: zfs_bootfs() needs to use config pool txg for boot device
by Toomas Soome
· 6 years ago
0a06a80
9272 loader: Minor cosmetic changes.
by Toomas Soome
· 6 years ago
c00b6c9
9127 efi: Only scan the BLKIO MEDIA once
by Toomas Soome
· 6 years ago
7703357
9126 efi: Do not pad the efi devpath structure
by Toomas Soome
· 6 years ago
2327480
8758 loader: boot1.efi needs versioning
by Toomas Soome
· 8 years ago
cf837ed
9198 libstand: Const-ify buffer argument of write(2) analog
by Toomas Soome
· 6 years ago
60b5a70
9206 Move getsecs() prototype to stand.h from net.h so it can be used everywhere
by Toomas Soome
· 6 years ago
1cfad7c
9167 gptzfsboot and zfsloader can't find slices inside PTABLE_VTOC label after 9099
by Toomas Soome
· 6 years ago
e10a6ed
9152 loader: allow comma in variable names
by Toomas Soome
· 6 years ago
6f8e6e5
9051 loader should ignore active multi_vdev_crash_dump feature on zpool
by Alex Wilson
· 6 years ago
31898fe
9099 loader: Solaris 2 partition may have no VTOC
by Toomas Soome
· 6 years ago
eea30b2
9073 loader.efi: chain loader should provide proper device handle
by Toomas Soome
· 6 years ago
9a5a238
9111 libstand: Fix IP recv timeout
by Toomas Soome
· 6 years ago
f4033bc
9072 libefi: Move EFI fmtdev functionality to libefi
by Toomas Soome
· 6 years ago
9f23ea4
9071 libefi: Move EFI ZFS functions to libefi
by Toomas Soome
· 6 years ago
7ac713f
9098 loader: ptable_close should check for NULL argument
by Toomas Soome
· 6 years ago
1f54f0b
8960 libefi: import efichar.c for ucs2 support
by Toomas Soome
· 6 years ago
41fe9d1
8933 libefi: Add definitions and utilities for EFI drivers
by Toomas Soome
· 6 years ago
af8443c
9022 loader.efi: module placement must check memory map
by Toomas Soome
· 6 years ago
6efcf43
8914 loader: gcc 4.4.4 fails to allocate register for do_cpuid()
by Toomas Soome
· 6 years ago
ff074ca
9006 parallel loader builds fail sporadically
by Richard Lowe
· 6 years ago
9aa2d72
8986 loader: try_multiple_kernels does not try multiple kernels
by Toomas Soome
· 6 years ago
b7b8fda
8973 efi_copy_finish() fails to pick the next item from the list
by Toomas Soome
· 6 years ago
eb9c323
8925 boot1.efi: link with libefi
by Toomas Soome
· 6 years ago
65f62d6
8919 loader.efi: remove efi_main() from libefi
by Toomas Soome
· 6 years ago
ff6ae1f
8801 loader: always issue our dhcp request
by Toomas Soome
· 7 years ago
a390756
8911 loader: move ficl outb and inb into libi386
by Toomas Soome
· 6 years ago
68d7704
8888 loader: rename STAND to _STANDALONE
by Toomas Soome
· 6 years ago
6c6e04f
8875 loader.efi: efipart should exclude iPXE stub block protocol
by Toomas Soome
· 6 years ago
6dfcdab
8800 loader: use the same option list for dhcp discovery and request
by Toomas Soome
· 7 years ago
dfbc6f2
8799 loader: Always issue the pxe request
by Toomas Soome
· 7 years ago
f27dfbe
8797 loader: Support URI scheme for root-path in netbooting
by Toomas Soome
· 7 years ago
f58b22c
8796 loader.efi: efipart does not recognize partitionless disks
by Toomas Soome
· 6 years ago
5b5fb15
8795 loader: add efi_devpath_is_prefix()
by Toomas Soome
· 6 years ago
65c41f6
8754 loader: pass a "illumos" user-class in PXE dhcp request
by Toomas Soome
· 7 years ago
4831c99
8755 loader: remove unused defines from efi.h
by Toomas Soome
· 6 years ago
d05f231
8751 loader: increase nfs max read size to 16k
by Toomas Soome
· 7 years ago
Next »