LinuxLists
Users
About
Walt Drummond (
[email protected]
)
Number of posts: 30 (0.07 per day)
First post: 2020-11-19 22:22:16
Last post: 2022-02-08 15:00:44
Date
List
Subject
2022-02-08 15:00:44
linux-kernel
[PATCH v2 2/3] status: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
2022-02-07 19:11:03
linux-kernel
[PATCH v2 0/3] vstatus: TTY status message request
2022-02-07 11:35:39
linux-kernel
[PATCH v2 3/3] vstatus: Display an informational message when the VSTATUS character is pressed or TIOCSTAT ioctl is called.
2022-02-07 11:08:01
linux-kernel
[PATCH v2 1/3] vstatus: Allow the n_tty line dicipline to write to a user tty
2022-02-01 02:22:18
linux-kernel
Re: [PATCH 0/3] status: TTY status message request
2022-01-19 19:07:54
linux-kernel
[PATCH 0/3] status: TTY status message request
2022-01-19 19:07:27
linux-kernel
[PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
2022-01-19 19:07:04
linux-kernel
[PATCH 3/3] status: Display an informational message when the VSTATUS character is pressed or TIOCSTAT ioctl is called.
2022-01-19 19:07:02
linux-kernel
[PATCH 1/3] vstatus: Allow the n_tty line dicipline to write to a user tty
2022-01-07 21:52:40
linux-kernel
Re: [RFC PATCH 8/8] signals: Support BSD VSTATUS, KERNINFO and SIGINFO
2022-01-04 22:32:02
linux-nfs
Re: [RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-04 22:32:01
linux-kernel
Re: [RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-04 21:33:40
linux-nfs
Re: [RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-04 21:33:36
linux-kernel
Re: [RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-04 01:01:16
linux-kernel
Re: [RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-04 01:01:15
linux-nfs
Re: [RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-03 18:36:11
linux-kernel
[RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-03 18:36:01
linux-nfs
[RFC PATCH 0/8] signals: Support more than 64 signals
2022-01-03 18:35:43
linux-kernel
[RFC PATCH 4/8] signals: Remove sigmask() macro
2022-01-03 18:35:35
linux-nfs
[RFC PATCH 4/8] signals: Remove sigmask() macro
2022-01-03 18:35:33
linux-kernel
[RFC PATCH 8/8] signals: Support BSD VSTATUS, KERNINFO and SIGINFO
2022-01-03 18:35:30
linux-kernel
[RFC PATCH 6/8] signals: Round up _NSIG_WORDS
2022-01-03 18:35:23
linux-kernel
[RFC PATCH 2/8] signals: Put the full signal mask on the signal stack for x86_64, X32 and ia32 compatibility mode
2022-01-03 18:35:08
linux-kernel
[RFC PATCH 1/8] signals: Make the real-time signal system calls accept different sized sigset_t from user space.
2022-01-03 18:35:05
linux-kernel
[RFC PATCH 3/8] signals: Use a helper function to test if a signal is a real-time signal.
2022-01-03 18:34:57
linux-kernel
[RFC PATCH 7/8] signals: Add signal debugging
2022-01-03 18:34:55
linux-kernel
[RFC PATCH 5/8] signals: Better support cases where _NSIG_WORDS is greater than 2
2020-11-29 16:32:40
linux-kernel
Re: [PATCH] x86/signals: Fix save/restore signal stack to correctly support sigset_t
2020-11-29 02:56:11
linux-kernel
Re: [PATCH] x86/signals: Fix save/restore signal stack to correctly support sigset_t
2020-11-19 22:22:16
linux-kernel
[PATCH] x86/signals: Fix save/restore signal stack to correctly support sigset_t