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
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
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
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
=
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
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
> 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
___
> - 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
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
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
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
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
===
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
* 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
==
--- 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
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
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
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
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
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
20 matches
Mail list logo