summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up to install dvi, use native texi2dvi, etc..Joel Sherrill1999-10-111-3/+4
|
* Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1999-10-071-1/+1
| | | | pdf version of figures.
* Numerous minor changes required to transition to the latest versionJoel Sherrill1999-10-012-3/+8
| | | | | of texinfo and TeX. This version of the tools can produce PDF with figures included.
* Removed concept of distribution level.Joel Sherrill1999-07-031-1/+0
|
* Updated.Joel Sherrill1999-04-061-0/+2
|
* Stripped down to be just new chapters.Joel Sherrill1998-11-192-102/+8
|
* Renamed entire document so this is a transient working directory.Joel Sherrill1998-11-191-43/+5
|
* Merged these into POSIX manual.Joel Sherrill1998-11-1919-9745/+0
|
* New filesJoel Sherrill1998-11-196-0/+1020
|
* Applied updates from remote work while doing class.Joel Sherrill1998-11-195-2/+193
|
* Added initial cut at some of the libc chapters.Joel Sherrill1998-10-201-0/+27
|
* Enhanced times() with copy from the other chapter.Joel Sherrill1998-10-191-13/+16
|
* Removed times() since it is duplicated.Joel Sherrill1998-10-191-31/+0
|
* Added message to "return -1 and set errno".Joel Sherrill1998-10-121-5/+11
|
* Fixed typo.Joel Sherrill1998-10-121-1/+1
|
* Corrected TYPO error in the file.Wade A Smith1998-09-301-1/+1
|
* Corrected TYPO errors in the fileWade A Smith1998-09-301-4/+4
|
* Corrected TYPOs in the fileWade A Smith1998-09-301-7/+7
|
* Updated the STATUS CODE section for the routines in this file.Wade A Smith1998-09-301-394/+142
|
* Updated the STATUS CODE section of the routines in this file.Wade A Smith1998-09-301-0/+48
|
* Made formatting changes to the fileWade A Smith1998-09-301-8/+18
|
* Updated the DESCRIPTION section of the times routine.Wade A Smith1998-09-301-8/+1
|
* Documented the fsync and fdatasync routines in this file.Wade A Smith1998-09-301-15/+64
|
* Updated the STATUS CODE section for the truncate routine.Wade A Smith1998-09-301-4/+24
|
* Made cosmetic changes and documented routines in this fileWade A Smith1998-09-291-43/+336
|
* Made cosmetic changes and documented routines in file.Wade A Smith1998-09-291-53/+151
|
* Made cosmetic changes, and document routines in the file.Wade A Smith1998-09-291-48/+202
|
* Made cosmetic changes to the file and documented the time, times, andWade A Smith1998-09-291-6/+66
| | | | getimeofday routines.
* Added sentence to indicate sections were deliberately empty.Joel Sherrill1998-09-291-7/+21
| | | | Added NONE to Notes sections and "-" to make this easier to fill out later.
* Added sentence to indicate sections were deliberately empty.Joel Sherrill1998-09-2915-4/+55
|
* Fleshed out considerably. This is almost a passable manual now.Joel Sherrill1998-09-291-49/+186
|
* Updated to reference the standards.Joel Sherrill1998-09-281-5/+18
|
* Documented the mount and umount routines.Wade A Smith1998-09-281-5/+233
|
* Documented the ftruncate and opendir routines. Removed reference to theWade A Smith1998-09-281-121/+197
| | | | readdir_r routine.
* Documented the following routines: dup, dup2, close, read, write, and fcntl.fWade A Smith1998-09-271-49/+168
|
* Documented the following routines in this file: rewinddir, pathconf,Wade A Smith1998-09-261-47/+274
| | | | fpathconf, fchmod, fstat, mkfifo, and telldir
* Documented the creat, scandir, and access routines.Wade A Smith1998-09-251-22/+120
|
* Docmumented the access routine in for this file.Wade A Smith1998-09-251-6/+31
|
* Fixed typos so this would build.Joel Sherrill1998-09-251-2/+2
|
* Added information on every service in this chapter. Most of them areJoel Sherrill1998-09-251-51/+123
| | | | ENOSYS stubs at this time.
* Stuff added by Kerwin.Joel Sherrill1998-09-251-64/+525
|
* Updated file based upon red-lines received.Wade A Smith1998-09-211-15/+11
|
* Updated file based upon read_lines received.Wade A Smith1998-09-211-1/+1
|
* Updated file based upon red-lines received.Wade A Smith1998-09-211-121/+110
|
* Modified sentences in the file to avoid using "shall" statements.Wade A Smith1998-09-211-6/+6
|
* Described the constants used by the admin_type in the background sectionWade A Smith1998-09-211-10/+14
| | | | of this file.
* Remove many of the shall verbs and replaced them with present tense verbsWade A Smith1998-09-161-91/+86
|
* Changes the name of readdir, umask, mkdir, chmod, chown to cfg_readdir,Wade A Smith1998-09-131-22/+22
| | | | cfg_umask, cfg_mkdir, cfg_chmod, cfg_chown respectively.
* Documented the following routines added to the Configuration SpaceWade A Smith1998-09-121-1/+488
| | | | Management: readdir, open, umask, link, mkdir, unlink, chmod, and chown.,
* Added documentation for the log_facilityisvalid routine and add thewWade A Smith1998-09-111-3/+67
| | | | status code EINVAL to the log_seek routine.