CVS log for src/lib/libc/sys/open.2
Up to [cvs.NetBSD.org] / src / lib / libc / sys
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.65.6.1: download - view: text, markup, annotated - select for diffs
Tue Mar 7 19:53:31 2023 UTC (22 months, 2 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +5 -2
lines
Pull up following revision(s) (requested by thorpej in ticket #114):
lib/libc/sys/open.2: revision 1.66
Document the error code when O_REGULAR is specified and the last
path component is not a regular file.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Mar 5 16:24:31 2023 UTC (22 months, 2 weeks ago) by thorpej
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +5 -2
lines
Document the error code when O_REGULAR is specified and the last
path component is not a regular file.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Mar 17 08:13:29 2021 UTC (3 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-10-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2
lines
Remove superfluous article.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Mar 17 08:04:39 2021 UTC (3 years, 10 months ago) by dholland
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -4
lines
Clarify use of open flags in open(2).
(Avoid using values of three that are equal to four.)
Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Nov 30 00:21:35 2020 UTC (4 years, 1 month ago) by riastradh
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +18 -1
lines
Note that open(O_ASYNC) does not work as advertised.
This matches Linux, which also advertises the same semantics and
fails to implement it, according to:
https://man7.org/linux/man-pages/man2/fcntl.2.html
(At what point should we collectively stop advertising the semantics
that doesn't work and call the bug a feature?)
Revision 1.59.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:11 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +36 -7
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Sep 16 04:59:32 2019 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
is-mlppp-base,
is-mlppp
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +9 -9
lines
Sort errors.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Sep 15 20:53:24 2019 UTC (5 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +35 -6
lines
Document O_EXEC, and add some extra explanation for O_CREAT from FreeBSD.
Revision 1.59.6.1: download - view: text, markup, annotated - select for diffs
Thu Sep 5 08:19:40 2019 UTC (5 years, 4 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +3 -3
lines
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.60: download - view: text, markup, annotated - select for diffs
Sun Sep 1 23:57:14 2019 UTC (5 years, 4 months ago) by sevan
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3
lines
Open was present in v1
https://www.bell-labs.com/usr/dmr/www/man22.pdf
Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Thu Apr 12 01:45:57 2018 UTC (6 years, 9 months ago) by msaitoh
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +4 -2
lines
Pull up following revision(s) (requested by christos in ticket #741):
lib/libc/stdio/flags.c: revision 1.19
lib/libc/stdio/fdopen.c: revision 1.18
sys/kern/vfs_vnops.c: revision 1.196
lib/libc/stdio/freopen.c: revision 1.20
lib/libc/stdio/fopen.c: revision 1.17
external/bsd/nvi/dist/common/recover.c: revision 1.10
external/bsd/nvi/dist/common/recover.c: revision 1.11
lib/libc/sys/open.2: revision 1.58
sys/sys/fcntl.h: revision 1.49
make the checkok test stricter to avoid races, and use O_REGULAR.
Instead of opening the file and using popen(3), pass the file descriptor
to sendmail directory. Idea and code from Todd Miller.
Add O_REGULAR to enforce opening of only regular files
(like we have O_DIRECTORY for directories).
This is better than open(, O_NONBLOCK), fstat()+S_ISREG() because opening
devices can have side effects.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Nov 13 09:04:57 2017 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: phil-wifi-base,
phil-wifi-20190609,
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,
netbsd-9-base
Branch point for: phil-wifi,
netbsd-9
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -4
lines
Remove Tn.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Nov 9 20:30:02 2017 UTC (7 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -2
lines
Add O_REGULAR to enforce opening of only regular files
(like we have O_DIRECTORY for directories).
This is better than open(, O_NONBLOCK), fstat()+S_ISREG() because opening
devices can have side effects.
Revision 1.56.16.1: download - view: text, markup, annotated - select for diffs
Fri May 19 00:22:52 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +3 -3
lines
Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun May 14 12:30:37 2017 UTC (7 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: prg-localcount2-base3,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Branch point for: netbsd-8
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3
lines
file system police.
Revision 1.51.6.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:16 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.51.6.2: preferred, colored; branchpoint 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51.6.2: +22 -3
lines
Rebase to HEAD as of a few days ago.
Revision 1.50.4.4: download - view: text, markup, annotated - select for diffs
Thu May 22 11:36:54 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.50.4.3: preferred, colored; branchpoint 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.4.3: +22 -3
lines
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.56: download - view: text, markup, annotated - select for diffs
Mon Jul 29 18:37:16 2013 UTC (11 years, 5 months ago) by njoly
Branches: 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-base2,
prg-localcount2-base1,
prg-localcount2-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
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-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: prg-localcount2
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +22 -3
lines
Add openat(2) specific errors.
Revision 1.51.6.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:27:54 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.51.6.1: preferred, colored; branchpoint 1.51: preferred, colored
Changes since revision 1.51.6.1: +40 -30
lines
resync with head
Revision 1.50.4.3: download - view: text, markup, annotated - select for diffs
Wed Jan 23 00:05:24 2013 UTC (11 years, 11 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.50.4.2: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.4.2: +35 -26
lines
sync with head
Revision 1.50.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:32:25 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.50.4.1: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.4.1: +63 -3
lines
sync with (a bit old) head
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Jan 13 08:15:02 2013 UTC (12 years ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base8,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +35 -26
lines
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.54: download - view: text, markup, annotated - select for diffs
Sat Dec 1 21:07:00 2012 UTC (12 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base7
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +8 -7
lines
Bump date. New sentence, new line. Wording/articles.
Sort errors while here.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Dec 1 20:45:01 2012 UTC (12 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3
lines
Remove trailing whitespace.
Revision 1.51.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:00:43 2012 UTC (12 years, 2 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +61 -2
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Nov 18 17:41:53 2012 UTC (12 years, 2 months ago) by manu
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +61 -2
lines
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.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:05:26 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +13 -2
lines
sync with head
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Jan 25 00:28:35 2012 UTC (12 years, 11 months ago) by christos
Branches: 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
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +13 -2
lines
As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE
on EPIPE for all file descriptor types:
- provide O_NOSIGPIPE for open,kqueue1,pipe2,dup3,fcntl(F_{G,S}ETFL) [NetBSD]
- provide SOCK_NOSIGPIPE for socket,socketpair [NetBSD]
- provide SO_NOSIGPIPE for {g,s}seckopt [NetBSD/FreeBSD/MacOSX]
- provide F_{G,S}ETNOSIGPIPE for fcntl [MacOSX]
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Apr 20 19:57:58 2011 UTC (13 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +7 -7
lines
sync with reality (prototype of open is varyadic)
Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Apr 11 00:21:45 2011 UTC (13 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
exec is on a higher plane of existence.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Apr 10 15:46:15 2011 UTC (13 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +10 -4
lines
Document O_CLOEXEC.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Sep 22 17:58:09 2010 UTC (14 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +5 -5
lines
Bump date for O_DIRECTORY, more markup, merge two error sections.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Sep 21 19:26:18 2010 UTC (14 years, 4 months ago) by chs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -1
lines
implement O_DIRECTORY as standardized in POSIX-2008,
for both native and linux emulations.
this fixes the rest of PR 43695.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Sep 6 19:48:38 2010 UTC (14 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -4
lines
O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts).
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Sep 6 15:22:09 2010 UTC (14 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -2
lines
Note a difference to IEEE Std 2003.1-2008. Bump date.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Sep 5 22:44:15 2010 UTC (14 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +7 -4
lines
Explain how O_NOFOLLOW may cause EFTYPE. From joerg.
While here, sort errors. Bump date.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon May 31 12:16:20 2010 UTC (14 years, 7 months ago) by njoly
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3
lines
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
and PATH_MAX.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Apr 5 07:53:47 2010 UTC (14 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +65 -68
lines
Sort ERRORS section.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Apr 3 15:48:52 2010 UTC (14 years, 9 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3
lines
Mention the history of stat(2) and fix the history of open(2).
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Oct 26 12:56:11 2006 UTC (18 years, 2 months ago) by wiz
Branches: 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,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
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,
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,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
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,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
christos-time_t-nbase,
christos-time_t-base,
christos-time_t
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
Bump date for previous.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Oct 23 14:04:05 2006 UTC (18 years, 3 months ago) by rillig
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -1
lines
open(2) can fail with EPERM.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Oct 13 00:19:21 2006 UTC (18 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +10 -7
lines
Bump date for previous.
New sentence, new line.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Oct 5 14:48:32 2006 UTC (18 years, 3 months ago) by chs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +16 -3
lines
add support for O_DIRECT (I/O directly to application memory,
bypassing any kernel caching for file data).
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:29:09 2006 UTC (18 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4
lines
Add article. Remove superfluous braces.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Sep 23 14:17:16 2006 UTC (18 years, 4 months ago) by mishka
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
lib/26532: Manual page for open(2) bit difficult to understand:
apply patch with small improvement - s/conditions/methods/
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 11 10:35:24 2005 UTC (19 years, 5 months ago) by pooka
Branches: MAIN
CVS tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +14 -2
lines
document the flags O_ALT_IO and O_NOCTTY
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:44:03 2003 UTC (21 years, 5 months ago) by agc
Branches: 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,
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
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -6
lines
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 - view: text, markup, annotated - select for diffs
Thu May 8 23:20:38 2003 UTC (21 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -4
lines
O_NOFOLLOW is another non-standard extension
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Apr 16 13:34:55 2003 UTC (21 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
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.29: download - view: text, markup, annotated - select for diffs
Sat Mar 15 23:48:29 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Use "its" instead of "it's" where appropriate.
From Soren Jacobsen in PR 20730.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jan 18 11:33:09 2003 UTC (22 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1
lines
Merge the nathanw_sa branch.
Revision 1.19.4.6: download - view: text, markup, annotated - select for diffs
Tue Dec 10 06:25:55 2002 UTC (22 years, 1 month ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.19.4.5: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.4.5: +5 -1
lines
Sync with HEAD.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Dec 6 22:39:54 2002 UTC (22 years, 1 month ago) by christos
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -1
lines
Provide O_NOFOLLOW with compatibility with the joneses.
Revision 1.19.4.5: download - view: text, markup, annotated - select for diffs
Tue Aug 27 23:49:40 2002 UTC (22 years, 4 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.19.4.4: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.4: +19 -7
lines
Catch up to -current.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 20 16:42:35 2002 UTC (22 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
-1 -> \-1.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Aug 17 17:25:37 2002 UTC (22 years, 5 months ago) by yamt
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +19 -7
lines
- move return values info into RETURN VALUES section.
- note that O_SHLOCK and O_EXLOCK are not portable.
from OpenBSD.
Revision 1.19.4.4: download - view: text, markup, annotated - select for diffs
Fri Jun 21 18:18:26 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.19.4.3: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.3: +1 -1
lines
Catch up to -current.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jun 13 18:02:38 2002 UTC (22 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2
lines
Remove the cross reference of fileno(3). It is more appropriate to
cross reference this from fopen(3). After discussion with John Heasley
in PR/17224.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jun 12 09:20:48 2002 UTC (22 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1
lines
Add Xr to fileno(3), as request in lib/17224.
Revision 1.19.4.3: download - view: text, markup, annotated - select for diffs
Fri Mar 22 20:42:39 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.19.4.2: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.2: +1 -1
lines
Catch up to -current.
Revision 1.19.4.2: download - view: text, markup, annotated - select for diffs
Fri Mar 8 21:36:33 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.19.4.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.4.1: +2 -2
lines
Catch up to -current.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 8 01:28:20 2002 UTC (22 years, 11 months ago) by ross
Branches: 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
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 8 20:21:59 2001 UTC (23 years, 3 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6
lines
Catch up to -current.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Sep 16 02:13:30 2001 UTC (23 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3
lines
Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Sep 16 01:39:02 2001 UTC (23 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4
lines
Boring whitespace fixes.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 23 16:18:09 2000 UTC (24 years, 7 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +8 -12
lines
Sync w/ netbsd-1-5-base.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jun 17 19:33:34 2000 UTC (24 years, 7 months ago) by hubertf
Branches: MAIN
CVS tags: 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,
kqueue-base,
kqueue
Branch point for: nathanw_sa
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -12
lines
Merge duplicate mentions of EPERM, EACCESS, ... into one entry
(where applicable).
Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:29:50 1999 UTC (25 years ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +10 -1
lines
Pull up to last week's -current.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 2 21:42:38 1999 UTC (25 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1
lines
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 - view: text, markup, annotated - select for diffs
Thu Oct 21 19:40:22 1999 UTC (25 years, 3 months ago) by erh
Branches: MAIN
CVS tags: comdex-fall-1999-base,
comdex-fall-1999
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -1
lines
Add ENXIO error for FIFOs.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 22 19:45:06 1999 UTC (25 years, 10 months ago) by garbled
Branches: 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
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
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.15: download - view: text, markup, annotated - select for diffs
Sat Aug 29 08:32:40 1998 UTC (26 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
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.14: download - view: text, markup, annotated - select for diffs
Sun Aug 2 18:32:20 1998 UTC (26 years, 5 months ago) by kleink
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +34 -8
lines
Per IEEE Std 1003.1b-1993, Synchronous I/O Option, add O_DSYNC (synchronized
I/O data integrity completion) and O_RSYNC (complete read operations at the
same level of integrity requested for write operations).
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 28 22:28:31 1998 UTC (26 years, 8 months ago) by fair
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +17 -10
lines
fix mdoc references
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 29 10:39:55 1998 UTC (26 years, 11 months ago) by mellon
Branches: netbsd-1-3
CVS tags: 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
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +43 -25
lines
Pull up 1.11 and 1.12 (thorpej)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 15 02:30:18 1998 UTC (27 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +42 -24
lines
Document the O_SYNC flag, and where its semantics are defined (XPG4.2).
Be more clear about how file access modes are specified, and do a bit
of general cleanup.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 1 06:37:48 1997 UTC (27 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Nuke trailing comma in SEE ALSO section.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 11 08:00:53 1997 UTC (27 years, 6 months ago) by mikel
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-BETA
Branch point for: netbsd-1-3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4
lines
xref getdtablesize(3) not getdtablesize(2)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 16 15:31:02 1997 UTC (27 years, 8 months ago) by kleink
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -1
lines
Add/update 1003.1 conformance notice.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 27 12:35:14 1995 UTC (29 years, 10 months ago) by cgd
Branches: 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
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -8
lines
merge with lite, keeping most local changes. clean up Ids
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Feb 27 10:50:43 1995 UTC (29 years, 10 months ago) by cgd
Branches: WFJ-920714,
CSRG
CVS tags: lite-2,
lite-1
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +11 -8
lines
from Lite
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 19 00:11:13 1994 UTC (30 years, 9 months ago) by jtc
Branches: 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
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -3
lines
Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 in
description of ENAMETOOLONG error.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 11 06:36:04 1994 UTC (30 years, 9 months ago) by glass
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5
lines
bleh
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 15 17:36:59 1993 UTC (31 years, 1 month ago) by jtc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Tell user to #include <fcntl.h>, not <sys/fcntl.h> or <sys/file.h>.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 1 18:51:26 1993 UTC (31 years, 1 month ago) by jtc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Manpage formatting tweaks.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 25 00:39:22 1993 UTC (31 years, 2 months ago) by jtc
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3
lines
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 - view: text, markup, annotated - select for diffs
Sun Aug 1 07:42:33 1993 UTC (31 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Add RCS indentifiers.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: 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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
initial import of 386bsd-0.1 sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>