summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-12-23+ Added check for name greater than PATH_MAXJennifer Averett1-0/+14
1999-12-23+ Debugged.Jennifer Averett2-40/+61
1999-12-23+ Filled in routine.Jennifer Averett1-1/+15
1999-12-23+ Initial debugJennifer Averett1-0/+6
1999-12-23+ Made workJennifer Averett1-15/+55
+ Added checks for valid attribute maxmsg and msgsize + Added check for ENAMETOOLONG
1999-12-23+ Fixed errno response to match the POSIX manual.Jennifer Averett1-1/+1
1999-11-29Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-7/+20
which (among other things) converted the mptests to automake. SUB_DIRS was used instead of SUBDIRS in some Makefile.ins (apparently a leftover from moving the start* directories) Addtional major bugs: * psxtests/include was empty (incomplete psxtests changes). * bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs) In addition I have added a few more changes (I couldn't resist) * automake support for itrontests * OPERATION_COUNT support in tmitrontests/ * automake support for tmitrontests * automake suppport for mptests * Some (minor) corrections to several configure.in/Makefile.ams => c/src/tests/ is completly under automake control, now. => we could start to sort out the structural issues with c/src/tests (tests/support, stubdr, tools, get "make dist" working)
1999-11-29Made sure POSIX would build with MP enabled.Joel Sherrill7-10/+127
1999-11-23Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-3/+113
to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
1999-11-22Fixed dispatching and cleaned up code.Jennifer Averett2-30/+14
1999-11-22+ Corrected enable/disable of dispatch.Jennifer Averett1-23/+31
+ Cleaned up code.
1999-11-22+ Updated comments.Jennifer Averett1-9/+20
+ Corrected enable/disable of dispatch.
1999-11-22+ Corrected bug in error check.Jennifer Averett1-2/+1
1999-11-22+ Added description of routine to comment.Jennifer Averett1-0/+4
1999-11-22+ Corrected error processing code.Jennifer Averett1-14/+15
1999-11-22+ Added checks for NULL and NULL string names (for sem_open & sem_unlink).Jennifer Averett1-1/+7
1999-11-22+ Cleaned up comments.Jennifer Averett1-6/+16
1999-11-22Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-6/+6
.. 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 Sherrill69-138/+69
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-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 Sherrill1-1/+1
for RTEMS.
1999-11-09sem_close was accidentally lost in the split.Joel Sherrill1-0/+47
1999-11-05Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill2-0/+68
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 Sherrill11-171/+302
1999-11-02Final tuning required to drop out POSIX timers.Joel Sherrill3-46/+58
1999-11-02*** empty log message ***Joel Sherrill3-921/+979
1999-11-02Split cancel.c into multiple files.Joel Sherrill7-182/+272
1999-11-02Missed these in the initial split up.Joel Sherrill2-0/+177
1999-11-02Split key.c into multiple files.Joel Sherrill6-225/+290
1999-11-02Wrong routine was initially cut into this file.Joel Sherrill1-14/+6
1999-11-02Split time.c into multiple files.Joel Sherrill13-365/+573
1999-11-02Split condition variables into multiple files.Joel Sherrill14-482/+537
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill17-585/+829
1999-11-02Split some more stuff out of psignal.c.Joel Sherrill6-235/+341
1999-11-02Split mutex.c into multiple files.Joel Sherrill22-702/+1029
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 Sherrill16-672/+1120
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