FreeBSD src
Go to file
dg 133bea8775 Realtime priority scheduling support.
Added "sys/rtprio.h" with the used defines.
    Added rtprio(2) - the kernel interface.                  init_sysent.c,
                                                             kern_resource.c
                                                             syscalls.master
    Added 32 new runqueues (rtqs), with initialization.      kern_proc.c
                                                             kern_synch.c
    Realtime processes do not change nice/priority           kern_synch.c
    Added a column "rt" to ddb's ps (#ifdef RTPRIO_DEBUG)    kern_synch.c
    Realtime priorities are enherited through fork().        kern_fork.c
    Init (and children) NOT run as realtime process.         init_main.c

Submitted by:	Henrik Vestergaard Draboel
1994-09-01 05:15:50 +00:00
bin Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
eBones The telnet version with encryption in in. 1994-08-27 15:48:54 +00:00
etc Do uname -rs instead of uname -a when generating /etc/motd. 1994-08-31 05:31:42 +00:00
gnu Use gnumalloc to help reduce memory consumption. 1994-08-29 17:38:28 +00:00
include Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 17:44:10 +00:00
lib Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles. 1994-08-31 15:18:06 +00:00
libexec Ignore SIGQUITs, cause getty dumps core on garbadge from modem line 1994-08-29 17:28:58 +00:00
sbin What cretin named both a global and a function "reboot"? Global 1994-08-28 10:00:49 +00:00
secure This commit was generated by cvs2svn to compensate for changes in r2316, 1994-08-27 15:48:54 +00:00
share Changed g++ to c++ 1994-08-31 03:57:32 +00:00
sys Realtime priority scheduling support. 1994-09-01 05:15:50 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Fixed stupid bug which prevented any command line options from being 1994-08-31 17:20:12 +00:00
usr.sbin Remove xntpd for now until it works. 1994-08-30 10:06:53 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
HW.TROUBLE Added the first three entries. Changed the intro a bit. 1994-08-28 20:48:37 +00:00
Makefile Removed an echo about directories not being enabled. 1994-08-26 20:44:12 +00:00
TODO Add my desire for XPG-style message catalogs to the TODO list. 1994-08-21 17:53:06 +00:00