NetBSD/lib/librt
rmind b5e9addd22 sched_setparam: fix the case when incorrect (according to the class)
in-kernel priority is used.  Reported by <drochner>.

Minor fixes for scheduling calls to conform the POSIX:
- If pid is equal to zero, use the calling process;
- In case of permission problem, return EPERM instead of EACESS;
- sched_setscheduler() should return previously used policy;
- pthread_* calls should return the error code or zero;

Should fix the namespace problems (and builds of some packages):
- Move cpuset_t defintion from pset.h to sched.h;
- Remove the #include of pset.h in pthread.h;
2008-01-26 17:55:29 +00:00
..
sys Implementation of processor-sets, affinity and POSIX real-time extensions. 2008-01-15 03:37:10 +00:00
Makefile Implementation of processor-sets, affinity and POSIX real-time extensions. 2008-01-15 03:37:10 +00:00
aio_cancel.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
aio_error.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
aio_fsync.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
aio_read.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
aio_return.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
aio_suspend.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
aio_write.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
lio_listio.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
sched.c sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
sem.c
sem_destroy.3 Various improvements: sort errors; use more 2007-08-07 20:45:03 +00:00
sem_getvalue.3
sem_init.3
sem_open.3
sem_post.3
sem_wait.3
shlib_version