CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 17:07:04 UTC 2012 Modified Files: src/usr.bin/units: units.c Log Message: Allow a number and a unit to be juxtaposed without an intervening space. Now litres/100km works as desired, instead of silently being treated as

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 17:57:46 UTC 2012 Modified Files: src/usr.bin/units: units.lib Log Message: Rename tappit-hen to tappithen because unit names cannot contain hyphens. Also change the definition from 3 imperial (a dimensionless quantity)

CVS commit: src

2012-12-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Dec 17 18:17:27 UTC 2012 Modified Files: src/etc: rc.subr src/share/man/man8: rc.subr.8 Log Message: Add shell implementations of basename and dirname to rc.subr. They are supposed to mimic basename(1) and dirname(1),

CVS commit: src/etc/rc.d

2012-12-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Dec 17 18:20:50 UTC 2012 Modified Files: src/etc/rc.d: random_seed Log Message: Reinstate the dirname invocations that were recently removed from rc.d/random_seed. The new dirname shell function provided by rc.subr will be

CVS commit: src/tools

2012-12-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 16 06:47:39 UTC 2012 Modified Files: src/tools/libctf: Makefile src/tools/libdwarf: Makefile src/tools/libelf: Makefile Log Message: If you are going to append things to CPPFLAGS and then transfer the result

CVS commit: src/etc/rc.d

2012-12-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 14 18:42:25 UTC 2012 Modified Files: src/etc/rc.d: random_seed Log Message: Avoid using programs from /usr/bin. This should fix PR 47326. - no need for dirname, because df -G can take a file name directly. - replace use of

CVS commit: src/tools/compat

2012-12-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 9 15:22:54 UTC 2012 Modified Files: src/tools/compat: Makefile Log Message: Use a find | while read loop to install all *.h files anywhere under ${.OBJDIR}/include, and remove the previous hack of touching a dummy file in

CVS commit: src

2012-12-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Dec 3 13:53:29 UTC 2012 Modified Files: src: Makefile src/etc: Makefile Added Files: src/etc: Makefile.params Log Message: Add src/etc/Makefile.params, containing the definition of the RELEASEVARS variable, and

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 11:19:45 UTC 2012 Modified Files: src/tools: Makefile Log Message: remove trailing white space To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/tools/Makefile Please note that diffs are not public

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 11:46:35 UTC 2012 Modified Files: src/tools: Makefile Log Message: If tools are not wanted, then set SUBDIR= empty instead of defining all the subdir-related targets to do nothing. This way, the targets are not invoked

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:10:43 UTC 2012 Modified Files: src/tools: Makefile Log Message: TOOLDIR must be valid, unless MKTOOLS=no. Add tests and .error directives to enforce this. To generate a diff of this commit: cvs rdiff -u -r1.163

CVS commit: src/tools/binstall

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:18:16 UTC 2012 Modified Files: src/tools/binstall: Makefile Log Message: Teach tools/binstall/Makefile to use an uninstalled copy of host-mkdep from the.OBJDIR of tools/host-mkdep. This is in preparation for building

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:19:34 UTC 2012 Modified Files: src/tools/compat: Makefile Log Message: Teach tools/compat/Makefile to use an uninstalled copy of host-mkdep from the.OBJDIR of tools/host-mkdep. This is in preparation for building all

