Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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@
|
|
|
|
strtofflags/fflagstostr to convert file flags
to/from binary from/into a string as used in chflags(1).
use u_int32_t instead of u_long (as freebsd does).
increase libc minor.
millert@ ok.
|