K. Lange
|
40c36d3290
|
sh: use strsignal, improve job list slightly
|
2022-08-18 19:21:08 +09:00 |
|
K. Lange
|
908dbb0553
|
libc: strsignal
|
2022-08-18 19:20:56 +09:00 |
|
K. Lange
|
5aa2b32101
|
kernel: Return signal number that caused process to stop
|
2022-08-18 19:20:43 +09:00 |
|
K. Lange
|
88a1df00a6
|
tty: do not print line feed after ^C, et al.
|
2022-08-18 18:34:21 +09:00 |
|
K. Lange
|
dd33c722c5
|
kernel: fix waitpid() with WSTOPPED; only return on state change?
|
2022-08-18 18:19:15 +09:00 |
|
K. Lange
|
d600d3d393
|
grep: don't print (standard input) when input is implicitly stdin
|
2022-08-18 17:14:03 +09:00 |
|
K. Lange
|
745bc29a26
|
kernel: rudimentary sigwait
|
2022-08-18 16:56:43 +09:00 |
|
K. Lange
|
37bd4e08cb
|
kernel: add sigsuspend
|
2022-08-18 15:09:23 +09:00 |
|
K. Lange
|
ab4c474768
|
kernel: Handle some invalid arguments in signal syscalls
|
2022-08-18 15:08:56 +09:00 |
|
K. Lange
|
da7651cec6
|
package-manager: Show a message when no packages are available
|
2022-08-18 07:21:21 +09:00 |
|
K. Lange
|
5d36d27bb9
|
readelf: Add several sanity checks.
Should resolve several reported issues.
Fixes #245
Fixes #244
Fixes #243
|
2022-08-18 06:55:43 +09:00 |
|
K. Lange
|
2391009167
|
sudo: bail early of euid isn't 0
|
2022-08-18 05:43:00 +09:00 |
|
K. Lange
|
5f643d7034
|
kernel: don't SUID traced processes
|
2022-08-18 05:42:48 +09:00 |
|
K. Lange
|
811c033a13
|
grep: Add a basic regex-matching grep with some options
|
2022-08-17 20:52:27 +09:00 |
|
K. Lange
|
74b6dcc8e3
|
file-browser: Add 'Delete' to context menu
|
2022-08-17 19:31:47 +09:00 |
|
K. Lange
|
89325bb409
|
kuroko: add waitpid bindings (temporary; should be in 'os')
|
2022-08-17 19:31:33 +09:00 |
|
K. Lange
|
77651130e6
|
bim: Update syntax definitions
|
2022-08-17 19:30:45 +09:00 |
|
K. Lange
|
ebd55bc204
|
tmpfs: Don't completely bomb on trying to unlink a directory
|
2022-08-17 19:30:17 +09:00 |
|
K. Lange
|
fff099c598
|
kernel: add missing PTRCHECK to sys_readline; fixes #250
|
2022-08-17 08:49:12 +09:00 |
|
K. Lange
|
95e9d0943d
|
kuroko: small cleanups
|
2022-08-14 20:44:36 +09:00 |
|
K. Lange
|
7b79de9313
|
rline: Merge fixes from Kuroko
|
2022-08-14 20:43:01 +09:00 |
|
K. Lange
|
50f2ab2bcf
|
bim: more search improvements
|
2022-08-13 13:47:41 +09:00 |
|
K. Lange
|
0c66bce50a
|
bim: regex search/replace improvements
|
2022-08-13 11:36:22 +09:00 |
|
K. Lange
|
a307bef5a7
|
kuroko: sync upstream, rc1
|
2022-08-13 11:35:44 +09:00 |
|
K. Lange
|
e4c6b04c32
|
kuroko: use sigaction for sigint handler on ToaruOS
|
2022-08-06 18:30:03 +09:00 |
|
K. Lange
|
c554bf581c
|
kernel: Support SA_NODEFER
|
2022-08-06 18:24:06 +09:00 |
|
K. Lange
|
083ab387f3
|
kernel: more signal functions
|
2022-08-06 18:19:27 +09:00 |
|
K. Lange
|
2906476825
|
kernel: Add sigaction
|
2022-08-06 18:03:39 +09:00 |
|
K. Lange
|
4c2e5da1c4
|
kuroko: sync with upstream, again
|
2022-08-04 07:44:28 +09:00 |
|
K. Lange
|
7ef388c838
|
kuroko: sync with upstream
|
2022-08-03 21:07:01 +09:00 |
|
K. Lange
|
2ee1035cfc
|
kuroko: DYNAMIC_PROPERTY is no longer a thing
|
2022-08-03 21:06:52 +09:00 |
|
K. Lange
|
d41e31c6dc
|
bim: tab completion for 'import'; krk api updates
|
2022-07-31 07:30:58 +09:00 |
|
K. Lange
|
e4ce868ada
|
kuroko: yet more upstream syncing
|
2022-07-31 07:30:33 +09:00 |
|
K. Lange
|
1264e2d193
|
kuroko: sync upstream
|
2022-07-26 19:39:25 +09:00 |
|
K. Lange
|
713b2fddb0
|
compositor: send window advertisements when windows are resized
|
2022-07-25 20:42:13 +09:00 |
|
K. Lange
|
45e7972d68
|
panel: Don't crash when window buffer disappears between ad refreshes
|
2022-07-25 20:35:55 +09:00 |
|
K. Lange
|
eed45cbba9
|
i965: cleanup, clear screen on initial mode set
|
2022-07-25 09:51:04 +09:00 |
|
K. Lange
|
f4473b6617
|
bim: lua highlighter
|
2022-07-25 09:50:44 +09:00 |
|
K. Lange
|
24fe385662
|
rline: pull in cleanup from kuroko version
|
2022-07-25 09:50:25 +09:00 |
|
K. Lange
|
0767d52732
|
kuroko: sync with upstream
|
2022-07-25 09:48:58 +09:00 |
|
K. Lange
|
264d11a618
|
compositor: blur-behind windows
|
2022-07-22 19:01:23 +09:00 |
|
K. Lange
|
54a1bcc5ff
|
bim: sync upstream
|
2022-07-14 07:36:28 +09:00 |
|
K. Lange
|
7ae0885fb8
|
kuroko: sync upstream
|
2022-07-14 07:36:19 +09:00 |
|
K. Lange
|
c24cdd028e
|
cpu-name.krk: int() is base 10 by default now; specify 0
|
2022-07-14 07:35:06 +09:00 |
|
K. Lange
|
42eb9c35b5
|
kuroko: Sync with upstream
|
2022-07-11 07:48:00 +09:00 |
|
K. Lange
|
2c151a05f2
|
kuroko: update to 1.3-beta and sync bim
|
2022-06-30 08:33:08 +09:00 |
|
K. Lange
|
27adbe8dd3
|
file-browser: prevent backspace from navigating up on the desktop
|
2022-06-01 05:59:35 +09:00 |
|
K. Lange
|
c47102559b
|
bim: sync with kuroko changes
|
2022-05-31 22:23:00 +09:00 |
|
K. Lange
|
b1afc654c6
|
kuroko: apply more API changes
|
2022-05-31 22:22:53 +09:00 |
|
K. Lange
|
efcf503ac0
|
kuroko: sync upstream
|
2022-05-31 22:22:37 +09:00 |
|