CVS commit: src/tools/host-mkdep

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:21:51 UTC 2012 Modified Files: src/tools/host-mkdep: Makefile Log Message: Use a CONFIGURE_ENV variable instead of in-line code for passing environment variables to the confifure script for host-mkdep. Also reword the

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:25:25 UTC 2012 Modified Files: src/tools: Makefile Log Message: Make tools/Makefile build host-mkdep, compat, and binstall in that order, before installing any of them. It installs them in any order relative to each

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:34:51 UTC 2012 Modified Files: src/tools/compat: Makefile Log Message: Make tools/compat/Makefile install the library in ${TOOLDIR}/lib/libnbcompat.a, install the include files in ${TOOLDIR}/include/compat/**, and

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:37:08 UTC 2012 Modified Files: src/tools/compat: defs.mk.in Log Message: Add two variables to tools/compat/defs.mk.in: COMPATLIB_UNINSTALLED: If yes, then use the files from the .OBJDIR of

CVS commit: src/tools/binstall

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:39:56 UTC 2012 Modified Files: src/tools/binstall: Makefile Log Message: In tools/binstall/Makefile, explicitly use the uninstalled copy of libnbcompat, not the version that's installed under TOOLDIR. To generate a

CVS commit: src/tools/host-mkdep

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:44:07 UTC 2012 Modified Files: src/tools/host-mkdep: Makefile Log Message: Now that tools/Makefile builds tools/binstall before installing tools/host-mkdep, we can use the newly-built install program to install

CVS commit: src/tools

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:48:33 UTC 2012 Modified Files: src/tools: Makefile.host src/tools/genassym: Makefile src/tools/groff: Makefile src/tools/libctf: Makefile src/tools/libdwarf: Makefile

CVS commit: src

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 12:55:27 UTC 2012 Modified Files: src/bin/sh: Makefile src/distrib/cdrom/macppc_installboot: Makefile src/distrib/cdrom/macppc_mkboothfs: Makefile src/external/gpl3/gcc/usr.bin: Makefile.inc

CVS commit: src/tools/compat

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 13:05:14 UTC 2012 Modified Files: src/tools/compat: defs.mk.in Log Message: Change the default value of COMPATLIB_UNINSTALLED to no, now that all users of comapt/defs.mk have been adjusted. This is the last commit

CVS commit: src

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 19:19:37 UTC 2012 Modified Files: src: build.sh Log Message: Move some tests from validatemakeparams() to sanitycheck(), so the related error messages can be printed before build.sh builds a new version of make. Also

CVS commit: src/share/mk

2012-12-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Dec 2 20:19:47 UTC 2012 Modified Files: src/share/mk: bsd.README Log Message: Document MAKEDIRTARGETENV To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/share/mk/bsd.README Please note that diffs are not

CVS commit: src/gnu/dist/gcc4/libcpp

2012-11-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Nov 24 09:07:44 UTC 2012 Modified Files: src/gnu/dist/gcc4/libcpp: init.c macro.c src/gnu/dist/gcc4/libcpp/include: cpplib.h Log Message: Teach gcc4.1's cpp about the magic __COUNTER__ macro, which returns a unique

CVS commit: src/share/mk

2012-11-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 20 10:43:22 UTC 2012 Modified Files: src/share/mk: bsd.own.mk Log Message: Make the test for infinite recursion in PRINTOBJDIR more specific, and make the error case more easily recognisable. Now make -V '${PRINTOBJDIR}'

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-xgi

2012-11-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 18 08:24:02 UTC 2012 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-xgi: Makefile Log Message: Use -Wno-array-bounds when building two files that read past the end of an array. It's not clear how to fix the

CVS commit: src/share/mk

2012-11-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 18 19:48:29 UTC 2012 Modified Files: src/share/mk: bsd.dep.mk Log Message: Change some .if defined(SRCS) to .if defined(SRCS) !empty(SRCS) To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/share/mk

2012-11-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 18 19:52:40 UTC 2012 Modified Files: src/share/mk: bsd.clean.mk Log Message: Under Failed to remove the following files from ${_d}:, print one file name per line, indented to make the list more visible. To generate a diff

CVS commit: src/share/zoneinfo

2012-11-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 13 10:57:49 UTC 2012 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv2321 Log Message: Import tzdata2012j from ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz Changes from tzdata2012i to

CVS commit: src/share/zoneinfo

2012-11-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 13 10:59:59 UTC 2012 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2012j from ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz Changes from tzdata2012i to tzdata2012j: Libya moved to CET this

CVS commit: src/doc

2012-11-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 13 11:03:31 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2012j and tzdata2012j have been released. We have updated to tzcode2012j. To generate a diff of this commit: cvs rdiff -u -r1.981 -r1.982

CVS commit: src/doc

2012-11-13 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 13 11:03:51 UTC 2012 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2012j. [apb 20121113] To generate a diff of this commit: cvs rdiff -u -r1.1757 -r1.1758 src/doc/CHANGES Please note that diffs are

CVS commit: src/usr.sbin/pstat

2012-11-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Nov 10 11:01:52 UTC 2012 Modified Files: src/usr.sbin/pstat: pstat.c Log Message: The number of active vnodes may grow in between the sysctl call that figures out the size, and the sysctl call that fetches the data. Previously,

CVS commit: src/etc/rc.d

2012-11-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Nov 10 15:08:36 UTC 2012 Modified Files: src/etc/rc.d: ttys Log Message: Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh, because bootconf could conceivably change /etc/ttys. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc/rc.d

2012-11-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Nov 10 15:10:22 UTC 2012 Modified Files: src/etc/rc.d: random_seed Log Message: Cause /etc/rc.d/random_seed to be the first script to run after mountcritlocal. Everything else that runs after mountcritlocal depends directly or

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-09 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 9 09:28:52 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_accel.c Log Message: Adjust previous: the cast should be to (unsigned long), not (long), since the value is printed in hex and we don't

CVS commit: src/external/mit/xorg/lib/xcb-util/atom

2012-11-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Nov 8 08:46:26 UTC 2012 Modified Files: src/external/mit/xorg/lib/xcb-util/atom: atoms.c Log Message: Mark inline function in_word_set(str, len) as static. The function uses a static variable (stringpool_contents) and this is

CVS commit: xsrc/external/mit/xcb-util/dist/atom

2012-11-08 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Thu Nov 8 08:51:07 UTC 2012 Modified Files: xsrc/external/mit/xcb-util/dist/atom: atoms.c Log Message: Mark inline function in_word_set(str, len) as static. The function uses a static variable (stringpool_contents) and this is not

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-08 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 9 07:00:22 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_accel.c Log Message: printf format fix: cast to (long) when printing with %lX format. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libpthread

2012-11-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 6 09:03:04 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: Remove duplicate const modifier found by clang -Wduplicate-decl-specifier To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140

CVS commit: src/tests/kernel

2012-11-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 6 13:55:04 UTC 2012 Modified Files: src/tests/kernel: t_mqueue.c Log Message: use mkdtemp() instead of mktemp(). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/t_mqueue.c Please note that

CVS commit: src/libexec/ld.elf_so/arch/i386

2012-11-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Nov 7 07:24:46 UTC 2012 Modified Files: src/libexec/ld.elf_so/arch/i386: mdreloc.c Log Message: Add support for R_386_TLS_TPOFF32. This patch was created by Nick Hudson for PR 47061. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/next68k/stand/boot

2012-11-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Nov 5 16:53:25 UTC 2012 Modified Files: src/sys/arch/next68k/stand/boot: Makefile Log Message: Revert previous. This boot loader has its own version number, independent of the kernel version. To generate a diff of this

CVS commit: src/usr.bin/mktemp

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 10:10:03 UTC 2012 Modified Files: src/usr.bin/mktemp: mktemp.1 Log Message: Reorganise, consolidate duplicated information, clarify wording, attempt to make the man page match the actual behaviour. To generate a diff of

CVS commit: src/share/mk

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 10:59:13 UTC 2012 Modified Files: src/share/mk: bsd.README bsd.own.mk Log Message: Add _NETBSD_VERSION_DEPENDS in bsd.own.mk. Targets that need to be re-generated when the NetBSD version numberchanges, or when any

CVS commit: src

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 11:02:12 UTC 2012 Modified Files: src: Makefile Log Message: Create a params file in the top-level .OBJDIR during make build. This file will contain the values of all variables that can affect the build process. Take

CVS commit: src/etc

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 11:09:15 UTC 2012 Modified Files: src/etc: Makefile Added Files: src/etc: motd.default Removed Files: src/etc: motd Log Message: motd needs to be re-generated when DISTRIBVER changes, so change he Makefile

CVS commit: src

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 11:12:32 UTC 2012 Modified Files: src/sys/arch/next68k/stand/boot: Makefile src/sys/conf: Makefile.kern.inc src/sys/rump/librump/rumpkern: Makefile.rumpkern src/usr.sbin/crash: Makefile Log

CVS commit: src/share/zoneinfo

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 17:53:34 UTC 2012 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv4779 Log Message: Import tzdata2012i from ftp://ftp.iana.org/tz/releases/tzdata2012i.tar.gz Changes from tzdata2012h to

CVS commit: src/doc

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 18:02:56 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2012i/tzdata2012i have been released. We have updated to tzdata2012i. To generate a diff of this commit: cvs rdiff -u -r1.978 -r1.979

CVS commit: src/doc

2012-11-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 4 18:03:23 UTC 2012 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2012i. [apb 20121104] To generate a diff of this commit: cvs rdiff -u -r1.1755 -r1.1756 src/doc/CHANGES Please note that diffs are

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:33:47 UTC 2012 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa: xaaPCache.c Log Message: Add parentheses in code that attempts to convert 3 bytes to a 24-bit value. + has higher precedence than , so

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:38:38 UTC 2012 Modified Files: xsrc/external/mit/libpciaccess/dist/src: common_interface.c Log Message: Remove useless extra const in const sometype const * var = value;. Foundusing clang -Wduplicate-decl-specifier.

CVS commit: xsrc/external/mit

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:44:10 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c xsrc/external/mit/xf86-video-xgi/dist/src: vb_ext.c xgi_accel.c xgi_driver.c Log Message: printf format fixes,

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:47:19 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_i2c.c xgi_accel.c Log Message: Add returns in non-void functions. Found using clang -Wreturn-type. To generate a diff of this commit: cvs

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:55:39 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_setmode.c Log Message: In XGI_GetTVPtrIndex2(), return the correct value through *tempch by using (*tempch)++ instead of *tempch++. Found

CVS commit: xsrc/external/mit/MesaLib/dist/src

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 12:30:01 UTC 2012 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i965: brw_wm_glsl.c xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965: brw_wm_glsl.c Log Message: subroutine is a

CVS commit: xsrc/external/mit/pixman/dist/pixman

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 12:39:02 UTC 2012 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-private.h pixman.h Log Message: PIXMAN_OP_any may be stored in variables of type pixman_op_t (which is an enum type). Change the way

CVS commit: src

2012-10-31 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 31 13:05:09 UTC 2012 Modified Files: src: build.sh Log Message: Replace getarch and validatearch with table-driven implementations. To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258 src/build.sh Please note

CVS commit: src/share/zoneinfo

2012-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 27 16:43:10 UTC 2012 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv24175 Log Message: Import tzdata2012g from ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz Changes from tzdata2012g to

CVS commit: src/doc

2012-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 27 16:48:58 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: tzcode202h/tzdata2012h have been released. We have updated to tzdata2012h. To generate a diff of this commit: cvs rdiff -u -r1.976 -r1.977

CVS commit: src/doc

2012-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 27 16:50:14 UTC 2012 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2012h. [apb 20121027] Also change zoneinfo: to libc: in an entry for tzcode. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc/rc.d

2012-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 24 21:23:55 UTC 2012 Modified Files: src/etc/rc.d: cleartmp Log Message: Avoid using glob patterns that might match enough files to give Arg list too long errors. Change the find command to use -exec ... + instead of -exec

CVS commit: src/lib/libc/stdlib

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 10:44:34 UTC 2012 Modified Files: src/lib/libc/stdlib: ptsname.3 Log Message: Use the correct field name when describing the equivalence between ptsname(3) and ioctl TIOCPTSNAME. It should be pm.sn, not pm.ps. To

CVS commit: src/sys/sys

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 16:49:21 UTC 2012 Modified Files: src/sys/sys: param.h ttycom.h Log Message: Welcome to NetBSD-6.99.14 In struct ptmget, used for ioctl TIOCPTMGET and TIOCPTSNAME, increase the size of the cn and sn members from char[16]

CVS commit: src/share/man/man4

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 16:49:49 UTC 2012 Modified Files: src/share/man/man4: ptm.4 Log Message: Document the new size of the cn and sn fields in struct ptmget. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys

2012-10-19 Thread Alan Barrett
Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Alan Barrett + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

CVS commit: src/sys/compat/sys

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 17:16:55 UTC 2012 Modified Files: src/sys/compat/sys: ttycom.h Log Message: Fix NetBSD version number in a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/ttycom.h Please note

CVS commit: src/sys/compat/common

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 17:32:20 UTC 2012 Modified Files: src/sys/compat/common: tty_60.c Log Message: This file getscompiled even if COMPAT_60 is not defined, so protect most of the contents with #ifdef COMPAT_60 To generate a diff of this

CVS commit: src/sys/compat/common

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 19:44:06 UTC 2012 Modified Files: src/sys/compat/common: tty_60.c Log Message: Also copy the sfd element of struct ptmget. This somehow got lost between testing and commit. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Oct 20 00:21:11 UTC 2012 Modified Files: src/sys/kern: tty_pty.c Log Message: Set tp-t_dev to the correct dev_t value in both ptmopen and ptsopen. Depending on how the pty had been opened, t_dev could previously have been set to

CVS commit: src/share/zoneinfo

2012-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 18 08:47:29 UTC 2012 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv8719 Log Message: Import tzdata2012g from ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz Changes from tzdata2012f to

CVS commit: src/share/zoneinfo

2012-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 18 08:50:32 UTC 2012 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2012g from ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz Changes from tzdata2012f to tzdata2012g: Samoa fall 2012 and

CVS commit: src/doc

2012-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 18 08:57:26 UTC 2012 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2012g. [apb 20121018] To generate a diff of this commit: cvs rdiff -u -r1.1749 -r1.1750 src/doc/CHANGES Please note that diffs are

CVS commit: src/doc

2012-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 18 08:59:00 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2012g and tzdata202g have been released. We have updated to tzdata2012g. Also fix the upstream Maintainer; Paul Eggert has been doing this job for

CVS commit: src

2012-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 18 16:15:29 UTC 2012 Modified Files: src: build.sh Log Message: Print the value of MAKECONF. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/build.sh Please note that diffs are not public domain; they

CVS commit: src/sys/arch

2012-10-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 17 14:49:02 UTC 2012 Modified Files: src/sys/arch/mac68k/conf: SMALLRAM src/sys/arch/zaurus/conf: INSTALL Log Message: Add no options COMPAT_60 to all kernel configuration files that already had no options COMPAT_50.

CVS commit: src/sys/arch

2012-10-17 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 17 14:49:41 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: RPI src/sys/arch/hp300/conf: INSTALL src/sys/arch/luna68k/conf: INSTALL src/sys/arch/news68k/conf: INSTALL Log Message: Add commented out

CVS commit: src/distrib

2012-10-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 16 08:19:37 UTC 2012 Modified Files: src/distrib/amd64/kmod: Makefile src/distrib/i386/kmod: Makefile Added Files: src/distrib/common: Makefile.minirootkmod Log Message: Add

CVS commit: src/distrib

2012-10-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 16 08:23:21 UTC 2012 Modified Files: src/distrib/amd64/ramdisks/common: Makefile.ramdisk src/distrib/i386/ramdisks/common: Makefile.ramdisk src/distrib/ofppc/ramdisks/common: Makefile.ramdisk Log Message: In

CVS commit: src/distrib/i386/ramdisks/common

2012-10-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 16 08:28:14 UTC 2012 Modified Files: src/distrib/i386/ramdisks/common: list.ramdisk Log Message: Make i386/ramdisks/common/list.ramdisk identical to amd64/ramdisks/common/list.ramdisk. Previously, the amd64 list.ramdisk

CVS commit: src/sys/arch/x86/include

2012-10-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 11 11:12:22 UTC 2012 Modified Files: src/sys/arch/x86/include: lock.h Log Message: Change =r to =qQ in a register constraint in an asm statement for a register that is used with the xchgb instruction in the definition of

CVS commit: src/distrib/notes/common

2012-10-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 10 16:08:14 UTC 2012 Modified Files: src/distrib/notes/common: main Log Message: Refer to the list of mirrors at http://www.NetBSD.org/mirrors in Quick install notes for the impatient. Previously it said Check the NetBSD

CVS commit: src/share/zoneinfo

2012-09-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 27 15:51:48 UTC 2012 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv19934 Log Message: Import tzdata2012f from http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz Changes from

CVS commit: src/share/zoneinfo

2012-09-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 27 16:37:44 UTC 2012 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2012f from http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz Changes from tzdata2012e to tzdata2012f: *

CVS commit: src/doc

2012-09-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Sep 27 17:46:46 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: There were no real changes between tzcode2012e and tzcode2012f, so say that we have updated to tzcode2012f. To generate a diff of this commit: cvs rdiff

CVS commit: src/doc

2012-08-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 26 12:27:06 UTC 2012 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2012e. [apb 20120808] libc: Update to tzcode2012e. [christos 20120809] To generate a diff of this commit: cvs rdiff -u -r1.1735

CVS commit: src/doc

2012-08-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 26 12:28:19 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Wrap a line that was longer than 80 columns. To generate a diff of this commit: cvs rdiff -u -r1.1736 -r1.1737 src/doc/CHANGES Please note that diffs are

CVS commit: src/doc

2012-08-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 26 12:30:33 UTC 2012 Modified Files: src/doc: CHANGES CHANGES.prev Log Message: Move tzdata2012d and tzdata2012e lines from CHANGES to CHANGES.prev. To generate a diff of this commit: cvs rdiff -u -r1.1737 -r1.1738

CVS commit: src/doc

2012-08-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 26 15:41:01 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Add descriptions of fields, especially to document the difference between Version (in NetBSD) and Current Vers (available upstream). To generate a diff of

CVS commit: src/usr.sbin/postinstall

2012-08-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 15 12:48:20 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Don't rely on stat(1) with format %SHr to print the correct names. That uses devname(3) internally, which doesn't work at all in a cross

CVS commit: src

2012-08-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 15 12:50:12 UTC 2012 Modified Files: src: Makefile Log Message: Add HOST_SH to _POSTINSTALL_ENV; needed for usr.sbin/postinstall/postinstall revision 1.145. To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298

CVS commit: src/usr.sbin/postinstall

2012-08-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 15 16:21:41 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall postinstall.8 Log Message: Remove the ability to specify multiple colon-separated fiel names with a single -s option. Multiple -s options must now

CVS commit: src/usr.sbin/postinstall

2012-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 14 10:38:41 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Remove the stat shell function (stat op format target value). It has been unused since revision 1.14 dated 2006-05-30. To generate a

CVS commit: src

2012-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 14 12:19:16 UTC 2012 Modified Files: src: Makefile Log Message: Fix unbalanced quotes in .if ${MKRUMP} != no To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294 src/Makefile Please note that diffs are not

CVS commit: src/usr.sbin/postinstall

2012-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 14 13:11:25 UTC 2012 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Change do_ptyfsoldnodes to use stat(1) to check whether a file is a device node of the correct type. We no longer need to get the major

CVS commit: src

2012-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 14 13:12:15 UTC 2012 Modified Files: src: Makefile Log Message: Pass STAT=${TOOL_STAT:Q} through to postinstall. To generate a diff of this commit: cvs rdiff -u -r1.296 -r1.297 src/Makefile Please note that diffs are not

CVS commit: src/share/zoneinfo

2012-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 8 20:19:08 UTC 2012 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv7742 Log Message: Import tzdata2012e from ftp://ftp.iana.org/tz/releases/tzdata2012e.tar.gz Majo changes from tzdata2012d to

CVS commit: src/share/zoneinfo

2012-08-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 8 20:21:03 UTC 2012 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2012e from ftp://ftp.iana.org/tz/releases/tzdata2012e.tar.gz Major changes from tzdata2012d to tzdata2012e: * australasia

<    1   2   3   4   5   6   7   8   >