Module Name:src
Committed By: tron
Date: Sun Feb 19 18:52:06 UTC 2012
Modified Files:
src/doc: CHANGES CHANGES.prev
Log Message:
Postfix 2.8.8 will be part of the NetBSD 6.0 release.
To generate a diff of this commit:
cvs rdiff -u -r1.1675 -r1.1676 src/doc/CHANGES
cvs rd
Module Name:src
Committed By: tron
Date: Wed Feb 22 00:15:58 UTC 2012
Modified Files:
src/doc: CHANGES CHANGES.prev
Log Message:
Move entries for things that have been pulled up into the "netbsd-6"
branch to the list of changes in the previous release.
To generate a diff
Module Name:src
Committed By: tron
Date: Sat Feb 25 09:19:31 UTC 2012
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
Four instances of atabus(4) are not enough for modern systems as the
system will report one instance for each SATA port. Create eight
device nodes by de
Module Name:src
Committed By: tron
Date: Tue Feb 28 07:47:50 UTC 2012
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add Chip File System.
To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/arch/i386/conf/ALL
Please note that diffs are not
Module Name:src
Committed By: tron
Date: Wed Feb 29 20:07:58 UTC 2012
Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64
Module Name:xsrc
Committed By: tron
Date: Wed Feb 29 20:08:50 UTC 2012
Removed Files:
xsrc/external/mit/expat/dist: COPYING Changes MANIFEST Makefile.in
README configure configure.in expat.dsw expat_config.h.in
xsrc/external/mit/expat/dist/amiga: Makefil
Module Name:src
Committed By: tron
Date: Sun Oct 24 17:44:32 UTC 2010
Modified Files:
src/lib/libc/stdio: ftell.c local.h
Log Message:
Replace _FPOS_OVERFLOW() macro with a static inline function called
__fpos_overflow() that doesn't cause any lint warnings.
To generate
Module Name:src
Committed By: tron
Date: Sun Oct 24 17:53:27 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.c
Log Message:
Double the size of the allocate environment vector when we resize it.
This should speed up extending the environment via setenv(3).
To generat
Module Name:src
Committed By: tron
Date: Mon Oct 25 08:19:47 UTC 2010
Modified Files:
src/bin/cp: utils.c
Log Message:
Re-enable support for reading files smaller of at most 8MB via mmap(2).
Write out the mmap-ed data in small chunks to avoid locking the output
file for a
Module Name:src
Committed By: tron
Date: Sat Nov 13 18:52:55 UTC 2010
Modified Files:
src/tests/lib/libc/stdlib: t_environment.c
Log Message:
Improve testing of environment handling:
1.) Always check the return value of setenv(3) and unsetenv(3).
2.) Test that calling sete
Module Name:src
Committed By: tron
Date: Sat Nov 13 21:08:37 UTC 2010
Modified Files:
src/tests/lib/libc/stdlib: t_environment.c
Log Message:
Add a test for getenv(3) which fails at the moment because it doesn't
handle "=" in variable names properly.
I'll send out a diff
Module Name:src
Committed By: tron
Date: Sun Nov 14 18:11:43 UTC 2010
Modified Files:
src/lib/libc/compat/stdlib: compat_unsetenv.c
src/lib/libc/gen: popen.c
src/lib/libc/misc: initfini.c
src/lib/libc/stdlib: Makefile.inc getenv.c local.h putenv.c se
Module Name:src
Committed By: tron
Date: Sun Nov 14 18:15:08 UTC 2010
Modified Files:
src/tests/lib/libc/stdlib: t_environment.c
Log Message:
Update tests for *env(3):
- Introduce randomness into "t_setenv" to avoid freeing environment
variables exactly in the order they
Module Name:src
Committed By: tron
Date: Sun Nov 14 19:19:25 UTC 2010
Modified Files:
src/tests/lib/libc/stdlib: Makefile t_environment.c
Log Message:
Add a new regression test "t_threaded" which tests using getenv_r(3),
putenv(3), setenv(3) and unsetenv(3) concurrently.
Module Name:src
Committed By: tron
Date: Sun Nov 14 20:37:02 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.c
Log Message:
Set errno to ENOENT if we reject the environment variable name in
getenv_r() instead of leaving it unchanged.
To generate a diff of this commi
Module Name:src
Committed By: tron
Date: Sun Nov 14 22:04:37 UTC 2010
Modified Files:
src/lib/libc/include: env.h
src/lib/libc/stdlib: _env.c getenv.c
Log Message:
1.) Rename internal function __findvar() to __findenvvar().
2.) Add a wrapper function __findenv() wh
Module Name:src
Committed By: tron
Date: Sun Nov 14 22:09:16 UTC 2010
Modified Files:
src/libexec/ld.elf_so: xenv.c
Log Message:
Don't use internal libc function __findenv().
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/libexec/ld.elf_so/xenv.c
Please
Module Name:src
Committed By: tron
Date: Sun Nov 14 22:25:24 UTC 2010
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
Don't use internal libc function __findenv().
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/lib/libpthread/pthread.c
Pl
Module Name:src
Committed By: tron
Date: Tue Nov 16 17:23:10 UTC 2010
Modified Files:
src/lib/libc/stdlib: _env.c
Log Message:
Implement mark & sweep garbage collection as suggested by Enami Tsugutomo
on "current-users" mailing list. Garbage collection is performed if:
1.)
Module Name:src
Committed By: tron
Date: Wed Nov 17 08:55:27 UTC 2010
Modified Files:
src/tests/lib/libc/stdlib: t_environment_pth.c
Log Message:
Put my name in the author section.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_en
Module Name:src
Committed By: tron
Date: Wed Nov 17 13:19:32 UTC 2010
Modified Files:
src/common/lib/libc/gen: rb.c
src/lib/libc/include: namespace.h
Log Message:
Provide proper namespace protection for rbtree(3) because it is now
used by "libc" internally.
To ge
Module Name:src
Committed By: tron
Date: Wed Nov 17 13:25:54 UTC 2010
Modified Files:
src/lib/libc/stdlib: _env.c
Log Message:
Include "namespace.h" to get namespace protection.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/_env.c
Pleas
Module Name:xsrc
Committed By: tron
Date: Thu Nov 18 08:57:32 UTC 2010
Update of /cvsroot/xsrc/external/mit
In directory ivanova.netbsd.org:/tmp/cvs-serv1036
Log Message:
Import version 1.5 of the "xorg-docs" package:
The documentation in this package is from xc/doc in the monolit
Module Name:src
Committed By: tron
Date: Thu Nov 18 18:47:36 UTC 2010
Modified Files:
src/external/mit/xorg/share: Makefile
Added Files:
src/external/mit/xorg/share/man: Makefile
src/external/mit/xorg/share/man/man7: Makefile
Log Message:
Build and install
Module Name:src
Committed By: tron
Date: Thu Nov 18 18:48:05 UTC 2010
Modified Files:
src/distrib/sets/lists/xbase: mi
Log Message:
Add new X.org manual pages from "xorg-docs" package.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/distrib/sets/lists/x
Module Name:src
Committed By: tron
Date: Tue Nov 16 14:03:47 UTC 2010
Modified Files:
src/tests/lib/libc/stdlib: Makefile t_environment.c
Added Files:
src/tests/lib/libc/stdlib: t_environment_pth.c
Log Message:
Split threaded environment test for the other environm
Module Name:src
Committed By: tron
Date: Tue Nov 16 14:04:12 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Add new "t_environment_pth" test to the set lists.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/distrib/sets/lists/t
Module Name:src
Committed By: tron
Date: Sat Nov 27 10:41:18 UTC 2010
Modified Files:
src/external/ibm-public/postfix/dist/html: postconf.5.html
src/external/ibm-public/postfix/dist/man/man5: postconf.5
src/external/ibm-public/postfix/dist/proto: postconf.pr
Module Name:src
Committed By: tron
Date: Sat Nov 27 11:44:23 UTC 2010
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note that Postfix 2.7.2 was imported.
To generate a diff of this commit:
cvs rdiff -u -r1.788 -r1.789 src/doc/3RDPARTY
cvs rdiff -u -r1.1462 -r1.1
Module Name:src
Committed By: tron
Date: Tue Dec 14 14:08:43 UTC 2010
Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
src/external/cddl/osnet/dist/uts/common/sys: debug.h note.h
Log Message:
Get DTrace to build again.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tron
Date: Wed Jan 12 12:52:14 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Remove duplicate entries for "usr/tests/lib/libc/getaddrinfo" and mark
the remaining entries as obsolete.
To generate a diff of this commit
Module Name:src
Committed By: tron
Date: Wed Jan 12 16:08:12 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Put back entries for obsolete debugging directories. They weren't
duplicates. Problem pointed out by Paul Goyette in private e-mail.
To gen
Module Name:src
Committed By: tron
Date: Wed Jan 12 19:52:16 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Fix entries for debugging binaries of Atf-ified "getaddrinfo tests.
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/dis
Module Name:src
Committed By: tron
Date: Mon Jan 17 22:04:14 UTC 2011
Modified Files:
src/doc: 3RDPARTY
Log Message:
Update information about "binutils":
- We are using version 2.19.1.
- Add (L)GPLv3 to the list of licenses.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: tron
Date: Sat Jan 22 12:06:51 UTC 2011
Modified Files:
src/sys/compat/ndis: nbcompat.h
Log Message:
Fix build of ndiscvt(8). Not sure what broke it in the first place.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/co
Module Name:src
Committed By: tron
Date: Sun Feb 13 20:17:26 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Add "npf" to the list of startup scripts that get checked.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/usr.sbi
Module Name:src
Committed By: tron
Date: Sun Feb 13 20:25:35 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Install "etc/gpio.conf" if it is missing.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/usr.sbin/postinstall/pos
Module Name:src
Committed By: tron
Date: Tue Feb 15 23:17:02 UTC 2011
Modified Files:
src/external/ibm-public/postfix: Makefile.inc
Log Message:
Move default definition of "PKGROOT" inside the "HAVE_CYRUS_SASL" block
as it shouldn't be used anywhere else.
To generate a d
Module Name:src
Committed By: tron
Date: Wed Feb 16 20:20:25 UTC 2011
Modified Files:
src/lib/libc/gen: getcwd.c
Log Message:
Fix build with SSP enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/gen/getcwd.c
Please note that diffs are n
Module Name:src
Committed By: tron
Date: Wed Feb 16 22:35:41 UTC 2011
Modified Files:
src/lib/librumpclient: rumpclient.h
Log Message:
Include "sys/null.h" to get the definition of NULL.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/librumpclient/r
Module Name:src
Committed By: tron
Date: Tue Feb 22 17:32:49 UTC 2011
Modified Files:
src/lib/librumpclient: Makefile
Log Message:
Remove "NOLINT" setting that was apparently committed by accident and
breaks the build.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: tron
Date: Fri Feb 25 10:45:57 UTC 2011
Modified Files:
src/sys/net80211: ieee80211_radiotap.h
Log Message:
Remove duplicate definitions which break the build.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/net80211/ie
Module Name:src
Committed By: tron
Date: Wed Mar 2 19:56:40 UTC 2011
Modified Files:
src/external/ibm-public/postfix/dist/README_FILES:
ADDRESS_VERIFICATION_README INSTALL TLS_README
src/external/ibm-public/postfix/dist/conf: master.cf postfix-files
Module Name:src
Committed By: tron
Date: Wed Mar 2 20:12:29 UTC 2011
Modified Files:
src/external/ibm-public/postfix/lib/global: Makefile
src/external/ibm-public/postfix/lib/util: Makefile
src/external/ibm-public/postfix/libexec/smtpd: Makefile
Log Message
Module Name:src
Committed By: tron
Date: Wed Mar 2 22:24:57 UTC 2011
Modified Files:
src/external/ibm-public/postfix/lib/masterlib: Makefile
src/external/ibm-public/postfix/lib/tls: Makefile
src/external/ibm-public/postfix/lib/util: Makefile
src/ext
Module Name:src
Committed By: tron
Date: Wed Mar 2 22:25:54 UTC 2011
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/misc: mi
Log Message:
Update for set lists fo
Module Name:src
Committed By: tron
Date: Wed Mar 2 22:42:01 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix with update to version 2.8.1.
To generate a diff of this commit:
cvs rdiff -u -r1.816 -r1.817 src/doc/3RDPARTY
cvs rdiff -u -r1.1515 -r1.1
Module Name:src
Committed By: tron
Date: Wed Mar 9 20:13:47 UTC 2011
Modified Files:
src/tests/fs/ffs: Makefile
Log Message:
Don't descend into non-existing subdirectory "clients".
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/fs/ffs/Makefile
Module Name:src
Committed By: tron
Date: Sat Mar 12 11:32:11 UTC 2011
Modified Files:
src/share/misc: acronyms
Log Message:
Add AGM (annual general meeting).
To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 src/share/misc/acronyms
Please note that diffs a
Module Name:src
Committed By: tron
Date: Sat Mar 12 14:19:25 UTC 2011
Modified Files:
src/external/bsd/tmux/usr.bin/tmux: Makefile
Log Message:
Disable SSP warnings for a few files to make this build with "USE_SSP=yes".
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: tron
Date: Wed Mar 23 19:10:45 UTC 2011
Modified Files:
src/external/ibm-public/postfix/dist: makedefs
src/external/ibm-public/postfix/dist/src/global: mail_params.h
Log Message:
Resolve conflict from last import.
To generate a diff
Module Name:src
Committed By: tron
Date: Wed Mar 23 20:22:33 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of Postfix 2.8.2.
To generate a diff of this commit:
cvs rdiff -u -r1.825 -r1.826 src/doc/3RDPARTY
cvs rdiff -u -r1.1527 -r1.1528 src/
Module Name:src
Committed By: tron
Date: Wed Mar 30 19:59:04 UTC 2011
Modified Files:
src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c
Log Message:
Fix build of "radeondrm" kernel module.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/sys/e
Module Name:src
Committed By: tron
Date: Mon Apr 11 17:16:43 UTC 2011
Modified Files:
src/tests/lib/libc/locale: Makefile
Log Message:
Fix build with stack smash protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/Mak
Module Name:src
Committed By: tron
Date: Sun Apr 17 12:52:26 UTC 2011
Modified Files:
src/tools/libctf: Makefile
src/tools/libdwarf: Makefile
src/tools/libelf: Makefile
Log Message:
Set "HOSTLIB" before including "bsd.own.mk" to get the destination
director
Module Name:src
Committed By: tron
Date: Sun Apr 17 12:54:23 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't
understand that option. This should unbreak tool builds.
To generate a diff of th
Module Name:src
Committed By: tron
Date: Sat Apr 23 16:46:51 UTC 2011
Modified Files:
src/share/man/man4: wm.4
Log Message:
Add and entry for the Intel i82545GM with external PHY which works fine:
wm0 at pci1 dev 1 function 0: Intel i82545GM 1000BASE-T Ethernet, rev. 4
wm
Module Name:src
Committed By: tron
Date: Sun Apr 24 11:32:36 UTC 2011
Modified Files:
src/sys/arch/sparc/include: ieeefp.h
Log Message:
Don't define "fenv_t" and "fexcept_t" for NetBSD/sparc64 because the
definitions clash with "/usr/include/sparc64/fenv.h".
This fixes th
Module Name:src
Committed By: tron
Date: Fri Apr 29 15:21:44 UTC 2011
Modified Files:
src/external/ibm-public/postfix: Makefile.inc
Log Message:
Remove (off by default) option to build Postfix with Cyrus SASL support.
As "libsasl" integration can now be considered stable i
Module Name:src
Committed By: tron
Date: Wed May 11 09:37:52 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix has been updated to version 2.8.3.
To generate a diff of this commit:
cvs rdiff -u -r1.835 -r1.836 src/doc/3RDPARTY
cvs rdiff -u -r1.1545
Module Name:src
Committed By: tron
Date: Sat May 28 15:24:49 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
Added Files:
src/tests/kernel: t_pollts.c
Log Message:
Add two test cases for pollts(2):
- The first tests basi
Module Name:src
Committed By: tron
Date: Sat May 28 16:07:44 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: signals.c
Log Message:
Fix rump build which got broken by the fix for PR kern/44986.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/
Module Name:src
Committed By: tron
Date: Sat May 28 16:12:56 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_pollts.c
Removed Files:
src/tests/
Module Name:src
Committed By: tron
Date: Sun May 29 12:57:14 UTC 2011
Modified Files:
src/tests/syscall: t_pollts.c
Log Message:
Don't use assert(3) for expressions with side effects on request by
by Christos Zoulas. Use ATF_REQUIRE() and ATF_REQUIRE_EQ() instead.
Also us
Module Name:src
Committed By: tron
Date: Wed Jun 1 19:32:51 UTC 2011
Modified Files:
src/tests/syscall: t_pollts.c
Log Message:
pollts(2) is supposed to return -1 in particular and not a random
non-zero value in case of an error.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: tron
Date: Wed Jun 1 19:43:10 UTC 2011
Modified Files:
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_poll.c
Log Message:
Add a regression test for poll(2) based on the test for pollts(2).
To generate a diff of this c
Module Name:src
Committed By: tron
Date: Wed Jun 1 19:45:08 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Add new test "syscall/t_poll".
To generate a diff of this commit:
cvs rdiff -u -r1.341 -r1.342 src/distrib/sets/lists/tests/mi
Please note
Module Name:src
Committed By: tron
Date: Sun Jul 21 15:29:04 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: Makefile
Log Message:
Fix build with stack-protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libexecinfo/Makefile
Module Name:src
Committed By: tron
Date: Sat Aug 10 23:25:35 UTC 2013
Modified Files:
src/sbin/newfs_udf: udf_create.c
Log Message:
Fix tool build under Mac OS X by using gettimeofday(2) instead of
clock_gettime(2). This needs a proper auto-config check.
To generate a di
Module Name:src
Committed By: tron
Date: Wed Aug 21 19:48:35 UTC 2013
Modified Files:
src/doc: 3RDPARTY
Log Message:
Postfix 2.9.7 and 2.10.1 are out.
To generate a diff of this commit:
cvs rdiff -u -r1.1049 -r1.1050 src/doc/3RDPARTY
Please note that diffs are not publi
Module Name:src
Committed By: tron
Date: Wed Aug 21 20:12:31 UTC 2013
Modified Files:
src/external/ibm-public/postfix/dist/README_FILES: TLS_README
src/external/ibm-public/postfix/dist/html: TLS_README.html
postconf.5.html
src/external/ibm-public
Module Name:src
Committed By: tron
Date: Wed Aug 21 20:22:35 UTC 2013
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
Remove obsolete directories "/usr/share/locale/no_NO.ISO8859-15" and
"/usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES".
To generate a diff of
Module Name:src
Committed By: tron
Date: Wed Aug 21 20:51:57 UTC 2013
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
"/usr/share/locale/ko_KR.UTF-8/LC_CTYPE" is not obsolete. It gets built
and installed. Correct the set entry to reflect that.
To generate a
Module Name:src
Committed By: tron
Date: Wed Aug 21 20:52:45 UTC 2013
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
Remove more obsolete directories:
- /usr/include/gcc-4.1
- /usr/share/locale/no_NO.ISO8859-1
- /usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES
Module Name:src
Committed By: tron
Date: Wed Aug 21 21:17:37 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix 2.9.7 was imported.
To generate a diff of this commit:
cvs rdiff -u -r1.1050 -r1.1051 src/doc/3RDPARTY
cvs rdiff -u -r1.1844 -r1.1845 src/
Module Name:src
Committed By: tron
Date: Thu Aug 22 07:14:38 UTC 2013
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
Re-add "/usr/include/gcc-4.1". It is only obsolete on ports that use
GCC 4.5.x. Explanation provided by Thomas Klausner in private e-mail.
T
Module Name:src
Committed By: tron
Date: Wed Sep 4 19:35:05 UTC 2013
Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv10121
Log Message:
Import version 458 of "less". Changes since version 444:
* Allow backslash escaping of metacharacters
Module Name:src
Committed By: tron
Date: Wed Sep 4 20:02:10 UTC 2013
Modified Files:
src/external/bsd/less/dist: jump.c
Log Message:
Don't ring the terminal bell if the user forward-searches for a string
that appears in the first displayed line.
This patch was supplied b
Module Name:src
Committed By: tron
Date: Wed Sep 4 19:51:37 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Version 458 of less(1) was imported.
To generate a diff of this commit:
cvs rdiff -u -r1.1052 -r1.1053 src/doc/3RDPARTY
cvs rdiff -u -r1.1845 -r1.
Module Name:src
Committed By: tron
Date: Wed Sep 4 19:44:21 UTC 2013
Modified Files:
src/external/bsd/less/dist: brac.c ch.c charset.c charset.h cmd.h
cmdbuf.c command.c cvt.c decode.c defines.h edit.c filename.c
forwback.c funcs.h help.c ifile.c in
Module Name:src
Committed By: tron
Date: Mon Sep 9 10:21:28 UTC 2013
Modified Files:
src/lib/libc/stdlib: _env.c
Log Message:
Don't scrub the environment unless we are going to change it. This should
prevent crashes in applications which carefully and manually construct
a
Module Name:src
Committed By: tron
Date: Fri Sep 20 06:43:57 UTC 2013
Modified Files:
src/sbin/raidctl: raidctl.8
Log Message:
Note that NetBSD/amd64 can boot of RAID volumes.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sbin/raidctl/raidctl.8
Pleas
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:12:35 UTC 2013
Modified Files:
src/external/ibm-public/postfix/dist: makedefs postfix-install
src/external/ibm-public/postfix/dist/README_FILES:
ADDRESS_VERIFICATION_README INSTALL TLS_README
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:25:08 UTC 2013
Modified Files:
src/external/ibm-public/postfix/lib/global: Makefile
src/external/ibm-public/postfix/lib/util: Makefile
src/external/ibm-public/postfix/libexec/master: Makefile
src
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:35:59 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix 2.10.2 was imported.
To generate a diff of this commit:
cvs rdiff -u -r1.1055 -r1.1056 src/doc/3RDPARTY
cvs rdiff -u -r1.1848 -r1.1849 src
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:39:47 UTC 2013
Modified Files:
src/external/ibm-public/postfix/sbin/postconf: Makefile
Log Message:
Update list of generated header files.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/externa
Module Name:src
Committed By: tron
Date: Wed Nov 6 21:05:27 UTC 2013
Modified Files:
src/lib/libc/string: stpcpy.c stpncpy.c
Log Message:
Fix build problems.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/stpcpy.c \
src/lib/libc/stri
Module Name:src
Committed By: tron
Date: Wed Nov 6 21:33:12 UTC 2013
Modified Files:
src/include/ssp: string.h
Log Message:
Add missing declarations for SSP versions of stpcpy(3) and stpncpy(3).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/ssp
Module Name:src
Committed By: tron
Date: Wed Nov 6 21:44:44 UTC 2013
Modified Files:
src/gnu/dist/gettext/gettext-tools/lib: stpcpy.h
Log Message:
Fix build problem caused by definition of SSP version of stpcpy(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1.1
Module Name:src
Committed By: tron
Date: Wed Nov 6 23:32:04 UTC 2013
Modified Files:
src/gnu/usr.bin/gettext/libnlsut: Makefile
Log Message:
Don't attempt to build "stpcpy.c" and "stpncpy.c". NetBSD provides these
functions and these implementation don't build because of
Module Name:src
Committed By: tron
Date: Thu Nov 7 00:02:59 UTC 2013
Modified Files:
src/include/ssp: string.h
Log Message:
Revert my last change. I'm not convinced it is correct and while it seems
to fix some build problems it might cause others.
To generate a diff of
Module Name:src
Committed By: tron
Date: Wed Nov 27 20:31:01 UTC 2013
Modified Files:
src/external/bsd/nvi/dist/common: exf.c
Log Message:
Fix compiler error caused by last change:
db_env_create() returns an integer. So we must not compare its return
value with NULL.
To
Module Name:src
Committed By: tron
Date: Sat Jan 18 17:09:04 UTC 2014
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix was updated to version 2.10.3.
To generate a diff of this commit:
cvs rdiff -u -r1.1087 -r1.1088 src/doc/3RDPARTY
cvs rdiff -u -r1.1881 -r
Module Name:src
Committed By: tron
Date: Sat Jan 18 18:37:30 UTC 2014
Modified Files:
src/lib/librumphijack: Makefile
Log Message:
Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"
is set to "yes" to fix build problems caused by the recent change to
Module Name:src
Committed By: tron
Date: Tue Apr 3 08:18:11 UTC 2018
Modified Files:
src/external/mit/xorg/lib/libxcb/dri3: Makefile
Log Message:
Fix build with "USE_SSP=yes".
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libxcb/d
Module Name:src
Committed By: tron
Date: Fri Aug 21 08:19:28 UTC 2015
Modified Files:
src/external/gpl3/gdb/lib/libbfd: Makefile
Log Message:
Fix build with "USE_SSP=yes".
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/lib/libbfd/Makefi
Module Name:src
Committed By: tron
Date: Fri Sep 11 08:02:20 UTC 2015
Modified Files:
src/doc: 3RDPARTY
Log Message:
XFree86 was removed from the source tree.
To generate a diff of this commit:
cvs rdiff -u -r1.1252 -r1.1253 src/doc/3RDPARTY
Please note that diffs are n
Module Name:src
Committed By: tron
Date: Sat Sep 12 08:20:44 UTC 2015
Update of /cvsroot/src/external/ibm-public/postfix/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv24166
Log Message:
Import Postfix 2.11.6. Changes since version 2.11.4:
- Preparation for OpenSSL 1.2 API chan
Module Name:src
Committed By: tron
Date: Sat Sep 12 08:23:24 UTC 2015
Modified Files:
src/external/ibm-public/postfix/dist: makedefs
src/external/ibm-public/postfix/dist/README_FILES: TLS_README
src/external/ibm-public/postfix/dist/html: TLS_README.html
Module Name:src
Committed By: tron
Date: Sat Sep 12 09:49:21 UTC 2015
Modified Files:
src/doc: 3RDPARTY
Log Message:
Postfix 2.11.6 has been imported.
To generate a diff of this commit:
cvs rdiff -u -r1.1253 -r1.1254 src/doc/3RDPARTY
Please note that diffs are not publi
201 - 300 of 312 matches
Mail list logo