summaryrefslogtreecommitdiff
path: root/lib/librt
AgeCommit message (Expand)Author
2009-05-13Merge two descriptions for same error code.wiz
2009-03-10Fix markup.joerg
2009-01-29Small fix, "processes" mistaken with "processors".rmind
2009-01-28Try to clarify what pset(3) actually does. This needs some moredyoung
2009-01-20- Make thread-affinity and processor-set interfaces mutually exlusive.rmind
2009-01-11bump shared libraries.christos
2009-01-05Manuals describing the interface of POSIX message queues.rmind
2008-11-14Replace semid_t with intptr_t. No function change. This is a libc/kernelad
2008-11-01Add missing word.wiz
2008-10-31Tweak some wording.snj
2008-10-31Sync the man page with recent addition of few wrappers.rmind
2008-10-26use libc/libcincludes.mk.mrg
2008-10-18Do not recommend to mix affinity(3) with pset(3).rmind
2008-07-02Move scheduling functions from librt to libc.rmind
2008-06-22Make HTML-ready. Bump date for previous.wiz
2008-06-22Bump date for previous.wiz
2008-06-16pset(3): add code example, note about thread affinity.rmind
2008-05-24These work with SCHED_4BSD now.ad
2008-05-05BUGS section no longer applies.ad
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-11Add "This API is expected to be compatible with the APIs found in Solaris andrmind
2008-03-10Add pset(3) manual page, and appropriate links.rmind
2008-03-10Add sched(3) manual page, and appropriate links.rmind
2008-02-09update for _sched_{get,set}param changes. from rmind@.yamt
2008-01-26sched_setparam: fix the case when incorrect (according to the class)rmind
2008-01-15Implementation of processor-sets, affinity and POSIX real-time extensions.rmind
2007-10-09Add cancellation stubs in libpthread for POSIX messages queues andrmind
2007-09-07Implementation of POSIX message queues.rmind
2007-08-07Various improvements: sort errors; use morewiz
2007-06-17- Add aio_fsync(3) manual page. Reviewed and improved by <wiz>.rmind
2007-05-31We should clean the ${ASM} files, not a ${PSEUDO}, which is really "pseudo" ;)rmind
2007-05-05Remove pointless AUTHORS sections.ad
2007-05-04Add aio_cancel(3), aio_error(3), aio_read(3), aio_return(3), aio_suspend(3),rmind
2007-04-30Import of POSIX Asynchronous I/O.rmind
2005-05-16This function is in librt, not libc.peter
2005-03-21Add restrict qualifiers to function arguments (already in <semaphore.h>).kleink
2005-01-29Add "not" to a sentence so that it makes more sense.wiz
2005-01-22Bring in sem_open (& sem_close & sem_unlink) man page from FreeBSD.briggs
2003-12-07Check for __weak_alias macro before using it.simonb
2003-03-09use __RCSID()lukem
2003-01-24Add librt, which provides POSIX 1003.1b Real-time extensions notthorpej