Author: alc
Date: Mon Dec 27 07:12:22 2010
New Revision: 216731
URL: http://svn.freebsd.org/changeset/base/216731
Log:
Move vm_object_print()'s prototype to the expected place.
Modified:
head/sys/vm/vm_extern.h
head/sys/vm/vm_object.h
Modified: head/sys/vm/vm_extern.h
=
Author: oleg
Date: Mon Dec 27 06:59:59 2010
New Revision: 216730
URL: http://svn.freebsd.org/changeset/base/216730
Log:
MFC r203548:
Propagate the vlan events to the underlying interfaces/members so they
can do initialization of hw related features.
PR: kern/141646
Modifie
Author: kan
Date: Mon Dec 27 00:30:29 2010
New Revision: 216728
URL: http://svn.freebsd.org/changeset/base/216728
Log:
Fix an apparent cop-and-paste mistake in previous commit.
This makes dlsym(RTLD_DEFAULT) work properly again.
Modified:
head/libexec/rtld-elf/rtld.c
Modified: head/libe
Author: emaste
Date: Sun Dec 26 23:19:16 2010
New Revision: 216726
URL: http://svn.freebsd.org/changeset/base/216726
Log:
Remove commented-out test that's covered in plus-minus2.0 anyway.
Discussed with: jilles
Modified:
head/tools/regression/bin/sh/expansion/plus-minus1.0
Modified: hea
Author: simon
Date: Sun Dec 26 22:29:44 2010
New Revision: 216725
URL: http://svn.freebsd.org/changeset/base/216725
Log:
Fix deprecated warning about -L which said -i was deprecated.
MFC after:3 days
Modified:
head/sbin/mount_nfs/mount_nfs.c
Modified: head/sbin/mount_nfs/mount_nfs.c
Author: kensmith
Date: Sun Dec 26 21:07:11 2010
New Revision: 216724
URL: http://svn.freebsd.org/changeset/base/216724
Log:
End the Code Freeze on stable/7 and stable/8 - the release branches
releng/7.4 and releng/8.2 now exist and will be used for the balance
of the 7.4/8.2 release process.
On Fri, 24 Dec 2010, Warner Losh wrote:
Author: imp
Date: Fri Dec 24 04:55:56 2010
New Revision: 216685
URL: http://svn.freebsd.org/changeset/base/216685
Log:
Redirect stderr from config to /dev/null. config -m is printing lots
of annoying warnings when dealing with arm. The arm config file
Author: pjd
Date: Sun Dec 26 19:08:41 2010
New Revision: 216722
URL: http://svn.freebsd.org/changeset/base/216722
Log:
Detect when resource is configured more than once.
MFC after:3 days
Modified:
head/sbin/hastd/parse.y
Modified: head/sbin/hastd/parse.y
Author: pjd
Date: Sun Dec 26 19:07:58 2010
New Revision: 216721
URL: http://svn.freebsd.org/changeset/base/216721
Log:
When node-specific configuration is missing in resource section, provide
more useful information. Instead of:
hastd: remote address not configured for resource foo
Author: thompsa
Date: Sun Dec 26 18:15:57 2010
New Revision: 216720
URL: http://svn.freebsd.org/changeset/base/216720
Log:
MFC r216249
Re-add a status check which sneaked out during r214804.
This change can fix some USB error messages showing up
during bootup.
Approved by: re (
Author: kaiw
Date: Sun Dec 26 18:15:32 2010
New Revision: 216719
URL: http://svn.freebsd.org/changeset/base/216719
Log:
Document the syntax accepted by the `-M` option.
Obtained from:elftoolchain
Modified:
head/usr.bin/ar/ar.1
Modified: head/usr.bin/ar/ar.1
=
Author: thompsa
Date: Sun Dec 26 18:15:18 2010
New Revision: 216718
URL: http://svn.freebsd.org/changeset/base/216718
Log:
MFC r216249
Re-add a status check which sneaked out during r214804.
This change can fix some USB error messages showing up
during bootup.
Approved by: re (
Author: kaiw
Date: Sun Dec 26 18:12:13 2010
New Revision: 216717
URL: http://svn.freebsd.org/changeset/base/216717
Log:
Improve the description of the `-q` option.
Obtained from:elftoolchain
Modified:
head/usr.bin/ar/ar.1
Modified: head/usr.bin/ar/ar.1
==
Author: kaiw
Date: Sun Dec 26 18:10:39 2010
New Revision: 216716
URL: http://svn.freebsd.org/changeset/base/216716
Log:
* Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsis
section.
* Document the `-l`, `-M` and `-S` options.
* Improve the text describing the behavior
Author: tuexen
Date: Sun Dec 26 17:29:26 2010
New Revision: 216715
URL: http://svn.freebsd.org/changeset/base/216715
Log:
MFC c216502:
Fix a flightsize bug related to the processing of PKTDRP reports.
Approved by: re
Modified:
releng/8.2/sys/netinet/sctp_input.c
Directory Properties:
Author: tuexen
Date: Sun Dec 26 17:21:47 2010
New Revision: 216714
URL: http://svn.freebsd.org/changeset/base/216714
Log:
MFC c216502:
Fix a flightsize bug related to the processing of PKTDRP reports.
Approved by: re
Modified:
stable/8/sys/netinet/sctp_input.c
Directory Properties:
s
Author: kib
Date: Sun Dec 26 15:15:28 2010
New Revision: 216713
URL: http://svn.freebsd.org/changeset/base/216713
Log:
MFC r216572:
Restore the ABI of struct kinfo_proc32 after r213536.
Approved by: re (bz)
Modified:
releng/8.2/sys/compat/freebsd32/freebsd32.h
Directory Properties:
Author: kib
Date: Sun Dec 26 15:13:28 2010
New Revision: 216712
URL: http://svn.freebsd.org/changeset/base/216712
Log:
MFC r216454:
VOP_ISLOCKED() should not be used to determine if the vnode is locked.
Explicitely track the locked status of the vnode.
Approved by: re (bz)
Modified:
Author: kib
Date: Sun Dec 26 15:00:14 2010
New Revision: 216711
URL: http://svn.freebsd.org/changeset/base/216711
Log:
MFC r216453:
Add the missed 'p' flag to getopt() optstring argument.
Approved by: re (bz)
Modified:
releng/8.2/sbin/newfs/newfs.c
Directory Properties:
releng/8.2/s
Author: bschmidt
Date: Sun Dec 26 14:10:12 2010
New Revision: 216710
URL: http://svn.freebsd.org/changeset/base/216710
Log:
MFC r216557:
Fix panic while trying to use monitor mode. The iwn_cmd() calls issued by
iwn_config() want to msleep() on the mutex.
PR: kern/138427
Subm
Author: bschmidt
Date: Sun Dec 26 14:09:06 2010
New Revision: 216709
URL: http://svn.freebsd.org/changeset/base/216709
Log:
MFC r216557:
Fix panic while trying to use monitor mode. The iwn_cmd() calls issued by
iwn_config() want to msleep() on the mutex.
PR: kern/138427
Subm
Author: kib
Date: Sun Dec 26 13:57:05 2010
New Revision: 216708
URL: http://svn.freebsd.org/changeset/base/216708
Log:
MFC r216453:
Add the missed 'p' flag to getopt() optstring argument.
Approved by: re (bz)
Modified:
stable/8/sbin/newfs/newfs.c
Directory Properties:
stable/8/sbin/
Author: jilles
Date: Sun Dec 26 13:41:53 2010
New Revision: 216707
URL: http://svn.freebsd.org/changeset/base/216707
Log:
sh: Fix integer overflow check, it checked an uninitialized variable.
Modified:
head/bin/sh/memalloc.c
Modified: head/bin/sh/memalloc.c
==
Author: jilles
Date: Sun Dec 26 13:25:47 2010
New Revision: 216706
URL: http://svn.freebsd.org/changeset/base/216706
Log:
sh: Allow arbitrary large numbers in CHECKSTRSPACE.
Reduce "stack string" API somewhat and simplify code.
Add a check for integer overflow of the "stack string" length (p
Author: kib
Date: Sun Dec 26 13:20:10 2010
New Revision: 216705
URL: http://svn.freebsd.org/changeset/base/216705
Log:
MFC r216572:
Restore the ABI of struct kinfo_proc32 after r213536.
Approved by: re (bz)
Modified:
stable/8/sys/compat/freebsd32/freebsd32.h
Directory Properties:
st
Author: kib
Date: Sun Dec 26 13:14:36 2010
New Revision: 216704
URL: http://svn.freebsd.org/changeset/base/216704
Log:
MFC r216454:
VOP_ISLOCKED() should not be used to determine if the vnode is locked.
Explicitely track the locked status of the vnode.
Approved by: re (bz)
Modified:
Author: cperciva
Date: Sun Dec 26 13:05:43 2010
New Revision: 216703
URL: http://svn.freebsd.org/changeset/base/216703
Log:
Lock the vm page queue mutex in pmap_pte_release around the call
to PMAP_SET_VA; this fixes a mutex-not-held panic when a process
which called mlock(2) exits, and paral
27 matches
Mail list logo