Age | Commit message (Collapse) | Author |
|
|
|
o fix typo in getsid() that broke getsid(pid) where pid != 0
o cause getsid() and getpgid() to return EPERM if requesting the
id of a session/process group not in the current session
o check for NULL session in getsid() for exiting processes
|
|
|
|
|
|
|
|
|
|
Closes PR 1246
|
|
into ai_canonname. this is to synchronize with practice in gethostby*.
comment from ume@mahoroba.org. sync with kame.
|
|
|
|
|
|
building the string ``by hand'' using a function like snprintf(); deraadt@ ok
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deprecated interfaces.
|
|
|
|
|
|
which will come later. At this stage it is primarily used for setting
resource limits.
|
|
|
|
|
|
|
|
|
|
From: "Greg Thompson" <johnnyteardrop@hotmail.com>
|
|
|
|
onto separate lines in the NAME section.
|
|
|
|
|
|
|
|
|
|
default on i386 yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not allow O_WRONLY (it returns EINVAL). If the users passes O_WRONLY
to dbm_open, strip it and use O_RDWR instead.
|
|
|
|
|
|
|
|
|
|
|
|
From FreeBSD; ok deraadt@
|