Author: brian
Date: Wed Jul 7 06:06:54 2010
New Revision: 209756
URL: http://svn.freebsd.org/changeset/base/209756
Log:
When dhclient obtains a lease, it runs dhclient-script and expects
it to configure the interface. When the script is complete, dhclient
monitors the routing socket and wi
Author: imp
Date: Wed Jul 7 00:03:06 2010
New Revision: 209753
URL: http://svn.freebsd.org/changeset/base/209753
Log:
Further simplification.
Modified:
head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh
Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh
===
Author: imp
Date: Tue Jul 6 23:31:52 2010
New Revision: 209752
URL: http://svn.freebsd.org/changeset/base/209752
Log:
These files should have been added/deleted in r209751
Added:
head/usr.sbin/pc-sysinstall/backend-query/detect-emulation.sh (contents,
props changed)
Deleted:
head/usr.sb
Author: imp
Date: Tue Jul 6 23:29:55 2010
New Revision: 209751
URL: http://svn.freebsd.org/changeset/base/209751
Log:
A few patches from Ed Maste by way of Kris Moore
1. Change detect-vmware to detect-emulation
2. improve laptop detection
3. better, network descriptions
Modified:
he
Author: marcel
Date: Tue Jul 6 23:13:21 2010
New Revision: 209749
URL: http://svn.freebsd.org/changeset/base/209749
Log:
Provide more examples for error injection.
Modified:
head/sys/ia64/ia64/mca.c
Modified: head/sys/ia64/ia64/mca.c
=
Author: brucec
Date: Tue Jul 6 22:33:22 2010
New Revision: 209748
URL: http://svn.freebsd.org/changeset/base/209748
Log:
Simplify the wording of the console configuration dialogs since we now
only have a single video console driver.
Approved by: rrs (mentor)
MFC after: 1 month
Modifie
Author: jkim
Date: Tue Jul 6 21:41:08 2010
New Revision: 209747
URL: http://svn.freebsd.org/changeset/base/209747
Log:
Fix mis-merges in the previous commit.
Modified:
head/sys/dev/acpica/acpi.c
Modified: head/sys/dev/acpica/acpi.c
===
Author: jkim
Date: Tue Jul 6 20:57:28 2010
New Revision: 209746
URL: http://svn.freebsd.org/changeset/base/209746
Log:
Merge ACPICA 20100702.
Added:
head/sys/contrib/dev/acpica/compiler/dtcompile.c
- copied, changed from r209743, vendor-sys/acpica/dist/compiler/dtcompile.c
head/sys/co
Author: emaste
Date: Tue Jul 6 19:43:40 2010
New Revision: 209745
URL: http://svn.freebsd.org/changeset/base/209745
Log:
Use canonical spelling of FreeBSD.org
Submitted by: Garrett Cooper
Modified:
head/tools/tools/ncpus/biosmptable.c
Modified: head/tools/tools/ncpus/biosmptable.c
Author: mav
Date: Tue Jul 6 19:05:41 2010
New Revision: 209744
URL: http://svn.freebsd.org/changeset/base/209744
Log:
ATA device reset starts probe sequence from the beginning. If reset caused
by timeout/error of one of probe commands, process may continue infinitely.
Make CAM ATA more robu
On Tue, 6 Jul 2010, Jung-uk Kim wrote:
Log:
Plug a possible memory leak.
Submitted by: Yamagi Burmeister (lists at yamagi dot org)
Thanks :)
--
Homepage: www.yamagi.org
Jabber: yam...@yamagi.org
GnuPG/GPG:0xEFBCCBCB
___
svn-src-hea
Author: kib
Date: Tue Jul 6 18:22:57 2010
New Revision: 209743
URL: http://svn.freebsd.org/changeset/base/209743
Log:
Calculate nshift only once.
Also noted by:avg
MFC after:1 week
Modified:
head/sys/dev/md/md.c
Modified: head/sys/dev/md/md.c
=
Author: kib
Date: Tue Jul 6 18:20:49 2010
New Revision: 209742
URL: http://svn.freebsd.org/changeset/base/209742
Log:
In revoke(), verify that VCHR vnode indeed belongs to devfs.
Found and tested by: pho
MFC after:1 week
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/
Author: yongari
Date: Tue Jul 6 18:17:31 2010
New Revision: 209741
URL: http://svn.freebsd.org/changeset/base/209741
Log:
Zero entire status block and add missing bus_dmamap_sync(9).
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
Author: jkim
Date: Tue Jul 6 18:08:55 2010
New Revision: 209740
URL: http://svn.freebsd.org/changeset/base/209740
Log:
Plug a possible memory leak.
Submitted by: Yamagi Burmeister (lists at yamagi dot org)
Modified:
head/sys/dev/fb/vesa.c
Modified: head/sys/dev/fb/vesa.c
==
Author: bz
Date: Tue Jul 6 18:07:56 2010
New Revision: 209739
URL: http://svn.freebsd.org/changeset/base/209739
Log:
Also install the new bsd.arch.inc.mk filed. Missed in r204020.
Reviewed by: imp
Modified:
head/share/mk/Makefile
Modified: head/share/mk/Makefile
==
Author: bcr (doc committer)
Date: Tue Jul 6 18:06:10 2010
New Revision: 209738
URL: http://svn.freebsd.org/changeset/base/209738
Log:
Mention the radiolist option in the man page. It is being listed when
dialog(1) is run without arguments and works as expected. Therefore,
it should be part
Author: jkim
Date: Tue Jul 6 18:05:05 2010
New Revision: 209737
URL: http://svn.freebsd.org/changeset/base/209737
Log:
Fix a possible null pointer dereference. A patch for -STABLE was
Submitted by: Yamagi Burmeister (lists at yamagi dot org)
Modified:
head/sys/dev/fb/vesa.c
Modified:
Author: trasz
Date: Tue Jul 6 17:20:08 2010
New Revision: 209736
URL: http://svn.freebsd.org/changeset/base/209736
Log:
Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group
names names starting with a digit.
MFC after:1 month
Modified:
head/lib/libc/posix1e/acl_f
Author: emaste
Date: Tue Jul 6 17:00:20 2010
New Revision: 209733
URL: http://svn.freebsd.org/changeset/base/209733
Log:
Switch to my @freebsd.org email address.
Modified:
head/tools/tools/ncpus/biosmptable.c
Modified: head/tools/tools/ncpus/biosmptable.c
===
Author: rpaulo
Date: Tue Jul 6 16:56:27 2010
New Revision: 209731
URL: http://svn.freebsd.org/changeset/base/209731
Log:
Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the user
segment descriptor hi and lo values. Idea from Solaris.
Reviewed by: kib
Modified:
head/sys/amd
Author: emaste
Date: Tue Jul 6 16:55:39 2010
New Revision: 209730
URL: http://svn.freebsd.org/changeset/base/209730
Log:
Remove defunct email address from header as well.
Modified:
head/sys/netgraph/ng_source.h
Modified: head/sys/netgraph/ng_source.h
Author: emaste
Date: Tue Jul 6 16:42:11 2010
New Revision: 209728
URL: http://svn.freebsd.org/changeset/base/209728
Log:
Remove email address that no longer exists.
Modified:
head/sys/netgraph/ng_source.c
Modified: head/sys/netgraph/ng_source.c
==
Author: nwhitehorn
Date: Tue Jul 6 15:38:38 2010
New Revision: 209726
URL: http://svn.freebsd.org/changeset/base/209726
Log:
It does not actually make sense to provide an IPI facility on non-root
PICs, so replace cpuid logic with an assert.
Modified:
head/sys/powerpc/powerpc/openpic.c
Mod
Author: nwhitehorn
Date: Tue Jul 6 15:31:58 2010
New Revision: 209725
URL: http://svn.freebsd.org/changeset/base/209725
Log:
Fix interrupt distribution to multiple CPUs on systems with cascaded PICs.
Because slave PICs send all interrupts to their CPU 0 output line (which
is routed to a pin
Author: nwhitehorn
Date: Tue Jul 6 15:27:05 2010
New Revision: 209724
URL: http://svn.freebsd.org/changeset/base/209724
Log:
Move the EOI logic when starting ithreads into intr_machdep instead of
relying on it as a side effect of PIC_MASK() in the PIC drivers, and add
an inmplementation of
Author: zec
Date: Tue Jul 6 12:13:15 2010
New Revision: 209723
URL: http://svn.freebsd.org/changeset/base/209723
Log:
Fix a double-free bug which can occur if both bit error rate and packet
duplication probability are configured on a ng_pipe node.
Submitted by: Jeffrey Ahrenholtz
MFC a
Author: glebius
Date: Tue Jul 6 10:45:38 2010
New Revision: 209722
URL: http://svn.freebsd.org/changeset/base/209722
Log:
Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don't
need to.
PR: kern/145462
Modified:
head/sys/netgraph/ng_ipfw.c
Modified: head/sys/
Author: rpaulo
Date: Tue Jul 6 10:28:19 2010
New Revision: 209721
URL: http://svn.freebsd.org/changeset/base/209721
Log:
Merge from vendor-sys/opensolaris:
* add fasttrap files
Added:
head/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap_impl.h
- copied unchanged from r209720,
ve
Author: ed
Date: Tue Jul 6 08:56:34 2010
New Revision: 209718
URL: http://svn.freebsd.org/changeset/base/209718
Log:
Fix a race condition, where a TTY could be destroyed twice.
There are special cases where tty_rel_free() can be called twice in a
row, namely when closing and revoking the
Author: jeff
Date: Tue Jul 6 07:11:04 2010
New Revision: 209717
URL: http://svn.freebsd.org/changeset/base/209717
Log:
- Handle the truncation of an inode with an effective link count of 0 in
the context of the process that reduced the effective count. Previously
all truncation as a
Author: jeff
Date: Tue Jul 6 07:07:29 2010
New Revision: 209716
URL: http://svn.freebsd.org/changeset/base/209716
Log:
- Permit zero length directories as a handled inconsistency. This allows
directory truncation to proceed before the link has been cleared. This
is accomplished by
32 matches
Mail list logo