Hi all,
After upgrade to 30-Sep-2015 12:20 snapshot (AMD64),
(download from http://ftp.openbsd.org)
I noticed /bin/sleep with run tame(2) call, but I can not find any tame
call in source code (cvsweb.openbsd.org).
when I run sleep:
john@pdc:[~]$ sleep
Killed
then I run dmesg, the last line show me
sleep(31307): syscall 4
when I run "sleep 3600"; then run "ps aux", I see this
john 32490 0.0 0.0 132 124 p0 S+t 1:26PM 0:00.00 sleep 3600
^^^
man ps said, t The process has called tame(2).
Is it normal?
Thanks.