Age | Commit message (Collapse) | Author |
|
|
|
|
|
termcap database;
from Nils Anspach
ok nicm
|
|
that errno isn't changed when a normal user (who can't open spwd.db)
does a lookup.
Problem pointed out by Tim van der Molen (tbvdm at xs4all.nl)
|
|
This was done for the sigreturn call in sigcode before 5.0.
ok deraadt@ for post-5.0
|
|
|
|
|
|
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.
|
|
|
|
.Bl -column header1 header2 ... <Bl flags>
mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).
(one more bit of work left and all column lists should format how we want)
|
|
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.
|
|
128-bit long double. Diff committed on behalf of martynas@
|
|
loads and stores may trigger an alignment trap. Also fix issues where the
code was assuming arguments were passed both in registers on the stack. This
isn't ithe case for hppa64.
|
|
|
|
|
|
it actually stores floats in natural-endian--therefore the existing
checks became wrong.
Take into account __VFP_FP__, effectively bringing back the old
behavior. This way it will work now, and in the future when some
of our platforms are switched to FPA, where it's much faster.
|
|
wrong on ARM. A more elegant solution is pending, but this is good
for now. OK miod@.
|
|
former anymore. OK miod@.
|
|
|
|
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
|
|
|
|
is NULL, and third-party software is starting to rely upon this.
Adapted from FreeBSD via Jona Joachim (jaj ; hcl-club , .lu), with minor
tweaks from nicm@ and yours truly.
|
|
|
|
|
|
jasper@
|
|
a section will help people looking for just the MALLOC_OPTIONS.
ok otto@ jmc@
|
|
"constructed by bitwise-inclusive ORing flags from ..."
Requested by jmc@
|
|
Requested by jmc@
|
|
|
|
|
|
|
|
hackathon.
|
|
timestamp
|
|
|
|
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@
|
|
a common __fdopendir() function. Also, take advantage of the new
O_DIRECTORY and O_CLOEXEC flags in opendir(3).
(Currently fdopendir(3) is commented out; it will be enabled shortly
alongside openat(2) et al.)
Tested by naddy@ in a bulk build.
tweaks and ok guenther@; stupid POSIX nit pointed out by oga@
|
|
dd_flags is renamed to the placeholder position dd_unused so that
we can spot "broken software" which assumes we have Jan Simon Pendry's
union mounts (we don't have them, and won't have them ever again).
__opendir2 question spotted by matthew
verified to not break ports by sthen
|
|
ok deraadt@, tedu@
|
|
specified when calling open(2).
|
|
|
|
use-after-free bugs; ok krw@ dlg@ pirofti@
|
|
Cuts cap_mkdb system time in half. OK nicm@
|
|
|
|
individual pages (based on the existing string man pages). By Tim van
der Molen (tbvdm at xs4all dot nl) after a suggestion by millert@.
ok deraadt
|
|
modf(3), frexp(3), ldexp(3), fpclassify(3) pages are in libc, too.
|
|
|
|
on this historical behavior; so we're stuck in this stupid situation.
No cookie for me.
|
|
|
|
by guenther@ months ago, had to wait for a libc major bump.
|