summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/_execve.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix/src/exec*: Remove all variants already in NewlibJoel Sherrill2016-01-191-2/+6
| | | | | | | | The RTEMS build of Newlib includes implementations of all exec*() variants. They rely on the _execve() support method. RTEMS already had this and it returned ENOSYS. There is no functional change. closes #2537.
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-3/+6
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* _execve.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+7
|
* cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill2013-01-101-1/+1
|
* posix: Doxygen Enhancement Task #7Mathew Kallada2012-12-161-2/+7
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7958218
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Add __attribute__((unused)) to unused function args.Ralf Corsepius2009-01-021-3/+3
|
* 2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-051-0/+28
* posix/Makefile.am: Add _execve() so we can use newlib posix support directory and eliminate code in RTEMS. * posix/src/_execve.c: New file.