| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
| |
handling to fix up the alignment of 64bit arguments so that they do
the same dance where _thread_sys_FOO is the real stub and FOO is a
weak alias. For some of them, this is needed for cancellation handling.
From discussions with fgsch@, ok millert@
|
|
|
|
| |
ok deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.
in some cases i have rewritten the lists as -tag, where -column made
little sense.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
construct;
this also sidesteps what seems to be a problem with mandoc, in that
"-column -compact" seems to mess up the formatting. thus these pages should
now have their lists formatted nicely (i.e. correctly aligned and with indent
applied);
as a side note, the fact that headers are not properly marked up is another
issue which will be addressed separately (a mandoc fix is needed, i think).
i have fudged a few of these to mark up properly, since the workaround does
make sense for some pages.
as another side note, i haven;t fixed man7, as i need to prepare a separate
diff for kristaps and ingo.
|
| |
|
| |
|
|
|
|
|
|
| |
"constructed by bitwise-inclusive ORing flags from ..."
Requested by jmc@
|
|
|
|
| |
Requested by jmc@
|
| |
|
| |
|
| |
|
|
|
|
| |
hackathon.
|
| |
|
| |
|
|
|
|
|
|
|
| |
XXXat(2) system calls from POSIX 2008. Editing will be done in tree.
General style discussed with jmc@, schwarze@, and deraadt@
ok jmc@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fchmodat(2), fstatat(2), mkdirat(2), mkfifoat(2), mknodat(2),
faccessat(2), fchownat(2), linkat(2), readlinkat(2), renameat(2),
symlinkat(2), unlinkat(2), utimensat(2), futimens(2), and
fdopendir(3).
"Minor" libc bump.
Tested in a bulk build by naddy@
Much help from guenther@, thib@, tedu@, oga@, and others.
ok deraadt@, naddy@
|
|
|
|
| |
specified when calling open(2).
|
| |
|
|
|
|
| |
struct sockaddress; mostly from freebsd. ok deraadt@ tedu@ nicm@
|
|
|
|
|
| |
switched a while back.
ok miod, kettenis
|
| |
|
|
|
|
|
|
|
| |
field of the `splice' structure can be used to specify a period of
inactivity after which splicing will be dissolved. ETIMEDOUT error
retrieved with a SO_ERROR indicates the idle timeout expiration.
With comments from and OK bluhm.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* shorten and clarify some explanations
* update the POSIX reference, this conforms to -2008 as well
* use .In and .Rv where possible
ok tedu@, feedback and ok jmc@
|
|
|
|
| |
ok jmc@
|
| |
|
|
|
|
| |
ok jmc@
|
|
|
|
|
|
|
| |
SOCK_RDM is a dead SysV compatibility option that is not
described anywhere in the man page so don't reference it.
ok claudio
|
|
|
|
| |
OK jmc@ guenther@
|
|
|
|
| |
ok otto@, jmc@
|
|
|
|
| |
jmc@ ok.
|
|
|
|
|
| |
SO_SPLICE for zero-copy socket splicing.
ok jmc@
|
|
|
|
| |
ok jmc@
|
|
|
|
|
| |
directly -- it exists for libc use only. Tell people to use readdir(3).
discussed with millert
|
| |
|
|
|
|
| |
someone else already has open. OK jmc@
|
|
|
|
|
|
| |
- bump posix revision and remove xpg; from millert
ok millert
|
|
|
|
|
|
|
| |
at end of file' warnings. Simplify the shell quoting to make it easier
to read while we're at it
"looks allright" beck@
|
|
|
|
|
|
|
|
|
|
|
|
| |
and make it possible to bind sockets (including listening sockets!)
to rtables and not just rdomains. This changes the name of the
system calls, socket option, and ioctl. After building with this
you should remove the files /usr/share/man/cat2/[gs]etrdomain.0.
Since this removes the existing [gs]etrdomain() system calls, the
libc major is bumped.
Written by claudio@, criticized^Wcritiqued by me
|
| |
|
|
|
|
|
|
|
| |
SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return
EFAULT for a page fault. The kernel code will soon be put into
compat, and then in 10 years or so tedu will delete it.
ok guenther millert
|
| |
|
|
|
|
|
|
|
| |
getpeereid(2), but also supplies the remote pid. This is supplied in
a 'struct sockpeercred' (unlike Linux -- they showed how little they
know about real unix by calling theirs 'struct ucred').
ok guenther ajacoutot
|
| |
|
| |
|
|
|
|
|
| |
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
|