| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
struct sockaddress; mostly from freebsd. ok deraadt@ tedu@ nicm@
|
|
|
|
| |
them in libc for a very long time. OK guenther@.
|
|
|
|
|
|
|
|
| |
`net.pipex.enable' to enable PIPEX. By default, pipex is disabled
and it will not process packets from wire. Update man pages and
update HOWTO_PIPEX_NPPPD.txt for testers.
discussed with dlg@, ok deraadt@ mcbride@ claudio@
|
|
|
|
|
|
| |
the wcsdup example.
ok stsp
|
|
|
|
|
| |
switched a while back.
ok miod, kettenis
|
| |
|
| |
|
|
|
|
| |
is big endian.
|
|
|
|
|
|
|
|
|
|
|
| |
behaves as if SO_KEEPALIVE was set on all TCP sockets, forcing keepalives
to be sent every net.inet.tcp.keepidle half-seconds.
In conjunction with a keepidle value greatly reduced from the default,
this can be useful for keeping sessions open if you are stuck on a network
with short NAT or firewall timeouts.
Feedback from various people, ok henning@ claudio@
|
|
|
|
|
|
| |
the vfprintf(3) man page for ages. Based on code from NetBSD/FreeBSD.
Prevent ramdisk growth with a maze of #ifdefs.
ok robert, no objections deraadt, espie, millert
|
|
|
|
|
| |
getent() as toprec. Make cap_mkdb faster when building termcap.db.
OK nicm@
|