]> git.ozlabs.org Git - petitboot/shortlog
petitboot
2014-01-31 Jeremy Kerrui/ncurses: Add help to sysinfo screen
2014-01-31 Jeremy Kerrui/ncurses: Add help facility to text screens
2014-01-31 Jeremy Kerrui/ncurses: Add help text to nc-menu & generic-main
2014-01-31 Jeremy Kerrui/ncurses: Add support for help screens
2014-01-31 Jeremy Kerrui/ncurses: Add text_screen_set_text()
2014-01-31 Jeremy Kerrui/ncurses: Abstract text-screen code from sysinfo...
2014-01-31 Jeremy Kerrui/ncurses: do all config screen updates in config_scre...
2014-01-31 Jeremy Kerrlib/fold: Add text fold utility
2014-01-31 Jeremy Kerrui/ncurses: Use descriptive field labels for boot editor
2014-01-30 Jeremy Kerrplatforms/powerpc: Add support for OPAL sysparams
2014-01-30 Jeremy Kerrdiscover: Add DEVICE_TYPE_ANY for matching any device
2014-01-30 Jeremy Kerrdiscover: Make boot_priorities more flexible
2014-01-30 Jeremy Kerrdiscover/network: Use platform definition for DHCP...
2014-01-30 Jeremy Kerrplatforms/powerpc: Check for a powerpc platform in...
2014-01-30 Jeremy Kerrpb-config: Move config storage modules to "platform...
2014-01-30 Jeremy Kerrlib/pb-config: Add config_copy
2014-01-30 Jeremy Kerrtest/parser: Add Fedora 20 ppc64 parser testcase
2014-01-30 Jeremy Kerrdiscover/grub2: Add support for for-loops
2014-01-30 Jeremy Kerrdiscover/grub2: Perform word-expansion non-destructively
2014-01-30 Jeremy Kerrdiscover: Add support for checking directories in parse...
2014-01-30 Jeremy Kerrdiscover/grub2: skip menuentries that don't define...
2014-01-30 Jeremy Kerrdiscover/grub: Add feature variable for --id support.
2014-01-30 Jeremy Kerrdiscover/grub2: Use script_env_set when initialising...
2014-01-23 Jeremy Kerrpb-config/powerpc: fix default option handling
2014-01-22 Jeremy Kerrdiscover: Use lowercase hex chars for MAC-address-based...
2014-01-21 Jeremy Kerrlib/process: Add helper for check process clean exit
2014-01-21 Jeremy Kerrdiscover/paths: Check process exit status when loading...
2014-01-21 Jeremy Kerrutils/hooks: Add dtb-sort hook
2014-01-21 Jeremy Kerrutils/pb-udhcpc: Unify references to DHCP bootfile...
2014-01-20 Jeremy Kerrutils/pb-udhcpc: Fix incorrect reference to $interface
2014-01-20 Jeremy Kerrutils/pb-udhcpc: remove bashism when reading mac address
2014-01-17 Jeremy Kerrdiscover/network: Send DHCP client architecture type
2014-01-17 Jeremy Kerrdiscover: Support DHCP "pathprefix" configuration option
2014-01-17 Jeremy Kerrtest/parser: Check for full URLs in parser tests
2014-01-17 Jeremy Kerrdiscover: Don't rely on ctx->conf_url side-effect in...
2014-01-17 Ben Stoltzdiscover/grub: Use --id values for default option detection
2014-01-17 Jeremy Kerrdiscover: Bring down configured interfaces on discover...
2014-01-15 Jeremy Kerrutils: Add boot hook to set stdout property on DT machines
2014-01-14 Jeremy Kerrdiscover: we need stderr for the BusyBox TFTP type...
2014-01-14 Jeremy Kerrlib/process: Add add_stderr flag to process module
2014-01-14 Jeremy Kerrtest/parser: Add yaboot leftovers test
2014-01-14 Jeremy Kerrdiscover/yaboot: Remove known_names list
2014-01-14 Jeremy Kerrdiscover/yaboot: Clear globals_done when we see an...
2014-01-13 Jeremy Kerrdiscover/udev: Set device type for optical media correctly
2013-12-23 Jeremy Kerrconfig/powerpc: Always call update_network_config
2013-12-18 Jeremy Kerrui/ncurses/nc-config: Add validation for network settings
2013-12-18 Jeremy Kerrui/ncurses/nc-widgets: Add initial textbox validation...
2013-12-18 Jeremy Kerrui/ncurses/nc-config: expand mask field
2013-12-18 Jeremy Kerrconfigure: Use AC_GNU_SOURCE
2013-12-18 Jeremy Kerrui/ncurses: Add link status to system info & system...
2013-12-18 Jeremy Kerrlib/util: Avoid sprintf in mac_str
2013-12-18 Jeremy Kerrlib/util: Move mac_buf from nc code to util library
2013-12-18 Jeremy Kerrsysinfo: Add interface link status to sysinfo data
2013-12-18 Jeremy Kerrtest/lib: Add parent stdout test
2013-12-10 Jeremy Kerrdiscover/yaboot: Fix assertion failure on empty yaboot...
2013-12-05 Jeremy Kerrdiscover/boot: Copy local paths before running boot...
2013-12-05 Jeremy Kerrdiscover/boot: Fix condition for updating boot params
2013-12-05 Jeremy Kerrdiscover/udev: Use UUIDs for multipath check
2013-12-03 Jeremy Kerrui/ncurses/boot-editor: Fix (null) when non-device...
2013-12-03 Jeremy Kerrdiscover/grub2: Fixes for bison 3.x
2013-12-02 Jeremy Kerrdiscover: Fix CDROM handling
2013-12-02 Jeremy Kerrui/ncurses: Add key debug
2013-12-02 Jeremy Kerrdiscover/device-handler: Ensure we free unresolved...
2013-12-02 Jeremy Kerrdiscover/udev: copy dev->device path from udev devnode
2013-11-27 Jeremy Kerrdiscover/grub2: Populate $prefix from config file location
2013-11-27 Jeremy Kerrtest/parser/grub2: Fix inconsistent conf/env paths
2013-11-27 Jeremy Kerrdiscover/grub2: Use parser for a single parse
2013-11-27 Jeremy Kerrdiscover/grub2: Fix free in load_env command
2013-11-27 Jeremy Kerrdiscover/grub2: Fix indentation error
2013-11-27 Jeremy Kerrdiscover/grub2: Add support for -s and -f commands
2013-11-27 Jeremy Kerrdiscover/network: In static config mode, only configure...
2013-11-26 Jeremy Kerrlib/pb-config/powerpc-nvram: Fix format of dns config
2013-11-22 Jeremy Kerrui/ncurses/nc-widgets: Unify select key
2013-11-22 Jeremy Kerrui/ncurses: Redraw entire screen with ctrl+L
2013-11-22 Jeremy Kerrui/ncurses: Ensure boot editor window is properly painted
2013-11-22 Jeremy Kerrui/ncurses: Fix use-after-free when exiting boot option...
2013-11-22 Jeremy Kerrui/ncurses: Allow boot editor sysinfo updates
2013-11-22 Jeremy Kerrui/ncurses: Add widgetset_set_window
2013-11-22 Jeremy Kerrui/ncurses: Add widget_select_drop_options
2013-11-22 Jeremy Kerrui/ncurses: Implement intra-field scrolling
2013-11-22 Jeremy Kerrui/ncurses/widgets: Add widget focus offset query
2013-11-22 Jeremy Kerrui/ncurses: Draw boot editor into a scrollable pad
2013-11-22 Jeremy Kerrui/ncurses: Make boot editor paths relative to device
2013-11-22 Jeremy Kerrui/ncurses: Add device selector to boot editor
2013-11-22 Jeremy Kerrui/ncurses/widgets: Add n_options check to widget_selec...
2013-11-22 Jeremy Kerrui/ncurses: Split boot editor layout
2013-11-22 Jeremy Kerrui/ncurses: Make boot editor API consistent with config...
2013-11-22 Jeremy Kerrui/ncurses: remove boot_editor_attr_field
2013-11-22 Jeremy Kerrui/ncurses: Add block devices to system info screen
2013-11-22 Jeremy Kerrdiscover: populate sysinfo with block devices
2013-11-22 Jeremy Kerrprotocol: Add block device information to system info
2013-11-22 Jeremy Kerrdiscover: Use pxeconffile for udhcpc option name
2013-11-22 Jeremy Kerrutils/pb-console: Exit after running getty in detached...
2013-11-19 Jeremy Kerrui/ncurses: Fix pad size check
2013-11-19 Jeremy Kerrui/ncurses: Don't mess with prog_mode in cui_boot
2013-11-18 Geoff Levandautomake: Fixups for maintainer-clean
2013-11-14 Jeremy Kerrlib/system: Don't leak in pb_mkdir_recursive
2013-11-14 Jeremy Kerrdiscover: Use mkstemp rather than tempnam
2013-11-14 Jeremy Kerrutils/pb-console: reset after UI exit
2013-11-14 Jeremy Kerrui/ncurses/menu: Allow space to select menu items
next