summaryrefslogtreecommitdiffstats
path: root/doc/posix_users (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill28-14354/+0
closes #2812.
2015-07-17Update dateJoel Sherrill1-2/+2
2015-02-25posix: fix error return code for pthread_mutex_trylockGedare Bloom1-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.
2014-03-11POSIX Users Guide: Add thread affinity services.Joel Sherrill1-2/+250
2013-12-05doc/posix_users: add notes and descriptions for pthread_key functionsSahil Patnayakuni1-4/+63
2013-02-26doc master include files: Do not include top node on printed outputJoel Sherrill1-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.
2013-02-26doc: Update version.texi and stamp-vti filesJoel Sherrill2-4/+4
See http://www.rtems.org/pipermail/rtems-devel/2013-February/002466.html for instructions on how to do this.
2013-02-26doc: Update to build info format with texinfo 4.13 and 5.0Joel Sherrill1-24/+24
Texinfo 5.0 is a complete reimplementation and has stricter interpretations of the texinfo language.
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill1-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.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill25-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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+3
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-3/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill1-47/+0
2011-12-062011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-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-052011-12-05 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-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-102011-01-10 Danila Bespalov <danila DOT bespalov AT gmail DOT com>Joel Sherrill2-72/+201
* posix_users/posix_users.texi, posix_users/signal.t: Review and improve as part of Google Code-In 2010.
2010-06-172010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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.
2010-06-11New.Ralf Corsepius2-0/+8
2010-06-11Remove EDITION (Unused)Ralf Corsepius2-3/+0
2009-02-272009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-232008-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-8/+10
PR 1291/cpukit * posix_users/semaphores.t: Update to reflect absolute time.
2008-07-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+5
* posix_users/mutex.t: Add ETIMEDOUT.
2007-09-242007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-8/+141
PR 1262/filesystem * posix_users/io.t: Add support for readv() and writev() including documentation and test case.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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-202006-12-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* posix_users/thread.t: Correct spelling error.
2006-10-252006-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+25
* posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started/.cvsignore, started_ada/.cvsignore: Add more generated files.
2006-01-19Provoke cvs complaints on generated docs.Ralf Corsepius1-22/+0
2004-02-052004-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-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-092004-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-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-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* Makefile.am: Cosmetics.
2003-12-112003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* Makefile.am: Cosmetics.
2003-11-262003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+6
* Makefile.am: Add *.info to CLEANFILES to accomodate automake-1.7f/1.8 breaking building infos.
2003-09-222003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+5
* Makefile.am: Merger from rtems-4-6-branch.
2003-09-192003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+5
* posix_users.texi: Merge from branch.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+42
PR 466/doc * io.t: Added sync().
2003-01-252003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* posix_users.texi: Set @setfilename posix_users.info.
2003-01-242003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-22/+26
* Makefile.am: Put GENERATED_FILES into $builddir.
2003-01-222003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-13/+15
* version.texi: Remove from CVS. * stamp-vti: Remove from CVS. * .cvsignore: Add version.texi. Add stamp-vti. Re-sort.
2003-01-212003-01-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+8
* stamp-vti, version.texi: Regenerated.
2002-11-132002-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+8
* stamp-vti, version.texi: Regenerated.
2002-10-242002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+8
* stamp-vti, version.texi: Regenerated.
2002-07-302002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-4/+4
* stamp-vti, verstion.texi: Regenerated.
2002-06-282001-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-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-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+4
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-20regeneratedJoel Sherrill2-4/+6
2002-01-20regeneratedJoel Sherrill2-4/+4
2002-01-182002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+6
* Makefile.am: include main.am, require automake-1.5.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* .cvsignore: Added rtems_header.html and rtems_footer.html.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill26-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.
2000-08-25Adding ChangeLogs.Joel Sherrill1-0/+3