CVS commit: src/sbin/mount

2013-10-31 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 31 07:37:06 UTC 2013 Modified Files: src/sbin/mount: mount.8 Log Message: Add a reference to secmodel_extensions(9), to make it a little easier to figure out how to enable mounts for unprivileged users. (Why don't we just

CVS commit: src/etc

2013-10-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 30 15:15:12 UTC 2013 Modified Files: src/etc: Makefile.params Log Message: Instead of stupid postprocessor tricks, use redirect tricks to ensure that the output from ${PRINT_PARAMS} contains only the desired information

CVS commit: src/distrib/sets

2013-10-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 30 15:17:01 UTC 2013 Modified Files: src/distrib/sets: Makefile Log Message: In make sortlists, if the file was already sorted then don't change its timestamp. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src/distrib/sets/lists

2013-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 27 09:27:23 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/comp: md.amd64 mi shl.mi src/distrib/sets/lists/debug: mi

CVS commit: src/distrib/sets

2013-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 27 09:29:42 UTC 2013 Modified Files: src/distrib/sets: Makefile Log Message: Add make sortlists, for sorting the set lists. This may be run manually, before committing changes to the lists files. To generate a diff of

CVS commit: src/share/man/man3

2013-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 27 10:05:15 UTC 2013 Modified Files: src/share/man/man3: cdefs.3 Log Message: refer to __USE(3) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/cdefs.3 Please note that diffs are not public

CVS commit: src/share/man/man7

2013-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 27 10:09:28 UTC 2013 Modified Files: src/share/man/man7: sysctl.7 Log Message: vfs.wapbl.flush_disk_cache is more about metadata than data, and more about safety in the event of power loss than safety in the event of a

CVS commit: src

2013-10-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 27 11:56:19 UTC 2013 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man3: Makefile Log Message: Add man mage links for __debugused(3) and __diagused(3). To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/sys

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 08:47:30 UTC 2013 Modified Files: src/sys/sys: cdefs.h Log Message: Add comments explaining what __unused and __used are for. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/sys/cdefs.h Please

CVS commit: src/sys/sys

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 08:51:55 UTC 2013 Modified Files: src/sys/sys: cdefs.h Log Message: Add __diagused and __debugused. These are for marking variables that are used only in diagnotic or debug code, but unused when NDEBUG is defined, or

CVS commit: src/share/mk

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 10:45:01 UTC 2013 Modified Files: src/share/mk: bsd.man.mk Log Message: Recognise .3lua and .9lua as man page extensions. Source files like foo.3lua will result in installed files like /usr/share/man/man3lua/foo.3lua,

CVS commit: src/share/man/man3

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 14:41:08 UTC 2013 Modified Files: src/share/man/man3: attribute.3 Log Message: Try to make this more compiler-neutral, and give both GCC and LLVM/Clang as examples. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/share/man/man3

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 14:46:59 UTC 2013 Modified Files: src/share/man/man3: attribute.3 Log Message: Document __diagused and __debugused To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/man/man3/attribute.3 Please

CVS commit: src/sys/sys

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 14:54:25 UTC 2013 Modified Files: src/sys/sys: cdefs.h Log Message: Now that these attributes are documented in attribute(3), shorten the comments for __used, __unused, __diagused, and __debugused. Also s/variable/item/

CVS commit: src/share/man/man3

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 15:11:21 UTC 2013 Modified Files: src/share/man/man3: attribute.3 Log Message: Use markup in the descriptions of __diagused and __debugused. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.bin/make

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 20:57:03 UTC 2013 Modified Files: src/usr.bin/make: make.1 Log Message: The :C/// modifier takes an extendedregular expression. To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/usr.bin/make/make.1

CVS commit: src/usr.bin/make

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 22:05:00 UTC 2013 Modified Files: src/usr.bin/make: make.1 Log Message: Explain that ${VAR:M*} will normalise the inter-word spacing. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224

CVS commit: src/share/mk

2013-10-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 25 22:16:29 UTC 2013 Modified Files: src/share/mk: bsd.man.mk Log Message: Rename _MNUMBERS to _MSECTIONS. The manual section identifiers are not just numbers any more. Also introduce a new variable, _MSECTIONREGEX, as a

CVS commit: src/tools/compat

2013-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 24 13:59:47 UTC 2013 Modified Files: src/tools/compat: compat_defs.h Log Message: Define __USE for use during a tools build. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/tools/compat/compat_defs.h

CVS commit: src/usr.sbin/makefs

2013-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 24 14:01:01 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Now that tools/compat/compat_defs.h defones __USE, there's no need to treat the tools build as a special case. To generate a diff of this

CVS commit: src/sys/dev/isa

2013-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 18 08:09:37 UTC 2013 Modified Files: src/sys/dev/isa: if_eg.c Log Message: Delete unused function static inline void egprintstat(u_char); To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

CVS commit: src/sys/dev/usb

2013-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 18 08:25:49 UTC 2013 Modified Files: src/sys/dev/usb: xhci.c Log Message: Don't refer to uninitialised variable 'v' in case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE) in xhci_root_ctrl_start(). This code was apparently

CVS commit: src/sys/dev/usb

2013-10-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 18 08:39:22 UTC 2013 Modified Files: src/sys/dev/usb: xhci.c Log Message: Wrap several unused static inline functions with #if 0. I didn't delete them because I suspect that they might be needed later. To generate a diff

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

2013-10-18 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Oct 18 15:59:38 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: dm.c Log Message: Print time_t values by casting to intmax_t and using %ji format. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2013-10-18 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Oct 18 16:31:40 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: xdmauth.c Log Message: The result from strlen() has type size_t, so print it with %zd format. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2013-10-18 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Oct 18 16:58:50 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: CARD32 might be unsigned int or unsigned long, depending on platform, so cast to unsigned int when printing. To

CVS commit: src/external/gpl3/gdb/dist/bfd

2013-10-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 15 07:14:59 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/bfd: configure Log Message: If the shell does not support the $LINENO variable, then use bfd_configure.lineno instead of configure.lineno as the name of the a

CVS commit: src/external/gpl3/gdb/dist/opcodes

2013-10-15 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 15 07:18:18 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/opcodes: configure Log Message: Run ../bfd/configure under ${CONFIG_SHELL}, not under the /bin/sh that happens to be mentioned in its #! line. To generate a

CVS commit: src/sbin/fdisk

2013-10-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Oct 6 12:27:15 UTC 2013 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: Suggest using -b 1023/255/63 for modern disks where the BIOS is configured to use LBA-Assisted translation. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2013-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 2 21:38:55 UTC 2013 Modified Files: src/sys/kern: init_main.c Log Message: Add /rescue/init to the end of the initpaths list, which now contains: { /sbin/init, /sbin/oinit, /sbin/init.bak, /rescue/init, NULL }. XXX: The

CVS commit: src/sbin/init

2013-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 2 22:01:47 UTC 2013 Modified Files: src/sbin/init: init.8 Log Message: Document that the kernel may try several paths for init. XXX: This should be in the kernel documentation, not in the init(8) man page. To generate a

CVS commit: src/sbin/init

2013-10-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Oct 2 22:07:56 UTC 2013 Modified Files: src/sbin/init: init.8 Log Message: The -s flag is passed to init by the kernel, not by the boot loader. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/lib/libc/sys

2013-09-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Sep 22 10:02:05 UTC 2013 Modified Files: src/lib/libc/sys: fsync.2 Log Message: Attempt to clarify that fsync() is like fsync_range() with the FFILESYNC flag but not the FDISKSYNC flag. Add a paragraph of weasel words about how

CVS commit: src/share/zoneinfo

2013-09-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 20 20:46:01 UTC 2013 Modified Files: src/share/zoneinfo: australasia Log Message: Merge the Fiji-related change from tzdata2013e. This is the only urgent change in tzdata2013e. This year Fiji will start DST on October

CVS commit: src/usr.bin/make

2013-08-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 11 09:53:49 UTC 2013 Modified Files: src/usr.bin/make: make.1 Log Message: Use Va markup to show that the suffix part of .PATH.suffix is a placeholder, not a literal string. Also bump date. To generate a diff of this

CVS commit: src/tools

2013-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 7 17:50:55 UTC 2013 Modified Files: src/tools: Makefile.gnuhost src/tools/autoconf: Makefile Log Message: Revert previous change to tools/Makefile.gnuhost. When getenv(M4) contains multiple words, flex fails.

CVS commit: src/tools

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 21:47:01 UTC 2013 Modified Files: src/tools: Makefile.gnuhost src/tools/autoconf: Makefile Log Message: Add the -g -D__gnu__ flags when invoking M4 via CONFIGURE_ARGS in tools/Makefile.gnuhost. This makes the

CVS commit: src/tools/compat

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 21:50:19 UTC 2013 Modified Files: src/tools/compat: configure.ac Log Message: Add a configure test for snprintb_m. We will assume that the rpesence of snprintb_m implies the presence of snprintb. To generate a diff of

CVS commit: src/tools/compat

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 21:58:46 UTC 2013 Modified Files: src/tools/compat: compat_defs.h Log Message: declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

CVS commit: src/common/lib/libutil

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 22:02:50 UTC 2013 Modified Files: src/common/lib/libutil: snprintb.c Log Message: If HAVE_SNPRINTB_M is defined, then do not define the snprintb() and snprintb_m() functions. This should allow this file to be compiled

CVS commit: src/tools/compat

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 22:04:25 UTC 2013 Modified Files: src/tools/compat: Makefile Log Message: Compile snprintb.c into libnbcompat. The source file is found in the common/lib/libutil directory. To generate a diff of this commit: cvs rdiff

CVS import: src/share/zoneinfo

2013-07-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 7 10:45:28 UTC 2013 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv14737 Log Message: Import tzdata2013d from ftp://ftp.iana.org/tz/releases/tzdata2013d.tar.gz Summary of changes from

CVS commit: src/share/zoneinfo

2013-07-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 7 10:48:49 UTC 2013 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2013d. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/share/zoneinfo/australasia Please note that diffs are

CVS commit: src/doc

2013-07-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 7 10:50:58 UTC 2013 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2013d. [apb 20130707] To generate a diff of this commit: cvs rdiff -u -r1.1829 -r1.1830 src/doc/CHANGES Please note that diffs are

CVS commit: src/doc

2013-07-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 7 10:52:52 UTC 2013 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2013d/tzdata2013d have been released. We have updated tzdata/ To generate a diff of this commit: cvs rdiff -u -r1.1039 -r1.1040 src/doc/3RDPARTY

CVS commit: src/usr.sbin/arp

2013-07-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jul 8 04:31:12 UTC 2013 Modified Files: src/usr.sbin/arp: arp.8 Log Message: Use .Cm markup for the keywords temp, pub, and proxy (suggested by wiz). Also bump date. To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/usr.sbin/arp

2013-06-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Jun 7 18:33:53 UTC 2013 Modified Files: src/usr.sbin/arp: arp.8 Log Message: temp, pub, and proxy are keywords, not replaceable parameters, so do not use .Ar markup. Use either no markup, or .Dq markup, depending on context.

CVS commit: src/doc

2013-05-29 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed May 29 21:26:44 UTC 2013 Modified Files: src/doc: Makefile Log Message: Use TOOL_MANDOC_ASCII instead of TOOL_GROFF to format BUILDING.mdoc, and use TOOL_SED to flatten backspace sequences. To generate a diff of this commit:

CVS commit: src/share/misc

2013-05-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu May 23 21:08:13 UTC 2013 Modified Files: src/share/misc: bsd-family-tree Log Message: slight improvement in layout; no semantic change intended. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/share/zoneinfo

2013-05-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed May 8 08:15:54 UTC 2013 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv7590 Log Message: Import tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz Summary of changes from tzdata2013b

CVS commit: src/share/zoneinfo

2013-05-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed May 8 08:18:45 UTC 2013 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz Summary of changes from tzdata2013b to tzdata2013c: Changes

CVS commit: src/doc

2013-05-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed May 8 08:23:55 UTC 2013 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2013c/tzdata2013c have been released. We have updated to tzdata2013c. To generate a diff of this commit: cvs rdiff -u -r1.1034 -r1.1035

CVS commit: src/doc

2013-05-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed May 8 08:24:13 UTC 2013 Modified Files: src/doc: CHANGES Log Message: zoneinfo: Import tzdata2013c. [apb 20130508] To generate a diff of this commit: cvs rdiff -u -r1.1822 -r1.1823 src/doc/CHANGES Please note that diffs are

CVS commit: src/share/misc

2013-05-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue May 7 14:55:37 UTC 2013 Modified Files: src/share/misc: bsd-family-tree Log Message: Add DragonFly 3.2.1, DragonFly 3.4.1, FreeBSD 9.1, OpenBSD 5.2, OpenBSD 5.3. Adapted from FreeBSD base/head/share/misc/bsd-family-tree (svn

CVS commit: src/share/zoneinfo

2013-03-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Mar 12 14:50:26 UTC 2013 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv27506 Log Message: Import tzdata2013b from ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz Changes from tzdata2013a to

CVS commit: src/doc

2013-03-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Mar 12 14:53:44 UTC 2013 Modified Files: src/doc: 3RDPARTY Log Message: tzcode2013b/tzdata2013b has been released. We have updated to tzdata2013b. To generate a diff of this commit: cvs rdiff -u -r1.1010 -r1.1011

CVS commit: src/doc

2013-03-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Mar 12 14:54:01 UTC 2013 Modified Files: src/doc: CHANGES Log Message: Note updata to tzdata2013b. To generate a diff of this commit: cvs rdiff -u -r1.1800 -r1.1801 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/sys/kern

2013-03-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 8 08:35:09 UTC 2013 Modified Files: src/sys/kern: kern_condvar.c kern_sleepq.c Log Message: Add comments saying that a cv_timedwait and sleepq_block interpret timo = 0 as an infinite timeout. This is already documented in

CVS commit: src/sys/kern

2013-03-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 8 08:36:38 UTC 2013 Modified Files: src/sys/kern: kern_condvar.c Log Message: also comment on the meaning of timo=0 for cv_timedwait_sig. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/kern

2013-03-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 8 08:48:38 UTC 2013 Modified Files: src/sys/kern: sys_sig.c Log Message: In the timeout passed to sigtimedwait, NULL means an infinite timeout, and {.tv_sec = 0, .tv_nsec=0} means do not block at all. Add a comment saying

CVS commit: src/sys/kern

2013-03-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 8 09:33:00 UTC 2013 Modified Files: src/sys/kern: sys_sig.c Log Message: Properly differentiate between infinite timeout and zero timeout. Local variable timo = -1 is used for zero timeout (non blocking mode). Fixes PR

CVS commit: src/doc

2013-03-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 8 11:31:08 UTC 2013 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update to tzdata2013a. To generate a diff of this commit: cvs rdiff -u -r1.1009 -r1.1010 src/doc/3RDPARTY cvs rdiff -u -r1.1799 -r1.1800

CVS commit: src/tools/gettext

2013-03-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Mar 6 14:34:01 UTC 2013 Modified Files: src/tools/gettext: Makefile Log Message: Prevent the tools/gettext build from trying to run emacs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tools/gettext/Makefile

CVS commit: src/usr.sbin/zic

2013-03-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Mar 5 13:42:05 UTC 2013 Modified Files: src/usr.sbin/zic: Makefile Log Message: A different way of dealing with a warning from gcc-4.1 when compiling zic.c. Instead of setting WARNS=0 and NOGCCERROR=1, just add -Wno-error to

CVS commit: src/share/zoneinfo

2013-03-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Mar 3 19:42:36 UTC 2013 Update of /cvsroot/src/share/zoneinfo In directory ivanova.netbsd.org:/tmp/cvs-serv24313 Log Message: Import tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz Changes from tzdata2012j to

CVS commit: src/share/zoneinfo

2013-03-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Mar 3 19:55:40 UTC 2013 Modified Files: src/share/zoneinfo: australasia Log Message: Merge tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz Changes from tzdata2012j to tzdata2013a: Change affecting binary

CVS commit: src/distrib/sets/lists/base

2013-03-03 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Mar 3 20:07:09 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi Log Message: /tmp/cvs12835b To generate a diff of this commit: cvs rdiff -u -r1.1023 -r1.1024 src/distrib/sets/lists/base/mi Please note that diffs are

CVS commit: src/lib/libpthread

2013-02-25 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Feb 25 17:04:46 UTC 2013 Modified Files: src/lib/libpthread: Makefile Log Message: Explain what PTHREAD__COMPAT is for. This comment in src/libpthread/Makefile is adated from a comment in src/doc/CHANGES.prev. To generate a

CVS commit: src/sys/ddb

2013-02-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Feb 10 10:26:12 UTC 2013 Modified Files: src/sys/ddb: ddbvar.h Log Message: read_symtab_from_file used to be defined in ddb/db_aout.c, but that file was deleted in 2011. Now delete the declaration in ddb/ddbvar.h. To generate

CVS commit: src/sys

2013-02-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Feb 10 11:04:20 UTC 2013 Modified Files: src/sys/ddb: ddbvar.h src/sys/kern: subr_prf.c Added Files: src/sys/ddb: db_panic.c Log Message: Move the DDB-specific part of vpanic() to a new db_panic() function,

CVS commit: src/sys/ddb

2013-02-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Feb 10 11:05:31 UTC 2013 Modified Files: src/sys/ddb: files.ddb Log Message: Hook the new ddb/db_panic.c to the build. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/ddb/files.ddb Please note that diffs

CVS commit: src/sbin/svhlabel

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 10:44:46 UTC 2013 Modified Files: src/sbin/svhlabel: svhlabel.c Log Message: getrawpartition(3) may fail, so call it only once and test for failure. Coverity CID 274527. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/newfs_ext2fs

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 11:01:00 UTC 2013 Modified Files: src/sbin/newfs_ext2fs: mke2fs.c Log Message: free(bbp) in error paths. Coverity CID 274748. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/newfs_ext2fs/mke2fs.c

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 11:24:15 UTC 2013 Modified Files: src/sbin/ifconfig: env.c Log Message: Don't call prop_distionary_make_immutable on a NULL pointer. Coverity CID 275179. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sbin/modload

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 12:04:02 UTC 2013 Modified Files: src/sbin/modload: main.c Log Message: Don't pass NULL to prop_dictionary_set. Coverity CID 275196. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/modload/main.c

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 13:20:51 UTC 2013 Modified Files: src/sbin/ifconfig: env.c Log Message: Avoid dereferencing NULL. Coverity CID 275201. Also fix a typo in previous: !== should be != To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 13:21:35 UTC 2013 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: Abort on error from prop_dictionary_augment. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sbin/ifconfig/ifconfig.c

CVS commit: xsrc/external/mit

2013-01-31 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Thu Jan 31 08:24:32 UTC 2013 Modified Files: xsrc/external/mit/MesaLib/dist/src/mesa/shader: prog_execute.c xsrc/external/mit/fontconfig/dist/src: fcname.c xsrc/external/mit/xf86-video-nv/dist/src: g80_output.c Log

CVS commit: src/usr.bin/uudecode

2013-01-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jan 28 16:06:42 UTC 2013 Modified Files: src/usr.bin/uudecode: uudecode.c Log Message: * Add -o outfile option. This is reauired by POSIX.1-2008. * Recognise /dev/stdout as a magic filename, both when embedded in the data

CVS commit: src/usr.bin/uuencode

2013-01-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jan 28 16:08:02 UTC 2013 Modified Files: src/usr.bin/uuencode: uuencode.1 Log Message: Document today's changes to uudecode: * Add -o outfile option. This is required by POSIX.1-2008. * Recognise /dev/stdout as a magic

CVS commit: src/usr.bin/uudecode

2013-01-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Mon Jan 28 19:50:30 UTC 2013 Modified Files: src/usr.bin/uudecode: uudecode.c Log Message: Support both - and /dev/stdout as references to standard output. Add comments about what POSIX says regarding stdout. Also add comments

CVS commit: src/sys/arch/atari/dev

2013-01-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 26 18:13:56 UTC 2013 Modified Files: src/sys/arch/atari/dev: clock.c Log Message: use sizeof(buffer) - 1, not sizeof(buffer - 1) To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/atari/dev/clock.c

CVS commit: src/etc

2013-01-26 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 26 18:44:22 UTC 2013 Modified Files: src/etc: MAKEDEV.tmpl Log Message: The console major number is not always 0; when creating a temporary console while populating a memory disk, use %CONSOLE_CMAJOR% instead of 0, and let

CVS commit: src/usr.bin/sort

2013-01-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jan 20 10:12:59 UTC 2013 Modified Files: src/usr.bin/sort: fields.c Log Message: When parsing numbers, allow a leading '+'. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/sort/fields.c Please note

CVS commit: src/usr.bin/sort

2013-01-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jan 20 21:02:11 UTC 2013 Modified Files: src/usr.bin/sort: sort.1 Log Message: As from today, numeric fields may begin with an optional plus or minus sign, not only an optional minus sign. To generate a diff of this commit:

CVS commit: src/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 09:27:32 UTC 2013 Modified Files: src/lib/libutil: parsedate.y Log Message: mktime(3) works in local time, and trying to trick it by setting tm_gmtoff doesn't work. Instead, call mktime_z(3) with a null timezone (so it

CVS commit: src/lib/libc/time

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 11:56:17 UTC 2013 Modified Files: src/lib/libc/time: ctime.3 Log Message: Document the fact that ctime_rz, localtime_rz, and mktime_z, accept a NULL timezone_t pointer as a reference to UTC, and the fact that tzalloc

CVS commit: src/tests/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 14:03:08 UTC 2013 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: * Test that parsedate(@0, ...) returns (time_t)0 regardless of timezone. * Test that parsedate(@-1, NULL, NULL) returns (time_t)-1

CVS commit: src/tests/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 15:21:43 UTC 2013 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Test parsedate(@-2,...) (should return -2 and not set errno); and parsedate(@junk,...) (should return -1 and set errno). We were already

CVS commit: src/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 15:23:33 UTC 2013 Modified Files: src/lib/libutil: parsedate.y Log Message: Distinguish between a non-error result of (time_t)-1 and an error result. Modernise the test code inside #ifdef TEST. To generate a diff of

CVS commit: src/lib/libutil

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 15:28:25 UTC 2013 Modified Files: src/lib/libutil: parsedate.3 Log Message: Document that errno may be used to distinguish between a non-error result of -1 and an error. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssl

2013-01-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 19 21:57:55 UTC 2013 Modified Files: src/crypto/external/bsd/openssl: pkgconfig.mk Log Message: FILESBUILD_filename=yes can replace both CLEANFILES+=filename and realall: filename To generate a diff of this commit: cvs

CVS commit: src/gnu/dist/grep

2013-01-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 5 09:40:16 UTC 2013 Modified Files: src/gnu/dist/grep/lib: getopt.c regex.c src/gnu/dist/grep/src: ansi2knr.c dfa.c grep.c search.c Log Message: Change several int variables to size_t, ssize_t, or ptrdiff_t. This

CVS commit: src/usr.bin/units

2013-01-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jan 2 14:05:04 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: Really expand the name, not the definition, as the comment says. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:44:01 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: Correctly ignore duplicate definitions. continue applies only to the innermost loop. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:51:56 UTC 2013 Modified Files: src/usr.bin/units: units.1 units.c Log Message: Add -l and -L options to units(1). -l simply lists all unit definitions, while -L alsoreduces them to depend only on a few primitive units

CVS commit: src/doc

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:53:28 UTC 2013 Modified Files: src/doc: CHANGES Log Message: units(1): add -l and -L options. [apb 20130101] To generate a diff of this commit: cvs rdiff -u -r1.1773 -r1.1774 src/doc/CHANGES Please note that diffs

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 12:45:06 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: fix incomplete comment To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/units/units.c Please note that diffs are not

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 13:25:26 UTC 2012 Modified Files: src/usr.bin/units: units.1 Log Message: Improve the description of the [count] from-unit to-unit arguments. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 13:45:53 UTC 2012 Modified Files: src/usr.bin/units: units.lib Log Message: Fix references to undefined units: * southamericarand should be southafricarand; * sidereal day should be siderealday; * perusol should be

<    1   2   3   4   5   6   7   8   >