-
Updated
Jun 16, 2021 - C
kernel
Here are 2,662 public repositories matching this topic...
From tcsetpgrp(3):
If tcsetpgrp() is called by a member of a background process group in its session, and the calling process is not blocking or ignoring SIGTTOU, a SIGTTOU signal is sent to all members of this background process group.
-
Updated
Jun 14, 2021 - C
-
Updated
Jun 18, 2021 - Go
If I rattle on the keyboard I get ControlLeft coming up regularly, even though I am far from the control keys. Upgrading pc_keyboard to 0.5.0 seems to fix it.
-
Updated
May 17, 2021 - Rust
-
Updated
Jun 17, 2021 - Go
-
Updated
Jun 17, 2021 - C
-
Updated
May 31, 2021 - Shell
-
Updated
Jun 13, 2021 - C
-
Updated
May 3, 2021 - Go
With Tock running on this board with virtual_uart sitting on top of USB, the Nano 33 BLE is a reasonably promising board to be a standard, well supported Tock board. Additionally, if the board turns out to not be great, the infrastructure which would make the Nano 33 BLE work well would apply to any other board that has the nRF52840 + USB combination.
- Make the bootloader and tockloader ex
debootstrap.sh replaces extraargs or another line in the environment where it finds 'console=' before the line that starts with console=
Suggested the following fix:
--- a/lib/debootstrap.sh
+++ b/lib/debootstrap.sh
@@ -626,7 +626,7 @@ prepare_partitions()
# if we have a headless device, set console to DEFAULT_CONSOLE
if [[ -n $DEFAULT_CONSOLE && -f $SDCARD/boot/armbianEfix strace for 386
386 can't use strace
-
Updated
Jun 17, 2021 - Jupyter Notebook
-
Updated
Aug 13, 2020 - C
-
Updated
Jun 13, 2021 - Rust
This is on hold because of the many bugs in the compiler
The build has received support for C++20 modules and it's now time to port the whole codebase to it.
The battle plan is to first port applications and utilities and then works our way down the dependency chain except everything needed by the kernel and the libc: libsystem, libio, libutils, libjson
Applications
- about
Improve this page
Add a description, image, and links to the kernel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kernel topic, visit your repo's landing page and select "manage topics."
If a handler program (e.g. TextEditor) is not installed on the system, it would make sense for LaunchServer to ignore it when reading it's config file. This would (mostly) prevent LaunchServer from trying to open files with non-existing programs (until the programs are deleted at runtime).