Up to [cvs.NetBSD.org] / src / lib / libc / gen
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 27 08:21:07 2011 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
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,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
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,
HEAD
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Various minor improvements.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 26 16:42:41 2011 UTC (22 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.16: +8 -2
lines
Diff to previous 1.16 (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.16.14.2 / (download) - annotate - [select for diffs], Thu Aug 2 23:45:11 2007 UTC (5 years, 9 months ago) by wiz
Branch: matt-mips64
Changes since 1.16.14.1: +202 -0
lines
Diff to previous 1.16.14.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
Add xref to shquote(3), suggested by joerg. Bump date.
Revision 1.16.14.1, Thu Aug 2 23:45:10 2007 UTC (5 years, 9 months ago) by wiz
Branch: matt-mips64
Changes since 1.16: +0 -202
lines
FILE REMOVED
file popen.3 was added on branch matt-mips64 on 2007-08-02 23:45:11 +0000
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 2 23:45:10 2007 UTC (5 years, 9 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,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
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-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-premerge-20101231,
matt-mips64-base2,
matt-mips64-base,
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,
cube-autoconf-base,
cube-autoconf,
christos-time_t-nbase,
christos-time_t-base,
christos-time_t,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: matt-mips64
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
Add xref to shquote(3), suggested by joerg. Bump date.
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Thu Jul 15 19:15:14 2004 UTC (8 years, 10 months ago) by he
Branch: netbsd-2-0
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-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
Changes since 1.13: +9 -2
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Pull up revisions 1.14-1.15 (requested by kleink in ticket #658): Add a STANDARDS section; fixes PR#25957.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Jul 14 20:10:14 2004 UTC (8 years, 10 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,
hpcarm-cleanup,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump date for previous.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 14 19:12:26 2004 UTC (8 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.13: +8 -1
lines
Diff to previous 1.13 (colored)
Add a STANDARDS section; noted by Peter Bex in PR standards/25957.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 7 16:42:55 2003 UTC (9 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.12: +2 -6
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Wed Apr 16 13:34:38 2003 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Sun Mar 2 14:08:24 2003 UTC (10 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Grammar fix in return values section.
Revision 1.8.12.3 / (download) - annotate - [select for diffs], Fri Mar 22 20:42:11 2002 UTC (11 years, 2 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.8.12.2: +1 -1
lines
Diff to previous 1.8.12.2 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
Catch up to -current.
Revision 1.8.12.2 / (download) - annotate - [select for diffs], Fri Mar 8 21:35:13 2002 UTC (11 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.8.12.1: +2 -2
lines
Diff to previous 1.8.12.1 (colored) to branchpoint 1.8 (colored)
Catch up to -current.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 7 07:00:16 2002 UTC (11 years, 3 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,
nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Generate <>& symbolically.
Revision 1.8.12.1 / (download) - annotate - [select for diffs], Mon Oct 8 20:19:18 2001 UTC (11 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.8: +11 -11
lines
Diff to previous 1.8 (colored)
Catch up to -current.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 16 02:57:04 2001 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.8: +11 -11
lines
Diff to previous 1.8 (colored)
Standardize section headers, sort sections, sort SEE ALSO, punctuation and misc. fixes.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 28 20:11:35 1998 UTC (15 years, 1 month ago) by fair
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
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,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
minoura-xpg4dl-base,
minoura-xpg4dl,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: nathanw_sa
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Fix mdoc .Xr reference for syntax or correctness (e.g. exec(2) versus exec(3)). Make other mdoc corrections as inspection dictated.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 5 18:47:36 1998 UTC (15 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
add LIBRARY section to man page
Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 2 02:41:27 1998 UTC (15 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.5: +30 -18
lines
Diff to previous 1.5 (colored)
merge/update to lite-2
Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 2 00:11:18 1998 UTC (15 years, 3 months ago) by perry
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2
Changes since 1.1.1.2: +29 -17
lines
Diff to previous 1.1.1.2 (colored)
import lite-2
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 25 08:51:29 1995 UTC (18 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: nsswitch,
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,
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.4: +2 -0
lines
Diff to previous 1.4 (colored)
clean up Id's on files previously imported...
Revision 1.4 / (download) - annotate - [select for diffs], Sat May 7 03:03:12 1994 UTC (19 years ago) by cgd
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.3: +1 -2
lines
Diff to previous 1.3 (colored)
clean up conflicts
Revision 1.3 / (download) - annotate - [select for diffs], Fri May 6 18:44:23 1994 UTC (19 years ago) by jtc
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
merge our changes into 4.4lite
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Fri May 6 18:26:03 1994 UTC (19 years ago) by jtc
Branch: WFJ-920714,
CSRG
CVS Tags: lite-1
Changes since 1.1.1.1: +4 -4
lines
Diff to previous 1.1.1.1 (colored)
44lite code
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 30 08:38:04 1993 UTC (19 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add RCS identifiers.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (20 years, 2 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 (20 years, 2 months ago) by cgd
Branch: MAIN
Initial revision