The NetBSD Project

CVS log for src/lib/libc/sys/stat.2

[BACK] Up to [cvs.NetBSD.org] / src / lib / libc / sys

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.60 / (download) - annotate - [select for diffs], Sun Oct 15 20:37:04 2023 UTC (5 months ago) by jschauma
Branch: MAIN
CVS Tags: triaxx-drm, HEAD
Changes since 1.59: +6 -4 lines
Diff to previous 1.59 (colored)

document S_ISWHT, sort these macros

Revision 1.59 / (download) - annotate - [select for diffs], Sun Sep 1 19:45:48 2019 UTC (4 years, 6 months ago) by sevan
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.58: +7 -5 lines
Diff to previous 1.58 (colored)

stat() was present in v1
https://www.bell-labs.com/usr/dmr/www/man22.pdf
document history of fstat()
https://www.bell-labs.com/usr/dmr/www/man21.pdf

Revision 1.58 / (download) - annotate - [select for diffs], Fri Feb 3 08:14:58 2017 UTC (7 years, 1 month ago) by abhinav
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20190609, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Branch point for: phil-wifi, netbsd-9
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Remove comma after the last Nm entry.

Revision 1.57 / (download) - annotate - [select for diffs], Thu Apr 10 17:11:15 2014 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

Mention the word 'inode' next to st_ino so it's easier to find.
Bump date.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Oct 15 11:43:21 2013 UTC (10 years, 5 months ago) by njoly
Branch: MAIN
CVS Tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.55: +3 -1 lines
Diff to previous 1.55 (colored)

Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat
syscalls.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Jul 28 15:46:34 2013 UTC (10 years, 7 months ago) by njoly
Branch: MAIN
Changes since 1.54: +25 -9 lines
Diff to previous 1.54 (colored)

Add fstatat(2) specific errors.

Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 13 08:15:02 2013 UTC (11 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base8, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Changes since 1.53: +13 -6 lines
Diff to previous 1.53 (colored)

Revert defective O_SEARCH implementation committed by manu@ along with
the *at system calls on November 18th of last year. Reasons to revert
it include:
   - it is incorrect in a whole variety of ways (but fortunately, one
     of them is that the missing and improper permission checks have
     no net effect);
   - it was committed without review or discussion;
   - core ruled that all the new O_* flags pertaining to the *at calls
     needed to wait until their semantics could be clarified.

manu was asked to revert it on these grounds but has ignored the request.

I have left O_SEARCH defined and visible and made open() explicitly
ignore it. This way, most code that tries to use it will continue to
build and run. I've also arranged lib/libc/c063/t_o_search.c so that
the tests that make use of the O_SEARCH semantics will disappear until
O_SEARCH comes back, and fixed some mistakes and/or incorrect hacks
that were causing some of these to succeed despite the broken O_SEARCH
implementation.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Dec 1 21:07:00 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.52: +6 -6 lines
Diff to previous 1.52 (colored)

Bump date. New sentence, new line. Wording/articles.
Sort errors while here.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Dec 1 20:45:01 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.51: +5 -5 lines
Diff to previous 1.51 (colored)

Remove trailing whitespace.

Revision 1.51 / (download) - annotate - [select for diffs], Sun Nov 18 17:41:53 2012 UTC (11 years, 4 months ago) by manu
Branch: MAIN
Changes since 1.50: +38 -3 lines
Diff to previous 1.50 (colored)

Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).

Also implement O_SEARCH for openat(2)

Still missing:
- some flags for openat(2)
- fexecve(2) implementation

