]> git.ozlabs.org Git - petitboot/shortlog
petitboot
2018-08-28 Samuel Mendoza... discover/network: Stop udhcpc6 process on requery
2018-08-28 Geoff LevandREADME: Update
2018-08-16 Samuel Mendoza... travis: Use docker scripts v1.9.0
2018-08-15 Geoff Levanddiscover/arm64: Update to struct efi_mount
2018-08-15 Geoff Levandtest/efivar: Rework for efi_mount
2018-08-14 Geoff Levandlib/efi: Move magic to implementation
2018-08-14 Geoff Levandlib/efi: Add new struct efi_mount
2018-08-14 Geoff Levandlib/efi: Log operations to debug log
2018-08-14 Geoff Levandlib/efi: Add EFI_DEFALT_ATTRIBUTES macro
2018-08-14 Samuel Mendoza... docker: Use host networking
2018-08-14 Geoff Levandlib/efi: Add check for ioctl_iflags support
2018-08-14 Geoff Levanddiscover/platforms: Fix param_list talloc failure
2018-08-14 Geoff Levandlib/talloc: Fix TALLOC_ABORT
2018-08-14 Geoff Levandpb_log: Break out timestamp
2018-08-14 Geoff Levanddiscover/platform: Use pb_log_fn
2018-08-14 Geoff Levanddocker: Add strace for interactive debugging
2018-08-07 Ge Songdiscover: Add platform-arm64
2018-08-07 Geoff Levandlib/system: Add dmidecode as system app
2018-08-07 Geoff Levandconfigure: Add conditional platform builds
2018-08-07 Geoff Levanddiscover: Add platform-dummy
2018-08-07 Geoff Levandconfigure: Rename ENABLE_PS3 to PLATFORM_PS3
2018-08-07 Ge Songdiscover: Move generic params routines to platform
2018-08-07 Ge Songdiscover: Move generic config routines to platform
2018-08-07 Geoff Levanddiscover/powerpc: Switch to new param_list
2018-08-07 Geoff Levanddiscover/powerpc: Add param_name arg
2018-08-07 Ge Songdiscover/powerpc: Rearange save_config
2018-08-07 Geoff Levandlib/param_list: Add new parameter list routines
2018-08-07 Geoff Levanddiscover/event: Rename param -> event_param
2018-08-07 Ge Songdiscover: Move generic ipmi routines to ipmi
2018-08-07 Samuel Mendoza... test-efivar: Update to latest lib/efi routines
2018-08-07 Geoff Levandlib/efi: Cleanup read/write routines
2018-08-07 Ge Songlib/efi: Add new routines to access efi variables
2018-08-07 Geoff Levanddiscover/powerpc: Use process_get_stdout
2018-08-07 Geoff Levandlib/process: Add process_get_stdout
2018-08-07 Geoff Levandlib/process: Cleanup stdout callback
2018-08-07 Geoff Levanddiscover/parser: Hookup parser_is_unique
2018-08-07 Geoff Levandtest/parser: Add parser_is_unique
2018-08-07 Geoff Levanddiscover/parser: Add new parser_is_unique
2018-08-07 Geoff Levanddiscover: Add some debug print messages
2018-08-07 Geoff Levanddiscover/kboot-parser: Look in /boot
2018-08-07 Geoff Levanddiscover: Add --debug to kexec
2018-08-07 Geoff Levandlib/log: Switch to pb_log_fn
2018-08-07 Geoff Levandlib/log: Add verbose logging routines
2018-08-07 Geoff Levandconfigure: Remove unused ENABLE_DEBUG
2018-08-07 Geoff Levandconfigure: Add check for UI build
2018-08-07 Geoff Levanddocker: Add libfdt-dev
2018-08-07 Samuel Mendoza... discover/paths: Cleanup res after getaddrinfo
2018-08-07 Samuel Mendoza... docker: Pass extra options to configure
2018-08-07 Samuel Mendoza... docker: Pass proxy variables to docker build
2018-08-07 Samuel Mendoza... docker: Add signed boot dependencies
2018-07-30 Samuel Mendoza... discover/paths: Set suffix to default value on error.
2018-07-30 Samuel Mendoza... discover: Be more verbose about boot failures
2018-07-30 Samuel Mendoza... lib/log: Include timestamp prefix
2018-07-26 Geoff Levandjenkins: Add build jobs
2018-07-10 Samuel Mendoza... ui/ncurses: Allow IPv6 addresses in address fields
2018-07-10 Samuel Mendoza... discover: Determine connectivity with getaddrinfo()
2018-07-10 Samuel Mendoza... discover/pxe-parser: Parse simple iPXE scripts
2018-07-10 Samuel Mendoza... discover/user-event: Use bootfile_url if available
2018-07-10 Samuel Mendoza... discover: Support IPv6 addresses
2018-07-10 Samuel Mendoza... utils/pb-udhcpc: Recognise DHCPv6 parameters
2018-07-10 Samuel Mendoza... lib/system: Add udhcpc6
2018-07-10 Samuel Mendoza... discover/sysinfo: Set IPv6 addresses
2018-07-10 Samuel Mendoza... lib: Add support and helpers for IPv6 host addresses
2018-07-10 Jeremy Kerrui/ncurses: Implement F10-F12 for autoboot device control
2018-07-10 Jeremy Kerrui/ncurses: Implement non-boot-cancelling keys
2018-07-10 Jeremy Kerrdiscover/handler: Implement temporary autoboot messages
2018-07-10 Jeremy Kerrdiscover/handler: Split autoboot matching into a new...
2018-07-10 Jeremy Kerrprotocol: Add definition and serialisation for temporar...
2018-07-09 Jeremy Kerrdiscover: implement a periodic requery for network...
2018-07-09 Jeremy Kerrpo/en: Fix inconsistencies with trailing colons
2018-07-09 Samuel Mendoza... discover/user-event: Check for required parameters
2018-07-09 Samuel Mendoza... discover/udev: Don't require ID_NET_NAME_PATH property
2018-06-18 Javier Martinez... discover/grub: Improve BLS grub environment variables...
2018-06-18 Javier Martinez... discover/grub: Use different paths to search for the...
2018-06-18 Javier Martinez... test/parser: Make parser_scandir() ignore files with...
2018-06-12 Brett Grandboisdiscover/syslinux-parser: consistent cmdline arg processing
2018-06-12 Brett Grandboislib/security: hard_lockdown flag to stop runtime disabl...
2018-06-12 Samuel Mendoza... discover/network: Null terminate ifname buffer explicitly
2018-06-12 Samuel Mendoza... discover: Rescan SCSI devices on reinit
2018-06-12 Brandon BergrenFix pb-discover segfaults caused by list corruption.
2018-05-30 Brett Grandboistest/lib: Add OpenSSL verify and decrypt tests
2018-05-30 Brett Grandboisui/ncurses: Update LOCKDOWN_FILE check to reflect gener...
2018-05-30 Brett Grandboisdiscover: Update to reflect generic signed boot API
2018-05-30 Brett Grandboislib/security: add in openssl support
2018-05-30 Brett Grandboisconfigure: Add signed-boot openssl configuration support
2018-05-29 Samuel Mendoza... po: Regenerate and update bug contact v1.8.0
2018-05-23 Geoff Levanddocker/build-pb: Add --interactive flag
2018-05-23 Geoff Levanddocker: Add DOCKER_FROM arg
2018-05-23 Brett Grandboisdiscover/boot: abort kexec on any error from validation
2018-05-14 Brett Grandboisconfigure: only test for msgfmt if NLS enabled
2018-05-04 Brett Grandboislib/file: remove mkstemp umask in copy_file_secure_dest
2018-05-04 Brett Grandboisdiscover/grub: Add cmdline signature support for BLS...
2018-05-04 Geoff Levanddocker: Add build container files
2018-05-01 Geoff Levandconfigure: Add test for msgfmt
2018-05-01 Andrew Donnellantravis: Enable ppc64le Travis builds
2018-04-19 Brett Grandboisdiscover/syslinux-parser: filter out duplicate conf...
2018-04-19 Brett Grandboisdiscover/syslinux-parser: clean up boot option list...
2018-04-18 Javier Martinez... discover/grub: Allow to set a default index for BLS...
2018-04-18 Javier Martinez... discover/grub: Don't add discover context boot options...
2018-04-18 Javier Martinez... discover/grub: Reverse BLS entries sorting to match...
next