Commit Graph

4011 Commits

Author SHA1 Message Date
K. Lange
e3fd396897 terminal-vga: stop reading from kbd/mouse on SIGUSR2 2018-10-27 16:17:54 +09:00
K. Lange
ad9fc6caa4 esh: better handling for suspended pipelines 2018-10-27 12:12:17 +09:00
K. Lange
51df8004dd job control: kill/cont process groups 2018-10-26 23:19:46 +09:00
K. Lange
5aaaf9f8ce kernel: setpgid fix 2018-10-26 23:15:08 +09:00
K. Lange
3d2e94d387 procfs: indicate stopped (T) in status 2018-10-26 20:50:11 +09:00
K. Lange
6c88956fa4 job control 2018-10-26 20:34:15 +09:00
K. Lange
a40fe23a50 tty: support additional EOL character 2018-10-26 18:20:09 +09:00
K. Lange
8a58745c27 stty: setter for VWERASE 2018-10-26 13:51:08 +09:00
K. Lange
07ae3dd089 tty: add VWERASE 2018-10-26 13:46:47 +09:00
K. Lange
089d5235c3 stty: DEL is the default for VERASE 2018-10-26 13:40:40 +09:00
K. Lange
092ca7c196 tty: ascii DELETE for backspace; no serial conversion 2018-10-26 13:39:03 +09:00
K. Lange
5f89d99258 v1.7.0 2018-10-26 10:17:54 +09:00
K. Lange
cc4874f90a tty: improvements (^V, fix nlcr behaviors, enter sends ^M) 2018-10-26 10:15:16 +09:00
K. Lange
a78ffc513f Update bim 2018-10-26 10:12:20 +09:00
K. Lange
12968b4b53 kernel: handle ^U with control codes 2018-10-25 23:36:43 +09:00
K. Lange
fad926c487 kernel: uh, oops 2018-10-25 23:27:13 +09:00
K. Lange
b721c7483c debug_sh: use current process fd 0, 1 for shell, don't implement bad readline 2018-10-25 23:23:29 +09:00
K. Lange
ed796bf6aa kernel: handle control characters in CANON nicely 2018-10-25 23:23:29 +09:00
K. Lange
f56597583a insmod: multiple module arguments 2018-10-25 23:23:29 +09:00
K. Lange
9b912bbfd7 kernel: preallocate tables for high memory 2018-10-25 23:23:29 +09:00
K. Lange
076d7d59d8 debug_sh: command to set kernel args 2018-10-25 23:23:29 +09:00
K. Lange
1180297730 bim: update to v1.0.8 2018-10-23 15:44:24 +09:00
K. Lange
9f112b9d2d bim: update to 1.0.7 2018-10-23 10:08:34 +09:00
K. Lange
077ba8a231 bim: fix differing signedness in comparison 2018-10-22 14:45:31 +09:00
K. Lange
77766bdec3 bim: smartcase search 2018-10-22 14:43:25 +09:00
K. Lange
6898766fa0 lfbvideo: re-add old kludge vidmem locator as an option 2018-10-21 20:56:01 +09:00
K. Lange
30b0b9477b e1000: add mobile chipset pci id 2018-10-21 20:31:48 +09:00
K. Lange
07a9f5bec8 terminal: redraw cursor on \r 2018-10-21 18:31:12 +09:00
K. Lange
4beb5c361b bim: add common commands to (e)sh syntax highlighting 2018-10-20 18:16:49 +09:00
K. Lange
2e87826eb2 esh: add read command 2018-10-20 18:14:07 +09:00
K. Lange
f94bedccdb eshrc: add python-demos to PATH if available 2018-10-19 11:00:05 +09:00
K. Lange
d2b8145361 mkdisk.sh: ensure at least 32MB for FAT image 2018-10-19 09:10:14 +09:00
K. Lange
ee2d6263c8 mkdisk.sh: detect necessary space for fat image 2018-10-19 09:08:28 +09:00
K. Lange
7df9cc4d3c bim: bug fixes and version bump 2018-10-19 08:23:16 +09:00
K. Lange
8a1c9f4e19 bim: persist cursor column on vertical movements 2018-10-18 16:08:05 +09:00
K. Lange
67fb8f0838 bim: highlight matching paren 2018-10-18 13:26:04 +09:00
K. Lange
bfbd3cfc13 kernel: quietly expose esp/ebp state on signal entry 2018-10-17 19:17:03 +09:00
K. Lange
90b102754f esh: Support for $$ 2018-10-17 15:40:11 +09:00
K. Lange
c76722a4c4 rline_exp: slightly more reasonable shell cmd hl 2018-10-17 12:55:41 +09:00
K. Lange
fbc43253a7 makefile: target for ungz util 2018-10-16 14:14:23 +09:00
K. Lange
f0b61e7d41 sudo: print prompt to stderr 2018-10-16 14:12:22 +09:00
K. Lange
a53f832107 bim: don't recalculate, just reset search flag 2018-10-16 10:28:59 +09:00
K. Lange
8cb45094fd bim: multiple search matches 2018-10-16 10:19:07 +09:00
K. Lange
281833d023 ungz: support target name for decompression 2018-10-16 08:31:52 +09:00
K. Lange
fdc71e7885 readme: is ToaruOS self-hosting? answer: sure 2018-10-15 20:27:21 +09:00
K. Lange
22d4727d44 auto-dep: build and buildlib commands 2018-10-15 19:00:53 +09:00
K. Lange
a7b78d56b5 util: fix bug in update-extents printing missing files 2018-10-15 17:49:17 +09:00
K. Lange
c0c25a2fe3 gitignore: _base, fatbase/extra, cdrom/extra 2018-10-15 17:32:51 +09:00
K. Lange
bc4ebf1666 add util/ungz (needs zlib) 2018-10-15 17:29:45 +09:00
K. Lange
3c40152910 fetch: failed to set start time 2018-10-15 11:21:47 +09:00