christos
0c69da7c8a
welcome to tzcode 2015d (zic performance improvements and cleanups)
2015-04-28 17:00:24 +00:00
wiz
858361fa34
Remove trailing whitespace.
2015-04-22 13:59:54 +00:00
christos
9cf433da08
Mention EWOULDBLOCK too since a lot of the source code and documentation still
...
refers to it.
2015-04-21 21:22:07 +00:00
riastradh
46e71c7d57
Make VOP_LINK return directory still locked and referenced.
...
Ride 7.99.10 bump.
2015-04-20 22:59:19 +00:00
riastradh
c89a5913e6
Release dir after create/mknod/mkdir/symlink as 6.99.29 required.
2015-04-20 21:48:47 +00:00
joerg
66e8846b8d
Redo __aeabi_atexit by shuffling the arguments and dropping the code in
...
libstdc++.
2015-04-19 18:15:26 +00:00
joerg
e88efb111c
Add __aeabi_atexit alias for another case of NIH on ARM.
2015-04-18 21:44:31 +00:00
mrg
422d8988cb
xz/lib depends upon pthread so move it to the 1st dependancy point.
...
libarchive/lib depends upon xz, so move to the 2nd.
2015-04-17 22:17:23 +00:00
martin
4c8eef7861
Dummy support for ia64
2015-04-17 13:16:01 +00:00
martin
f89f6560d4
Dummy ia64 support
2015-04-17 13:14:19 +00:00
martin
2a5b63aa81
Add set/longjmp and friends (nearly verbatim from FreeBSD).
...
Add a dummy _lwp_makecontext() function (enough to make autoconfigury
happy and gcc mknative work)
2015-04-17 12:51:05 +00:00
mrg
2603e0673f
remove various HAVE_GCC=45 fragments.
2015-04-15 19:13:46 +00:00
riastradh
ee14e9e637
Define the expansion of the VFORK macro, not the symbol `VFORK'.
...
Fixes hijacking processes that vfork and exec. Symptom was the child
would spin with read/EAGAIN <-> kevent/EBADF because the inheritance
mechanism relied on setting the holyfd to -1 on fork...which didn't
happen if we didn't hijack vfork.
ok pooka@
2015-04-11 12:54:41 +00:00
martin
d8bc6bf52a
Restrict the arm compiler optimization hack to gcc 4.5
2015-04-08 13:16:37 +00:00
ginsbach
08257a48e9
Add UTC as a synonym for GMT (%Z). [from FreeBSD]
2015-04-06 14:38:22 +00:00
uwe
c9951c23e1
On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597.
2015-04-06 01:50:46 +00:00
wiz
1ce6069203
Sort errors. Bump date for previous.
2015-04-05 20:41:05 +00:00
rtr
2ed41a38ec
Note that bind(2) can fail with EAFNOSUPPORT. The description of why is
...
taken from the connect(2) manpage.
2015-04-05 20:33:45 +00:00
pgoyette
03022ba794
Remove dangling cross-ref to localtime(3). There's another cross-ref in
...
the next sentence that actually makes sense.
2015-04-05 08:36:38 +00:00
christos
f804baf730
Adapt to the new API.
2015-04-04 02:51:10 +00:00
ginsbach
236fefb93e
Fix spelling; time zone is two words not one.
2015-04-03 15:52:50 +00:00
riastradh
3a68faac74
Strengthen prohibition against overlapping in strcpy(3).
2015-04-01 20:18:17 +00:00
christos
3fb66fec62
grammar.
2015-04-01 15:45:00 +00:00
christos
2a7851d30c
Fix overlapping strcpy (Gerry Swislow)
2015-04-01 15:23:15 +00:00
christos
a08f75f398
clarify what happens when strings overlap.
2015-04-01 15:20:58 +00:00
matt
d67e7afb11
Use lla instead doing the pcrel relocs ourselves.
2015-03-31 11:59:41 +00:00
plunky
da04c17630
fix typo: sdp_seq_seq->sdp_set_seq
2015-03-31 09:26:45 +00:00
matt
b12144c585
We have _REG_SP so use it.
2015-03-31 01:36:27 +00:00
matt
e740ee3013
Update to new RISCV ABI
2015-03-27 23:35:40 +00:00
matt
35c3446182
Adapt to new assembler. jump->tail[call] auipc/lo12 changes.
2015-03-27 23:23:14 +00:00
matt
4ec25a89b6
Adapt to the jmpbuf changes.
2015-03-27 23:22:20 +00:00
matt
8a3081d220
Switch to new ABI (return values now in a0/a1; v0/v1 are no more)
2015-03-27 06:44:28 +00:00
justin
f617fade4f
Fix prototypes to match definitions
2015-03-26 11:59:38 +00:00
justin
7b67337b9d
Fix definitions to match headers
2015-03-26 11:31:57 +00:00
justin
59fd6f1da5
Return type of compat wait functions should be pid_t not int.
2015-03-26 11:17:08 +00:00
christos
b52bce6ba8
set some readline compatibility default key settings.
...
https://bugzilla.redhat.com/attachment.cgi?id=1001895
2015-03-24 21:29:52 +00:00
christos
9a8795cdcd
save and restore IGNORE_EXTCHARS like we do in the getc case. From:
...
https://bugzilla.redhat.com/attachment.cgi?id=1001894
2015-03-24 21:26:50 +00:00
christos
aa771cb970
merge 2015b
2015-03-24 20:01:18 +00:00
apb
978d974482
Explain why there is no consttime_memcmp().
...
Inspired by a patch from Kamil Rytarowski.
2015-03-23 07:41:16 +00:00
riastradh
f97ad6c03c
Tweak wording.
2015-03-20 14:10:40 +00:00
riastradh
934b3616ba
Elaborate on how our ad-hack symbol versioning works. Tweak style.
2015-03-20 13:26:51 +00:00
riastradh
26ef86fddb
First draft of documentation for the libc symbol madness.
...
Currently describes only what we do, not why we do it.
2015-03-20 12:57:48 +00:00
joerg
b9e2400677
Call libc's fpgetround.
2015-03-19 21:22:59 +00:00
riastradh
cc8a3a240d
Remove #ifdef MAP_INHERIT_ZERO.
...
This is essential for fork-safety, so don't merely #warn about it.
Attaining fork-safety without it requires restructuring things -- in
particular, there's no clear way to make it per-thread and fork-safe
without some global list of states to zero on fork.
2015-03-19 05:46:25 +00:00
wiz
0e3145a0d2
Use existing month for Dd.
2015-03-11 09:57:35 +00:00
christos
f7b1663b18
Behave in an OpenBSD compatible way for 0.
2015-03-10 13:05:13 +00:00
christos
49345864e2
PR/49640: Kamil Rytarowski: Improve error printing
2015-03-10 13:00:58 +00:00
christos
f41fc32af9
The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski)
2015-03-10 12:57:56 +00:00
pooka
367e4a103c
Wrap utimensat() only if present on host
...
fixes buildrump.sh on NetBSD 6.1.5
2015-03-05 00:26:17 +00:00
pooka
f24bc1c7bb
check for utimensat
2015-03-05 00:25:39 +00:00