Possible enhancement to find(1)

2016-06-09 Thread Paul Goyette
I often find myself (no pun intended!) wanting to determine which files were accessed before/since a particular timestamp. There currently exist the -{a,c}{newer,min,time} primitives, but none of these allow me to say "since today at 5 AM". I'd like to suggest adding new primitives -

_SC_SIGQUEUE_MAX

2016-06-09 Thread Charles Cui
Hi guys, I am trying to add the support of SIGQUEUE_MAX, which is the maximal number of real time signals to the target process. There are several ways to send a signal to a process like, kill, raise, etc. I am wondering whether all real time signals should be only sent via sigqueue? (in which

Re: _SC_SIGQUEUE_MAX

2016-06-09 Thread Christos Zoulas
On Jun 9, 5:35pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: _SC_SIGQUEUE_MAX | Hi guys, | |I am trying to add the support of SIGQUEUE_MAX, which is the maximal | number of real time signals to the target process. There are several ways | to | send a signal to a process like,