3882 Commits

Author SHA1 Message Date
K. Lange
95d28edecd kernel: set creation time on /dev 2018-10-09 19:42:59 +09:00
K. Lange
8657a197d0 kernel: no warning on symbol resolution failure for local symbol 2018-10-09 19:39:09 +09:00
K. Lange
4a98815c25 sys/param.h: stub header 2018-10-08 22:20:18 +09:00
K. Lange
9125f4a93d readme: Current goals 2018-10-08 17:13:38 +09:00
K. Lange
b225e5cb26 readme: bad wording about bochs 2018-10-08 16:57:39 +09:00
K. Lange
4087a56c8d New README 2018-10-08 16:56:26 +09:00
K. Lange
e60dae074c kill: handle multiple pids 2018-10-08 10:41:04 +09:00
K. Lange
1c2d438fd1 killall: cleanup, accept multiple process names 2018-10-08 10:35:46 +09:00
K. Lange
02bd134b47 kill: cleanup error message 2018-10-08 10:35:30 +09:00
K. Lange
c1c5e7ccf4 kill: cleanup 2018-10-08 10:23:26 +09:00
K. Lange
9c30e8263d kill(2): sets errno 2018-10-08 10:23:10 +09:00
K. Lange
3e14c62bdc Fix up strerror strings 2018-10-08 10:22:48 +09:00
K. Lange
9dd4dda951 terminal: ugly but functioning scrollback selection 2018-10-07 18:45:46 +09:00
K. Lange
6c0be3b5fa terminal: Fix behavior of newline at right gutter 2018-10-07 16:36:55 +09:00
K. Lange
0ef0c0cd8f linker scripts have no effect on object files 2018-10-07 12:06:17 +09:00
K. Lange
3ae31e3efb Optionally build kernel with clang 2018-10-07 12:06:00 +09:00
K. Lange
31129650a4 Kernel should build with clang without exploding? 2018-10-07 11:55:50 +09:00
K. Lange
31214693dd Fixes to build kernel and modules with clang 2018-10-07 11:53:07 +09:00
K. Lange
3775e1196e util/qemu.sh: run a default graphical session; add portio 2018-10-07 09:22:11 +09:00
K. Lange
e0101b523b compositor: default startup app should be glogin, not session 2018-10-07 09:21:46 +09:00
K. Lange
675685e3c6 gitlab wiki -> github wiki 2018-10-06 22:59:52 +09:00
K. Lange
c523361bb0 README fixups 2018-10-06 22:54:02 +09:00
K. Lange
420bd44c95 add AUTHORS 2018-10-06 22:48:10 +09:00
K. Lange
e9577b84e0 remove menu app, doesn't work without a base window 2018-10-06 22:28:37 +09:00
K. Lange
beb44cf1ff try simpler markdown formatting v1.6.0 2018-10-06 21:43:18 +09:00
K. Lange
1aeb6897ed Big annoying banner 2018-10-06 21:42:29 +09:00
K. Lange
5773e2b3e9 fix dangling symlinks 2018-10-06 21:34:43 +09:00
K. Lange
655e829112 ToaruOS-NIH => ToaruOS 2018-10-06 21:28:43 +09:00
K. Lange
cb45fbc0c4 Merge nih 2018-10-06 21:19:44 +09:00
K. Lange
fbee18a00e uname: accept -p as an alias to -m 2018-10-06 11:10:24 +09:00
K. Lange
b19db6bb0c esh: handle bad glob case 2018-10-05 23:31:07 +09:00
K. Lange
c0f3ab2224 Makefile: clean should kill ext-lib makefiles 2018-10-05 23:26:09 +09:00
K. Lange
1870bdbdc2 rline_exp: ^K, ^U, visual indicator for ^V 2018-10-05 22:46:56 +09:00
K. Lange
462192cde4 bim: Mask VINTR, but don't set -ISIG? 2018-10-05 22:25:28 +09:00
K. Lange
3721644339 rline_exp: VINTR should raise, use right key 2018-10-05 22:21:10 +09:00
K. Lange
897d11ed3b Fix raising signal from current thread outside of signal handler 2018-10-05 22:20:40 +09:00
K. Lange
2d26e2f490 tty: support more flags 2018-10-05 21:57:15 +09:00
K. Lange
4943ae462d stty: add olcuc 2018-10-05 21:40:26 +09:00
K. Lange
e943b521ee sh: allow glob after directory 2018-10-05 20:29:56 +09:00
K. Lange
ebf6e3f746 add wc 2018-10-05 20:04:10 +09:00
K. Lange
75a8a1751e sh: Allow blank strings as empty arguments 2018-10-05 20:00:00 +09:00
K. Lange
ac05274bd2 echo: XSI escapes, include \0nnn 2018-10-05 19:15:08 +09:00
K. Lange
638c2dbea3 mkdir -p 2018-10-05 18:48:24 +09:00
K. Lange
0c67e10a5d Remove very redundant term-size 2018-10-05 17:37:07 +09:00
K. Lange
97793e6293 Setters for toggles 2018-10-05 17:31:33 +09:00
K. Lange
024962bdd8 setters for keys 2018-10-05 11:49:57 +09:00
K. Lange
2a9602019f stty: most setters, sane 2018-10-05 11:38:19 +09:00
K. Lange
f34ba9072e stty: defaults, more options 2018-10-05 11:17:25 +09:00
K. Lange
e577016371 tty: character size is 8 bits 2018-10-05 11:17:12 +09:00
K. Lange
140dfae193 initial print-only stty 2018-10-04 15:49:25 +09:00