add history for getpid(2) and getppid(2)
authorjsg <jsg@openbsd.org>
Fri, 30 Dec 2022 23:12:12 +0000 (23:12 +0000)
committerjsg <jsg@openbsd.org>
Fri, 30 Dec 2022 23:12:12 +0000 (23:12 +0000)
commit4970e2473e45378ed803aeadf62c16d1f4a8d51b
tree697a046fe1f37ddb4c05fd418199b224f69388b2
parent6c9d614b55ce2fe2f00386aea5f1f45af954e89c
add history for getpid(2) and getppid(2)

getpid() appeared (undocumented) in v5.  Between v6 and v7 there is an
extra return value for the parent process ID.

getppid() did not appear in v7, it appeared in 32v libc.  But getppid()
predates 32v.  It seems to have been in earlier USG releases such as
Generic 3 (PG-1C300 Issue 3) as the MERT Release 0 manual references it.

getppid() didn't become a system call until 4.3BSD-Reno

omit most of these details and just mention v5 and 32v

with and ok schwarze@
lib/libc/sys/getpid.2