christos
5861d73fd7
move namespace protection before inclusion.
2010-08-06 15:21:50 +00:00
christos
e8deba048f
Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner.
2010-08-06 14:23:06 +00:00
wiz
6abd2b9ccc
Fix typo.
2010-08-06 06:29:38 +00:00
christos
ea1f852ab8
document pthread_getattr_np
2010-08-06 05:35:42 +00:00
christos
eaa5239efc
weakasm for kevent so it can be a cancelation point.
2010-08-06 05:26:35 +00:00
christos
f6cf46930e
make kevent(2) a cancelation point, and document properly all the cancelation
...
points we currently support.
2010-08-06 05:25:46 +00:00
christos
32d8a48951
Add pthread_getattr_np()
2010-08-06 05:25:02 +00:00
dholland
de3d24d6c6
avoid writing in parseltongue
2010-08-06 04:03:26 +00:00
christos
6e1c968db3
provide rl_on_newline
2010-08-04 20:29:18 +00:00
wiz
33c5cb75ad
Remove trailing comma in enumeration, make HTML-ready.
2010-08-04 18:58:28 +00:00
wiz
3b43a9401a
Remove trailing comma in enumeration.
2010-08-04 18:58:18 +00:00
taca
5dad8344cc
Fix compile error.
2010-08-01 06:34:38 +00:00
joerg
c271d4f25f
Fix merge error: drop machine from an older workaround for machine.sse
...
under compat32, drop the assertion, initialize oldlen.
2010-07-31 22:14:18 +00:00
joerg
7f1183f226
Add support for fenv.h interface for i386 and amd64.
...
Submitted by Stathis Kamperis as part of GSoC 2010 and ported from
FreeBSD.
2010-07-31 21:47:52 +00:00
tnozaki
9731566dda
initialize fake FILE, not fp.
2010-07-31 08:47:34 +00:00
christos
e408681794
undo unrelated diff.
2010-07-31 07:58:22 +00:00
tnozaki
8c1984cdde
fix coredump vfwprintf(stderr) reported in current-user@
...
rework rev1.9, _FILEEXT_SETUP() doesn't care wcio_data. so initialize it.
2010-07-31 07:24:52 +00:00
joerg
44b309378f
Define a new __c99inline macro for compilers known to implement the C99
...
behavior. This unbreaks GCC 4.4's libgfortran build with the old
signal.h logic, because GCC decided to put the body for the sigsetop
functions in multiple objects.
2010-07-31 00:04:42 +00:00
jruoho
c28dcae1e0
Get rid of SYSCTL_SETUP.
...
We want the sysctl variables also when mqueue(3) is loaded as a module.
2010-07-28 20:49:12 +00:00
njoly
29a656f391
Improve _PC_NO_TRUNC description. From Matthew Mondor on
...
current-users@.
2010-07-26 12:30:16 +00:00
wiz
591b4ec0ca
Bump date for _PC_NO_TRUNC description fix.
2010-07-22 19:28:25 +00:00
njoly
dcf57cdbc8
Fix wrong value (1 -> 0) in _PC_NO_TRUNC description.
2010-07-22 18:20:21 +00:00
christos
0ccb4e68f8
refresh only on SIGCONT not SIGWINCH from Edward Sheldrake
2010-07-21 18:18:52 +00:00
christos
c157529beb
retry the read after sigwinch too, from Edward Sheldrake
2010-07-19 17:18:13 +00:00
pooka
55cb844525
convert to newstyle automagic rump compat syscalls
2010-07-19 15:35:38 +00:00
pooka
01e9b21900
Default f_namemax to MAXNAMLEN, mostly for initial statvfs struct
...
passed to kernel in mount.
XXX: there's currently no way for a file server to override the
one passed in mount.
2010-07-15 21:53:10 +00:00
pooka
e894ab517b
Export the opid -> opstr tables (for outside debugging use).
2010-07-11 12:29:08 +00:00
wiz
4d7c45167f
Sort sections.
2010-07-09 20:58:38 +00:00
wiz
bb4a6891d0
Fix typo.
2010-07-09 20:56:01 +00:00
jruoho
b46f888960
Add a compatibility note. Also some minor improvements.
2010-07-09 18:16:31 +00:00
jruoho
be670be457
Update ERRORS, tidy SEE ALSO.
2010-07-09 18:07:20 +00:00
jruoho
267d79598f
Rearrange, reword, clarify. Remove duplicate paragraphs and recurring
...
sentences. Update the ERRORS to reflect reality in NetBSD.
2010-07-09 18:01:53 +00:00
jruoho
bc665d2683
Re-add EINVAL for pthread_condattr_destroy(3) (misread the pthread__error()).
2010-07-09 17:54:08 +00:00
jruoho
e328c0292c
Note also alignment via mmap(2), as done in NetBSD.
2010-07-09 17:15:59 +00:00
jruoho
c42287d313
As per (now closed) PR lib/43581, add a note about unsupported modifications
...
to the red zone size.
2010-07-09 17:03:04 +00:00
jruoho
dd981aaaa6
Remove error conditions. Add CAVEATS to note the questionable value of the
...
functions in NetBSD, which does not support additional condition attributes.
Note that these do not conform to SUSv4, where two additional attributes are
mandated.
2010-07-09 16:54:30 +00:00
jruoho
4ec5f0283b
Use .Ss for non-standard subtitle.
2010-07-09 12:00:38 +00:00
jruoho
10bc8c491b
Rewrite this for clarity. Also remove AUTHORS; someone was proud enough to
...
put himself as the author, even though the page was directly cut-and-pasted
from the Open Group's specification.
2010-07-09 11:03:26 +00:00
jruoho
70d17355ab
Add missing prototypes. Noted by wiz@ -- thanks.
2010-07-09 10:55:57 +00:00
wiz
83d2a68694
Mark up NULL.
2010-07-09 10:55:11 +00:00
wiz
f42b354e7d
Mark up NULL, remove double space.
2010-07-09 10:49:48 +00:00
wiz
2fb2239c33
Add missing word.
2010-07-09 10:45:36 +00:00
jruoho
379ef6d482
Fix the return values; pthread_resume_np() may fail with ESRCH. In addition,
...
some improvements to markup and wording.
2010-07-09 09:18:45 +00:00
jruoho
6f7f6ed0ba
Add the last compatibility note for the NetBSD extensions.
2010-07-09 09:10:34 +00:00
jruoho
9c4ae7f5c2
Update conformance to the 2001 revision.
2010-07-09 08:51:28 +00:00
wiz
b4d7d4fbfb
Sort errors.
2010-07-09 08:32:39 +00:00
wiz
c351e7655b
Remove empty line.
2010-07-09 08:31:35 +00:00
jruoho
6aa4892177
Rationalize by moving
...
pthread_key_delete(3) to pthread_key_create(3); and
pthread_setspecific(3) to pthread_getspecific(3)
2010-07-09 08:22:04 +00:00
jruoho
3cc3be4df9
Rationalize by moving
...
pthread_attr_setname_np(3) to pthread_attr_getname_np(3); and
pthread_setname_np(3) to pthread_getname_np(3).
2010-07-09 07:31:01 +00:00
jruoho
950e52c1c6
Ups. pthread_barrierattr_destroy(3) may fail with EINVAL.
2010-07-08 23:27:50 +00:00