History log of /netbsd/usr.sbin/schedctl/schedctl.c (Results 1 – 16 of 16)
Revision Date Author Comments
# d1117a06 27-Jul-2014 dholland <dholland@NetBSD.org>

Fix illegal snprintf usage noted in PR 47976 by simplifying it away:
instead of consing up a string and printing it to stdout, just print
to stdout. Not as compositionally tidy, but much simpler and

Fix illegal snprintf usage noted in PR 47976 by simplifying it away:
instead of consing up a string and printing it to stdout, just print
to stdout. Not as compositionally tidy, but much simpler and perfectly
adequate here.

show more ...


# 7f26fba0 31-Aug-2011 joerg <joerg@NetBSD.org>

Use __dead


# c873419d 16-May-2009 rmind <rmind@NetBSD.org>

Skip LSIDL and LSZOMB threads when retrieving info.


# 3cafe960 18-Jan-2009 lukem <lukem@NetBSD.org>

fix -Wsign-compare issues


# d5ea013e 18-Oct-2008 rmind <rmind@NetBSD.org>

Disallow user priority adjustments for SCHED_OTHER policy, simplify
convert_pri(). Sync schedctl(8) with the change. Closes PR/38009.


# 481ae155 16-Jun-2008 rmind <rmind@NetBSD.org>

- Add general cpuset macros.
- Use kcpuset name for kernel-only functions.
- Use cpuid_t to specify CPU ID.
- Unify all cpuset users.

API is expected to be stable now.


# 4f3b567e 15-Jun-2008 rmind <rmind@NetBSD.org>

Sync with the latest cpuset changes.


# 355c5b9e 29-May-2008 ad <ad@NetBSD.org>

Fix busted test.


# 20eb39d3 26-May-2008 wiz <wiz@NetBSD.org>

Sort options in usage.


# e25a4f7e 25-May-2008 ad <ad@NetBSD.org>

Allow starting a new process with the specified parameters. For example:

# schedctl -C SCHED_FIFO top


# 1f959cb4 28-Apr-2008 ad <ad@NetBSD.org>

Use symbolic names for -C.


# 3ce1136f 24-Mar-2008 xtraeme <xtraeme@NetBSD.org>

showcpuset: check the correct variable against NULL after calling malloc(3).


# fc83e8aa 24-Mar-2008 xtraeme <xtraeme@NetBSD.org>

- Improve usage().
- Replace malloc+memset(foo, 0, ...) with calloc calls.


# 603e4b9a 09-Feb-2008 yamt <yamt@NetBSD.org>

update for _sched_{get,set}param changes. from rmind@.


# ef515ac1 26-Jan-2008 rmind <rmind@NetBSD.org>

Use _SC_NPROCESSORS_CONF instead of MAXCPUS.


# 5c71a4d4 15-Jan-2008 rmind <rmind@NetBSD.org>

Implementation of processor-sets, affinity and POSIX real-time extensions.
Add schedctl(8) - a program to control scheduling of processes and threads.

Notes:
- This is supported only by SCHED_M2;
-

Implementation of processor-sets, affinity and POSIX real-time extensions.
Add schedctl(8) - a program to control scheduling of processes and threads.

Notes:
- This is supported only by SCHED_M2;
- Migration of LWP mechanism will be revisited;

Proposed on: <tech-kern>. Reviewed by: <ad>.

show more ...