]> git.ozlabs.org Git - petitboot/shortlog
petitboot
2017-08-15 Samuel Mendoza... discover/device-handler: Scan devices for plugins
2017-08-15 Samuel Mendoza... Add pb-plugin and pb-exec to pb_system_apps
2017-08-15 Samuel Mendoza... utils/pb-plugin: Advertise pb-plugins to discover server
2017-08-15 Samuel Mendoza... utils: Add pb-exec wrapper
2017-08-15 Samuel Mendoza... lib/process: Add raw stdout mode
2017-08-15 Samuel Mendoza... discover: Add 'plugin' user-event
2017-08-15 Samuel Mendoza... discover: Handle and track plugin_options
2017-08-15 Samuel Mendoza... discover/pxe-parser: Recognise plugin sources
2017-08-15 Samuel Mendoza... lib: Add plugin_option type and protocol
2017-08-10 Samuel Mendoza... ui/ncurses: Create pad for nc-add-url screen
2017-07-26 Samuel Mendoza... ui/ncurses: Increase height of boot-editor pad v1.5.1
2017-07-13 Samuel Mendoza... discover/device-handler: Mention booting device in...
2017-07-12 Guilherme G... pb-sos: effectively compress the pb-sos file with gzip v1.5.0
2017-07-12 Guilherme G... pb-sos: capture Skiboot log
2017-07-11 Samuel Mendoza... discover: Wait for net interfaces to be marked ready
2017-07-11 Samuel Mendoza... discover/udev: Handle LVM logical volumes
2017-07-11 Samuel Mendoza... lib/system: Add vgscan, vgchange utilities
2017-07-11 Samuel Mendoza... discover/devmapper: Add prefix to devmapper device...
2017-07-11 Samuel Mendoza... ui/ncurses: Extend nc-subset pad height
2017-07-11 Samuel Mendoza... discover/device-handler: Allow process_url request...
2017-07-11 Samuel Mendoza... discover/paths: Add network jobs to queue
2017-07-11 Samuel Mendoza... discover/sysinfo: Add network availability helper
2017-07-11 Samuel Mendoza... discover/sysinfo: Add system_info_reinit()
2017-06-20 Daniel Blackconfigure.ac: correct name of device-mapper-devel for... v1.4.3
2017-06-20 Samuel Mendoza... discover/platform-powerpc: Handle optional Get Device...
2017-06-20 Samuel Mendoza... discover/platform-powerpc: Correct aux revision format
2017-06-20 Samuel Mendoza... discover/device-handler: Include makedev() from sysmacros.h
2017-04-27 Samuel Mendoza... discover/platform-powerpc: Don't fail early if nvram...
2017-03-17 Samuel Mendoza... util/hooks: Don't update DT when ttyS* console active v1.4.2
2017-03-16 Samuel Mendoza... utils/hooks: Don't fail early if fb0 missing
2017-03-15 Samuel Mendoza... discover: Track both configured and current autoboot...
2017-03-15 Samuel Mendoza... ui/ncurses: Fix adding unnecessary leading slashes...
2017-01-31 Samuel Mendoza... discover/sysinfo: Fix useless error message
2017-01-31 Samuel Mendoza... process: Cancel all asynchronous jobs on reinit v1.4.1
2017-01-31 Samuel Mendoza... discover/device-handler: Cancel pending boot on reinit
2017-01-31 Samuel Mendoza... discover/device-handler: Process queue after device...
2017-01-31 Samuel Mendoza... discover/network: Ignore interfaces with pre-existing...
2017-01-12 Samuel Mendoza... discover/network: Ensure interfaces have device before...
2017-01-12 Samuel Mendoza... discover/network: Search by UUID only if available
2016-12-20 Samuel Mendoza... ui/ncurses: Display IP address in nc-sysinfo v1.4.0
2016-12-20 Samuel Mendoza... discover: Record IP address of network interfaces
2016-12-20 Samuel Mendoza... ui/ncurses: Don't announce pb-discover connection
2016-12-20 Samuel Mendoza... discover: Maintain a backlog of status updates
2016-12-20 Samuel Mendoza... discover/paths: Announce download completion
2016-12-20 Samuel Mendoza... discover/paths: Parse Busybox progress information
2016-12-20 Samuel Mendoza... discover/device-handler: Add aggregated download progre...
2016-12-20 Samuel Mendoza... discover/paths: Add stdout callback parameter for load_...
2016-12-20 Samuel Mendoza... lib/process: Allow process output to be retrieved on...
2016-12-20 Samuel Mendoza... discover/boot: Improve kexec error reporting
2016-12-20 Jeremy Kerrui/ncurses/text-screen: trim long lines
2016-12-20 Jeremy Kerrdiscover/status: Add status messages for payload downlo...
2016-12-20 Jeremy Kerrdiscover/status: Use full URL in parse status message
2016-12-20 Jeremy Kerrdiscover/status: Add parse status for GRUB2, yaboot...
2016-12-20 Jeremy Kerrdiscover/status: make boot status calls more consistent
2016-12-20 Jeremy Kerrdiscover/status: report on PXE download failures
2016-12-20 Jeremy Kerrdiscover/status: report attempts at PXE configuration...
2016-12-20 Jeremy Kerrdiscover/status: Be more specific about DHCP event...
2016-12-20 Jeremy Kerrdiscover/status: report status on link configuration
2016-12-20 Jeremy Kerrdiscover/status: remove completion messages
2016-12-20 Jeremy Kerrdiscover: Add reference to url in load_url_result
2016-12-20 Jeremy Kerrdiscover: add handler reference to struct discover_context
2016-12-20 Jeremy Kerrdiscover: Use device_handler_status_dev_* for device...
2016-12-20 Jeremy Kerrdiscover: Add device-specific status reporting functions
2016-12-20 Jeremy Kerrdiscover: use helpers for status reporting
2016-12-20 Jeremy Kerrdiscover: Add helpers for status reporting
2016-12-20 Jeremy Kerrdiscover: separate status-reporting function from boot...
2016-12-20 Jeremy Kerrui/ncurses: remove "Info:" / "Error:" prefix from statu...
2016-12-20 Jeremy Kerrui/ncurses: Add status log UI
2016-12-20 Jeremy Kerrtypes: Remove detail and progress from struct status
2016-12-20 Jeremy Kerrtypes: shorten boot_status definitions
2016-11-24 Samuel Mendoza... ui/ncurses: Make server connect message more clear v1.3.2
2016-11-24 Samuel Mendoza... discover/platform-powerpc: Reject bootdevs with empty...
2016-11-24 Samuel Mendoza... discover/platform-powerpc: Deprecate petitboot,bootdev...
2016-11-24 Samuel Mendoza... discover/platform-powerpc: Remove unused max_partition_size
2016-11-24 Samuel Mendoza... Support HTTP(S) proxies when downloading resources
2016-11-23 Samuel Mendoza... ui/ncurses: Spin child to ensure autoboot cancelled...
2016-10-19 Arthur Heymansutils: Rename 30-dtb_updates to 30-dtb-updates
2016-10-11 Samuel Mendoza... discover/pxe-parser: Parse only the first config v1.3.1
2016-10-11 Samuel Mendoza... lib/file: Fix errors found by Coverity scan
2016-09-08 Samuel Mendoza... utils/hooks: Rename 30-add-offb to 30-dtb-updates v1.3.0
2016-09-08 Samuel Mendoza... Consolidate petitboot,tty and petitboot,console
2016-09-08 Samuel Mendoza... Use 'consoles' instead of 'tty' to refer to interfaces
2016-09-08 Samuel Mendoza... ui/ncurses: Display warning when net override active
2016-09-08 Samuel Mendoza... discover: Avoid writing network overrides to NVRAM
2016-09-08 Samuel Mendoza... discover/network: Add find_interface_by_uuid
2016-09-08 Samuel Mendoza... discover: Pass UUID to discover_device_create()
2016-09-08 Samuel Mendoza... utils: Always pass MAC address in pb-udhcpc
2016-09-08 Samuel Mendoza... discover: Deprecate 'conf' user event
2016-09-01 Samuel Mendoza... discover/event: Ensure event struct exists for async...
2016-08-26 tpearson@raptorengin... Add encrypted file support
2016-08-26 tpearson@raptorengin... Disable shell access when lockdown is active
2016-08-26 tpearson@raptorengin... Add support for GPG signature enforcement on booted
2016-08-23 Samuel Mendoza... discover/network: Ignore tun devices v1.2.3
2016-08-22 Samuel Mendoza... ui/ncurses: Treat left/right arrow keys properly
2016-08-19 Samuel Mendoza... discover/boot: Always pass --append to kexec
2016-08-08 Jeremy Kerrhooks/set-stdout: move hook to after automatic stdout... v1.2.2
2016-08-08 Jeremy Kerrhooks/add-offb: Add leading slash to HVC node paths
2016-08-08 Samuel Mendoza... README.md: Add README file
2016-08-08 Samuel Mendoza... discover: Add 'sync' user event
2016-07-21 Samuel Mendoza... ui/ncurses: Call widget process_key handlers first
next