Commit Graph

18315 Commits

Author SHA1 Message Date
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
dholland 323c08e328 note that on libc bump obsolete signal functions should be sent to
libcompat.
2016-07-09 20:15:06 +00:00
wiz ed940b32ac Markup improvements. 2016-07-06 15:55:02 +00:00
christos 1f9c8df1d3 man page for sched_protect (Charles Cui, GSoC 2016) 2016-07-05 21:13:12 +00:00
wiz b9737c740d Fix some lint.
Too much or too little whitespace;
improve macro usage;
add missing .El;
merge error sections for same error code.
2016-07-05 10:04:17 +00:00
wiz c5a003bb82 Bump date for _SC_THREAD_PRIO_PROTECT. 2016-07-05 09:51:10 +00:00
christos 7cf7644fc7 GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is disabled.
XXX: document _sched_protect(2).
2016-07-03 14:24:58 +00:00
wiz 6a3cf64c78 Fix pasto. 2016-07-02 16:04:47 +00:00
christos 2b01a63d9e Add license 2016-07-02 15:50:17 +00:00
wiz c5d2e9596f Some minor fixes.
XXX: this file has no license.
2016-07-02 08:49:19 +00:00
christos a8673dd4cc Improve wording. 2016-07-01 22:56:06 +00:00
christos a1d87d3311 new hmac function. 2016-07-01 22:41:39 +00:00
wiz c763387bbc Bump date for header file change. 2016-06-30 18:43:43 +00:00
abhinav 5fd6a784bb Document WAIT_ANY and WAIT_MYPGRP constants
(text referenced from OpenBSD wait(2) man page)

While there, remove duplicated information and add more refernces in SEE ALSO
Also, the NOTES section refers to intro(2), while siginterrupt(3) is a better
suited reference, so fix that too.

Ok by wiz
2016-06-30 17:00:55 +00:00
dholland ae3b3bcc2b PR 51287 Ralf Nolden: posix_fallocate belongs in <fcntl.h> 2016-06-30 15:29:20 +00:00
mrg 5f3362148f various ia64 updates:
- add a compat vfork because of stupid
- add a weak sbrk
- add a shmat syscall
- add an empty kvm implementation that links
- add missing fp stuff
2016-06-30 09:14:30 +00:00
joerg b16a977791 For some mind-boogling reasons, GCC 5.4 believes that a weak reference
cannot alias with an extern. While this is clearly bogus, avoid yet
another alias handling bug and use strong aliases. It's actually
slightly simpler, too.
2016-06-29 11:16:47 +00:00