Commit Graph

18331 Commits

Author SHA1 Message Date
christos
96936a322e add ilogb. 2016-08-24 09:10:57 +00:00
christos
87691b796d ilogb for the vax 2016-08-24 09:08:50 +00:00
christos
efaac31f0f fenv.h for alpha 2016-08-23 10:00:15 +00:00
christos
8c27d15300 missing _ 2016-08-22 07:41:10 +00:00
maya
47a6662175 BUGS section is no longer correct
FP_ILOGB0 and FP_ILOGBNAN are both defined in math.h
2016-08-22 07:33:30 +00:00
christos
a78f4eaca1 From OpenBSD:
bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well;
2016-08-22 06:11:39 +00:00
christos
c90b9921a5 unbound additions 2016-08-20 11:21:50 +00:00
skrll
97239cd361 Add a NOP_L 2016-08-13 08:09:17 +00:00
skrll
48bbbdf1d5 PIC_TAILCALL on n32/n64 would mess up GP, so just use SYSTRAP to call
setcontext.

Fixes tests/lib/libc/sys/t_getcontext.c:setcontext_link
2016-08-13 07:49:32 +00:00
skrll
24c5917e57 Provide _OFFSETOF_UC_GREGS_GP and use _OFFSETOF_UC_GREGS_* in getcontext 2016-08-12 15:26:04 +00:00
skrll
f820f85434 Trailing whitespace 2016-08-12 15:21:25 +00:00
kre
1ec349e914 Object to dup2() if target fd is in the range of fd's that
librumphijack reserves for rump to use.

This is not normally a problem, as most applications don't attempt
to use very high fds - but /bin/sh does.

This fix is something of a kludge - really the apparent fd resource limit
ought to be lowered as well, but this is sufficient to allow the shell
to work (when its dup2() gets rejected, it just tries again with a smaller
target fd until it eventually succeeds.)   This fixes the librumphijack
shell ATF tests.

A better, more comprehensive, fix would be good...
2016-08-11 09:48:57 +00:00
skrll
21763d8f6e We need to save the GP of the caller in the context for n32/n64 2016-08-10 16:45:24 +00:00
skrll
7241a8c40f Fix comments 2016-08-10 16:40:24 +00:00
dholland
94048eede3 Typo. 2016-08-08 04:16:45 +00:00
scole
21984c24a3 PR port-ia64/51261
Add stubs for ia64 build
2016-08-05 16:40:47 +00:00
christos
f87fbe2f55 add missing stuff for the affinity calls (Rocky Hotas) 2016-08-05 13:03:13 +00:00
wiz
07114cee33 Remove trailing whitespace. 2016-08-05 08:55:28 +00:00
sevan
9d1016b7d6 Grammar 2016-08-04 16:36:45 +00:00
christos
68df3d57d2 Flesh out sched_protect 2016-08-04 07:09:15 +00:00
christos
c10c4abe0f Realtime signal support from GSoC 2016, Charles Cui. 2016-08-04 06:43:43 +00:00
ryoon
e2898a6bda Fix _SC_TIMER_MAX listing, bump date 2016-08-03 12:40:42 +00:00
wiz
6333fb3d2f Sort errors. 2016-07-30 11:31:00 +00:00
njoly
c38e2c9645 Remove obsolete BUGS section. getsockname(2) report sensible values
for bound UNIX domain sockets.
2016-07-30 11:10:40 +00:00
wiz
8cc73798f2 Remove one of the two SEE ALSO sections. 2016-07-25 22:00:36 +00:00
christos
285a8995e1 unnamed unions need special treatment since they need braced initializers
for old style initializations.
2016-07-20 21:02:04 +00:00
christos
353946982c cplusplus does not like complex named initializers... 2016-07-20 20:06:04 +00:00
christos
b826eda4de use named initializers 2016-07-20 19:26:52 +00:00
skrll
3b2c691c07 Use anonymous union for ptm_ceiling and old __pthread_spin_t field to
maintain backward compatibility and fix hppa build.  hppa has an non-
integer type __pthread_spin_t
2016-07-17 13:49:43 +00:00
skrll
d946c609af KNF 2016-07-16 12:58:11 +00:00
skrll
8f5f191a49 No need to define PSW_MBS as machine/psl.h provides it for us 2016-07-16 09:51:13 +00:00
wiz
c94dcc5db3 Fix mdoclint warnings. 2016-07-15 21:19:19 +00:00
riastradh
e37ca7a7a0 Number the properties. Identify the key erasure property by name. 2016-07-15 15:23:43 +00:00
abhinav
83de4e7bb8 Fix grammar. 2016-07-14 18:36:57 +00:00
abhinav
f282f7d15c Fix grammar. 2016-07-14 18:21:31 +00:00
abhinav
2e498fa9f2 Use .In for header file. 2016-07-14 17:43:48 +00:00
abhinav
d1c42b6403 Add comma to separate the Nm entries. 2016-07-14 17:17:58 +00:00
abhinav
24f5d739f4 Add missing words and fix grammar. 2016-07-14 17:09:03 +00:00
abhinav
263b36c655 Fix sentence. 2016-07-14 16:09:56 +00:00
abhinav
3b46a91395 Fix grammar and be consistent between using 0 and zero. 2016-07-14 07:19:11 +00:00
matt
fdd524d4cc Library which implements the softfloat primitives using FP instructions
Currently contains only untested MIPS routines.
XXX move arm libc_vfp to here.
2016-07-14 01:59:18 +00:00
abhinav
2893d320e8 Fix grammar and be consistent between using zero and 0. 2016-07-13 09:05:16 +00:00
abhinav
25421db367 Add STANDARDS section, referencing IEEE std 1003.1-2008
ok wiz@
2016-07-13 06:50:02 +00:00
wiz
9e24a59267 Add missing word. 2016-07-12 21:45:41 +00:00
abhinav
5d114c3928 Fix sentence 2016-07-12 16:43:53 +00:00
abhinav
2bdfd85b5f Add STANDARDS section.
It is part of IEEE Std 1003.1-2001 and 2008, both, but there doesn't seem to be
any difference between the two versions, therefore referencing the older standard.
2016-07-12 15:45:24 +00:00
wiz
7304bf1e95 Merge two EAGAIN sections. 2016-07-12 12:24:40 +00:00
dholland
20b32a3eee Drop in a reference to the list of async-signal-safe functions. 2016-07-09 23:10:05 +00:00
dholland
b00b33da18 Dump the list of async-signal-safe functions here. It belongs in
programmer-facing docs, not user-facing docs, so shouldn't be in
signal(7).
2016-07-09 23:08:32 +00:00
dholland
3944777ad3 Fix three of these strings (ones that are rarely seen) 2016-07-09 21:15:00 +00:00