]> git.ozlabs.org Git - petitboot/history - discover/device-handler.c
discover/grub2: Fixes for bison 3.x
[petitboot] / discover / device-handler.c
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
2013-04-15 Jeremy Kerrdiscover: Implement device handler boot path
2013-04-10 Jeremy Kerrlib/types: Create common file for type definitions
2013-03-05 Jeremy Kerrdiscover: Remove {U,}MOUNT_BIN defines
2013-03-05 Jeremy Kerrdiscover: remove (unused) duplicate struct mount_map
2013-03-05 Jeremy Kerrdiscover: simplify handler switch statement
2012-03-31 Geoff LevandCleanup --dry-run option code
2012-03-27 Geoff Levandpb-discover: Ignore ram, loop and no-name devices
2012-03-27 Geoff LevandFix device mount retry
2012-03-09 Geoff LevandAdd --start-daemon option to ui programs
2012-03-09 Geoff LevandRetry device mount without 'ro' option
2009-06-30 Geoff LevandAdd discover user event
2009-06-30 Geoff LevandMake udev_event a generic event
2009-06-30 Geoff LevandSwitch device-handler to system helpers
2009-06-30 Geoff LevandAdd discover device report
2009-06-30 Geoff LevandRemove device handler test code
2009-03-30 Geoff Levandlog discover mount failure
2009-02-01 Geoff LevandMake device instance constant
2009-02-01 Geoff LevandMove log to library
2009-02-01 Jeremy KerrFix unused parameter warnings
2009-02-01 Geoff LevandFix build warnings
2009-01-02 Jeremy KerrUse separate section for parsers array
2009-01-02 Jeremy KerrHook up parsers to device discovery
2009-01-02 Jeremy KerrUse a list for device->boot_options
2008-12-16 Jeremy KerrUse talloc for device handler destruction
2008-12-16 Jeremy KerrAdd device handler cleanup
2008-12-16 Jeremy KerrInitial device handler code
2008-12-15 Jeremy KerrCreate device-handler for managing registered devices