summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-22Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill6-39/+40
.. a major configuration cleanup ... major enhancement of automake support. ... and it contains a *major* breakthough: Automake support for libchip and libmisc *LEAF* directories. To implement this I have used several nasty tricks * The basical trick is to wrap an old Makefile.in's contents into a Makefile.am and still continue to use (i.e include) the old *.cfg files. * Replaced each INSTALL_IF_CHANGE and INSTALL_VARIANT with make dependencies * Add a gnu-make ifdef AUTOMAKE to main.cfg to avoid conflicts between automake and RTEMS make rules * Replaced each install:: and preinstall:: rule with make dependencies * Replaced SUB_DIRS with SUBDIRS in all Makefile.ins (Automake convention) * Removed each manually added autoconf substitution which automake performs automatically. This is not yet full automake support, because using the temporary installation directory, preinstallation in general and building variants are in contradiction to automake's basic working principles ... ... the new Makefile.ams work still somewhat clumsy ... nevertheless they work (quite well). WARNING: At first glance this patch is small, but * it affects the whole configuration system. * it opens the road to introducing automake to all Makefile.ins currently not being under automake control. JOEL> Does this remove or add any files? Both, all Makefile.ins below libchip and libmisc get replaced with Makefile.ams.
1999-11-18Added EINVAL for passing a NULL pointer in.Jennifer Averett1-0/+4
1999-11-18+ Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett4-30/+29
but all paths have not been checked, yet.
1999-11-18Added a routine to remove a semaphore name from its namespace.Jennifer Averett1-0/+15
1999-11-17Updated copyright notice.Joel Sherrill70-140/+70
1999-11-16Works now.Joel Sherrill1-19/+12
Removed times() since the version in the C Library support code is fine.
1999-11-16Return a reasonable error other than ENOSYS.Joel Sherrill1-1/+1
1999-11-16Added call to _Watchdog_Remove to remove the sporadic timer. It wasJoel Sherrill1-0/+1
being reinserted onto the ticks chain.
1999-11-16Moved utsname from "build for now" (unimplemented files) to the mainJoel Sherrill1-4/+5
list of C_PIECES since it is now implemented.
1999-11-15Removed nanosleep() since it is now in its own file.Joel Sherrill1-21/+0
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill2-1/+2
for RTEMS.
1999-11-09sem_close was accidentally lost in the split.Joel Sherrill2-1/+48
1999-11-05Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill3-2/+29
1999-11-03Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMSJoel Sherrill5-8/+9
internal symbols are supposed to have leading underscores.
1999-11-03Added prototype of _POSIX_Semaphore_Delete to avoid warnings.Joel Sherrill1-0/+12
1999-11-03Added prototype of POSIX_Thread_cancel_run to avoid warnings.Joel Sherrill1-0/+12
1999-11-02Split types.s into individual files.Joel Sherrill12-172/+306
1999-11-02Final tuning required to drop out POSIX timers.Joel Sherrill4-47/+59
1999-11-02*** empty log message ***Joel Sherrill4-923/+985
1999-11-02Split cancel.c into multiple files.Joel Sherrill8-186/+280
1999-11-02Missed these in the initial split up.Joel Sherrill2-0/+177
1999-11-02Split key.c into multiple files.Joel Sherrill7-226/+294
1999-11-02Wrong routine was initially cut into this file.Joel Sherrill1-14/+6
1999-11-02Split time.c into multiple files.Joel Sherrill14-366/+578
1999-11-02Split condition variables into multiple files.Joel Sherrill15-484/+544
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill18-588/+838
1999-11-02Split some more stuff out of psignal.c.Joel Sherrill7-236/+345
1999-11-02Split mutex.c into multiple files.Joel Sherrill23-703/+1037
1999-11-02Split mqueue into multiple files.Joel Sherrill1-0/+28
1999-11-02Removed warnings.Joel Sherrill1-2/+2
1999-11-02Split mqueue.c into a variety of files.Joel Sherrill17-673/+1127
1999-11-02Now much closer to working.Joel Sherrill1-7/+61
1999-11-02Added assert in case _Objects_Get_information fails since thisJoel Sherrill1-0/+4
should NEVER occur.
1999-11-02Commented out lines causing warning.Joel Sherrill1-0/+2
1999-11-02Added #define for SEM_FAILED.Joel Sherrill1-0/+2
1999-11-02Added include of <sys/siginfo.h>.Joel Sherrill1-0/+2
1999-11-02Added message queues and semaphores.Joel Sherrill1-1/+3
1999-11-01Added name to id support routine.Joel Sherrill1-0/+15
1999-11-01Removed routines that had already been separated into their own files.Joel Sherrill1-505/+0
1999-10-25Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>Joel Sherrill1-0/+8
to initialize the pthread cancellation fields. This is a patch to _POSIX_Threads_Create_extension that fixes the problem.
1999-10-21Fixed core dump caused when output parameter (otimer) was NULL.Joel Sherrill1-3/+7
1999-10-06Removed aclocal.m4 generated from aclocal macrosJoel Sherrill1-841/+0
1999-10-06Removed configure generated from configure.inJoel Sherrill1-2608/+0
1999-10-05Regenerated.Joel Sherrill2-302/+329
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill11-35/+35
where wrapup left pieces out of the librtemsall.a.
1999-10-04Removed Makefile.in generated from Makefile.amJoel Sherrill11-3624/+0
1999-10-04Regenerated.Joel Sherrill13-110/+124
1999-09-09Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill2-0/+3419
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
1999-09-07Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill25-213/+3732
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
1999-09-07Removed by patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1-51/+0
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's.