]> git.ozlabs.org Git - petitboot/history - discover/device-handler.c
utils: Add busybox reboot script
[petitboot] / discover / device-handler.c
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