Revision 1.50 / (download) - annotate - [select for diffs], Wed Jan 4 10:53:39 2012 UTC (12 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: tls-maxphys
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Fix a sentence, following a hint by Abhinav Upadhyay.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Sep 14 11:49:21 2011 UTC (12 years, 6 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

There's no st_block field; it's st_blocks.

Revision 1.48 / (download) - annotate - [select for diffs], Mon Feb 21 07:11:11 2011 UTC (13 years ago) by pooka
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

v-node -> vnode
(for consistency)

Revision 1.47 / (download) - annotate - [select for diffs], Thu Nov 25 20:53:23 2010 UTC (13 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, bouyer-quota2-base
Branch point for: bouyer-quota2
Changes since 1.46: +8 -7 lines
Diff to previous 1.46 (colored)

No file system I know of reports directory sizes that are multiples of
sizeof(struct dirent) except by accident. So, sync with reality. Brought
to my attention by Taylor R Campbell in chat.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Jun 4 05:42:24 2010 UTC (13 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

Fix .Xr; dirent(5) -> dirent(3).

Revision 1.45 / (download) - annotate - [select for diffs], Mon May 31 12:16:20 2010 UTC (13 years, 9 months ago) by njoly
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
and PATH_MAX.

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 18 18:05:52 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Split "file system" and fix a typo.

Revision 1.43 / (download) - annotate - [select for diffs], Mon May 17 12:12:35 2010 UTC (13 years, 10 months ago) by jruoho
Branch: MAIN
Changes since 1.42: +3 -7 lines
Diff to previous 1.42 (colored)

Note that all stat-functions are standardized nowadays.

Revision 1.42 / (download) - annotate - [select for diffs], Mon May 17 05:20:05 2010 UTC (13 years, 10 months ago) by jruoho
Branch: MAIN
Changes since 1.41: +138 -109 lines
Diff to previous 1.41 (colored)

Try to describe the struct stat instead of copy-pasting it from the header.
Use xrefs to avoid duplication of effort. Note the S_IS*() macros.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Apr 3 15:48:52 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.40: +6 -2 lines
Diff to previous 1.40 (colored)

Mention the history of stat(2) and fix the history of open(2).

Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 22 19:30:55 2010 UTC (14 years ago) by joerg
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

Use .In for header files instead of .Ar Pa and variations.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Feb 12 12:29:10 2010 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Fix typo.

Revision 1.38 / (download) - annotate - [select for diffs], Wed May 13 12:51:13 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.37: +18 -18 lines
Diff to previous 1.37 (colored)

Sort errors. Avoid marking up punctuation.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Mar 11 13:39:14 2009 UTC (15 years ago) by joerg
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Fix markup

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jun 10 01:21:53 2007 UTC (16 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, christos-time_t-nbase, christos-time_t-base, christos-time_t
Branch point for: jym-xensuspend
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored)

Note ZFS returning the number of entries instead of the size of the directory.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Dec 26 19:40:15 2005 UTC (18 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

u_intN_t -> uintN_t

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jun 14 12:10:02 2005 UTC (18 years, 9 months ago) by peter
Branch: MAIN
Changes since 1.33: +37 -4 lines
Diff to previous 1.33 (colored)

- Correct the fields in the stat structure. From PR/18255.
- Document the st_birthtime field.

Reviewed by wiz.

Revision 1.33 / (download) - annotate - [select for diffs], Thu May 13 10:20:58 2004 UTC (19 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

\- is a minus, not -.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Aug 7 16:44:09 2003 UTC (20 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.31: +2 -6 lines
Diff to previous 1.31 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Apr 16 13:34:57 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 18 11:33:14 2003 UTC (21 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (colored)

Merge the nathanw_sa branch.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Oct 1 18:10:45 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

New sentence, new line. From Robert Elz.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 2 08:08:26 2002 UTC (21 years, 7 months ago) by soren
Branch: MAIN
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 (colored)

stat(2) can return ENXIO.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 29 01:41:46 2002 UTC (21 years, 10 months ago) by simonb
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)

Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 8 01:28:22 2002 UTC (22 years, 1 month ago) by ross
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Feb 3 08:05:12 2002 UTC (22 years, 1 month ago) by fair
Branch: MAIN
Changes since 1.24: +7 -1 lines
Diff to previous 1.24 (colored)

Add a reference to dir(5) per PR 14291

Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 23 09:26:59 2001 UTC (22 years, 5 months ago) by kleink
Branch: MAIN
Changes since 1.23: +7 -7 lines
Diff to previous 1.23 (colored)

Reduce the ties to `inode'.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Sep 16 02:13:32 2001 UTC (22 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.22: +8 -8 lines
Diff to previous 1.22 (colored)

Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 16 01:39:03 2001 UTC (22 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

Boring whitespace fixes.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 9 20:45:10 2001 UTC (23 years, 2 months ago) by augustss
Branch: MAIN
CVS Tags: kqueue-base, kqueue
Branch point for: nathanw_sa
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

Document a weird circumstance under which stat() return EBADF.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 7 16:48:24 2000 UTC (23 years, 5 months ago) by nathanw
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Use ".Fa stat" instead of ".Fn stat" when referring to the structure
rather than the function.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jun 29 03:26:57 2000 UTC (23 years, 8 months ago) by sommerfeld
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

bin/10472: fix a couple typos in stat.2

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 2 21:42:39 1999 UTC (24 years, 3 months ago) by kleink
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

Add a LIBRARY section to system call manual pages.  While it's clear that the
libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose
of this section is to provide linkage information.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 22 19:45:10 1999 UTC (25 years ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Last of the .Os cleanups.  .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Wheee!

Revision 1.16 / (download) - annotate - [select for diffs], Sat Aug 29 08:32:42 1998 UTC (25 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 2 05:20:36 1998 UTC (26 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

merge lite-2

Revision 1.14 / (download) - annotate - [select for diffs], Sat Oct 11 03:19:39 1997 UTC (26 years, 5 months ago) by enami
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

Don't start function name with capital letter even if it is beginning
of a sentence.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Oct 11 03:18:11 1997 UTC (26 years, 5 months ago) by enami
Branch: MAIN
Changes since 1.12: +1 -9 lines
Diff to previous 1.12 (colored)

Remove description about behaviour of 4.4BSD symlink.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 14 23:20:20 1997 UTC (26 years, 8 months ago) by kleink
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Add missing `STANDARDS' compliance statements.  As we #define _POSIX_VERSION
to 199009L, bump existing statements to 1003.1-1990.

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 16 15:31:05 1997 UTC (26 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Add/update 1003.1 conformance notice.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 22 06:40:38 1997 UTC (26 years, 11 months ago) by mikel
Branch: MAIN
Changes since 1.9: +42 -28 lines
Diff to previous 1.9 (colored)

add description of file flags, with xrefs to chflags(2).
add missing group/other file mode bits (!).
eliminate obsolete CAVEATS section.
fix misc. grammar and macro usage errors.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 17 02:15:28 1996 UTC (28 years, 2 months ago) by jtc
Branch: MAIN
CVS Tags: nsswitch, netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, ivory_soap2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add S_IFWHT to correspond with <sys/stat.h>; Reported by Mike Long in PR #1949

Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 27 12:38:08 1995 UTC (29 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.7: +69 -39 lines
Diff to previous 1.7 (colored)

merge with lite, keeping most local changes.  clean up Ids

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 22 00:13:48 1994 UTC (29 years, 11 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0, ivory_soap
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

Remove description of EINVAL, "The pathname contains a character with the
high-order bit set", as this error is obsolete.

Eventually we may want to add code to some of the "optional" filesystems
(msdosfs, etc.) that checks for illegal characters.  At that time it would
be appropriate to reintroduce this error with appropriate text.  Perhaps
"The pathname contains a character that is not valid for filesystem type".

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 19 00:11:20 1994 UTC (29 years, 11 months ago) by jtc
Branch: MAIN
Changes since 1.5: +6 -3 lines
Diff to previous 1.5 (colored)

Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 in
description of ENAMETOOLONG error.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 10 23:54:33 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix spelling errors.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 29 21:25:45 1993 UTC (30 years, 3 months ago) by jtc
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Use "Er" for argument to -width in the lists in the ERROR sections --- so
the formatting is consistant.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 25 00:39:48 1993 UTC (30 years, 4 months ago) by jtc
Branch: MAIN
Changes since 1.2: +4 -5 lines
Diff to previous 1.2 (colored)

Clean up manpages:
  Use .Fn rather than .Nm macro in HISTORY and STANDARDS sections.
  Use .At and .St macros instead of spelling out "Version 6 UNIX",
	"IEEE 1003.1-1988 (POSIX)", etc.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 07:42:19 1993 UTC (30 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add RCS indentifiers.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years ago) by cgd
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>