Commit Graph

1378 Commits

Author SHA1 Message Date
mintsuki c5d61e4ec6 build: Unbreak out of tree builds 2022-02-21 00:40:15 +01:00
mintsuki 8cae79abb7 build: Add common/config.h to distclean 2022-02-20 23:17:59 +01:00
mintsuki c6619ba10d build: Include config.h in sbat.c 2022-02-20 23:14:14 +01:00
mintsuki 1984f401a1 build: Use config.h for generated constants 2022-02-20 23:05:53 +01:00
mintsuki 34f075516d readline: Use .scan instead of .ascii to test timeout 2022-02-20 22:55:52 +01:00
mintsuki 225f1911c2 readline: Fix argument handling in sleep.asmb 2022-02-19 17:19:25 +01:00
mintsuki 92eef3feec build: Add more granular configure options 2022-02-18 02:23:39 +01:00
mintsuki e898ef0425 misc: Make VLAs a warning 2022-02-18 01:09:51 +01:00
mintsuki 3c34f4a66a build: Add freestanding_headers to GNUmakefile.in 2022-02-15 06:26:22 +01:00
mintsuki 27d19e6f11 misc: Use freestanding_headers rather than shipping them 2022-02-15 06:18:57 +01:00
mintsuki d510a29045 limine-install: Pass LDFLAGS to CC 2022-02-14 22:53:28 +01:00
mintsuki 419d4934db gh: Make sure ssh key has right perms 2022-02-11 21:10:36 +01:00
mintsuki 5d407dbdf1 build: Minor build system tweaks 2022-02-11 20:46:57 +01:00
mintsuki e4dc460807 build: Simplify BSD od workaround in hgen.sh 2022-02-11 20:07:03 +01:00
mintsuki 92896f9542 build: BSD od related adjustments in hgen.sh 2022-02-11 19:55:57 +01:00
mintsuki 30d518f30a gh: Upload release tarballs to website 2022-02-11 03:57:18 +01:00
mintsuki b5bb4a652d build: Fix order of toolchain dirs in PATH 2022-02-11 03:55:46 +01:00
mintsuki 459029eedf build: Make build system search for toolchain in source dir too 2022-02-10 22:36:50 +01:00
mintsuki 9afaa5fad8 make_toolchain.sh: Bump binutils to 2.38 2022-02-10 15:01:49 +01:00
mintsuki c9fd130744 hgen: Add missing set -e 2022-02-10 14:50:55 +01:00
mintsuki b138b1952e limine-install: Make hgen a shell script 2022-02-10 14:47:38 +01:00
mintsuki b80fb36744 misc: Misc Hyper-V related fixes. Closes #150 2022-02-09 12:45:55 +01:00
mintsuki bcf01fa39a build: Improve eltorito-efi configure option 2022-02-08 15:43:21 +01:00
mintsuki 23ee0bf491 build: Make eltorito-efi build manually toggleable 2022-02-08 15:35:54 +01:00
mintsuki 319326a7f5 misc: Misc output fixes for serial support 2022-02-07 02:10:57 +01:00
mintsuki b51f2528d1 readline: Support C-[ae] for HOME and END 2022-02-04 22:54:11 +01:00
mintsuki 6e0fde5cfb menu: Support HOME and END shortcuts 2022-02-04 22:30:53 +01:00
mintsuki aae5e6f779 menu: Support using 1-9 to boot menu entries 2022-02-04 22:25:34 +01:00
mintsuki 7d70e31258 build: Minor portability fixes 2022-02-03 11:35:54 +01:00
mintsuki 400202d926 misc: stage23 -> common 2022-02-03 10:38:43 +01:00
mintsuki 8920c89ad5 build: Unify and preprocess linker scripts 2022-02-02 18:18:49 +01:00
mintsuki 9332a9f4e1 build: Misc improvements 2022-02-02 16:24:13 +01:00
mintsuki d7b8c3cf8a build: Misc improvements 2022-02-01 08:04:55 +01:00
mintsuki e4bd2cfdbf build: Move program detection logic to configure script 2022-01-31 11:46:19 +01:00
mintsuki ac865be1a1 build: Minor misc fixes 2022-01-29 17:23:41 +01:00
mintsuki 9fc8ec0ce3 pmm_randomise_memory: Add guard for BIOS port to avoid accessing bogus pointers 2022-01-29 12:29:27 +01:00
mintsuki 3fa7d9d1fa chainload: Assume boot drive if DRIVE parameter is omitted 2022-01-29 11:54:38 +01:00
mintsuki 69529b1269 chainload: Readd wrongly removed noinline attribute 2022-01-29 11:45:03 +01:00
mint ea4db246c8
Merge pull request #154 from czapek1337/trunk
Several UX improvements around the console, menu and entry editor
2022-01-29 08:03:22 +01:00
czapek1337 a6f6958b41 readline: Don't delete input beyond a null terminator 2022-01-29 08:00:55 +01:00
czapek1337 77ed9d23ca console: Use escape sequence instead of reset_term() 2022-01-29 07:52:44 +01:00
czapek1337 077341d102 console: Add a clear command 2022-01-29 00:00:07 +01:00
czapek1337 53e515e642 readline: Zero out the buffer before using it 2022-01-29 00:00:07 +01:00
czapek1337 2c1604089c readline: Handle END/HOME keys 2022-01-29 00:00:01 +01:00
czapek1337 0c677d093e console,editor: Filter out non-printable characters 2022-01-28 23:51:34 +01:00
czapek1337 ca5f7a6e46 menu: Handle uppercase inputs for menu hotkeys 2022-01-28 23:10:44 +01:00
mintsuki 019dddccba limine-install: Fix issue introduced in 55166fd where GPT checksum would corrupt 2022-01-28 16:25:07 +01:00
mint 1cdb4c287a
Merge pull request #153 from Itay2805/trunk
ntfs: allow for bigger resident index and resident data
2022-01-28 12:56:56 +01:00
Itay Almog 92580a3b47 ntfs: allow for bigger resident index and resident data 2022-01-28 13:48:21 +02:00
mintsuki b023b96c6b build: Add *.tar.gz to maintainer-clean's rm 2022-01-28 12:35:53 +01:00