svn commit: r199261 - stable/8/sys/netinet6

2009-11-13 Thread Hajimu UMEMOTO
Author: ume Date: Sat Nov 14 04:46:24 2009 New Revision: 199261 URL: http://svn.freebsd.org/changeset/base/199261 Log: MFC r199173: CURVNET_RESTORE() was not called in certain cases. Modified: stable/8/sys/netinet6/nd6.c Directory Properties: stable/8/sys/netinet6/ (props changed) Modifi

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 fo

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 b

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 =

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

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

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

2009-11-13 Thread Ed Schouten
Hello Warner, * Warner Losh 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

Re: svn commit: r199243 - in head: . etc/etc.amd64 etc/etc.arm etc/etc.ia64 etc/etc.mips etc/etc.powerpc etc/etc.sparc64 etc/root share/skel sys/conf sys/dev/syscons tools/tools/nanobsd/gateworks/File

2009-11-13 Thread Warner Losh
> Author: ed > I still have to enable this on i386. Right now pc98 and i386 share the > same /etc/ttys file. I'm not going to switch pc98, because it uses its > own Kanji-capable cons25 emulator. Sounds like a ${MACHINE} should be used here instead of ${MACHINE_ARCH}, no? Warner ___

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} u

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

2009-11-13 Thread Christian Brueffer
Author: brueffer Date: Fri Nov 13 13:26:27 2009 New Revision: 199257 URL: http://svn.freebsd.org/changeset/base/199257 Log: Remove a note about vfork(4) going to be eliminated, it's here to stay. Submitted by: kib MFC after:1 week Modified: head/lib/libc/sys/vfork.2 Modified: head

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 Discussed with: remko, jhb a

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 h

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: 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

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 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 TEKEN_CONS25

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 to

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: head/etc/etc.pc9

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: head/l

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: head/share/man/man4/sn

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 Modified: head/lib/libc/locale/isprint.3 M

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 MFC after:2 weeks