index
:
librebootfr
master
French translation of the Libreboot project.
Miquel Lionel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Load DejaVu Sans Mono from cbfsdisk, not memdisk
Andrew Robbins
2017-07-31
1
-1
/
+1
*
Load MemTest86+ from cbfsdisk instead of memdisk
Andrew Robbins
2017-07-31
2
-4
/
+2
*
Update GRUB config locations in COPYING notices
Andrew Robbins
2017-07-31
3
-3
/
+3
*
Delete leftover unneeded GRUB config files
Andrew Robbins
2017-07-31
6
-171
/
+0
*
Make minor formatting changes to GRUB config files
Andrew Robbins
2017-07-31
4
-10
/
+56
*
Add GRUB txtmode/vesafb-specific grub{,test}.cfg
Andrew Robbins
2017-07-31
9
-0
/
+2060
*
Add GRUB install and revision files
Andrew Robbins
2017-07-31
2
-0
/
+2
*
Reorganize contents of projects/grub/
Andrew Robbins
2017-07-27
32
-0
/
+0
*
Copy resources/grub/ to projects/
Andrew Robbins
2017-07-27
32
-0
/
+10096
*
Merge branch 'revert-purism-faq-deletion' of libreboot/libreboot into master
Swift Geek
2017-07-26
1
-0
/
+24
|
\
|
*
Re-add FAQ entry regarding Purism
Leah Rowe
2017-07-26
1
-0
/
+24
|
/
*
Merge branch 'swift-typofix' of swiftgeek/libreboot into master
Leah Rowe
2017-07-25
1
-1
/
+1
|
\
|
*
Clarification on where to execute command
Sebastian 'Swift Geek' Grzywna
2017-07-25
1
-1
/
+1
*
|
Merge branch 'libreboot-main-cleanup' of kragle/libreboot into master
Leah Rowe
2017-07-25
2
-18
/
+14
|
\
\
|
|
/
|
/
|
|
*
Add copyright notice
Andrew Robbins
2017-07-22
1
-0
/
+1
|
*
Make 'sources' consequent prettier
Andrew Robbins
2017-07-22
1
-6
/
+6
|
*
Skip archive extraction if archive doesn't exist
Andrew Robbins
2017-07-22
1
-1
/
+1
|
*
Remove unnecessary subshell grouping
Andrew Robbins
2017-07-22
1
-5
/
+3
|
*
Remove IFS binding masking a non-zero status code
Andrew Robbins
2017-07-22
1
-6
/
+3
*
|
Merge branch 'master' of iank/libreboot into master
Andrew Robbins
2017-07-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
docs/gnulinux/grub_cbfs: small path name fix
Ian Kelling
2017-07-24
1
-1
/
+1
|
/
*
Merge branch 'libreboot-main-cleanup' of kragle/libreboot into master
Leah Rowe
2017-07-21
3
-19
/
+48
|
\
|
*
Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECK
Andrew Robbins
2017-07-21
2
-1
/
+4
|
*
Create array TOOL_ACTIONS_GENERIC_IGNORE_CHECK
Andrew Robbins
2017-07-21
2
-1
/
+4
|
*
Move libreboot_setup_include() (for symmetry)
Andrew Robbins
2017-07-21
1
-16
/
+16
|
*
Add libreboot_setup_tool_actions()
Andrew Robbins
2017-07-21
2
-5
/
+16
|
*
Rename TOOL_ACTIONS_FUNCTIONS to TOOL_ACTIONS
Andrew Robbins
2017-07-21
1
-2
/
+2
|
*
Fix action 'update_check' erroring out erroneously
Andrew Robbins
2017-07-21
1
-1
/
+1
|
*
Add libreboot_setup_project_actions()
Andrew Robbins
2017-07-21
2
-5
/
+16
|
*
Make the 'test' action functional again
Andrew Robbins
2017-07-20
1
-4
/
+4
|
*
Rename PROJECT_ACTIONS_FUNCTIONS to PROJECT_ACTIONS
Andrew Robbins
2017-07-20
1
-2
/
+2
|
*
Avoid exploiting local variables' dynamic scoping
Andrew Robbins
2017-07-19
1
-2
/
+3
*
|
Merge branch 'master' of tiveket/libreboot into master
Leah Rowe
2017-07-21
3
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
Update 'www/amd-libre.md'
tiveket
2017-07-21
1
-0
/
+2
|
*
Update 'docs/hardware/index.md'
tiveket
2017-07-21
1
-2
/
+2
|
*
Update 'docs/misc/index.md'
tiveket
2017-07-21
1
-0
/
+2
|
/
*
Merge branch 'libreboot-main-cleanup' of kragle/libreboot into master
Leah Rowe
2017-07-19
2
-69
/
+50
|
\
|
*
Alter whitespace in printf statements for readability
Andrew Robbins
2017-07-18
1
-12
/
+11
|
*
Simplify libreboot_setup() and libreboot()
Andrew Robbins
2017-07-18
1
-18
/
+2
|
*
Remove hard dependency on wget
Andrew Robbins
2017-07-18
1
-1
/
+1
|
*
Clean up case forms in libreboot_{project,tool}()
Andrew Robbins
2017-07-18
1
-18
/
+12
|
*
Replace calls to 'cat' w/ input redirection
Andrew Robbins
2017-07-18
1
-3
/
+3
|
*
Move vars CONFIG_SHELL,EDITOR,TASKS to libs/common
Andrew Robbins
2017-07-18
2
-4
/
+4
|
*
Simplify libreboot_setup_variables() w/ new func.
Andrew Robbins
2017-07-18
1
-19
/
+23
|
/
*
Merge branch 'libs/project-cruft' of kragle/libreboot into master
Leah Rowe
2017-07-18
1
-43
/
+41
|
\
|
*
Change '.' to the more readable 'source' command
Andrew Robbins
2017-07-17
1
-2
/
+2
|
*
Use "$*" instead of $@ when assigning as a string
Andrew Robbins
2017-07-17
1
-12
/
+12
|
*
Avoid checking previous exit codes indirectly
Andrew Robbins
2017-07-17
1
-7
/
+5
|
*
Word-split PROJECTS_FORCE expansion (remove quotes)
Andrew Robbins
2017-07-17
1
-1
/
+1
|
*
Make explicit which directory 'find' should search
Andrew Robbins
2017-07-17
1
-2
/
+2
[next]