svn commit: r199244 - head/lib/libc/locale

2009-11-13 Thread Peter Pentchev
Author: roam (doc,ports committer) Date: Fri Nov 13 09:03:50 2009 New Revision: 199244 URL: http://svn.freebsd.org/changeset/base/199244 Log: Fix the grammar in the isgraph(3) description, almost as per the PR. PR: 140455 Submitted by: Jeremy Huddleston jerem...@apple.com MFC

svn commit: r199245 - head/lib/libc/locale

2009-11-13 Thread Peter Pentchev
Author: roam (doc,ports committer) Date: Fri Nov 13 09:07:33 2009 New Revision: 199245 URL: http://svn.freebsd.org/changeset/base/199245 Log: Fix the grammar in the isprint(3) description. PR: 140456 Submitted by: Jeremy Huddleston jerem...@apple.com Modified:

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

2009-11-13 Thread Alexander Motin
Author: mav Date: Fri Nov 13 09:57:50 2009 New Revision: 199247 URL: http://svn.freebsd.org/changeset/base/199247 Log: Remove part that HDMI is not implemented. It had different meaning and confuse users. Extend BUGS section. Add some supported chipsets. Modified:

svn commit: r199248 - head/lib/libpam/modules/pam_unix

2009-11-13 Thread Dag-Erling Smorgrav
Author: des Date: Fri Nov 13 11:19:26 2009 New Revision: 199248 URL: http://svn.freebsd.org/changeset/base/199248 Log: Note that nullok should not be used by processes that can't access the password database. PR: bin/126650, misc/140514 MFC after:1 week Modified:

svn commit: r199249 - in head/etc: . etc.pc98

2009-11-13 Thread Ed Schouten
Author: ed Date: Fri Nov 13 11:26:44 2009 New Revision: 199249 URL: http://svn.freebsd.org/changeset/base/199249 Log: Split up etc.i386/ttys into a PC98 version as well. This means I can now convert syscons on i386 to xterm as well. Discussed with: nyan Added:

svn commit: r199250 - in head: . etc/etc.i386 sys/conf sys/dev/syscons usr.sbin/sade usr.sbin/sysinstall

2009-11-13 Thread Ed Schouten
== --- head/UPDATING Fri Nov 13 11:26:44 2009(r199249) +++ head/UPDATING Fri Nov 13 11:28:54 2009(r199250) @@ -24,14 +24,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. 20091113: The default terminal emulation for syscons(4) has been changed - from cons25

Re: svn commit: r199250 - in head: . etc/etc.i386 sys/conf sys/dev/syscons usr.sbin/sade usr.sbin/sysinstall

2009-11-13 Thread Ed Schouten
* Ed Schouten e...@freebsd.org wrote: Author: ed Date: Fri Nov 13 11:28:54 2009 New Revision: 199250 URL: http://svn.freebsd.org/changeset/base/199250 Log: Convert syscons on i386 to TERM=xterm. TEKEN_XTERM is now gone. Because we always use xterm mode now, we only need a

svn commit: r199251 - in head: release/picobsd/floppy.tree/etc release/picobsd/tinyware/oinit tools/tools/nanobsd/rescue/Files/etc tools/tools/tinybsd/conf/wrap/etc

2009-11-13 Thread Ed Schouten
Author: ed Date: Fri Nov 13 11:32:14 2009 New Revision: 199251 URL: http://svn.freebsd.org/changeset/base/199251 Log: Convert {small prefix}BSD to TERM=xterm as well. Clean up the ttys files shipped with PicoBSD, NanoBSD and TinyBSD. While there, it seems one of them still had references

svn commit: r199252 - head/etc/etc.pc98

2009-11-13 Thread Ed Schouten
Author: ed Date: Fri Nov 13 11:54:52 2009 New Revision: 199252 URL: http://svn.freebsd.org/changeset/base/199252 Log: Use cons25w on pc98. Discussed with: nyan Modified: head/etc/etc.pc98/ttys Modified: head/etc/etc.pc98/ttys

svn commit: r199253 - in head/sys/amd64: amd64 include

2009-11-13 Thread Konstantin Belousov
Author: kib Date: Fri Nov 13 13:07:01 2009 New Revision: 199253 URL: http://svn.freebsd.org/changeset/base/199253 Log: Amd64 init_secondary() calls initializecpu() while curthread is still not properly set up. r199067 added the call to TUNABLE_INT_FETCH() to initializecpu() that results in

svn commit: r199255 - head/lib/libc/sys

2009-11-13 Thread Christian Brueffer
Author: brueffer Date: Fri Nov 13 13:13:35 2009 New Revision: 199255 URL: http://svn.freebsd.org/changeset/base/199255 Log: Improved the manpage description. The committed wording was provided by jhb. PR: 140528 Submitted by: Chris Petrik ch...@officialunix.com Discussed

Re: svn commit: r199249 - in head/etc: . etc.pc98

2009-11-13 Thread Warner Losh
- sysctl.conf syslog.conf \ - etc.${MACHINE_ARCH}/ttys + sysctl.conf syslog.conf + +.if exists(${.CURDIR}/etc.${MACHINE}/ttys) +BIN1+= etc.${MACHINE}/ttys +.else +BIN1+= etc.${MACHINE_ARCH}/ttys +.endif I'd go all the way here and make this be ${MACHINE}

Re: svn commit: r199249 - in head/etc: . etc.pc98

2009-11-13 Thread Ed Schouten
Hello Warner, * Warner Losh i...@bsdimp.com wrote: - sysctl.conf syslog.conf \ - etc.${MACHINE_ARCH}/ttys + sysctl.conf syslog.conf + +.if exists(${.CURDIR}/etc.${MACHINE}/ttys) +BIN1+= etc.${MACHINE}/ttys +.else +BIN1+= etc.${MACHINE_ARCH}/ttys +.endif I'd go

Re: svn commit: r199249 - in head/etc: . etc.pc98

2009-11-13 Thread Warner Losh
From: Ed Schouten e...@80386.nl Subject: Re: svn commit: r199249 - in head/etc: . etc.pc98 Date: Fri, 13 Nov 2009 19:38:09 +0100 Hello Warner, * Warner Losh i...@bsdimp.com wrote: - sysctl.conf syslog.conf \ - etc.${MACHINE_ARCH}/ttys + sysctl.conf syslog.conf + +.if

svn commit: r199258 - head/sys/dev/sound/pci/hda

2009-11-13 Thread Alexander Motin
Author: mav Date: Fri Nov 13 21:06:33 2009 New Revision: 199258 URL: http://svn.freebsd.org/changeset/base/199258 Log: Add more codec IDs. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c

svn commit: r199260 - head/sys/dev/aic7xxx

2009-11-13 Thread Attilio Rao
Author: attilio Date: Fri Nov 13 22:57:20 2009 New Revision: 199260 URL: http://svn.freebsd.org/changeset/base/199260 Log: Add sysctls in ahd(4) in order to keep track of different classes of errors. So far 3 different classes are present (correctable, uncorrectable and fatal) but more can

svn commit: r199259 - in head/sys/dev/ata: . chipsets

2009-11-13 Thread Alexander Motin
Author: mav Date: Fri Nov 13 22:53:49 2009 New Revision: 199259 URL: http://svn.freebsd.org/changeset/base/199259 Log: Add support for SATA ports on SATA+PATA Marvell controllers. These controllers provide combination of AHCI for SATA and legacy PCI ATA for PATA. Use same solution as used