Module Name:src
Committed By: tron
Date: Thu Jun 17 20:14:01 UTC 2010
Modified Files:
src/doc: 3RDPARTY
Log Message:
Note that Postfix was updated to version 2.7.1.
To generate a diff of this commit:
cvs rdiff -u -r1.767 -r1.768 src/doc/3RDPARTY
Please note that diffs a
Module Name:src
Committed By: tron
Date: Thu Jul 8 20:12:37 UTC 2010
Modified Files:
src/lib/libc/rpc: svc.c
Log Message:
Explicitly cast argument of ffs(3) to fix lint error.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/rpc/svc.c
Please n
Module Name:src
Committed By: tron
Date: Thu Jul 8 21:43:58 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
Add HTML version of ballon(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1225 -r1.1226 src/distrib/sets/lists/man/mi
Please note t
Module Name:src
Committed By: tron
Date: Thu Jul 8 22:01:34 UTC 2010
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Add directories for "x86" manual page category.
To generate a diff of this commit:
cvs rdiff -u -r1.875 -r1.876 src/distrib/sets/lists/base/
Module Name:src
Committed By: tron
Date: Sat Jul 17 10:51:04 UTC 2010
Modified Files:
src/usr.bin/progress: progress.c
Log Message:
Fix argument handling of the "-b" option on 64bit platforms. Using
"-b 1024k" would previously fail with this error message:
progress: buffe
Module Name:src
Committed By: tron
Date: Wed Aug 4 19:23:15 UTC 2010
Modified Files:
src/external/bsd/wpa/bin/wpa_cli: Makefile
Log Message:
Don't enable readline support for "wpa_cli" as "libedit" doesn't provide
the necessary rl_on_new_line function.
To generate a dif
Module Name:src
Committed By: tron
Date: Sat Aug 21 16:17:40 UTC 2010
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
Add support for parsing the data format "@" e.g.
"@735275209" for "Tue Apr 20 03:06:49 UTC 1993". This change was inspired
by coreutil's "date" u
Module Name:src
Committed By: tron
Date: Fri Aug 27 16:29:13 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Add unformatted version of psiginfo(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1504 -r1.1505 src/distrib/sets/lists/comp/mi
Pl
Module Name:src
Committed By: tron
Date: Fri Aug 27 15:40:46 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
The "psiginfo" manual page is in section 3, not 9.
To generate a diff of this commit:
cvs rdiff -u -r1.1503 -r1.1504 src/distrib/sets/lists/
Module Name:src
Committed By: tron
Date: Sat Aug 28 13:42:08 UTC 2010
Modified Files:
src/lib/libutil: parsedate.3
Log Message:
Mention recent enhancement and not that this function is neither
re-entrant nor thread-safe.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: tron
Date: Wed Sep 1 19:28:52 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
Mark npf.conf(8) (moved to section 5) as obsolete instead of simply
removing it. The file will now properly get deleted instead of breaking
inc
Module Name:src
Committed By: tron
Date: Sat Sep 25 13:45:11 UTC 2010
Modified Files:
src/lib/libc/stdio: fmemopen.c
Log Message:
Add explicit cast to fix lint error on 32bit platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdio/fmemop
Module Name:src
Committed By: tron
Date: Sat Sep 25 14:00:30 UTC 2010
Modified Files:
src/lib/libc/stdio: fmemopen.c
Log Message:
Change last commit to Use "ptrdiff_t" instead of "intptr_t" because the
former is more appropriate in this case.
To generate a diff of this c
Module Name:src
Committed By: tron
Date: Sat Sep 25 18:11:40 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.c local.h setenv.c unsetenv.c
Log Message:
Remember memory used by allocated environment variables instead of
using a bitmap. This deals with the case where a
Module Name:src
Committed By: tron
Date: Sat Sep 25 18:37:24 UTC 2010
Modified Files:
src/lib/libc/stdlib: unsetenv.c
Log Message:
Unlock the environment lock if __alocenv() fails.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdlib/unsetenv.c
Module Name:src
Committed By: tron
Date: Sat Sep 25 19:10:37 UTC 2010
Modified Files:
src/lib/libc/stdlib: setenv.c
Log Message:
Remember the correct pointer which we will free later.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/stdlib/seten
Module Name:src
Committed By: tron
Date: Thu Sep 30 12:41:33 UTC 2010
Modified Files:
src/lib/libc/stdlib: setenv.c unsetenv.c
Log Message:
Be slightly more careful about freeing memory allocated for environment
variables: only free memory if the current value points to th
Module Name:src
Committed By: tron
Date: Sat Oct 2 10:05:55 UTC 2010
Modified Files:
src/lib/libc/stdlib: putenv.c
Log Message:
Remember that we didn't malloc() memory for an environment variable
if it has been set via putenv(3).
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: tron
Date: Sat Oct 2 10:51:07 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.c
Log Message:
Make sure that all extra elements of the environment vector are set
to NULL. This stop su(1) from crashing.
To generate a diff of this commit:
Module Name:src
Committed By: tron
Date: Sat Oct 2 10:55:36 UTC 2010
Modified Files:
src/usr.bin/su: su_pam.c
Log Message:
Don't free memory that was succesfully passed to putenv(3) which takes
ownership of the memory.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: tron
Date: Sat Oct 2 12:22:20 UTC 2010
Modified Files:
src/external/bsd/cron/dist: cron.c
Log Message:
Use setenv(3) instead of putenv(3) because the later doesn't accept
string constants anymore.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: tron
Date: Sat Oct 2 16:56:03 UTC 2010
Modified Files:
src/lib/libc/stdlib: putenv.c setenv.c
Log Message:
Restore binary compatibility with application which use putenv(3) on
contant strings (e.g. postdrop(1)):
- Don't write to the environme
Module Name:src
Committed By: tron
Date: Sun Jul 3 16:57:13 UTC 2011
Added Files:
src/external/bsd/less: less2netbsd
Log Message:
Add a (new) script from preparing "less" for import into NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/
Module Name:src
Committed By: tron
Date: Sun Jul 3 17:56:26 UTC 2011
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Add handling for manual pages:
1.) Remove the formatted ones before import.
2.) Rename the unformatted ones from "*.nro" to "*.1" to keep o
Module Name:src
Committed By: tron
Date: Sun Jul 3 18:01:05 UTC 2011
Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv14782
Log Message:
Import version 444 of "less":
The list of changes between our ancient version 394 and 444 is too long
Module Name:src
Committed By: tron
Date: Sun Jul 3 18:02:01 UTC 2011
Added Files:
src/external/bsd/less: Makefile Makefile.inc
src/external/bsd/less/bin: Makefile Makefile.inc
src/external/bsd/less/bin/less: Makefile
src/external/bsd/less/bin/lessec
Module Name:src
Committed By: tron
Date: Sun Jul 3 18:15:18 UTC 2011
Modified Files:
src/external/bsd/less/bin/less: Makefile
Log Message:
Create (symbolic) links for more(1) and page(1).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/less/
Module Name:src
Committed By: tron
Date: Sun Jul 3 19:42:10 UTC 2011
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Fix generation of RCS Ids.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/less/less2netbsd
Please note tha
Module Name:src
Committed By: tron
Date: Sun Jul 3 19:51:26 UTC 2011
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: Sun Jul 3 20:14:13 UTC 2011
Modified Files:
src/external/bsd/less/dist: brac.c ch.c charset.c cmdbuf.c command.c
decode.c edit.c filename.c forwback.c funcs.h help.c ifile.c less.h
lessecho.c lesskey.c lglob.
Module Name:src
Committed By: tron
Date: Sun Jul 3 21:58:33 UTC 2011
Modified Files:
src/external/bsd: Makefile
Log Message:
Build the new version of "less".
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/external/bsd/Makefile
Please note that diffs
Module Name:src
Committed By: tron
Date: Sun Jul 3 21:59:01 UTC 2011
Modified Files:
src/usr.bin: Makefile
Removed Files:
src/usr.bin/less: Makefile Makefile.inc less2netbsd
src/usr.bin/less/less: INSTALL LICENSE Makefile NEWS README brac.c ch.c
Module Name:src
Committed By: tron
Date: Sun Jul 3 21:59:32 UTC 2011
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
And entries for "lessecho" manual page.
To generate a diff of this commit:
cvs rdiff -u -r1.1322 -r1.1323 src/distrib/sets/lists/man/mi
Plea
Module Name:src
Committed By: tron
Date: Sun Jul 3 22:01:27 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
"less" was updated to version 444.
To generate a diff of this commit:
cvs rdiff -u -r1.849 -r1.850 src/doc/3RDPARTY
cvs rdiff -u -r1.1573 -r1.1574
Module Name:src
Committed By: tron
Date: Sun Jul 3 22:05:01 UTC 2011
Modified Files:
src/rescue: list
Log Message:
Update location of "less" directory.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/rescue/list
Please note that diffs are not public d
Module Name:src
Committed By: tron
Date: Sun Jul 3 23:11:34 UTC 2011
Modified Files:
src/distrib/acorn26/instkernel: list
src/distrib/acorn32/ramdisk: list
src/distrib/alpha/instkernel/ramdisk: list
src/distrib/amd64/ramdisks/common: list.ramdisk
Module Name:src
Committed By: tron
Date: Sun Jul 3 23:22:37 UTC 2011
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Add missing interpreter and RCS Id.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/less/less2netbsd
Please
Module Name:src
Committed By: tron
Date: Sun Jul 3 23:25:02 UTC 2011
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Unexpand "$NetBSD$" in code for adding RCS Ids.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/less/less2ne
Module Name:src
Committed By: tron
Date: Sat Jul 9 14:50:01 UTC 2011
Modified Files:
src/lib/librefuse: refuse.c
Log Message:
Don't ignore "userdata" argument in "fuse_main_real". This can crash
a FUSE file-system that passes a non-NULL argument here.
To generate a diff
Module Name:src
Committed By: tron
Date: Sat Jul 9 16:04:34 UTC 2011
Modified Files:
src/lib/libedit: read.c
Log Message:
Try to fix build of port where "char" is unsigned.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/lib/libedit/read.c
Please note
Module Name:src
Committed By: tron
Date: Sat Jul 9 17:16:46 UTC 2011
Modified Files:
src/lib/librefuse: refuse.c
Log Message:
Call the FUSE init operation before we try to access the file-system.
This prevents a crash in "fuse_ext2" which I previously worked around
with a
Module Name:src
Committed By: tron
Date: Sat Jul 9 21:24:30 UTC 2011
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Add entry for directory "./usr/include/dev/dtv".
To generate a diff of this commit:
cvs rdiff -u -r1.943 -r1.944 src/distrib/sets/lists/base
Module Name:src
Committed By: tron
Date: Mon Jul 18 16:55:49 UTC 2011
Modified Files:
src/external/lgpl3/gmp/lib/libgmp: Makefile
Log Message:
Disable SSP warnings (not SSP itself) for this library as their are too
many source files with functions that use variable sized a
Module Name:src
Committed By: tron
Date: Mon Jul 18 17:01:04 UTC 2011
Modified Files:
src/external/lgpl3/mpfr/lib/libmpfr: Makefile
Log Message:
Disable SSP warnings (not SSP itself) for this library as their are too
many source files with functions that use variable sized
Module Name:src
Committed By: tron
Date: Mon Jul 18 17:15:07 UTC 2011
Modified Files:
src/usr.sbin/makefs/v7fs: Makefile.inc v7fs_populate.c
Log Message:
Fix broken error check found by GCC 4.5.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mak
Module Name:src
Committed By: tron
Date: Mon Jul 18 17:15:52 UTC 2011
Modified Files:
src/usr.sbin/makefs: Makefile makefs.c makefs.h
Log Message:
Don't include v7fs support into tool version of "makefs" because it
breaks the build.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tron
Date: Mon Jul 18 19:30:49 UTC 2011
Modified Files:
src/external/bsd/atf/tests/atf/atf-c/detail: Makefile
Log Message:
Turn SSP warnings for "dynstr_test.c" off, found GCC 4.5.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: tron
Date: Mon Jul 18 21:22:55 UTC 2011
Modified Files:
src/usr.sbin/makefs: Makefile
src/usr.sbin/makefs/v7fs: Makefile.inc
Log Message:
Define "USE_V7FS" in the makefile of the directory with the actual source.
To generate a diff o
Module Name:src
Committed By: tron
Date: Mon Jul 18 22:50:28 UTC 2011
Modified Files:
src/sbin/newfs_v7fs: main.c
Log Message:
Don't use roundup2(9) (which should have been howmany(9) anyway) to
fix builds on platforms other than NetBSD.
To generate a diff of this commit
Module Name:src
Committed By: tron
Date: Mon Jul 18 22:52:37 UTC 2011
Modified Files:
src/usr.sbin/makefs: Makefile makefs.c makefs.h
Log Message:
Re-enable v7fs support in the tools version of "makefs" after the
issues have been fixed by Alan Barrett. Tested under Mac OS
Module Name:src
Committed By: tron
Date: Tue Jul 19 15:59:02 UTC 2011
Modified Files:
src/external/gpl3/gcc/usr.bin/backend: Makefile
src/external/gpl3/gcc/usr.bin/cpp: Makefile
src/external/gpl3/gcc/usr.bin/frontend: Makefile
src/external/gpl3/gcc/u
Module Name:src
Committed By: tron
Date: Tue Jul 19 19:19:09 UTC 2011
Modified Files:
src/sys/modules: Makefile
Added Files:
src/sys/modules/v7fs: Makefile
Log Message:
Build 7th Edition(V7) File System as a kernel module.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: tron
Date: Tue Jul 19 19:19:40 UTC 2011
Modified Files:
src/distrib/sets/lists/modules: md.evbppc mi
Log Message:
Add "v7fs" kernel module.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/modules/md.evbppc
Module Name:src
Committed By: tron
Date: Tue Jul 19 19:42:27 UTC 2011
Modified Files:
src/sys/net: if_tokensubr.c
Log Message:
Fix weird hardware address assignment that GCC 4.5 complains about.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/net/if
Module Name:src
Committed By: tron
Date: Tue Jul 19 19:46:38 UTC 2011
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Build 7th Edition(V7) File System.
To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 src/sys/arch/i386/conf/ALL
Please note that
Module Name:src
Committed By: tron
Date: Tue Jul 19 19:57:54 UTC 2011
Modified Files:
src/sbin/newfs_v7fs: main.c
Log Message:
Use howmany() macro as it is used in a lot fo places in this tool anyway
as suggested by Tsugutomo Enami.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: tron
Date: Wed Jul 20 19:51:57 UTC 2011
Modified Files:
src/external/cddl/osnet/dev/dtrace/i386: dis_tables.c
Log Message:
Fix uninitialized variables reported by GCC 4.5.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/exter
Module Name:src
Committed By: tron
Date: Sat Jul 30 10:07:27 UTC 2011
Modified Files:
src/lib/libedit: Makefile
Log Message:
Don't use "-Wconversion" with GCC 4.5 which will complain about all the
expressions where signed variables are converted to unsigned in an
expressio
Module Name:src
Committed By: tron
Date: Sat Jul 30 11:18:23 UTC 2011
Modified Files:
src/external/mit/xorg/bin/xkbcomp: Makefile
Log Message:
Fix build with SSP enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/bin/xkbcomp/Makefi
Module Name:src
Committed By: tron
Date: Sun Jul 31 09:54:57 UTC 2011
Modified Files:
src/external/ibm-public/postfix: postfix2netbsd
Log Message:
Automatically determine and print out the release tag for the import.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: tron
Date: Sun Jul 31 10:05:04 UTC 2011
Modified Files:
src/external/ibm-public/postfix/dist: makedefs postfix-install
src/external/ibm-public/postfix/dist/html: TLS_README.html
postconf.5.html
src/external/ibm-publi
Module Name:src
Committed By: tron
Date: Sun Jul 31 13:43:16 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of Postfix 2.8.4.
To generate a diff of this commit:
cvs rdiff -u -r1.855 -r1.856 src/doc/3RDPARTY
cvs rdiff -u -r1.1583 -r1.1584 src/
Module Name:src
Committed By: tron
Date: Sun Aug 7 10:04:42 UTC 2011
Modified Files:
src/sys/arch/i386/conf: GENERIC XEN3_DOMU
Log Message:
Add commented out entries for V7FS and V7FS Endian Independent support.
To generate a diff of this commit:
cvs rdiff -u -r1.1041 -
Module Name:src
Committed By: tron
Date: Fri Aug 26 09:01:07 UTC 2011
Modified Files:
src/games/mille: save.c varpush.c
Log Message:
Avoid non-literal format strings.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/mille/save.c
cvs rdiff -u -r1.10
Module Name:src
Committed By: tron
Date: Sat Sep 10 10:06:10 UTC 2011
Modified Files:
src/lib/libperfuse: ops.c
Log Message:
Avoid comparison between signed and unsigned integer expressions by
casting the offset to a unsigned type. This fixes the NetBSD/i386
and hopefully
Module Name:src
Committed By: tron
Date: Sat Sep 10 11:44:34 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix has been been updated to version 2.8.5.
To generate a diff of this commit:
cvs rdiff -u -r1.865 -r1.866 src/doc/3RDPARTY
cvs rdiff -u -r1.
Module Name:src
Committed By: tron
Date: Fri Sep 23 09:36:38 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgomp: Makefile
Log Message:
Fix build with stack smash protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc
Module Name:src
Committed By: tron
Date: Sat Oct 15 10:18:24 UTC 2011
Modified Files:
src/sys/conf: majors
Log Message:
Fix build of kernels without filemon(4).
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/conf/majors
Please note that diffs are
Module Name:src
Committed By: tron
Date: Sat Oct 22 10:41:50 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile
Log Message:
Fix build with stack smash protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gp
Module Name:src
Committed By: tron
Date: Fri Oct 28 07:12:17 UTC 2011
Modified Files:
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c
Log Message:
Resolve conflicts from last import.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/i
Module Name:src
Committed By: tron
Date: Fri Oct 28 07:20:03 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix 2.8.6 was imported.
To generate a diff of this commit:
cvs rdiff -u -r1.882 -r1.883 src/doc/3RDPARTY
cvs rdiff -u -r1.1619 -r1.1620 src/do
Module Name:src
Committed By: tron
Date: Sun Nov 6 10:35:50 UTC 2011
Modified Files:
src/sys/modules/npf: Makefile
Log Message:
Update list of source files.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/npf/Makefile
Please note that diffs
Module Name:src
Committed By: tron
Date: Sun Nov 6 10:55:28 UTC 2011
Modified Files:
src/external/bsd/tre/lib: 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/external/bsd/tre/lib/Makef
Module Name:src
Committed By: tron
Date: Sun Nov 6 11:51:23 UTC 2011
Modified Files:
src/sys/modules: Makefile
Log Message:
Build "npf" module.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/modules/Makefile
Please note that diffs are not public
Module Name:src
Committed By: tron
Date: Sun Nov 6 11:51:42 UTC 2011
Modified Files:
src/distrib/sets/lists/modules: md.evbppc mi
Log Message:
Add "npf" kernel module.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/modules/md.evbppc
Module Name:src
Committed By: tron
Date: Sun Nov 6 12:07:21 UTC 2011
Modified Files:
src/sys/modules/npf: Makefile
Log Message:
Define "INET6" to get IPv6 support.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/npf/Makefile
Please note that
Module Name:src
Committed By: tron
Date: Sun Nov 6 12:40:05 UTC 2011
Modified Files:
src/sys/kern: kern_module.c
Log Message:
Return ENOEXEC instead of 0 if the info of a kernel module doesn't have the
expected size. This prevents kernel panics when loading broken modules
Module Name:src
Committed By: tron
Date: Sun Nov 6 13:04:44 UTC 2011
Modified Files:
src/sys/modules/npf: Makefile
Log Message:
Fix breakage caused by last commit. "npf_alg_icmp.c" is supposed to be
its own kernel module.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tron
Date: Sun Nov 6 13:08:04 UTC 2011
Modified Files:
src/sys/net/npf: npf.c
Log Message:
Change module class to driver as npf(4) is a pseudo device.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/net/npf/npf.c
Please
Module Name:src
Committed By: tron
Date: Sun Nov 6 13:26:54 UTC 2011
Modified Files:
src/sys/modules: Makefile
Added Files:
src/sys/modules/npf_alg_icmp: Makefile
Log Message:
Add "npf_alg_icmp" kernel module.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: tron
Date: Sun Nov 6 13:27:25 UTC 2011
Modified Files:
src/distrib/sets/lists/modules: md.evbppc mi
Log Message:
Add entries for "npf_alg_icmp" kernel module.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/li
Module Name:src
Committed By: tron
Date: Sun Nov 6 22:34:48 UTC 2011
Modified Files:
src/share/man/man5: mk.conf.5
Log Message:
Stack-smash protection is not enabled by default, at least not for
the complete source-tree.
Pointed out by on "current-users" mailing list.
Module Name:src
Committed By: tron
Date: Wed Nov 9 19:06:34 UTC 2011
Modified Files:
src/external/ibm-public/postfix/dist: makedefs
src/external/ibm-public/postfix/dist/src/util: sys_defs.h
Log Message:
Resolve conflicts from last import.
To generate a diff of t
Module Name:src
Committed By: tron
Date: Wed Nov 9 19:08:59 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix 2.8.7 has been imported.
To generate a diff of this commit:
cvs rdiff -u -r1.886 -r1.887 src/doc/3RDPARTY
cvs rdiff -u -r1.1622 -r1.1623 s
Module Name:src
Committed By: tron
Date: Fri Nov 25 09:00:51 UTC 2011
Modified Files:
src/lib/libc/string: wcscspn_bloom.h
Log Message:
Add explicit casts to make lint happy and fix the NetBSD/i386 build.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/li
Module Name:src
Committed By: tron
Date: Sat Nov 26 14:06:44 UTC 2011
Modified Files:
src/sys/arch/i386/pnpbios: joy_pnpbios.c
Log Message:
Add missing semicolon to make this compile.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/i386/pnpbios
Module Name:src
Committed By: tron
Date: Mon Nov 28 16:22:17 UTC 2011
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/external/ibm-public/postfix/libexec: Makefile
src/externa
Module Name:src
Committed By: tron
Date: Mon Dec 5 10:43:26 UTC 2011
Removed Files:
src/external/gpl3/gdb/dist/bfd: .gitignore
src/external/gpl3/gdb/dist/gdb: .gitignore
src/external/gpl3/gdb/dist/gdb/gdbserver: .gitignore
src/external/gpl3/gdb/dist
Module Name:xsrc
Committed By: tron
Date: Mon Jan 2 19:54:42 UTC 2012
Modified Files:
xsrc/external/mit/xorg-cf-files/dist: NetBSD.cf
Log Message:
Don't include "xorg.cf" twice for NetBSD/sparc and NetBSD/sparc64.
This avoid a lot redefinition warnings from "imake" which
Module Name:src
Committed By: tron
Date: Sun Jan 8 13:57:31 UTC 2012
Modified Files:
src/gnu/usr.bin/rcs/lib: rcsbase.h
Log Message:
Revert last change. The extra while loop intruced by the macro changes
causes an end-less loop in ci(1) which uses "break" inside one of th
Module Name:src
Committed By: tron
Date: Sat Jan 14 12:14:28 UTC 2012
Modified Files:
src/sys/arch/i386/conf: GENERIC XEN3_DOM0
Log Message:
Use "optionsCPU_UCODE" to keep the indentation if the option
is commented out.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: tron
Date: Sat Jan 14 12:30:12 UTC 2012
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add "CPU_UCODE" option.
To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 src/sys/arch/i386/conf/ALL
Please note that diffs are n
Module Name:src
Committed By: tron
Date: Wed Jan 25 19:47:19 UTC 2012
Modified Files:
src/sys/sys: param.h
Log Message:
Add brackets arround macro arguments to avoid nasty problem caused by
macro expansion.
To generate a diff of this commit:
cvs rdiff -u -r1.402 -r1.403
Module Name:src
Committed By: tron
Date: Sat Feb 11 18:18:24 UTC 2012
Update of /cvsroot/src/external/mit/expat/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv16625
Log Message:
Initial import of "expat" 2.0.1 into base:
This is James Clark's expat XML parser library in C. It i
Module Name:src
Committed By: tron
Date: Sat Feb 11 18:22:59 UTC 2012
Modified Files:
src/external/mit/expat/dist/conftools: ac_c_bigendian_cross.m4
mkinstalldirs
src/external/mit/expat/dist/lib: xmlparse.c xmltok_impl.c
Log Message:
Re-apply NetBSD pat
Module Name:src
Committed By: tron
Date: Fri Feb 17 09:17:22 UTC 2012
Modified Files:
src/external/ibm-public/postfix/dist/src/local: unknown.c
Log Message:
Include "defer.h" to get the prototype for defer_append().
To generate a diff of this commit:
cvs rdiff -u -r1.1.1
Module Name:src
Committed By: tron
Date: Fri Feb 17 11:15:59 UTC 2012
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix was updated to version 2.8.8.
To generate a diff of this commit:
cvs rdiff -u -r1.910 -r1.911 src/doc/3RDPARTY
cvs rdiff -u -r1.1674 -r1.1
Module Name:src
Committed By: tron
Date: Sun Feb 19 17:46:50 UTC 2012
Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv14310
Log Message:
Update "pkg_install" to version 20120128:
- pkg_install 20120128:
- Explicitly stat(2) if mk
Module Name:src
Committed By: tron
Date: Sun Feb 19 17:49:09 UTC 2012
Modified Files:
src/external/bsd/pkg_install/dist/lib: license.c pkg_summary.5
version.h
Log Message:
Resolve conflicts from last import.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: tron
Date: Sun Feb 19 17:50:57 UTC 2012
Modified Files:
src/doc: 3RDPARTY
Log Message:
"pkg_install" was updated to version 20120128.
To generate a diff of this commit:
cvs rdiff -u -r1.913 -r1.914 src/doc/3RDPARTY
Please note that diffs ar
101 - 200 of 312 matches
Mail list logo