]> git.ozlabs.org Git - petitboot/history - discover
discover/resource: Provide resolve_resource_against_device
[petitboot] / discover /
2013-05-16 Jeremy Kerrdiscover/resource: Provide resolve_resource_against_device
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-15 Jeremy Kerrdiscover: Always associate resources with a boot option
2013-05-15 Jeremy Kerrdiscover: Don't access bytes before the start of empty...
2013-05-15 Jeremy Kerrdiscover: Always add a NUL byte to config data
2013-05-15 Jeremy Kerrdiscover/yaboot: Fix boot option state
2013-05-15 Jeremy Kerrdiscover/udev: use devname (not devpath) for device IDs
2013-05-15 Jeremy Kerrdiscover/grub2: Add grub2/grub.cfg config file
2013-05-09 Jeremy Kerrdiscover: handle boot_option->device_id entirely within...
2013-05-09 Jeremy Kerrdiscover/udev: Setup event params from udev properties
2013-05-09 Jeremy Kerrdiscover/event: Add event_set_param
2013-05-09 Jeremy Kerrdiscover/udev: Don't print properties of skipped devices
2013-05-08 Jeremy Kerrdiscover/grub2: Rework config state
2013-05-08 Jeremy Kerrdiscover: Don't invert option discovery order
2013-05-07 Jeremy Kerrdiscover: Don't resend all options to all clients
2013-05-07 Jeremy Kerrdiscover/event-parser: correctly populate boot option...
2013-05-07 Jeremy Kerrdiscover/resource.h: Add forward declarations
2013-05-07 Jeremy Kerrdiscover/user-event: better event debugging output
2013-05-06 Jeremy Kerrdiscover/kboot: Fix boot_option initialisation
2013-05-06 Jeremy Kerrdiscover: log unresolved boot options
2013-05-06 Jeremy Kerrdiscover: kexec harder
2013-05-06 Jeremy Kerrdiscover/user-event: handle initrds
2013-05-06 Jeremy Kerrparsers: populate resolve_resource members
2013-05-06 Jeremy Kerrdiscover: detect unresolvable resources
2013-05-06 Jeremy Kerrdiscover: Send boot status messages during boot()
2013-05-06 Jeremy Kerrdiscover: Add discover_server_notify_boot_status
2013-05-05 Geoff Levandudev: Revove use of udev_get_sys_path
2013-05-04 Geoff Levanddiscover: Remove empty routine udev_trigger
2013-05-04 Geoff Levanddiscover: Update udev routines to use libudev
2013-05-03 Geoff Levanddiscover: Rename struct udev to struct pb_udev
2013-04-29 Jeremy Kerrdiscover: Add PXE parser
2013-04-29 Jeremy Kerrdiscover: Add configuration events & DHCP handler
2013-04-29 Jeremy Kerrdiscover: Add configuration methods
2013-04-29 Jeremy Kerrparsers: dynamically register parsers
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: Add URL resources
2013-04-29 Jeremy Kerrdiscover: Add devpath resources
2013-04-29 Jeremy Kerrdiscover: Add struct resource
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 Kerrparsers: change parser.parse to accept a buffer
2013-04-29 Jeremy Kerrparsers: Add filenames to struct parser
2013-04-29 Jeremy Kerrdevice-handler: Don't unmount non-mounted devices
2013-04-29 Jeremy Kerrdiscover: Fix potentially-unused var warning
2013-04-28 Geoff Levandevent: Make strings const
2013-04-21 Geoff Levanddiscover: Add missing udev_destroy call
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-16 Jeremy Kerrpb-protocol: Don't allocate in deserialise functions
2013-04-15 Geoff Levanddiscover: Fix boot with initrd error
2013-04-15 Jeremy KerrMove --dry-run option to discover server
2013-04-15 Jeremy KerrMove boot to discover server
2013-04-15 Jeremy Kerrdiscover: Implement device handler boot path
2013-04-15 Jeremy Kerrdiscover: parse boot message from incoming ACTION_BOOT...
2013-04-15 Jeremy Kerrdiscover-server: Add reference to server in struct...
2013-04-15 Jeremy Kerrdiscover: Allow discover server to receive boot messages
2013-04-10 Jeremy Kerrwaiter: Don't rely on global variables to keep waiter...
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 KerrAdd udevadm to pb_system_apps
2013-03-05 Jeremy Kerrdiscover: Use pb_run_cmd rather than calling system()
2013-03-05 Jeremy Kerrdiscover: remove (unused) duplicate struct mount_map
2013-03-05 Jeremy Kerrdiscover: remove unused message.h file
2013-03-05 Jeremy Kerrparser: remove unused fields from struct parser
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-27 Geoff LevandAdd more paths to grub2 parser
2012-03-27 Geoff LevandLog to stderr, allow --log=-
2012-03-27 Geoff LevandZero automatic sockaddr
2012-03-27 Geoff LevandAdd DEVPATH to udev_print_event()
2012-03-19 Geoff LevandAdd grub2 conf file parser
2012-03-19 Geoff LevandMinor comment fix
2012-03-18 Geoff LevandAdd new member get_pair to conf parser context
2012-03-18 Geoff LevandRefactor parser routine conf_get_param_pair()
2012-03-18 Geoff LevandAdd parser routine conf_replace_char()
2012-03-17 Geoff LevandConvert test to automake
2012-03-17 Geoff LevandUse static array for parsers
2012-03-17 Geoff LevandFix seg fault with bare kboot.conf variables
2012-03-16 Geoff LevandUse define_parser() for native
2012-03-09 Geoff LevandAdd --start-daemon option to ui programs
2012-03-09 Geoff LevandLog file cleanups
2012-03-09 Geoff LevandRetry device mount without 'ro' option
2012-02-24 Geoff LevandAdd '--action=add' to udevadm trigger command
2012-02-24 Geoff LevandMove installed programs from bin to sbin
2012-02-15 Geoff LevandAdd usage comment to parse_user_event
2012-02-12 Geoff LevandConvert build to use automake
2011-12-05 Geoff LevandFix paths.c build warnings
2011-12-05 Geoff LevandFix params.c logging
2011-12-05 Geoff LevandFix params.c build warnings
2009-07-09 Geoff LevandIterate over all conf file parsers
2009-07-09 Geoff LevandAdd discover server options
next