Home | History | Annotate | Download | only in sys
History log of /src/lib/librt/sys/Makefile.inc
RevisionDateAuthorComments
 1.9  18-Jan-2011  matt Use PRINTOBJDIR to get the object directory of libc and use that with -I.
 1.8  17-Jan-2011  matt Add -D_REENTRANT
 1.7  16-Jan-2011  matt For cerror, allow -I../libc to allow inclusion of any assym.h, if up.
 1.6  14-Jan-2011  matt Let libposix and librt have their own version of __cerror (__posix_cerror and
__rt_cerror). This enables each library (including libc) the oppurtunity to
make its __cerror hidden and avoid being called via the PLT. No user visible
differences to no need to bump the minor number.
 1.5  15-Jan-2008  rmind 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>.
 1.4  09-Oct-2007  rmind Add cancellation stubs in libpthread for POSIX messages queues and
asynchronous I/O.

OK by <ad>.
 1.3  07-Sep-2007  rmind Implementation of POSIX message queues.

Reviewed by: <ad>, <tech-kern>
 1.2  31-May-2007  rmind branches: 1.2.4;
We should clean the ${ASM} files, not a ${PSEUDO}, which is really "pseudo" ;)
Pointed out by <veego>.
 1.1  30-Apr-2007  rmind Import of POSIX Asynchronous I/O.
Seems to be quite stable. Some work still left to do.

Please note, that syscalls are not yet MP-safe, because
of the file and vnode subsystems.

Reviewed by: <tech-kern>, <ad>
 1.2.4.2  23-Mar-2008  matt sync with HEAD
 1.2.4.1  06-Nov-2007  matt sync with HEAD

RSS XML Feed