The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.50 / (download) - annotate - [select for diffs], Mon Jul 10 02:31:54 2023 UTC (9 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.49: +110 -10 lines
Diff to previous 1.49 (colored) to selected 1.4 (colored)

Add memfd_create(2) from GSoC 2023 by Theodore Preduta

Revision 1.49 / (download) - annotate - [select for diffs], Sun Dec 4 19:01:19 2022 UTC (16 months, 2 weeks ago) by uwe
Branch: MAIN
CVS Tags: netbsd-10-base, 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, netbsd-10
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.4 (colored)

fcntl(2): Fix wrong markup in a couple of places

Revision 1.48 / (download) - annotate - [select for diffs], Sun Dec 4 11:25:09 2022 UTC (16 months, 2 weeks ago) by uwe
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.4 (colored)

lib: Mark up error names in man pages with .Er

Revision 1.41.28.1 / (download) - annotate - [select for diffs], Tue Sep 7 17:12:21 2021 UTC (2 years, 7 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE
Changes since 1.41: +5 -1 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.4 (colored)

Pull up following revision(s) (requested by manu in ticket #1343):

	share/man/man7/sysctl.7: revision 1.153
	sys/kern/vfs_lockf.c: revision 1.74
	lib/libc/sys/fcntl.2: revision 1.46
	lib/libc/sys/flock.2: revision 1.23

Tie the maximum file lock per unprivilegied uid to kern.maxfiles

This makes the limit simple to raise at run time. While there, document
that fcntl(2) and flock(2) may return ENOMEM when this limit is reached.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Jul 28 11:29:59 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.46: +6 -4 lines
Diff to previous 1.46 (colored) to selected 1.4 (colored)

Fix typos, improve wording.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jul 27 09:32:55 2021 UTC (2 years, 8 months ago) by manu
Branch: MAIN
Changes since 1.45: +12 -1 lines
Diff to previous 1.45 (colored) to selected 1.4 (colored)

Tie the maximum file lock per unprivilegied uid to kern.maxfiles

This makes the limit simple to raise at run time. While there, document
that fcntl(2) and flock(2) may return ENOMEM when this limit is reached.

Revision 1.41.26.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:11 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.41: +57 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.4 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.45 / (download) - annotate - [select for diffs], Fri Sep 27 07:20:07 2019 UTC (4 years, 6 months ago) by wiz
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.44: +21 -21 lines
Diff to previous 1.44 (colored) to selected 1.4 (colored)

Sort errors. Remove trailing whitespace.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Sep 26 17:13:52 2019 UTC (4 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.43: +27 -2 lines
Diff to previous 1.43 (colored) to selected 1.4 (colored)

document errors returned by F_GETPATH

Revision 1.43 / (download) - annotate - [select for diffs], Mon Sep 16 04:49:46 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.42: +6 -6 lines
Diff to previous 1.42 (colored) to selected 1.4 (colored)

Add missing word, fix typo, remove trailing whitespace.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Sep 15 16:25:58 2019 UTC (4 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.41: +32 -2 lines
Diff to previous 1.41 (colored) to selected 1.4 (colored)

Add F_GETPATH, presented to tech-kern.

Revision 1.40.6.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:16 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.4 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.39.2.2 / (download) - annotate - [select for diffs], Thu May 22 11:36:54 2014 UTC (9 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.39.2.1: +2 -2 lines
Diff to previous 1.39.2.1 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored) to selected 1.4 (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.41 / (download) - annotate - [select for diffs], Sat Dec 28 20:03:22 2013 UTC (10 years, 3 months ago) by dholland
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-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, 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.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.4 (colored)

O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.

Revision 1.39.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:26 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.39: +21 -24 lines
Diff to previous 1.39 (colored) to selected 1.4 (colored)

sync with head

Revision 1.40 / (download) - annotate - [select for diffs], Wed Jan 25 00:28:35 2012 UTC (12 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, 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, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.39: +21 -24 lines
Diff to previous 1.39 (colored) to selected 1.4 (colored)

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.39 / (download) - annotate - [select for diffs], Mon Jun 27 08:21:08 2011 UTC (12 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.38: +26 -25 lines
Diff to previous 1.38 (colored) to selected 1.4 (colored)

Various minor improvements.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jun 26 16:42:41 2011 UTC (12 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.37: +6 -3 lines
Diff to previous 1.37 (colored) to selected 1.4 (colored)

* Arrange for interfaces that create new file descriptors to be able to
  set close-on-exec on creation (http://udrepper.livejournal.com/20407.html).

    - Add F_DUPFD_CLOEXEC to fcntl(2).
    - Add MSG_CMSG_CLOEXEC to recvmsg(2) for unix file descriptor passing.
    - Add dup3(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add pipe2(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add flags SOCK_CLOEXEC, SOCK_NONBLOCK to the socket type parameter
      for socket(2) and socketpair(2).
    - Add new paccept(2) syscall that takes an additional sigset_t to alter
      the sigmask temporarily and a flags argument to set SOCK_CLOEXEC,
      SOCK_NONBLOCK.
    - Add new mode character 'e' to fopen(3) and popen(3) to open pipes
      and file descriptors for close on exec.
    - Add new kqueue1(2) syscall with a new flags argument to open the
      kqueue file descriptor with O_CLOEXEC, O_NONBLOCK.

* Fix the system calls that take socklen_t arguments to actually do so.

* Don't include userland header files (signal.h) from system header files
  (rump_syscallargs.h).

* Bump libc version for the new syscalls.

Revision 1.37 / (download) - annotate - [select for diffs], Mon May 17 12:16:43 2010 UTC (13 years, 11 months ago) by jruoho
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: +4 -3 lines
Diff to previous 1.36 (colored) to selected 1.4 (colored)

Add subtitle. Break long paragraph.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jun 3 09:03:24 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.4 (colored)

Bump date for previous.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jun 1 09:56:06 2009 UTC (14 years, 10 months ago) by njoly
Branch: MAIN
Changes since 1.34: +6 -1 lines
Diff to previous 1.34 (colored) to selected 1.4 (colored)

Note that fcntl(2) returns EINVAL for invalid command.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jan 4 00:02:43 2007 UTC (17 years, 3 months 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-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, 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
Changes since 1.33: +7 -1 lines
Diff to previous 1.33 (colored) to selected 1.4 (colored)

Re-add removed block:
Christian Biere suggests it was a typo, and was intended to describe
ENFILE; let it do that.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jan 3 23:02:53 2007 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.32: +1 -7 lines
Diff to previous 1.32 (colored) to selected 1.4 (colored)

Remove duplicate EMFILE description.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jan 3 11:50:47 2007 UTC (17 years, 3 months ago) by cbiere
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored) to selected 1.4 (colored)

Fixed wrong and illogical statement:
fcntl() F_DUPFD does NOT set FD_CLOEXEC for the new file descriptor.

Revision 1.31 / (download) - annotate - [select for diffs], Thu May 13 10:20:58 2004 UTC (19 years, 11 months ago) by wiz
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.30: +4 -4 lines
Diff to previous 1.30 (colored) to selected 1.4 (colored)

\- is a minus, not -.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jan 5 00:34:34 2004 UTC (20 years, 3 months ago) by christos
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.29: +9 -2 lines
Diff to previous 1.29 (colored) to selected 1.4 (colored)

Document F_MAXFD, F_CLOSEM

Revision 1.29 / (download) - annotate - [select for diffs], Thu Aug 7 16:43:57 2003 UTC (20 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.28: +2 -6 lines
Diff to previous 1.28 (colored) to selected 1.4 (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.28 / (download) - annotate - [select for diffs], Wed Apr 16 13:34:51 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.4 (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.27 / (download) - annotate - [select for diffs], Sun Mar 2 14:41:11 2003 UTC (21 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored) to selected 1.4 (colored)

Add missing .Pp

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 18 11:33:03 2003 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 (colored) to selected 1.4 (colored)

Merge the nathanw_sa branch.

Revision 1.18.6.4 / (download) - annotate - [select for diffs], Fri Oct 18 02:16:50 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.18.6.3: +26 -17 lines
Diff to previous 1.18.6.3 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.4 (colored)

Catch up to -current.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 1 18:10:44 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) to selected 1.4 (colored)

New sentence, new line. From Robert Elz.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Sep 24 23:58:54 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.23: +12 -12 lines
Diff to previous 1.23 (colored) to selected 1.4 (colored)

Better mdoc.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Sep 17 21:35:37 2002 UTC (21 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.22: +13 -5 lines
Diff to previous 1.22 (colored) to selected 1.4 (colored)

document FD_CLOEXEC from FreeBSD.

Revision 1.18.6.3 / (download) - annotate - [select for diffs], Fri Mar 22 20:42:36 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.6.2: +1 -1 lines
Diff to previous 1.18.6.2 (colored) to branchpoint 1.18 (colored) to selected 1.4 (colored)

Catch up to -current.

Revision 1.18.6.2 / (download) - annotate - [select for diffs], Fri Mar 8 21:36:17 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.6.1: +2 -2 lines
Diff to previous 1.18.6.1 (colored) to branchpoint 1.18 (colored) to selected 1.4 (colored)

Catch up to -current.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 8 01:28:17 2002 UTC (22 years, 2 months ago) by ross
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: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.4 (colored)

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

Revision 1.18.6.1 / (download) - annotate - [select for diffs], Mon Oct 8 20:21:40 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18: +13 -9 lines
Diff to previous 1.18 (colored) to selected 1.4 (colored)

Catch up to -current.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Sep 16 02:13:27 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.4 (colored)

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

Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 16 01:39:00 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored) to selected 1.4 (colored)

Boring whitespace fixes.

Revision 1.19 / (download) - annotate - [select for diffs], Sat May 5 19:48:04 2001 UTC (22 years, 11 months ago) by kleink
Branch: MAIN
CVS Tags: kqueue-base, kqueue
Changes since 1.18: +7 -3 lines
Diff to previous 1.18 (colored) to selected 1.4 (colored)

Document l_type usage explicitly; fixes PR misc/10325.

Revision 1.17.4.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:29:47 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.4 (colored)

Pull up to last week's -current.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 2 21:42:36 1999 UTC (24 years, 4 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
Branch point for: nathanw_sa
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored) to selected 1.4 (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 May 24 23:06:00 1999 UTC (24 years, 11 months ago) by ross
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored) to selected 1.4 (colored)

See the incredible, morphing, fcntl(2) parameter #3 change again!
This time, it actually matches the prototype and the 1003.1 definition.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 25 18:37:06 1999 UTC (25 years, 1 month ago) by perry
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
Changes since 1.15: +16 -5 lines
Diff to previous 1.15 (colored) to selected 1.4 (colored)

fix to note that arg is void * but is used by some commands as an int

Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 24 06:34:58 1999 UTC (25 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored) to selected 1.4 (colored)

Remove spurious .ne's.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 22 19:45:02 1999 UTC (25 years, 1 month ago) by garbled
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.4 (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.13 / (download) - annotate - [select for diffs], Sat Aug 29 08:32:36 1998 UTC (25 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.12: +7 -7 lines
Diff to previous 1.12 (colored) to selected 1.4 (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.12 / (download) - annotate - [select for diffs], Tue Apr 28 22:28:30 1998 UTC (25 years, 11 months ago) by fair
Branch: MAIN
Changes since 1.11: +14 -11 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

fix mdoc references

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Thu Nov 6 22:33:52 1997 UTC (26 years, 5 months ago) by mellon
Branch: netbsd-1-3
CVS Tags: 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
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.4 (colored)

Pull rev 1.11 up from trunk (fair)

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 6 10:44:09 1997 UTC (26 years, 5 months ago) by fair
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

correct documentation: lock contention returns EAGAIN, not EACCES, per PR#4369 and UTSL.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 19 04:40:03 1997 UTC (26 years, 8 months ago) by mikel
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

fix typo; from <entropy@tardis.bernstein.com> in PR lib/4006

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 14 23:19:56 1997 UTC (26 years, 9 months ago) by kleink
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 10 07:44:49 1997 UTC (26 years, 9 months ago) by mikel
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

xref execve(2), getdtablesize(3) instead of execv(2), getdtablesize(2)

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 16 15:18:22 1997 UTC (26 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

Note 1003.1 conformance.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 27 12:32:29 1995 UTC (29 years, 1 month 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.5: +281 -14 lines
Diff to previous 1.5 (colored) to selected 1.4 (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:25 1995 UTC (29 years, 1 month ago) by cgd
Branch: WFJ-920714, CSRG
CVS Tags: lite-2, lite-1
Changes since 1.1.1.1: +280 -14 lines
Diff to previous 1.1.1.1 (colored) to selected 1.4 (colored)

from Lite

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Mon Oct 17 23:58:11 1994 UTC (29 years, 6 months ago) by cgd
Branch: netbsd-1-0
CVS Tags: 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
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

from trunk.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 17 23:49:12 1994 UTC (29 years, 6 months ago) by cgd
Branch: MAIN
CVS Tags: ivory_soap
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

either change or update references to sigvec(), as appropriate

Revision 1.4 / (download) - annotate - [selected], Wed Dec 15 17:36:56 1993 UTC (30 years, 4 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Tell user to #include <fcntl.h>, not <sys/fcntl.h> or <sys/file.h>.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 25 00:38:39 1993 UTC (30 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.4 (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:43:12 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

Add RCS indentifiers.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month 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) to selected 1.4 (colored)

initial import of 386bsd-0.1 sources

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

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>