On Fri, Dec 31, 2010 at 11:31:14PM +0100, Erik Trulsson wrote:
> On Fri, Dec 31, 2010 at 07:00:58PM +, Alexander Best wrote:
> > another thought: running 'reboot' instead of 'shutdown -r now' *can* cause
> > harm to the system, because an important rc.shutdown script wasn't executed.
> > howeve
Author: jmallett
Date: Sat Jan 1 00:20:14 2011
New Revision: 216862
URL: http://svn.freebsd.org/changeset/base/216862
Log:
o) When trying to determine whether the pcpu pointer is a managed address,
check
not just that it is greater than the minimal kernel virtual address, but
also
t
On Fri Dec 31 10, Erik Trulsson wrote:
> On Fri, Dec 31, 2010 at 07:00:58PM +, Alexander Best wrote:
>
> [snip]
>
> > another thought: running 'reboot' instead of 'shutdown -r now' *can* cause
> > harm to the system, because an important rc.shutdown script wasn't executed.
> > however running
Author: bz
Date: Fri Dec 31 22:49:13 2010
New Revision: 216861
URL: http://svn.freebsd.org/changeset/base/216861
Log:
Mfp4 CH177924:
Add and export constants of array sizes of jail parameters as compiled into
the kernel.
This is the least intrusive way to allow kvm to read the (sparse)
On Fri, Dec 31, 2010 at 07:00:58PM +, Alexander Best wrote:
[snip]
> another thought: running 'reboot' instead of 'shutdown -r now' *can* cause
> harm to the system, because an important rc.shutdown script wasn't executed.
> however running 'shutdown -r now' in single-user mode e.g. will caus
Author: yongari
Date: Fri Dec 31 22:18:41 2010
New Revision: 216860
URL: http://svn.freebsd.org/changeset/base/216860
Log:
Fix endianness bug introduced in r205091.
After controller updates control word in a RX LE, driver converts
it to host byte order. The checksum value in the control word
On 12/31/2010 07:43, Jilles Tjoelker wrote:
On Thu, Dec 30, 2010 at 06:06:31PM +, Pawel Jakub Dawidek wrote:
Author: pjd
Date: Thu Dec 30 18:06:31 2010
New Revision: 216823
URL: http://svn.freebsd.org/changeset/base/216823
Log:
For compatibility with Linux and Solaris add poweroff(8).
Author: bz
Date: Fri Dec 31 21:57:54 2010
New Revision: 216859
URL: http://svn.freebsd.org/changeset/base/216859
Log:
Use NULL rather than 0 to invalidate a pointer.
Rather than duplicating the LLE_FREE_LOCKED() macro code in LLE_FREE(),
call it directly (like we do for the RT_* macros).
Author: yongari
Date: Fri Dec 31 21:52:51 2010
New Revision: 216858
URL: http://svn.freebsd.org/changeset/base/216858
Log:
Remove duplicated "perfect"
Pointed out by: pluknet
Modified:
head/share/man/man4/vte.4
Modified: head/share/man/man4/vte.4
==
Author: bz
Date: Fri Dec 31 21:47:11 2010
New Revision: 216857
URL: http://svn.freebsd.org/changeset/base/216857
Log:
Try to catch a possible divide-by-zero as early as possible if "mtu" is 0
(also test for negative MTUs if checking it anyway).
An MTU of 0 is arguably a bug elsewhere, but th
Author: bz
Date: Fri Dec 31 21:20:32 2010
New Revision: 216856
URL: http://svn.freebsd.org/changeset/base/216856
Log:
Print the vnet pointer under DDB when iterating over flowtables of each
virtual network stack instance.
Sponsored by: ISPsystem [1]
Reviewed by: julian [1]
MFC after:
Author: bz
Date: Fri Dec 31 21:06:52 2010
New Revision: 216855
URL: http://svn.freebsd.org/changeset/base/216855
Log:
Move the increment operation under the lock and split the condition
variable into two so that we can see on which one we are waiting.
This might also more properly propagate
On Fri Dec 31 10, Erik Trulsson wrote:
> On Fri, Dec 31, 2010 at 03:43:08PM +0100, Jilles Tjoelker wrote:
> > On Thu, Dec 30, 2010 at 06:06:31PM +, Pawel Jakub Dawidek wrote:
> > > Author: pjd
> > > Date: Thu Dec 30 18:06:31 2010
> > > New Revision: 216823
> > > URL: http://svn.freebsd.org/chan
Author: bz
Date: Fri Dec 31 18:36:07 2010
New Revision: 216853
URL: http://svn.freebsd.org/changeset/base/216853
Log:
MFC r216848:
Happy New Year 2011.
Approved by:core (kib)
Approved by: re (kib)
Modified:
releng/7.4/COPYRIGHT (contents, props changed)
releng/
Author: bz
Date: Fri Dec 31 18:32:13 2010
New Revision: 216852
URL: http://svn.freebsd.org/changeset/base/216852
Log:
MFC r216848:
Happy New Year 2011.
Approved by:core (kib)
Approved by: re (kib)
Modified:
releng/8.2/COPYRIGHT (contents, props changed)
releng/
Author: jilles
Date: Fri Dec 31 18:20:17 2010
New Revision: 216851
URL: http://svn.freebsd.org/changeset/base/216851
Log:
sh: Check if dup2 for redirection from/to a file succeeds.
A failure (e.g. caused by ulimit -n being set very low) is a redirection
error.
Example:
ulimit -n
Author: bz
Date: Fri Dec 31 18:16:44 2010
New Revision: 216850
URL: http://svn.freebsd.org/changeset/base/216850
Log:
MFC r216848:
Happy New Year 2011.
Approved by: core (kib)
Modified:
stable/7/COPYRIGHT (contents, props changed)
stable/7/sys/sys/copyright.h
Directory Prop
Author: bz
Date: Fri Dec 31 18:16:15 2010
New Revision: 216849
URL: http://svn.freebsd.org/changeset/base/216849
Log:
MFC r216848:
Happy New Year 2011.
Approved by: core (kib)
Modified:
stable/8/COPYRIGHT (contents, props changed)
stable/8/sys/sys/copyright.h
Directory Prop
Author: bz
Date: Fri Dec 31 18:07:16 2010
New Revision: 216848
URL: http://svn.freebsd.org/changeset/base/216848
Log:
Happy New Year 2011.
Approved by: core (kib)
Modified:
head/COPYRIGHT
head/sys/sys/copyright.h
Modified: head/COPYRIGHT
==
Author: cperciva
Date: Fri Dec 31 17:42:25 2010
New Revision: 216847
URL: http://svn.freebsd.org/changeset/base/216847
Log:
Make i386_set_ldt work on i386/XEN, step 5/5.
When cleaning up a thread, reset its LDT to the default LDT.
Note: Casting the LDT pointer to an int and storing it
Author: cperciva
Date: Fri Dec 31 17:41:14 2010
New Revision: 216846
URL: http://svn.freebsd.org/changeset/base/216846
Log:
Make i386_set_ldt work on i386/XEN, step 4/5.
Use xen_update_descriptor to update the LDT rather than bcopy. Under Xen,
pages used for holding LDTs must be read-onl
Author: cperciva
Date: Fri Dec 31 17:40:30 2010
New Revision: 216845
URL: http://svn.freebsd.org/changeset/base/216845
Log:
Make i386_set_ldt work on i386/XEN, step 3/5.
Synchronize reality with comment: The user_ldt_alloc function is supposed to
return with dt_lock held. Due to broken l
Author: cperciva
Date: Fri Dec 31 17:39:58 2010
New Revision: 216844
URL: http://svn.freebsd.org/changeset/base/216844
Log:
Make i386_set_ldt work on i386/XEN, step 2/5.
Don't map physical to machine page numbers in pte_load_store, since it uses
PT_SET_VA (which takes a physical page numb
Author: cperciva
Date: Fri Dec 31 17:39:31 2010
New Revision: 216843
URL: http://svn.freebsd.org/changeset/base/216843
Log:
Make i386_set_ldt work on i386/XEN, step 1/5.
Lock the vm page queue mutex around calls to pte_store. As with many other
uses of the vm page queue mutex in i386/xen
On Fri, Dec 31, 2010 at 03:43:08PM +0100, Jilles Tjoelker wrote:
> On Thu, Dec 30, 2010 at 06:06:31PM +, Pawel Jakub Dawidek wrote:
> > Author: pjd
> > Date: Thu Dec 30 18:06:31 2010
> > New Revision: 216823
> > URL: http://svn.freebsd.org/changeset/base/216823
>
> > Log:
> > For compatibili
On Fri, 31 Dec 2010, Gary Jennejohn wrote:
On Fri, 31 Dec 2010 11:55:39 + (UTC)
Gavin Atkinson wrote:
Author: gavin
Date: Fri Dec 31 11:55:39 2010
New Revision: 216836
URL: http://svn.freebsd.org/changeset/base/216836
Log:
For committers listed as alumni, add the date that their commit
On Fri, 31 Dec 2010 11:55:39 + (UTC)
Gavin Atkinson wrote:
> Author: gavin
> Date: Fri Dec 31 11:55:39 2010
> New Revision: 216836
> URL: http://svn.freebsd.org/changeset/base/216836
>
> Log:
> For committers listed as alumni, add the date that their commit bit was
> returned where this
On Thu, Dec 30, 2010 at 06:06:31PM +, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Thu Dec 30 18:06:31 2010
> New Revision: 216823
> URL: http://svn.freebsd.org/changeset/base/216823
> Log:
> For compatibility with Linux and Solaris add poweroff(8).
> It is implemented as a hard link
On Fri, Dec 31, 2010 at 01:27:04AM +, Alexander Best wrote:
> On Thu Dec 30 10, Pawel Jakub Dawidek wrote:
> > Author: pjd
> > Date: Thu Dec 30 18:06:31 2010
> > New Revision: 216823
> > URL: http://svn.freebsd.org/changeset/base/216823
> >
> > Log:
> > For compatibility with Linux and Solar
Author: rmacklem
Date: Fri Dec 31 14:03:57 2010
New Revision: 216841
URL: http://svn.freebsd.org/changeset/base/216841
Log:
MFC: r216510
Fix two vnode locking problems in nfsd_recalldelegation() in the
experimental NFSv4 server. The first was a bogus use of VOP_ISLOCKED()
in a KASSERT() an
Author: gavin
Date: Fri Dec 31 13:07:21 2010
New Revision: 216840
URL: http://svn.freebsd.org/changeset/base/216840
Log:
Move alumni committers from the active section.
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
=
Author: bschmidt
Date: Fri Dec 31 12:59:17 2010
New Revision: 216839
URL: http://svn.freebsd.org/changeset/base/216839
Log:
MFC r216242:
Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in
newer Ralink drivers.
Submitted by: Paul B Mahol
Modified:
stable/8/sys/comp
Author: bschmidt
Date: Fri Dec 31 12:53:07 2010
New Revision: 216838
URL: http://svn.freebsd.org/changeset/base/216838
Log:
MFC r216050:
Add a dummy for IoOpenDeviceRegistryKey().
With that change the Atheros 9xxx driver is actually usable and does not
panic anymore.
Submitted by:
Author: bschmidt
Date: Fri Dec 31 12:48:43 2010
New Revision: 216837
URL: http://svn.freebsd.org/changeset/base/216837
Log:
MFC r216049:
Some drivers rely on the existence of certain keys. The Atheros 9xxx
driver for example requests the NetCfgInstanceId but doesn't check the
returned stat
Author: gavin
Date: Fri Dec 31 11:55:39 2010
New Revision: 216836
URL: http://svn.freebsd.org/changeset/base/216836
Log:
For committers listed as alumni, add the date that their commit bit was
returned where this information is missing and easy to determine. Move
adrian@ back to the "Active
Author: bschmidt
Date: Fri Dec 31 09:50:15 2010
New Revision: 216835
URL: http://svn.freebsd.org/changeset/base/216835
Log:
The mwl's HAL manages an array of MWL_MBSS_MAX VAPs where the first 8 are
supposed to be APs and the later 24 are pre-configured as STAs. A wrong
condition during initi
36 matches
Mail list logo