NetBSD/lib/libc
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
..
arch Modify the high part of the fraction so that we recognize our __infinityl 2008-01-10 00:34:27 +00:00
citrus more PR/36938, restore internal-state if mbtowc() throw EILSEQ. 2007-11-26 15:31:30 +00:00
compat Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
compat-43
db
dlfcn
gdtoa
gen sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
gmon
hash
iconv
include move decls for _malloc_{pre,post}fork() to extern.h 2007-12-04 17:45:07 +00:00
inet remove redundant check. 2008-01-20 04:56:08 +00:00
isc
locale Mark the characters between 0x80 and 0xff as 1 cell wide, if compiled 2007-11-06 19:24:19 +00:00
md
misc - Make it pass lint. 2007-11-13 15:33:55 +00:00
nameser
net PR/37708: A.Leo.: getservbyname, segetaddrinfo sefgfaults when user has no 2008-01-06 16:34:18 +00:00
nls Avoid munmap(-1, ...) - doesn't make much sense. 2007-12-28 00:39:32 +00:00
quad
regex
resolv
rpc PR/37864: Wolfgang Stukenbrock: when requesting TCP rcp-service port numbers 2008-01-25 19:43:53 +00:00
softfloat When creating unsigned int results, do not distinguish positive versus 2007-11-08 21:31:04 +00:00
ssp
stdio make _FORTIFY_SOURCE play nicely with lint 2007-10-26 19:48:14 +00:00
stdlib make this compile again 2007-12-12 17:56:10 +00:00
string Fix stresep(3) handling of consecutive quoted delimiter characters. 2007-12-06 22:07:07 +00:00
sys Pull in my modules code for review/test/hacking. 2008-01-16 12:34:50 +00:00
termios
thread-stub add fw decl. 2007-12-14 17:06:07 +00:00
time
uuid
yp
Makefile Ensure that we pass -z initfirst to the linker. The mips gcc 2007-12-08 18:34:51 +00:00
Makefile.inc
shlib_version Pull in my modules code for review/test/hacking. 2008-01-16 12:34:50 +00:00