svn commit: r184781 - head/usr.sbin/mergemaster

2008-11-08 Thread Maxim Sobolev
Author: sobomax Date: Sun Nov 9 07:58:23 2008 New Revision: 184781 URL: http://svn.freebsd.org/changeset/base/184781 Log: Ignore files that only differ in CVS Id tag. MFC after:2 weeks Modified: head/usr.sbin/mergemaster/mergemaster.sh Modified: head/usr.sbin/mergemaster/mergemaste

svn commit: r184780 - head/usr.sbin/cron/crontab

2008-11-08 Thread Matteo Riondato
Author: matteo Date: Sun Nov 9 07:34:11 2008 New Revision: 184780 URL: http://svn.freebsd.org/changeset/base/184780 Log: Don't leave files in /var/cront/tabs when interrupted PR: 17363 MFC after:3 days Modified: head/usr.sbin/cron/crontab/crontab.c Modified: head/usr.sb

svn commit: r184779 - head/usr.sbin/cron/crontab

2008-11-08 Thread Matteo Riondato
Author: matteo Date: Sun Nov 9 06:44:53 2008 New Revision: 184779 URL: http://svn.freebsd.org/changeset/base/184779 Log: Be paranoid and use snprintf PR: bin/122137 Submitted by: Steven Kreuzer <[EMAIL PROTECTED]> MFC after:3 days Modified: head/usr.sbin/cron/crontab/c

svn commit: r184778 - head/sys/kern

2008-11-08 Thread Kip Macy
Author: kmacy Date: Sun Nov 9 01:53:06 2008 New Revision: 184778 URL: http://svn.freebsd.org/changeset/base/184778 Log: make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al. initialize pkthdr in field order Modified: head/sys/kern/kern_mbuf.c Modified: head/sys/ker

svn commit: r184777 - head/usr.bin/sed

2008-11-08 Thread Hiroki Sato
Author: hrs Date: Sun Nov 9 01:10:21 2008 New Revision: 184777 URL: http://svn.freebsd.org/changeset/base/184777 Log: Add workaround for a back reference when no corresponding parenthesized subexpression is defined. For example, the following command line caused unexpected behavior like

svn commit: r184771 - in head/sys: dev/syscons kern sys

2008-11-08 Thread Ed Schouten
Author: ed Date: Sat Nov 8 20:40:39 2008 New Revision: 184771 URL: http://svn.freebsd.org/changeset/base/184771 Log: Reduce the default baud rate of PTY's to 9600. On RELENG_6 (and probably RELENG_7) we see our syscons windows and pseudo-terminals have the following buffer sizes: |

svn commit: r184770 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2008-11-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 8 19:56:32 2008 New Revision: 184770 URL: http://svn.freebsd.org/changeset/base/184770 Log: Require write access on a directory being moved from one parent directory to another in ZFS. Approved by: rwatson (mentor), pjd Modified: head/sys/cddl/contrib/open

svn commit: r184769 - head/share/man/man4

2008-11-08 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Sat Nov 8 17:45:47 2008 New Revision: 184769 URL: http://svn.freebsd.org/changeset/base/184769 Log: Spell 'different' correctly. Modified: head/share/man/man4/snd_hda.4 Modified: head/share/man/man4/snd_hda.4 ===

Re: svn commit: r184691 - head/sys/compat/linprocfs

2008-11-08 Thread Coleman Kane
On Wed, 2008-11-05 at 19:30 -0800, Tim Kientzle wrote: > > : This is why there's such a big push to get systems to properly support > > : UTF-8. FreeBSD had a SoC project this year that was supposed to > > : properly implement Unicode collations... > > > > That makes sense. > > Yes, UTF-8 is good

Re: svn commit: r184762 - head/sys/netgraph

2008-11-08 Thread Attilio Rao
2008/11/8, Kostik Belousov <[EMAIL PROTECTED]>: > On Sat, Nov 08, 2008 at 02:13:46PM +0100, Attilio Rao wrote: > > 2008/11/8, Alexander Motin <[EMAIL PROTECTED]>: > > > Author: mav > > > Date: Sat Nov 8 06:25:57 2008 > > > New Revision: 184762 > > > URL: http://svn.freebsd.org/changeset/ba

Re: svn commit: r184762 - head/sys/netgraph

2008-11-08 Thread Alexander Motin
Attilio Rao wrote: 2008/11/8, Alexander Motin <[EMAIL PROTECTED]>: @@ -262,8 +264,14 @@ ngt_rcvmsg(node_p node, item_p item, hoo case NGM_TTY_SET_TTY: if (sc->tp != NULL) return (EBUSY); - error = tty

Re: svn commit: r184753 - head/usr.sbin/sysinstall

2008-11-08 Thread Marc Fonvieille
On Sat, Nov 08, 2008 at 01:10:32AM +0100, Raphael Becker wrote: > On Fri, Nov 07, 2008 at 10:01:31PM +, Marc Fonvieille wrote: > > + "This will give you ready access to over 19,000 ported > > software packages,\n" > > + "at a cost of around 445MB of disk space when \"cl

Re: svn commit: r184762 - head/sys/netgraph

2008-11-08 Thread Kostik Belousov
On Sat, Nov 08, 2008 at 02:13:46PM +0100, Attilio Rao wrote: > 2008/11/8, Alexander Motin <[EMAIL PROTECTED]>: > > Author: mav > > Date: Sat Nov 8 06:25:57 2008 > > New Revision: 184762 > > URL: http://svn.freebsd.org/changeset/base/184762 > > > > Log: > > Don't use curthread to resolve file

Re: svn commit: r184762 - head/sys/netgraph

2008-11-08 Thread Attilio Rao
2008/11/8, Alexander Motin <[EMAIL PROTECTED]>: > Author: mav > Date: Sat Nov 8 06:25:57 2008 > New Revision: 184762 > URL: http://svn.freebsd.org/changeset/base/184762 > > Log: > Don't use curthread to resolve file descriptor. Request may be queued, so > thread will be different. Instead