Go to file
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
bin Conform to XCU Section 2.8.2 (Exit Status for Commands) 2008-01-21 06:43:03 +00:00
common Search files in arch/sparc64/atomic before arch/sparc/atomic in case of 2008-01-22 12:34:58 +00:00
crypto Some minor opencrypto fixes, one with a major performance impact for 2008-01-25 07:09:56 +00:00
dist #include <stdbool.h> for bool, instead of typedeffing our own. 2008-01-21 20:47:38 +00:00
distrib Now that we have support in ofwboot to correctly guess the right kernel, 2008-01-24 20:08:39 +00:00
doc Annotate cpu_in_cksum changes. 2008-01-25 21:16:48 +00:00
etc Default /dev/console to 9600, add new bridge mode kernel sets to build. 2008-01-23 23:18:50 +00:00
games I'm guessing that there should be no space between the hyphen and 2008-01-25 13:40:56 +00:00
gnu Update some comments. 2008-01-25 12:35:48 +00:00
include tell about getdents, not getdirentries 2008-01-09 20:55:03 +00:00
lib sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
libexec constify 2008-01-14 08:53:42 +00:00
regress Add some aligned tests for the more "normal" cases. Even though this is 2008-01-26 04:56:45 +00:00
rescue
sbin Add support for mbr code with ascii keycodes 2008-01-25 23:19:10 +00:00
share Document that cv_timedwait with a ticks argument of zero behaves like 2008-01-26 14:16:27 +00:00
sys sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
tests
tools
usr.bin wait for 15 seconds, not 15 microseconds. 2008-01-25 19:54:40 +00:00
usr.sbin Use _SC_NPROCESSORS_CONF instead of MAXCPUS. 2008-01-26 17:52:08 +00:00
x11
BUILDING
Makefile
Makefile.inc
UPDATING
build.sh Add ofppc64 as a machine target for the tools alongside evbppc64 and macppc64 2008-01-18 09:45:05 +00:00