summaryrefslogtreecommitdiffstats
path: root/doc/posix_users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: fix error return code for pthread_mutex_trylockGedare Bloom2015-02-251-2/+2
| | | | | | | | | pthread_mutex_trylock() should return EBUSY if the mutex is already locked. The translations of CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED is EDEADLK which is correct for pthread_mutex_lock(). This fixes the translation for trylock. Closes #2170.
* POSIX Users Guide: Add thread affinity services.Joel Sherrill2014-03-111-2/+250
|
* doc/posix_users: add notes and descriptions for pthread_key functionsSahil Patnayakuni2013-12-051-4/+63
|
* doc master include files: Do not include top node on printed outputJoel Sherrill2013-02-261-0/+2
| | | | | | In PDF, DVI, and PostScript files, the contents of the @top node were being printed. These are intended only for info and html output formats.
* doc: Update version.texi and stamp-vti filesJoel Sherrill2013-02-262-4/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2013-February/002466.html for instructions on how to do this.
* doc: Update to build info format with texinfo 4.13 and 5.0Joel Sherrill2013-02-261-24/+24
| | | | | Texinfo 5.0 is a complete reimplementation and has stricter interpretations of the texinfo language.
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-3/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1125-75/+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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+3
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-3/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-47/+0
|
* 2011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-063-16/+3
| | | | | | | | | | | | | | | | | | | | | | | PR 1793/doc * .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html. * texi2html_init.in: New file. * rtems_footer.html.in, rtems_header.html.in: Removed.
* 2011-12-05 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-12-051-2/+2
| | | | | | | | | | * ada_user/version.texi, bsp_howto/version.texi, cpu_supplement/version.texi, develenv/version.texi, filesystem/version.texi, networking/version.texi, porting/version.texi, posix1003.1/version.texi, posix_users/version.texi, shell/version.texi, started/version.texi, user/version.texi: Update to match when files in directory where last touched.
* 2011-01-10 Danila Bespalov <danila DOT bespalov AT gmail DOT com>Joel Sherrill2011-01-102-72/+201
| | | | | * posix_users/posix_users.texi, posix_users/signal.t: Review and improve as part of Google Code-In 2010.
* 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-171-20/+0
| | | | | | | | | | | | | | * Makefile.am, configure.ac, index.html.in, develenv/direct.t, posix_users/gen_size_report, started/nextstep.t, started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API. * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t, itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all, itron3.0/gen_section, itron3.0/gen_status_shell, itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t, itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t, itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t, itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t, itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
* New.Ralf Corsepius2010-06-112-0/+8
|
* Remove EDITION (Unused)Ralf Corsepius2010-06-112-3/+0
|
* 2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-271-0/+4
| | | | | | | | * posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at * common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
* 2008-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-231-8/+10
| | | | | PR 1291/cpukit * posix_users/semaphores.t: Update to reflect absolute time.
* 2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-181-1/+5
| | | | * posix_users/mutex.t: Add ETIMEDOUT.
* 2007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-241-8/+141
| | | | | | PR 1262/filesystem * posix_users/io.t: Add support for readv() and writev() including documentation and test case.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-211-1/+2
| | | | | | | | | | | | * ada_user/ada_user.texi, bsp_howto/bsp_howto.texi, cpu_supplement/cpu_supplement.texi, develenv/develenv.texi, filesystem/filesystem.texi, itron3.0/itron.texi, networking/networking.texi, porting/porting.texi, posix1003.1/posix1003_1.texi, posix_users/posix_users.texi, rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi, started/started.texi, started_ada/started_ada.texi, user/c_user.texi: Print table of contents in front of manual where it should be when you print.
* 2006-12-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-12-201-2/+2
| | | | * posix_users/thread.t: Correct spelling error.
* 2006-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-251-0/+25
| | | | | * posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started/.cvsignore, started_ada/.cvsignore: Add more generated files.
* Provoke cvs complaints on generated docs.Ralf Corsepius2006-01-191-22/+0
|
* 2004-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-051-81/+0
| | | | | | | | * ChangeLog: Merge-in posix_users/ChangeLog. * ChangeLog: Merge-in posix1003.1/ChangeLog. * ChangeLog: Merge-in itron3.0/ChangeLog. * posix_users/ChangeLog, posix1003.1/ChangeLog, itron3.0/ChangeLog: Remove.
* 2004-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-093-6/+131
| | | | | | | PR 464/doc * clock.t, signal.t: Add documentation for usleep() and ualarm(). Also fixed a couple of calls which have the wrong .h files per the OpenGroup site documentation.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-1/+4
| | | | * Makefile.am: Cosmetics.
* 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-112-1/+5
| | | | * Makefile.am: Cosmetics.
* 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-262-0/+6
| | | | | * Makefile.am: Add *.info to CLEANFILES to accomodate automake-1.7f/1.8 breaking building infos.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-222-2/+5
| | | | * Makefile.am: Merger from rtems-4-6-branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * posix_users.texi: Merge from branch.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-042-0/+42
| | | | | PR 466/doc * io.t: Added sync().
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * posix_users.texi: Set @setfilename posix_users.info.
* 2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-242-22/+26
| | | | * Makefile.am: Put GENERATED_FILES into $builddir.
* 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-224-13/+15
| | | | | | | | * version.texi: Remove from CVS. * stamp-vti: Remove from CVS. * .cvsignore: Add version.texi. Add stamp-vti. Re-sort.
* 2003-01-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-213-4/+8
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-133-4/+8
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-243-4/+8
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-302-4/+4
| | | | | * stamp-vti, verstion.texi: Regenerated.
* 2001-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-287-143/+358
| | | | | | * preface.texi, procenv.t, process.t, signal.t, stamp-vti, version.texi: Updated as part of starting a sweep on the POSIX User's Guide.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-282-1/+4
| | | | * Makefile.am: Remove AUTOMAKE_OPTIONS.
* regeneratedJoel Sherrill2002-01-202-4/+6
|
* regeneratedJoel Sherrill2002-01-202-4/+4
|
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-182-1/+6
| | | | * Makefile.am: include main.am, require automake-1.5.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-172-0/+6
| | | | * .cvsignore: Added rtems_header.html and rtems_footer.html.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-1726-28/+29
| | | | | | | * SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
* Adding ChangeLogs.Joel Sherrill2000-08-251-0/+3
|
* Added fchdir().Joel Sherrill2000-06-301-0/+63
|
* Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf CorsepiusJoel Sherrill2000-06-141-1/+0
| | | | | | | | <corsepiu@faw.uni-ulm.de> which: * should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue * adds --enable-papersize=[letter|a4|]