]> git.ozlabs.org Git - petitboot/shortlog
petitboot
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-26 Jeremy Kerrdiscover/grub2: Clean up error-handling for grub2 parse...
2013-09-26 Jeremy Kerrtest/parser: Enable logging to stdout
2013-09-26 Jeremy Kerrtests/urls: Run URL tests under valgrind
2013-09-26 Jeremy Kerrdiscover/resource: create_url_resource should take...
2013-09-26 Jeremy Kerrlib/url: talloc from new URL in pb_url_copy
2013-09-26 Jeremy Kerrdiscover/paths: Check local file URLs in load_url
2013-09-26 Jeremy Kerrlib/system: Don't modify dir parameter to pb_rmdir_recu...
2013-09-26 Jeremy Kerrdiscover/boot: Log boot status updates
2013-09-26 Jeremy Kerrdiscover/boot: Download resources in parallel
2013-09-26 Jeremy Kerrdiscover: Add struct load_url_result and load_task
2013-09-26 Jeremy Kerrdiscover: Don't depend on tftp failure for type detection
2013-09-26 Jeremy Kerrdiscover/boot: Store clean_* in the boot task
2013-09-25 Jeremy Kerrdiscover/boot: Check for failed loads in boot()
2013-09-25 Jeremy Kerrdiscover: load_url_async callback should take an int...
2013-09-25 Neelesh Guptadiscover/boot: Implement asynchronous boot() process
2013-09-25 Neelesh Guptadiscover: Add an asynchronous version of load_url
2013-09-25 Jeremy Kerrdiscover/grub2: Reimplement default options
2013-09-24 Jeremy Kerrdiscover: Check for devices with duplicate serial prope...
2013-09-24 Jeremy Kerrpb-udhcpc: use plain kernel names for dhcp events
2013-09-24 Jeremy Kerrdiscover/grub2: Fix uninitialised op variable
2013-09-24 Jeremy Kerrtest/parser: Add test-grub2-single-line-if test
2013-09-24 Jeremy Kerrdiscover/grub2: Support var=value assignments
2013-09-24 Jeremy Kerrtest/parser: Allow double-quotes in embedded config
2013-09-24 Jeremy Kerrdiscover/grub2: Add true & false builtins
2013-09-24 Jeremy Kerrtest/parser: Allow checks for NULL boot_args
2013-09-24 Jeremy Kerrtest/parser: Add variable expansion in Ubuntu conf...
2013-09-24 Jeremy Kerrdiscover/grub2/lexer: Require 1+ spaces for a TOKEN_DELIM
2013-09-24 Jeremy Kerrdiscover/grub2: Add linux16 command
2013-09-24 Jeremy Kerrdiscover/grub2: Allow both delimiters and EOLs after...
2013-09-24 Jeremy Kerrtest/parser: Fix spacing in grub2-f18-ppc64 test
2013-09-24 Jeremy Kerrdiscover/grub2: Implement test builtin
2013-09-24 Jeremy Kerrdiscover/grub2: Add nops for unnecessary builtins
2013-09-24 Jeremy Kerrdiscover/grub2: Implement statement_block_execute
2013-09-24 Jeremy Kerrdiscover/grub2: unknown commands should fail
2013-09-24 Jeremy Kerrdiscover/grub2: Populate option ids
2013-09-24 Jeremy Kerrdiscover/grub2: Allow EOF as a statement terminator
2013-09-24 Jeremy Kerrdiscover/grub2: Add print_token
2013-09-24 Jeremy Kerrdiscover/grub2: fix comment handling
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'elif'
2013-09-24 Jeremy Kerrdiscover/grub2: Create 'conditional' statements
2013-09-24 Jeremy Kerrdiscover/grub2: Allow empty statements
2013-09-24 Jeremy Kerrdiscover/grub2: Implement submenu
2013-09-24 Jeremy Kerrdiscover/grub2: Add function support
2013-09-24 Jeremy Kerrdiscover/grub2: Improve error handling
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'else' blocks
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'search' command
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'linux' & 'initrd' commands
2013-09-24 Jeremy Kerrdiscover/grub2: Function infrastructure improvements
2013-09-24 Jeremy Kerrdiscover/grub2: Add option state in menuentry processing
2013-09-24 Jeremy Kerrdiscover/grub2: Add a reference to the context from...
2013-09-24 Jeremy Kerrdiscover/grub2: Hook up flex/bison parser to discover...
2013-09-24 Jeremy Kerrdiscover/grub2: Move parser-api definitions to parser.y
2013-09-24 Jeremy Kerrdiscover/grub2: Implement multiple-arv variable splitting
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial command execution
2013-09-24 Jeremy Kerrdiscover/grub2: Add menuentry execution
2013-09-24 Jeremy Kerrdiscover/grub2: Fix word append
2013-09-24 Jeremy Kerrdiscover/grub2: Handle var tokens in lexer
2013-09-24 Jeremy Kerrdiscover/grub2: Remove debug printfs
2013-09-24 Jeremy Kerrdiscover/grub2: Initial environment handling
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial execution code
2013-09-24 Jeremy Kerrdiscover/grub2: Fix statement reduce rule
2013-09-24 Jeremy Kerrdiscover/grub2: Add var expansion code
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial script infrastructure
2013-09-24 Jeremy Kerrdiscover/grub2: Use subclass-style structs for AST
2013-09-24 Jeremy Kerrdiscover/grub2: Implement statement blocks
2013-09-24 Jeremy Kerrdiscover/grub2: Implement reduce rules
2013-09-24 Jeremy Kerrdiscover/grub2: Add structures & API for parser
2013-09-24 Jeremy Kerrdiscover/grub2: Implement parser
2013-09-24 Jeremy Kerrdiscover/grub2: Initial grub2 lexer
2013-09-24 Jeremy Kerrlib: Add array-size header
2013-09-23 Jeremy Kerrdiscover/boot: Add booting status message
2013-09-23 Jeremy Kerrdiscover/boot: Allow printf formatting in update_status
2013-09-23 Jeremy Kerrdiscover/boot: Fix log message with no newline
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-20 Jeremy Kerrtest/parser: check for multiple default options
2013-09-20 Jeremy Kerrdiscover/pxe: Implement default options
2013-09-19 Jeremy Kerrdiscover: Implement device priorities
2013-09-19 Jeremy Kerrdiscover: register network devices with the device...
2013-09-19 Jeremy Kerrdiscover/network: Manage network->interfaces with ...
2013-09-19 Jeremy Kerrdiscover/network: ignore devices with zero MTU
2013-09-19 Jeremy Kerrdiscover: Remove unnecessary event passing
2013-09-19 Jeremy Kerrdiscover/boot: Fix use-after-free in boot()
2013-09-19 Jeremy Kerrlib/pb-config: Initialise DNS server info
2013-09-19 Jeremy Kerrlib/log: Cleanup log API
2013-09-19 Jeremy Kerrdiscover: Consolidate device path, name and ID.
2013-09-18 Jeremy Kerrdiscover: populate udev device types
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-09-06 Jeremy Kerrpb-udhcpc: Fix string returned from resolve_url
2013-09-06 Jeremy Kerrdiscover/pxe: check for a valid boot option before...
2013-09-06 Jeremy Kerrui/ncurses: Allow both DEL and ^H to map to backspace
2013-08-30 Neelesh Guptatest/parser: add 'partition' directive overriding test...
2013-08-30 Neelesh Guptadiscover/yaboot-parser: Handle 'partition=' directive...
2013-08-29 Neelesh Guptatest: add 'partition=directive' test for yaboot conf...
2013-08-29 Jeremy Kerrtest/lib: Implement process_init change in testcases
next