- Aug 15, 2019
-
-
Signed-off-by:
Mateusz Zalega <mateusz@appliedsourcery.com>
-
Signed-off-by:
Mateusz Zalega <mateusz@appliedsourcery.com>
-
- Aug 14, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Text was displayed one character further right than intended because the offset was incremented before drawing. This commit reverses the two operations and thus restores proper display of text. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 12, 2019
-
-
This commit substitutes the vendor gfx library with a completely new implementation. It also adds a text-buffer mode. Signed-off-by:
Mateusz Zalega <mateusz@appliedsourcery.com>
-
- Aug 10, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 09, 2019
-
-
- Implement de-initialization - Wrap filesystem operations in semaphore - Introduce EpicFileSystem object and move epic_file_FOO(...) imlementations into efs_FOO(EpicFileSystem*, ...) functions. - epic_file_FOO(...) functions are now wrappers around the _fs_ functions, but lock and unlock the global filesystem object before & after calls. This way, all efs_ functions can assume that the necessary lock has been acquired. - libff: don't use FF_FS_REENTRANT, our own FS lock is enough
-
- Aug 07, 2019
-
- Aug 06, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 05, 2019
-
- Aug 04, 2019
- Aug 03, 2019
- Jul 31, 2019
-
- Jul 29, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
q3k authored
-
q3k authored
- Jul 27, 2019
-
- Jul 26, 2019
- Jul 25, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 24, 2019
-
-
Remove -r from ln ----------------- Quote from Unix Stack Exchange: > Beware that -r is a GNUism, i.e. non POSIX so won't work [...] as the > standard OS X ln command is BSD based. https://unix.stackexchange.com/questions/125132/ln-s-with-a-path-relative-to-pwd#comment455718_263512 Fix tr and dd for macOS ----------------------- See Unix Stack Exchange question "Filling file with 0xFF gives C3BF in OSX" at https://superuser.com/a/1349497/150212 and https://lists.freebsd.org/pipermail/freebsd-questions/2007-October/160961.html
-
- Jul 22, 2019
-
-
schneider authored
-