]> git.ozlabs.org Git - petitboot/history - lib
lib/pb-config/powerpc-nvram: Use talloc_zero for interface configs
[petitboot] / lib /
2013-10-28 Jeremy Kerrlib/pb-config/powerpc-nvram: Use talloc_zero for interf...
2013-10-09 Jeremy KerrAdd system info messages
2013-09-26 Jeremy Kerrlib/url: talloc from new URL in pb_url_copy
2013-09-26 Jeremy Kerrlib/system: Don't modify dir parameter to pb_rmdir_recu...
2013-09-26 Jeremy Kerrdiscover: Don't depend on tftp failure for type detection
2013-09-24 Jeremy Kerrlib: Add array-size header
2013-09-19 Jeremy Kerrdiscover: Implement device priorities
2013-09-19 Jeremy Kerrdiscover: Remove unnecessary event passing
2013-09-19 Jeremy Kerrlib/pb-config: Initialise DNS server info
2013-09-19 Jeremy Kerrlib/log: Cleanup log API
2013-09-18 Jeremy Kerrtypes: Add device_type to struct device
2013-09-18 Jeremy Kerrlib/pb-config/powerpc-nvram: Add petitboot,timeout...
2013-09-18 Jeremy Kerrlib/pb-config: Add autoboot timeout to configuration...
2013-08-20 Jeremy Kerrlib/process: handle EINTR from waitpid
2013-08-20 Jeremy Kerrlib/process: Add dry_run argument to process_init
2013-08-19 Jeremy Kerrlib/process: replace pb_run_cmd
2013-08-19 Jeremy Kerrlib/process: replace pb_run_cmd_pipe
2013-08-19 Jeremy Kerrlib/waiter: handle -EINTR
2013-08-19 Jeremy Kerrlib/process: Add process helpers
2013-08-19 Jeremy Kerrlib/waiter: remove waitset_destroy
2013-08-16 Jeremy Kerrlib/waiter: talloc waiters from waitset context
2013-08-16 Jeremy Kerrlib/waiter: fix talloc_realloc context
2013-08-16 Jeremy Kerrlib/waiter: merge time & io waiter init loops
2013-08-16 Jeremy Kerrlib/waiter: move type-specific members to a union
2013-08-08 Jeremy Kerrnetwork: handle DNS config
2013-08-08 Jeremy Kerrconfig: DNS configuration isn't interface-specific
2013-08-08 Jeremy Kerrconfig: Split interface configuration from network...
2013-07-23 Geoff Levanddiscover: Hookup --no-autoboot to config
2013-07-23 Jeremy Kerrlib/waiter: Defer free of removed waiters
2013-07-02 Jeremy Kerrconfig/powerpc-nvram: Fix nvram line parsing
2013-07-02 Jeremy Kerrconfig/powerpc-nvram: Don't require petitboot, prefix...
2013-06-24 Jeremy Kerrdiscover/boot: Allow boot hooks to alter boot data
2013-06-24 Jeremy Kerrlib/system: Add pb_run_cmd_pipe
2013-06-24 Geoff LevandAdd initial dtb support
2013-06-24 Jeremy Kerrdiscover: Add network handling
2013-06-24 Jeremy Kerrlib: Add pb-config module
2013-06-24 Jeremy Kerrdiscover: Add "cancel default boot" messages
2013-06-24 Jeremy Kerrlib/waiter: Add timeout waiters
2013-06-24 Jeremy Kerrtypes: Add is_default to struct boot_option
2013-05-21 Jeremy Kerrlib/waiter: Ensure waiters are consistent during waiter...
2013-05-21 Jeremy Kerrlib/waiter: allocate waiters separately from set->waiters
2013-05-16 Jeremy Kerrdiscover: log cleanup
2013-05-15 Jeremy Kerrlib/url: Add pb_url_to_string
2013-05-06 Jeremy Kerrlib/url: fix no-scheme URL parsing
2013-05-06 Jeremy Kerrprotocol: Add boot_status (de-)serialisation functions
2013-05-06 Jeremy Kerrlib: Add boot_status type & protocol definitions
2013-05-06 Jeremy Kerrdiscover/udev: remove unnecessary udevadm references
2013-05-03 Jeremy Kerrlib/list: Fix handling of empty lists
2013-04-29 Jeremy Kerrlib/url: Add pb_join_url
2013-04-24 Geoff Levandlist: Fix seg fault with list_for_each_entry_safe
2013-04-16 Jeremy Kerrlib/list: Add list_for_each_entry_safe
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 Jeremy Kerrdiscover: parse boot message from incoming ACTION_BOOT...
2013-04-15 Jeremy Kerrlib/url: Move URL-handling code to lib
2013-04-15 Jeremy Kerrdiscover-client: Add discover_client_boot
2013-04-15 Jeremy KerrAdd boot command structure to petitboot protocol descri...
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 KerrAllow host programs to be configured
2013-03-05 Jeremy KerrAdd udevadm to pb_system_apps
2013-03-05 Jeremy Kerrlib/pb-protocol: suppress warning for unused buf_len arg
2012-03-31 Geoff LevandCleanup --dry-run option code
2012-03-27 Geoff LevandAdd new macro DEFINE_LIST()
2012-03-27 Geoff LevandLog to stderr, allow --log=-
2012-03-09 Geoff LevandAdd --start-daemon option to ui programs
2012-02-12 Geoff LevandConvert build to use automake
2011-11-12 Geoff LevandAdd custom TALLOC_ABORT
2011-11-12 Geoff LevandAdd va-copy check to configure.ac
2011-11-12 Geoff LevandAdd list_prev_entry, list_next_entry
2011-11-12 Geoff LevandReturn NULL for head list_entry
2011-11-12 Geoff LevandCleanup list formatting
2011-11-12 Geoff LevandAdd STATIC_LIST initializer
2011-11-04 Geoff LevandFix waiter_register return value
2011-10-31 Geoff LevandAdd pb_protocol_dump_device
2011-10-28 Geoff LevandAdd n_options to struct device
2009-08-26 Geoff LevandFix seg fault on ps3 flash error
2009-07-09 Geoff LevandDelete kexec temporary files before rebooting
2009-07-09 Geoff LevandLog child output
2009-06-30 Geoff LevandMove common system routines to lib
2009-06-30 Geoff LevandIncrease protocol payload size to 64KiB
2009-06-30 Geoff LevandFix memmove size
2009-03-30 Geoff LevandGet log stream
2009-03-30 Geoff LevandIncrease protocol payload size
2009-03-23 Geoff LevandInclude types header in talloc
2009-03-23 Geoff LevandRename symbol new
2009-03-23 Geoff LevandAdd list_for_each_entry_continue routine
2009-02-21 Geoff LevandRemove boot_option_copy routine
2009-02-21 Geoff LevandAdd list insert routines
2009-02-21 Geoff LevandAdd protocol object compare routines
2009-02-01 Jeremy Kerr[pb-protocol] Add ui_info member to devices and boot...
2009-02-01 Geoff LevandMake device instance constant
2009-02-01 Geoff LevandAdd boot_option_copy routine
2009-02-01 Geoff LevandFlush log stream on write
2009-02-01 Geoff LevandMove log to library
2009-02-01 Geoff LevandFix waiter alloc
2009-02-01 Geoff LevandMove waiter to library
2009-02-01 Geoff LevandFix build warnings
2009-02-01 Geoff LevandUse enum type in pb_protocol_create_message
2009-01-02 Jeremy KerrUse a list for device->boot_options
next