Commit Graph

5344 Commits

Author SHA1 Message Date
K. Lange
4ef5ee0416 net: Add stats counters 2021-09-30 19:09:04 +09:00
K. Lange
495d1a196a kernel: Use 'Misaka' as the system named presented by the kernel 2021-09-30 10:37:46 +09:00
K. Lange
1f0d982240 kernel: Initial try at actual user buffer validation 2021-09-29 14:07:32 +09:00
K. Lange
ebd86b1a3f boot: recommend 1GiB of RAM 2021-09-29 10:47:27 +09:00
K. Lange
11ce99bfc6 bim: Update gas highlighter 2021-09-29 10:12:59 +09:00
K. Lange
4e1c7ca6b7 boot: Cleanup strings; spot-check memory on startup 2021-09-29 10:12:25 +09:00
K. Lange
fcc232e09a sh: Recommend 'ifconfig' in place of 'ip'/'ipconfig' 2021-09-28 18:49:14 +09:00
K. Lange
c21578775b calculator: Don't let the window get too tiny 2021-09-28 18:39:53 +09:00
K. Lange
51f0ef4e03 libc: Fix bad logic when looking for IP address 2021-09-28 18:36:53 +09:00
K. Lange
94ffc190dd compositor: refuse to initiate dragging when currently resizing 2021-09-28 18:36:37 +09:00
K. Lange
1e49a124f7 tutorial: Add a page about the live CD 2021-09-28 11:03:20 +09:00
K Lange
50714896cb netty: Fixup the reverse shell host for socket connections 2021-09-27 21:18:59 +09:00
K Lange
2b428defd5 login: Return 2 when 'disconnect' is provided as a username 2021-09-27 21:18:32 +09:00
K Lange
62368bbf44 tcp: Fixup socket receive buffers 2021-09-27 21:09:28 +09:00
K. Lange
67a228e6ef dbg: add backtrace command 2021-09-27 18:50:05 +09:00
K. Lange
fe6402ba18 v1.99.7 2021-09-27 15:31:47 +09:00
K. Lange
d98070aca6 ld.so: Link for 4K pages 2021-09-27 11:46:09 +09:00
K. Lange
d051aa45ee file-browser: Use object icon for kernel modules 2021-09-27 11:04:03 +09:00
K. Lange
1ccdefe243 compositor: Close stale windows that were lost in the stack 2021-09-27 11:03:49 +09:00
K Lange
a9152c55c4 strace: fix-up bad signal name table 2021-09-26 22:07:03 +09:00
K. Lange
a6f063b06d bim: Report errors when opening files 2021-09-26 15:11:32 +09:00
K. Lange
14ae8e37d8 login-loop: Use a simple, 'modern' /etc/issue 2021-09-25 21:01:51 +09:00
K. Lange
c0b2d6221c login-loop: Linefeed before issue text 2021-09-25 13:08:13 +09:00
K. Lange
26cfd63659 terminal-vga: Fixup upper left cell appearing selected 2021-09-25 13:08:01 +09:00
K. Lange
df6739c85e bim: syntax highlighter for /etc/issue files 2021-09-25 12:27:24 +09:00
K. Lange
9d6ed3feb5 login: Support /etc/issue through login-loop 2021-09-25 12:13:15 +09:00
K. Lange
4bc652365f date: change default format 2021-09-25 12:06:17 +09:00
K. Lange
0caa949550 ptrace: Inform non-parent tracer when tracee exits 2021-09-25 07:16:47 +09:00
K Lange
aa8fdab570 ptrace: support tracing from non-parent process 2021-09-24 19:15:06 +09:00
K. Lange
41ba264cdc ptrace: PTRACE_SINGLESTEP 2021-09-24 14:41:17 +09:00
K. Lange
9e19ebb93a ptrace: Update status before setting suspended flag 2021-09-24 13:10:19 +09:00
K. Lange
95550e7965 dbg: show signal number if name is not available 2021-09-24 13:10:03 +09:00
K. Lange
c8a37456ec ptrace: POKEDATA, permission fixes for PEEKDATA 2021-09-24 12:00:46 +09:00
K. Lange
5825bf0c9e strace: more syscall groupings from the real strace 2021-09-24 10:21:37 +09:00
K. Lange
25de8c58bc strace: initial -e trace=... support 2021-09-24 08:16:59 +09:00
K. Lange
5d7eec4cee ptrace: avoid suggesting process terminated when continuing from ptrace_signal 2021-09-24 07:30:21 +09:00
K. Lange
358c240c8c dbg: make sure debugged process terminates on exit 2021-09-24 06:34:02 +09:00
K. Lange
119d7731d8 dbg: Try to figure out symbol names, library locations 2021-09-24 00:13:40 +09:00
K. Lange
59e0c80b3c ld.so: Expose some internal data for use by debugger 2021-09-24 00:13:04 +09:00
K. Lange
a697f1abf5 test-sigsegv: Add a deeper segfault to test debugging libs 2021-09-24 00:12:29 +09:00
K. Lange
6fd05ef013 ld.so: Set values in dynamic symbol tables when linking 2021-09-24 00:12:04 +09:00
K. Lange
3e8f2ccb9f readelf: Show dynamic symbol tables 2021-09-24 00:11:30 +09:00
K. Lange
0146b31837 ptrace: Allow separate tracing of signals and syscalls 2021-09-24 00:11:14 +09:00
K. Lange
8859849452 kernel: Acquire a lock around waitpid condition changes 2021-09-24 00:10:30 +09:00
K. Lange
8c5837534a dbg: add 'print' command 2021-09-23 14:42:24 +09:00
K. Lange
470b2bfabb ptrace: Catch signals, start work on debugger 2021-09-22 20:32:21 +09:00
K. Lange
7bf635c492 strace: support more syscalls, output values, errno 2021-09-22 17:33:55 +09:00
K. Lange
98a8c60265 strace: support -o option 2021-09-22 16:19:22 +09:00
K. Lange
6899683bb4 strace: Initial support for a ptrace() mechanism, strace tool 2021-09-22 15:33:02 +09:00
K. Lange
69391e5b51 terminal: Launch without animation when running fullscreen 2021-09-21 20:04:18 +09:00