index
:
petitboot
flexver
master
petitboot-1.2.x
Raptor Engineering's public version of its internal PetitBoot branch
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
discover/platform-powerpc: Remove unused max_partition_size
Samuel Mendoza-Jonas
2016-11-24
1
-3
/
+0
*
Support HTTP(S) proxies when downloading resources
Samuel Mendoza-Jonas
2016-11-24
7
-1
/
+87
*
ui/ncurses: Spin child to ensure autoboot cancelled on exit
Samuel Mendoza-Jonas
2016-11-23
1
-0
/
+43
*
utils: Rename 30-dtb_updates to 30-dtb-updates
Arthur Heymans
2016-10-19
1
-1
/
+1
*
discover/pxe-parser: Parse only the first config
v1.3.1
Samuel Mendoza-Jonas
2016-10-11
1
-34
/
+59
*
lib/file: Fix errors found by Coverity scan
Samuel Mendoza-Jonas
2016-10-11
1
-34
/
+51
*
utils/hooks: Rename 30-add-offb to 30-dtb-updates
v1.3.0
Samuel Mendoza-Jonas
2016-09-08
2
-3
/
+3
*
Consolidate petitboot,tty and petitboot,console
Samuel Mendoza-Jonas
2016-09-08
10
-42
/
+48
*
Use 'consoles' instead of 'tty' to refer to interfaces
Samuel Mendoza-Jonas
2016-09-08
10
-101
/
+104
*
ui/ncurses: Display warning when net override active
Samuel Mendoza-Jonas
2016-09-08
1
-9
/
+27
*
discover: Avoid writing network overrides to NVRAM
Samuel Mendoza-Jonas
2016-09-08
5
-0
/
+21
*
discover/network: Add find_interface_by_uuid
Samuel Mendoza-Jonas
2016-09-08
1
-21
/
+40
*
discover: Pass UUID to discover_device_create()
Samuel Mendoza-Jonas
2016-09-08
6
-14
/
+30
*
utils: Always pass MAC address in pb-udhcpc
Samuel Mendoza-Jonas
2016-09-08
1
-2
/
+3
*
discover: Deprecate 'conf' user event
Samuel Mendoza-Jonas
2016-09-08
5
-61
/
+1
*
discover/event: Ensure event struct exists for async callers
Samuel Mendoza-Jonas
2016-09-01
2
-3
/
+7
*
Add encrypted file support
tpearson@raptorengineering.com
2016-08-26
4
-33
/
+314
*
Disable shell access when lockdown is active
tpearson@raptorengineering.com
2016-08-26
1
-1
/
+21
*
Add support for GPG signature enforcement on booted
tpearson@raptorengineering.com
2016-08-26
23
-31
/
+1133
*
discover/network: Ignore tun devices
v1.2.3
Samuel Mendoza-Jonas
2016-08-23
1
-0
/
+3
*
ui/ncurses: Treat left/right arrow keys properly
Samuel Mendoza-Jonas
2016-08-23
1
-2
/
+6
*
discover/boot: Always pass --append to kexec
Samuel Mendoza-Jonas
2016-08-19
1
-6
/
+4
*
hooks/set-stdout: move hook to after automatic stdout settings
v1.2.2
Jeremy Kerr
2016-08-08
2
-2
/
+2
*
hooks/add-offb: Add leading slash to HVC node paths
Jeremy Kerr
2016-08-08
1
-1
/
+1
*
README.md: Add README file
Samuel Mendoza-Jonas
2016-08-08
1
-0
/
+22
*
discover: Add 'sync' user event
Samuel Mendoza-Jonas
2016-08-08
6
-1
/
+63
*
ui/ncurses: Call widget process_key handlers first
Samuel Mendoza-Jonas
2016-07-21
1
-5
/
+15
*
discover/device-handler: Remove default option if device removed
v1.2.1
Samuel Mendoza-Jonas
2016-07-14
1
-0
/
+9
*
discover/network: Mark interfaces configured once configured
Samuel Mendoza-Jonas
2016-07-14
1
-1
/
+6
*
discover/platform-powerpc: Use IPMI on BMC-based machines only
Samuel Mendoza-Jonas
2016-07-14
1
-3
/
+5
*
discover/device-handler: Ignore options without kernel
Samuel Mendoza-Jonas
2016-07-14
1
-0
/
+8
*
ui/ncurses: Properly set focus when updating subset
Samuel Mendoza-Jonas
2016-07-13
2
-2
/
+7
*
ui/ncurses: Update keybindings for subsets
Samuel Mendoza-Jonas
2016-07-13
2
-21
/
+8
*
ui/ncurses: define KEY_DC (delete key)
Samuel Mendoza-Jonas
2016-07-12
1
-0
/
+1
*
utils/hooks: Set linux,stdout-path for primary console
v1.2.0
Samuel Mendoza-Jonas
2016-06-29
1
-0
/
+120
*
ui/ncurses: List available consoles in nc-config
Samuel Mendoza-Jonas
2016-06-29
1
-3
/
+53
*
ui/common: Set current console on boot command
Samuel Mendoza-Jonas
2016-06-29
1
-0
/
+1
*
discover/boot: Set boot_tty variable before kexec
Samuel Mendoza-Jonas
2016-06-29
1
-0
/
+13
*
discover: Add petitboot,tty and track available consoles
Samuel Mendoza-Jonas
2016-06-29
2
-0
/
+53
*
lib: Add support for tracking boot consoles
Samuel Mendoza-Jonas
2016-06-28
3
-2
/
+49
*
discover/pxe-parser: Retrieve configs asynchronously
Samuel Mendoza-Jonas
2016-06-28
6
-45
/
+130
*
Update tests to support changes to pxe_parser
Samuel Mendoza-Jonas
2016-06-28
3
-45
/
+139
*
discover/device-handler: Make boot_status() public
Samuel Mendoza-Jonas
2016-06-28
2
-10
/
+14
*
lib/pb-config: Properly initialise interface_config
Samuel Mendoza-Jonas
2016-06-27
1
-1
/
+4
*
discover/platform-powerpc: Return bootdev error correctly
v1.1.1
Samuel Mendoza-Jonas
2016-06-16
1
-2
/
+2
*
ui/ncurses: Remember to abort boot on server connect
Samuel Mendoza-Jonas
2016-05-26
1
-4
/
+14
*
utils: Add diagnostic script
v1.1.0
Samuel Mendoza-Jonas
2016-05-24
3
-1
/
+78
*
Extend the "add url" function to allow file:// URLs
Samuel Mendoza-Jonas
2016-05-24
2
-2
/
+14
*
ui/ncurses: Interpret left/right keys as up/down
Samuel Mendoza-Jonas
2016-05-24
1
-0
/
+2
*
pb-discover: add dtb support for PXE config
Oliver O'Halloran
2016-05-24
2
-0
/
+7
[prev]
[next]