summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* discover: Don't depend on tftp failure for type detectionJeremy Kerr2013-09-262-0/+15
* lib: Add array-size headerJeremy Kerr2013-09-242-2/+9
* discover: Implement device prioritiesJeremy Kerr2013-09-192-0/+16
* discover: Remove unnecessary event passingJeremy Kerr2013-09-191-0/+12
* lib/pb-config: Initialise DNS server infoJeremy Kerr2013-09-191-0/+2
* lib/log: Cleanup log APIJeremy Kerr2013-09-192-19/+44
* types: Add device_type to struct deviceJeremy Kerr2013-09-182-0/+18
* lib/pb-config/powerpc-nvram: Add petitboot,timeout nvram propertyJeremy Kerr2013-09-181-0/+14
* lib/pb-config: Add autoboot timeout to configuration varsJeremy Kerr2013-09-182-2/+7
* lib/process: handle EINTR from waitpidJeremy Kerr2013-08-201-2/+7
* lib/process: Add dry_run argument to process_initJeremy Kerr2013-08-202-2/+6
* lib/process: replace pb_run_cmdJeremy Kerr2013-08-191-79/+0
* lib/process: replace pb_run_cmd_pipeJeremy Kerr2013-08-193-124/+24
* lib/waiter: handle -EINTRJeremy Kerr2013-08-191-2/+5
* lib/process: Add process helpersJeremy Kerr2013-08-193-0/+515
* lib/waiter: remove waitset_destroyJeremy Kerr2013-08-192-6/+0
* lib/waiter: talloc waiters from waitset contextJeremy Kerr2013-08-161-1/+1
* lib/waiter: fix talloc_realloc contextJeremy Kerr2013-08-161-1/+1
* lib/waiter: merge time & io waiter init loopsJeremy Kerr2013-08-161-24/+22
* lib/waiter: move type-specific members to a unionJeremy Kerr2013-08-161-9/+13
* network: handle DNS configJeremy Kerr2013-08-082-2/+4
* config: DNS configuration isn't interface-specificJeremy Kerr2013-08-083-8/+31
* config: Split interface configuration from network configurationJeremy Kerr2013-08-084-57/+59
* discover: Hookup --no-autoboot to configGeoff Levand2013-07-232-2/+11
* lib/waiter: Defer free of removed waitersJeremy Kerr2013-07-231-3/+27
* config/powerpc-nvram: Fix nvram line parsingJeremy Kerr2013-07-021-2/+11
* config/powerpc-nvram: Don't require petitboot, prefix on all paramsJeremy Kerr2013-07-021-6/+23
* discover/boot: Allow boot hooks to alter boot dataJeremy Kerr2013-06-241-3/+3
* lib/system: Add pb_run_cmd_pipeJeremy Kerr2013-06-242-2/+73
* Add initial dtb supportGeoff Levand2013-06-242-0/+15
* discover: Add network handlingJeremy Kerr2013-06-242-0/+4
* lib: Add pb-config moduleJeremy Kerr2013-06-247-0/+541
* discover: Add "cancel default boot" messagesJeremy Kerr2013-06-241-0/+1
* lib/waiter: Add timeout waitersJeremy Kerr2013-06-242-34/+146
* types: Add is_default to struct boot_optionJeremy Kerr2013-06-242-1/+12
* lib/waiter: Ensure waiters are consistent during waiter_pollJeremy Kerr2013-05-211-19/+43
* lib/waiter: allocate waiters separately from set->waitersJeremy Kerr2013-05-211-13/+22
* discover: log cleanupJeremy Kerr2013-05-161-9/+0
* lib/url: Add pb_url_to_stringJeremy Kerr2013-05-152-5/+9
* lib/url: fix no-scheme URL parsingJeremy Kerr2013-05-061-6/+8
* protocol: Add boot_status (de-)serialisation functionsJeremy Kerr2013-05-062-0/+84
* lib: Add boot_status type & protocol definitionsJeremy Kerr2013-05-062-0/+11
* discover/udev: remove unnecessary udevadm referencesJeremy Kerr2013-05-062-2/+0
* lib/list: Fix handling of empty listsJeremy Kerr2013-05-031-5/+6
* lib/url: Add pb_join_urlJeremy Kerr2013-04-292-16/+110
* list: Fix seg fault with list_for_each_entry_safeGeoff Levand2013-04-231-7/+5
* lib/list: Add list_for_each_entry_safeJeremy Kerr2013-04-161-0/+8
* protocol: Separate device add from boot-option add messagesJeremy Kerr2013-04-163-93/+102
* pb-protocol: Don't allocate in deserialise functionsJeremy Kerr2013-04-162-16/+8
* discover: parse boot message from incoming ACTION_BOOT messagesJeremy Kerr2013-04-152-0/+34
OpenPOWER on IntegriCloud