Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: SUGGESTION: kill -l could show numbers, too (+CLD vs CHLD)



Peter Stephenson wrote:
> The following explicitly prefers SIGCHLD.  Any other multiple signals
> can be handled similarly.  I'm not sure about SIGPOLL.

It looks like SIGPOLL is standardised, though from X/Open rather than
Posix, while SIGIO isn't (although it has a long history, too).  So I've
made it prefer SIGPOLL to SIGIO.  This doesn't actually change anything
on Linux.

I'm working on something to allow variants on input.  This is easy
enough for kill, the real killer is function-style traps.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author