Up to [cvs.NetBSD.org] / src / lib / libc / sys
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.49 / (download) - annotate - [select for diffs], Fri Nov 19 23:51:16 2021 UTC (14 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.48: +7 -2
lines
Diff to previous 1.48 (colored)
Mention that fchmod conforms to XPG 4.2. Bump date.
Revision 1.47.26.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:11 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.47: +6 -2
lines
Diff to previous 1.47 (colored) next main 1.48 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.47.28.1 / (download) - annotate - [select for diffs], Thu Sep 5 08:19:40 2019 UTC (3 years, 4 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Changes since 1.47: +6 -2
lines
Diff to previous 1.47 (colored) next main 1.48 (colored)
Pull up following revision(s) (requested by sevan in ticket #174): lib/libc/sys/chmod.2: revision 1.48 lib/libc/sys/stat.2: revision 1.59 lib/libc/sys/unlink.2: revision 1.30 lib/libc/sys/lseek.2: revision 1.25 lib/libc/sys/getuid.2: revision 1.18 lib/libc/sys/chown.2: revision 1.37 lib/libm/man/exp.3: revision 1.32 lib/libm/man/log.3: revision 1.7 lib/libc/sys/open.2: revision 1.60 lib/libc/stdio/fopen.3: revision 1.36 lib/libc/stdio/putc.3: revision 1.14 lib/libc/sys/mount.2: revision 1.51 share/man/man9/copy.9: revision 1.22 share/man/man9/uiomove.9: revision 1.20 lib/libc/sys/setuid.2: revision 1.23 lib/libc/sys/close.2: revision 1.18 sbin/init/init.8: revision 1.61 lib/libc/sys/write.2: revision 1.36 lib/libc/sys/read.2: revision 1.39 sbin/init/init.8: revision 1.62 lib/libc/sys/wait.2: revision 1.40 usr.bin/tty/tty.1: revision 1.10 lib/libc/sys/link.2: revision 1.33 usr.bin/du/du.1: revision 1.24 lib/libc/stdlib/exit.3: revision 1.17 usr.bin/su/su.1: revision 1.53 usr.bin/mail/mail.1: revision 1.66 lib/libc/sys/fork.2: revision 1.25 usr.bin/su/su.1: revision 1.54 usr.bin/mail/mail.1: revision 1.67 lib/libm/man/sin.3: revision 1.15 share/man/man9/intro.9: revision 1.26 share/man/man5/utmp.5: revision 1.17 lib/libc/compat-43/creat.3: revision 1.17 lib/libc/time/ctime.3: revision 1.61 lib/libcompat/4.1/stty.3: revision 1.10 usr.bin/dc/dc.1: revision 1.3 lib/libm/man/cos.3: revision 1.17 lib/libc/sys/chdir.2: revision 1.23 lib/libc/gen/exec.3: revision 1.30 lib/libc/gen/exec.3: revision 1.31 games/bcd/bcd.6: revision 1.18 games/bcd/bcd.6: revision 1.19 usr.bin/write/write.1: revision 1.7 usr.bin/wc/wc.1: revision 1.18 usr.bin/pr/pr.1: revision 1.24 usr.bin/who/who.1: revision 1.25 lib/libc/sys/mkdir.2: revision 1.30 lib/libc/stdio/getc.3: revision 1.13 usr.bin/sort/sort.1: revision 1.40 usr.bin/mesg/mesg.1: revision 1.11 share/man/man5/passwd.5: revision 1.34 sort was there since v1 https://www.bell-labs.com/usr/dmr/www/man61.pdf dc was in v1 https://www.bell-labs.com/usr/dmr/www/man12.pdf du was in v1 https://www.bell-labs.com/usr/dmr/www/man12.pdf mail was in v1 https://www.bell-labs.com/usr/dmr/www/man12.pdf mesg was in v1 https://www.bell-labs.com/usr/dmr/www/man12.pdf Document history https://www.bell-labs.com/usr/dmr/www/man13.pdf su was in v1 https://www.bell-labs.com/usr/dmr/www/man13.pdf Document history https://www.bell-labs.com/usr/dmr/www/man13.pdf Document history https://www.bell-labs.com/usr/dmr/www/man14.pdf Update URL write was in v1 https://www.bell-labs.com/usr/dmr/www/man14.pdf grammar passwd(5) was in v1 https://www.bell-labs.com/usr/dmr/www/man51.pdf utmp(5) was present in v1 https://www.bell-labs.com/usr/dmr/www/man51.pdf Earliest version of wtmp I could find was in v3 https://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man5/wtmp.5 Document history of chdir(2) https://www.bell-labs.com/usr/dmr/www/man21.pdf Document history of chmod(2) https://www.bell-labs.com/usr/dmr/www/man21.pdf Document history of chown(2) https://www.bell-labs.com/usr/dmr/www/man21.pdf Document history https://www.bell-labs.com/usr/dmr/www/man21.pdf create was present in v1 https://www.bell-labs.com/usr/dmr/www/man21.pdf Document history of exec() Move statement on execlpe() & execvpe() to HISTORY section. Document history https://www.bell-labs.com/usr/dmr/www/man21.pdf fork was present in v1 https://www.bell-labs.com/usr/dmr/www/man21.pdf 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 getuid was present in v1 https://www.bell-labs.com/usr/dmr/www/man21.pdf Document history https://www.bell-labs.com/usr/dmr/www/man21.pdf Document history https://www.bell-labs.com/usr/dmr/www/man21.pdf stty & gtty were around since v1 https://www.bell-labs.com/usr/dmr/www/man21.pdf https://www.bell-labs.com/usr/dmr/www/man22.pdf mount & umount were present in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf Open was present in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf read was present in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf seek was present in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf setuid was in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf unlink was presen in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf wait was present in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf write was present in v1 https://www.bell-labs.com/usr/dmr/www/man22.pdf start documenting history exp was present in v1 https://www.bell-labs.com/usr/dmr/www/man31.pdf Start documenting history https://www.bell-labs.com/usr/dmr/www/man31.pdf Start documenting history https://www.bell-labs.com/usr/dmr/www/man31.pdf log appeared in v1 https://www.bell-labs.com/usr/dmr/www/man31.pdf putc & putw were in v1 https://www.bell-labs.com/usr/dmr/www/man31.pdf putchar was in v4 https://minie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man3/putchr.3 Start documenting history https://www.bell-labs.com/usr/dmr/www/man31.pdf Document history. https://www.bell-labs.com/usr/dmr/www/man11.pdf Between v1 & v6 UNIX, bcd was rewritten in C, but I don't know if which version, hence I've skipped mentioning it. End sentence with a dot. Remove superfluous Pp. Remove superfluous Pp. Remove superfluous Ns. Remove superfluous Pp. fetch(9) -> ufetch(9) fetch(9) -> ufetch(9). Remove superfluous Pp. fetch(9) -> ufetch(9). Remove reference to unimplemented ppi(9).
Revision 1.48 / (download) - annotate - [select for diffs], Sun Sep 1 19:13:57 2019 UTC (3 years, 5 months ago) by sevan
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
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.47: +6 -2
lines
Diff to previous 1.47 (colored)
Document history of chmod(2) https://www.bell-labs.com/usr/dmr/www/man21.pdf
Revision 1.40.2.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:16 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.40.2.2: +25 -8
lines
Diff to previous 1.40.2.2 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.38.2.4 / (download) - annotate - [select for diffs], Thu May 22 11:36:54 2014 UTC (8 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.38.2.3: +25 -8
lines
Diff to previous 1.38.2.3 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.47 / (download) - annotate - [select for diffs], Tue Oct 15 11:43:21 2013 UTC (9 years, 3 months ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20190609,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
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,
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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
netbsd-9
Changes since 1.46: +2 -1
lines
Diff to previous 1.46 (colored)
Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat syscalls.
Revision 1.46 / (download) - annotate - [select for diffs], Mon Jul 29 19:18:37 2013 UTC (9 years, 6 months ago) by njoly
Branch: MAIN
Changes since 1.45: +24 -8
lines
Diff to previous 1.45 (colored)
Add chmodat(2) specific errors.
Revision 1.40.2.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:27:54 2013 UTC (9 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.40.2.1: +25 -13
lines
Diff to previous 1.40.2.1 (colored) to branchpoint 1.40 (colored)
resync with head
Revision 1.38.2.3 / (download) - annotate - [select for diffs], Wed Jan 23 00:05:24 2013 UTC (10 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.38.2.2: +13 -2
lines
Diff to previous 1.38.2.2 (colored) to branchpoint 1.38 (colored)
sync with head
Revision 1.38.2.2 / (download) - annotate - [select for diffs], Wed Jan 16 05:32:25 2013 UTC (10 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.38.2.1: +36 -3
lines
Diff to previous 1.38.2.1 (colored) to branchpoint 1.38 (colored)
sync with (a bit old) head
Revision 1.45 / (download) - annotate - [select for diffs], Sun Jan 13 08:15:02 2013 UTC (10 years 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.44: +13 -2
lines
Diff to previous 1.44 (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.44 / (download) - annotate - [select for diffs], Sat Dec 1 21:07:00 2012 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
Bump date. New sentence, new line. Wording/articles. Sort errors while here.
Revision 1.43 / (download) - annotate - [select for diffs], Sat Dec 1 20:51:29 2012 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.42: +6 -5
lines
Diff to previous 1.42 (colored)
Bump date. New sentence, new line. Wording/articles.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Dec 1 20:45:01 2012 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.41: +7 -7
lines
Diff to previous 1.41 (colored)
Remove trailing whitespace.
Revision 1.40.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:00:43 2012 UTC (10 years, 2 months ago) by tls
Branch: tls-maxphys
Changes since 1.40: +34 -2
lines
Diff to previous 1.40 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.41 / (download) - annotate - [select for diffs], Sun Nov 18 17:41:53 2012 UTC (10 years, 2 months ago) by manu
Branch: MAIN
Changes since 1.40: +34 -2
lines
Diff to previous 1.40 (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.38.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:26 2012 UTC (10 years, 9 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.38: +37 -38
lines
Diff to previous 1.38 (colored)
sync with head
Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 4 11:58:31 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.39: +34 -36
lines
Diff to previous 1.39 (colored)
Sort error descriptions.
Revision 1.39 / (download) - annotate - [select for diffs], Sun Mar 4 00:07:44 2012 UTC (10 years, 11 months ago) by dholland
Branch: MAIN
Changes since 1.38: +4 -3
lines
Diff to previous 1.38 (colored)
Clarify description of sticky bit, based on a 3-year-old suggestion by Hubert Feyrer.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Oct 12 22:46:36 2011 UTC (11 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
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: yamt-pagecache
Changes since 1.37: +6 -16
lines
Diff to previous 1.37 (colored)
Remove duplicate documentation that is mentioned in stickt(7)
Revision 1.37 / (download) - annotate - [select for diffs], Mon May 31 12:16:20 2010 UTC (12 years, 8 months ago) by njoly
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX and PATH_MAX.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Mar 22 19:30:55 2010 UTC (12 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Use .In for header files instead of .Ar Pa and variations.
Revision 1.33.4.1 / (download) - annotate - [select for diffs], Fri Jan 16 22:47:41 2009 UTC (14 years ago) by bouyer
Branch: netbsd-5
CVS Tags: 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,
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
Changes since 1.33: +4 -2
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
Pull up following revision(s) (requested by dholland in ticket #272): lib/libc/gen/setmode.3: revision 1.19, 1.20 lib/libc/sys/chmod.2: revision 1.34 SEE ALSO getmode(3)/setmode(3). Suggested in passing by Joerg a long time ago on tech-pkg, seems like a good idea. Bump date. Rework the text to make it clearer; it was really pretty confusing before. Add an example; note some bugs/shortcomings. Bump date. Fix HTML output.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 11 02:46:30 2009 UTC (14 years ago) by christos
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Changes since 1.34: +1 -1
lines
Diff to previous 1.34 (colored)
merge christos-time_t
Revision 1.33.6.2 / (download) - annotate - [select for diffs], Sun Jan 4 17:02:20 2009 UTC (14 years, 1 month ago) by christos
Branch: christos-time_t
Changes since 1.33.6.1: +248 -0
lines
Diff to previous 1.33.6.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)
merge with head.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Jan 4 07:21:01 2009 UTC (14 years, 1 month ago) by dholland
Branch: MAIN
CVS Tags: christos-time_t-nbase,
christos-time_t-base
Changes since 1.33: +4 -2
lines
Diff to previous 1.33 (colored)
SEE ALSO getmode(3)/setmode(3). Suggested in passing by Joerg a long time ago on tech-pkg, seems like a good idea. Bump date.
Revision 1.32.12.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:39:22 2008 UTC (14 years, 4 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.32: +20 -11
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.33.6.1, Fri Sep 5 03:28:15 2008 UTC (14 years, 5 months ago) by christos
Branch: christos-time_t
Changes since 1.33: +0 -246
lines
FILE REMOVED
file chmod.2 was added on branch christos-time_t on 2009-01-04 17:02:20 +0000
Revision 1.33 / (download) - annotate - [select for diffs], Fri Sep 5 03:28:15 2008 UTC (14 years, 5 months ago) by dholland
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
matt-mips64-base2
Branch point for: netbsd-5,
christos-time_t
Changes since 1.32: +20 -11
lines
Diff to previous 1.32 (colored)
Clarify that the historic V7 sticky file semantics no longer apply.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Jan 9 06:41:57 2007 UTC (16 years ago) by wiz
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
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
Branch point for: wrstuden-revivesa
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Bump date for previous.
Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 9 04:03:57 2007 UTC (16 years ago) by rillig
Branch: MAIN
Changes since 1.30: +11 -1
lines
Diff to previous 1.30 (colored)
chmod fails with EPERM when you try to set the S_ISGID bit on a file whose group isn't one of your groups.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 6 16:30:52 2005 UTC (18 years, 1 month ago) by ginsbach
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,
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,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.29: +4 -1
lines
Diff to previous 1.29 (colored)
Add EPERM to fchmod() failure list.
Revision 1.29 / (download) - annotate - [select for diffs], Thu May 13 10:20:57 2004 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
\- is a minus, not -.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 30 15:38:47 2004 UTC (19 years ago) by wiz
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.27: +3 -3
lines
Diff to previous 1.27 (colored)
Sort SEE ALSO.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Jan 30 15:31:27 2004 UTC (19 years ago) by christos
Branch: MAIN
Changes since 1.26: +3 -3
lines
Diff to previous 1.26 (colored)
cross reference sticky(7)
Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 7 16:43:55 2003 UTC (19 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.25: +2 -6
lines
Diff to previous 1.25 (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.25 / (download) - annotate - [select for diffs], Wed Apr 16 13:34:51 2003 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (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.24 / (download) - annotate - [select for diffs], Sat Jan 18 11:33:01 2003 UTC (20 years ago) by thorpej
Branch: MAIN
Changes since 1.23: +1 -1
lines
Diff to previous 1.23 (colored)
Merge the nathanw_sa branch.
Revision 1.19.6.5 / (download) - annotate - [select for diffs], Fri Oct 18 02:16:46 2002 UTC (20 years, 3 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.19.6.4: +6 -5
lines
Diff to previous 1.19.6.4 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)
Catch up to -current.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 1 18:10:43 2002 UTC (20 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Changes since 1.22: +6 -5
lines
Diff to previous 1.22 (colored)
New sentence, new line. From Robert Elz.
Revision 1.19.6.4 / (download) - annotate - [select for diffs], Fri Jun 21 18:18:24 2002 UTC (20 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.19.6.3: +1 -2
lines
Diff to previous 1.19.6.3 (colored) to branchpoint 1.19 (colored)
Catch up to -current.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 29 01:41:45 2002 UTC (20 years, 9 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.21: +1 -2
lines
Diff to previous 1.21 (colored)
Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.
Revision 1.19.6.3 / (download) - annotate - [select for diffs], Fri Mar 22 20:42:35 2002 UTC (20 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.19.6.2: +1 -1
lines
Diff to previous 1.19.6.2 (colored) to branchpoint 1.19 (colored)
Catch up to -current.
Revision 1.19.6.2 / (download) - annotate - [select for diffs], Fri Mar 8 21:36:14 2002 UTC (20 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.19.6.1: +3 -3
lines
Diff to previous 1.19.6.1 (colored) to branchpoint 1.19 (colored)
Catch up to -current.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Feb 8 01:28:16 2002 UTC (20 years, 11 months ago) by ross
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored)
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
Revision 1.19.6.1 / (download) - annotate - [select for diffs], Mon Oct 8 20:21:36 2001 UTC (21 years, 3 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
Catch up to -current.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 16 01:39:00 2001 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
Boring whitespace fixes.
Revision 1.17.4.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:29:46 1999 UTC (23 years, 1 month ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.17: +4 -1
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Pull up to last week's -current.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 2 21:42:36 1999 UTC (23 years, 2 months ago) by kleink
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl,
kqueue-base,
kqueue
Branch point for: nathanw_sa
Changes since 1.18: +3 -1
lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Sun Sep 26 21:00:25 1999 UTC (23 years, 4 months ago) by jdolecek
Branch: MAIN
CVS Tags: comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
xref symlink(7)
Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 22 19:45:01 1999 UTC (23 years, 10 months 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
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], Mon Jul 6 09:23:23 1998 UTC (24 years, 7 months ago) by fair
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
add .Xr chflags 2 - this is another meta-data-modifying system call
Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 11 03:34:00 1997 UTC (25 years, 3 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.14: +2 -2
lines
Diff to previous 1.14 (colored)
Sort SEE ALSO list.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Oct 11 03:31:01 1997 UTC (25 years, 3 months ago) by enami
Branch: MAIN
Changes since 1.13: +8 -8
lines
Diff to previous 1.13 (colored)
Don't use capital letter for function name and argument.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 6 08:22:58 1997 UTC (25 years, 4 months ago) by enami
Branch: MAIN
Changes since 1.12: +3 -7
lines
Diff to previous 1.12 (colored)
Acutally, lchmod, lchown and lutimes may set errno to ELOOP.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 6 01:12:04 1997 UTC (25 years, 4 months ago) by enami
Branch: MAIN
Changes since 1.11: +24 -1
lines
Diff to previous 1.11 (colored)
Add C library interface for new system call lchmod, lchown and lutimes.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 14 23:19:51 1997 UTC (25 years, 6 months ago) by kleink
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to 199009L, bump existing statements to 1003.1-1990.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 12 18:38:06 1997 UTC (25 years, 6 months ago) by perry
Branch: MAIN
Changes since 1.9: +17 -1
lines
Diff to previous 1.9 (colored)
document EFTYPE error return (from der Mouse, pr-3476)
Revision 1.9 / (download) - annotate - [select for diffs], Fri May 16 15:31:02 1997 UTC (25 years, 8 months ago) by kleink
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Add/update 1003.1 conformance notice.
Revision 1.8 / (download) - annotate - [select for diffs], Tue May 13 17:45:16 1997 UTC (25 years, 8 months ago) by kleink
Branch: MAIN
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
Update to the new `chown(2) vs. (S_ISUID|S_ISGID)' world order.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 27 12:32:06 1995 UTC (27 years, 11 months ago) by cgd
Branch: MAIN
CVS Tags: nsswitch,
netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1,
ivory_soap2
Changes since 1.6: +7 -6
lines
Diff to previous 1.6 (colored)
merge with lite, keeping most local changes. clean up Ids
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 27 10:48:02 1995 UTC (27 years, 11 months ago) by cgd
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2,
lite-1
Changes since 1.1.1.1: +5 -5
lines
Diff to previous 1.1.1.1 (colored)
from Lite
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 22 00:13:29 1994 UTC (28 years, 9 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.5: +1 -3
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Tue Apr 19 00:10:53 1994 UTC (28 years, 9 months ago) by jtc
Branch: MAIN
Changes since 1.4: +6 -3
lines
Diff to previous 1.4 (colored)
Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 in description of ENAMETOOLONG error.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 25 00:38:29 1993 UTC (29 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Mon Oct 4 18:00:10 1993 UTC (29 years, 4 months ago) by jtc
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add #include <sys/types.h> to SYNOPSIS, as it needs to be included too.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 07:43:19 1993 UTC (29 years, 6 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.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (29 years, 10 months ago) by cgd
Branch: WFJ-920714,
CSRG
CVS Tags: patchkit-0-2-2,
netbsd-alpha-1,
netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9,
netbsd-0-8,
WFJ-386bsd-01
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
initial import of 386bsd-0.1 sources
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Initial revision