| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
interrupted, thus simulating the system call restart behaviour in the
non-pthreads case.
Add a state for kevent since it shouldn't be restarted regardless of
SA_RESTART being present.
guenther@ ok.
|
|
|
|
|
|
| |
when not switching threads; issue observed by fgsch@
ok marc@
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
| |
our in-tree compiler will emit code to do this at the start of main(), other
compilers might not do that.
ok miod@
|
|
|
|
|
|
| |
once in SEE ALSO; also prefer Xr to Fn where relevant;
diff started by Martin Pelikan
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
build stuff.
ok deraadt@
|
|
|
|
|
|
| |
Configure script.
ok deraadt@
|
|
|
|
|
| |
thread context, this used to work but loses bigtime with gcc4.
ok drahn@ deraadt@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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@.
|
|
|
|
| |
infinite.
|
| |
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
|
| |
- Fix aliasing issue in s_frexpf.c; spotted by gcc. Many other
ones were fixed in NetBSD long ago, but this one was forgotten. It
looks like recently they fixed it too.
|
|
|
|
| |
where appropriate, to avoid precision loss.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Allows https checkouts from github to work.
- Add digicert's other root certs.
Fingerprints carefully checked against those in the built-in roots
supplied with Mozilla.
ok dcoppa@ jcs@
|
|
|
|
| |
ok guenther@
|
|
|
|
|
|
| |
"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@
|