]> git.ozlabs.org Git - petitboot/history - discover/device-handler.c
discover/grub2: Fix handling of positional parameters
[petitboot] / discover / device-handler.c
2016-02-09 Samuel Mendoza-Jonasdiscover: Release process resources on error
2016-02-09 Sam Mendoza-Jonasdiscover: Handle BTRFS root subvolumes
2015-12-18 Nishanth Aravamudandiscover: extend URL in UI to support auto-discovery
2015-12-18 Sam Mendoza-JonasMerge pull request #11 from open-power/coverity
2015-12-17 Samuel Mendoza-Jonasdiscover: Properly handle return values
2015-09-18 Jeremy Kerrdiscover: status messages shouldn't have a trailing...
2015-09-18 Jeremy Kerrdiscover: Add translation comments for status messages
2015-09-15 Samuel Mendoza-JonasFix certain calls to gettext
2015-09-11 Samuel Mendoza-JonasMerge branch 'pb-plugin' into master
2015-09-10 Samuel Mendoza-Jonasdiscover: Allow fs recovery if snapshot available
2015-08-31 Samuel Mendoza-JonasRecognise storage devices on USB bus
2015-08-06 Samuel Mendoza-JonasMake read-only guarantee user-settable
2015-08-06 Samuel Mendoza-Jonasdiscover: Mount snapshots for all eligible disk devices
2015-08-06 Samuel Mendoza-Jonasdiscover: Keep track of available ramdisk devices
2015-08-06 Samuel Mendoza-Jonasdiscover: Ensure destroy_device is called on reinit
2015-06-26 Jeremy KerrMerge remote-tracking rbanch sammj/master
2015-05-05 Samuel Mendoza-Jonasdiscover: Fix whitespace in discover_handler_conf
2015-05-05 Samuel Mendoza-Jonasdiscover: Display devices currently being parsed
2015-05-05 Samuel Mendoza-Jonaspetitboot: Implement ordered boot options
2015-04-14 Jeremy KerrMerge remote-tracking branch 'sammj/master'
2015-03-26 Samuel Mendoza-Jonasdiscover: Mount with norecovery, avoid rw mount of...
2015-02-16 Jeremy Kerrdiscover/platform: rename finalise_config hook
2014-12-15 Jeremy Kerrdiscover: Integrate ipmi bootdev settings into the...
2014-12-03 Samuel Mendoza-Jonasdiscover/pxe: Format IPAPPEND mac addresses correctly
2014-09-30 Jeremy Kerrdiscover/platform: Add finalise_config_hook
2014-09-04 Samuel Mendoza-Jonasdiscover: Reject ADD_URL actions without configured...
2014-08-01 Jeremy Kerrdiscover: Add missing include
2014-07-28 Samuel Mendoza-Jonasdiscover: Enable 'url' pb-events
2014-07-28 Jeremy Kerrdiscover: Use translated strings for boot status messages
2014-07-28 Jeremy Kerrdiscover: Add setlocale calls in discover server
2014-07-28 Jeremy Kerrdiscover: Only update our config if the config_set...
2014-07-22 Jeremy Kerrdiscover: Add safe mode
2014-07-21 Jeremy Kerrdiscover: check config.boot_device before setting a...
2014-07-21 Jeremy Kerrdiscover: allow separate lifetimes for network interfac...
2014-07-16 Jeremy Kerrdiscover: place countdown earlier in boot status messages
2014-04-02 Jeremy Kerrprotocol: expose discovery reinit over client/server...
2014-04-02 Jeremy Kerrdiscover: add reinit path
2014-04-02 Jeremy Kerrdiscover: move device sources to the device handler
2014-03-14 Jeremy Kerrdiscover: Call mount syscall directly
2014-03-14 Jeremy Kerrdiscover: Use ID_FS_TYPE property for filesystem type...
2014-03-07 Jeremy Kerrdiscover: Print error message on mount failure
2014-03-07 Jeremy Kerrdiscover: don't retry mount without ro option
2014-03-06 Jeremy Kerrdiscover: fix return value for discover_device_get_param
2014-01-30 Jeremy Kerrdiscover: Add DEVICE_TYPE_ANY for matching any device
2014-01-30 Jeremy Kerrdiscover: Make boot_priorities more flexible
2014-01-30 Jeremy Kerrpb-config: Move config storage modules to "platform...
2013-12-02 Jeremy Kerrdiscover/device-handler: Ensure we free unresolved...
2013-11-22 Jeremy Kerrdiscover: populate sysinfo with block devices
2013-11-13 Jeremy Kerrdiscover: Handle incoming configuration messages
2013-11-13 Jeremy Kerrlib/types: use unsigned int for interface, dns and...
2013-11-06 Neelesh Guptadiscover: Change parsers to explicitly request configur...
2013-11-06 Jeremy Kerrdiscover: Allocate contexts with talloc_zero
2013-11-01 Jeremy Kerrlogging: Clean up debug logs
2013-10-15 Jeremy Kerrdiscover: Allow an in-progress boot to be cancelled
2013-10-10 Jeremy Kerrdiscover: Allow device_handler_boot with no option
2013-10-09 Jeremy Kerrdiscover/device-handler: Fix use-after-free when unmounting
2013-10-01 Jeremy Kerrdiscover: Add device_{request,release}_write
2013-10-01 Jeremy Kerrdiscover: Add test_data member to struct discover_context
2013-10-01 Jeremy Kerrdiscover: Don't continue discovery if mount fails
2013-10-01 Jeremy Kerrdiscover: Allow for already-mounted devices
2013-09-24 Jeremy Kerrdiscover: Check for devices with duplicate serial prope...
2013-09-23 Jeremy Kerrdiscover: clear default_timeout waiter on timeout
2013-09-23 Jeremy Kerrdiscover: Don't register multiple boot_timeout waiters
2013-09-19 Jeremy Kerrdiscover: Implement device priorities
2013-09-19 Jeremy Kerrdiscover: Remove unnecessary event passing
2013-09-19 Jeremy Kerrdiscover: Consolidate device path, name and ID.
2013-09-18 Jeremy Kerrdiscover: populate udev device types
2013-09-18 Jeremy Kerrlib/pb-config: Add autoboot timeout to configuration...
2013-08-19 Jeremy Kerrlib/process: replace pb_run_cmd
2013-07-23 Geoff Levanddiscover: Log autoboot timeout
2013-07-23 Geoff Levanddiscover: Rename default_enabled
2013-07-02 Jeremy Kerrdiscover/device-handler: hook up autoboot_enabled confi...
2013-06-24 Geoff LevandAdd initial dtb support
2013-06-24 Jeremy Kerrdiscover: Add logging for default boot option behaviour
2013-06-24 Jeremy Kerrdiscover: Add "cancel default boot" messages
2013-06-24 Jeremy Kerrdiscover: Add countdown before default boot
2013-06-24 Jeremy Kerrdiscover: implement default booting
2013-05-21 Geoff Levanddiscover: Send options to client in order
2013-05-16 Jeremy Kerrdiscover: log cleanup
2013-05-15 Jeremy Kerrdiscover: Make device handler a little more testable
2013-05-15 Jeremy Kerrdiscover: Allow devices with no device_path
2013-05-09 Jeremy Kerrdiscover: handle boot_option->device_id entirely within...
2013-05-08 Jeremy Kerrdiscover: Don't invert option discovery order
2013-05-06 Jeremy Kerrdiscover: log unresolved boot options
2013-05-06 Jeremy Kerrdiscover: detect unresolvable resources
2013-05-06 Jeremy Kerrdiscover: Send boot status messages during boot()
2013-04-29 Jeremy Kerrdiscover: Add configuration events & DHCP handler
2013-04-29 Jeremy Kerrdiscover: Add configuration methods
2013-04-29 Jeremy Kerrdiscover: Handle unresolved resources
2013-04-29 Jeremy Kerrdiscover: Finalise boot options during commit
2013-04-29 Jeremy Kerrdiscover/device-handler: Initialise existing_device...
2013-04-29 Jeremy Kerrdiscover: Change parsers to emit resources rather than...
2013-04-29 Jeremy Kerrdiscover: Introduce a container type for boot options
2013-04-29 Jeremy Kerrdiscover: Add device lookup functions
2013-04-29 Jeremy Kerrdiscover: Add uuid and label parameters to persistent...
2013-04-29 Jeremy Kerrdevice-handler: Don't unmount non-mounted devices
2013-04-16 Jeremy Kerrdiscover: Separate temporary and permanent device data
2013-04-16 Jeremy Kerrdiscover: Consolidate user events by device ID
2013-04-16 Jeremy Kerrprotocol: Separate device add from boot-option add...
2013-04-15 Jeremy KerrMove --dry-run option to discover server
next