]> git.ozlabs.org Git - petitboot/history - discover
lib/process: Add add_stderr flag to process module
[petitboot] / discover /
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-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 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/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 Kerrlib/pb-config: Add autoboot timeout to configuration...
2013-09-06 Jeremy Kerrdiscover/pxe: check for a valid boot option before...
2013-08-30 Neelesh Guptadiscover/yaboot-parser: Handle 'partition=' directive...
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 Kerrdiscover/boot: talloc struct boot_task
2013-08-19 Jeremy Kerrdiscover: remove unused user_event_trigger
2013-08-19 Jeremy Kerrlib/waiter: remove waitset_destroy
2013-08-16 Jeremy Kerrdiscover/file: Add sensible perms when using replace_file
2013-08-16 Jeremy Kerrdiscover/network: free buffers from resolv.conf update
2013-08-16 Jeremy Kerrdiscover/network: fix incorrect nameserver directive...
2013-08-08 Jeremy Kerrnetwork: handle DNS config
2013-08-08 Jeremy Kerrdiscover/file: Add replace_file()
2013-08-08 Jeremy Kerrdiscover: separate file-reading code into file.c
2013-08-08 Jeremy Kerrdiscover: remove libparser object
2013-08-08 Jeremy Kerrconfig: Split interface configuration from network...
2013-08-07 Jeremy Kerrdiscover/yaboot: implement default options
2013-08-07 Jeremy Kerrdiscover/yaboot: fix device parsing
2013-08-07 Jeremy Kerrdiscover/yaboot: Allow all image options to be overridd...
2013-08-01 Jeremy Kerrdiscover: fix segfault on failed boot image load
2013-07-31 Jeremy Kerrparser/yaboot: Fix check for image presence
2013-07-23 Geoff Levanddiscover: Hookup --no-autoboot to config
2013-07-23 Geoff Levanddiscover: Add --no-autoboot option
2013-07-23 Geoff Levanddiscover: Log autoboot timeout
2013-07-23 Geoff Levanddiscover: Rename default_enabled
2013-07-23 Geoff Levanddiscover: Add grub.cfg path for openSUSE
2013-07-23 Geoff Levandautomake: Add $(EXEEXT) to .ro objects
2013-07-23 Jeremy Kerrdiscover: Don't free URL in load_url
2013-07-23 Jeremy Kerrdiscover/pxe: remove debug statement
2013-07-23 Jeremy Kerrdiscover/pxe: Handle initrds
2013-07-04 Jeremy Kerrdiscover/pxe-parser: All options are name <space> value...
2013-07-02 Jeremy Kerrdiscover/device-handler: hook up autoboot_enabled confi...
2013-06-30 Geoff Levanddiscover: Fix automake warnings
2013-06-24 Jeremy Kerrdiscover/boot: Allow boot hooks to alter boot data
2013-06-24 Jeremy Kerrdiscover/event: Fix incorrect calculation of param...
2013-06-24 Jeremy Kerrdiscover/boot: Add boot hooks
2013-06-24 Jeremy Kerrdiscover/boot: Put all boot params into a struct boot_task
2013-06-24 Jeremy KerrAdd pkgsysconfdir
2013-06-24 Geoff LevandAdd initial dtb support
2013-06-24 Jeremy Kerrdiscover: bring network interfaces down in network_shutdown
2013-06-24 Jeremy Kerrdiscover: Add network handling
2013-06-24 Jeremy Kerrlib: Add pb-config module
2013-06-24 Jeremy Kerrdiscover: Add logging for default boot option behaviour
2013-06-24 Jeremy Kerrdiscover/event: Allow empty param values
2013-06-24 Jeremy Kerrdiscover: Add "cancel default boot" messages
2013-06-24 Jeremy Kerrdiscover/event: Allow user events to be defaults
2013-06-24 Jeremy Kerrdiscover: Add countdown before default boot
2013-06-24 Jeremy Kerrdiscover: implement default booting
2013-06-24 Jeremy Kerrdiscover/boot: Allow null boot command
2013-06-24 Jeremy Kerrlib/waiter: Add timeout waiters
2013-06-24 Jeremy Kerrdiscover/grub2: Add default option parsing
2013-05-21 Geoff Levanddiscover: Send options to client in order
2013-05-21 Jeremy Kerrdiscover/grub2: remove uuid log message
2013-05-21 Jeremy Kerrdiscover: fix error handling from failed client writes
2013-05-21 Jeremy Kerrdiscover: Fix accept() return value check
2013-05-21 Jeremy Kerrdiscover: destroy client if message read failed
2013-05-17 Geoff Levandparser: Use list to hold parsers
2013-05-17 Geoff Levandparser/grub2: Add parse for linux16
2013-05-17 Geoff Levandparser/grub2: Better menuentry parsing
2013-05-16 Jeremy Kerrdiscover/grub2: handle search commands to specify root...
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
next