Author: sbruno
Date: Thu Feb 12 03:26:05 2009
New Revision: 188509
URL: http://svn.freebsd.org/changeset/base/188509
Log:
Enhance debug messages and attempt to unify them into one format where
possible.
Reviewed by: scottl
Modified:
head/sys/dev/firewire/fwohci.c
Modified: head/sys/de
Author: sbruno
Date: Thu Feb 12 03:05:42 2009
New Revision: 188508
URL: http://svn.freebsd.org/changeset/base/188508
Log:
Update comments around various structs.
Add speeds S800, S1600 and S3200
Modified:
head/sys/dev/firewire/firewire.h
head/sys/dev/firewire/fwohcireg.h
head/sys/dev
Author: imp
Date: Thu Feb 12 01:14:49 2009
New Revision: 188507
URL: http://svn.freebsd.org/changeset/base/188507
Log:
Rewrite get_pv_entry() to match expectations of the rest of the
kernel. Rather than just kick off the page daemon, we actively retire
more mappings. The inner loop now loo
Author: imp
Date: Thu Feb 12 01:10:53 2009
New Revision: 188506
URL: http://svn.freebsd.org/changeset/base/188506
Log:
pmap_kenrel() was recently deleted from pmap.h. It was still used
here, but inconsistently. Change all instances of it to kernel_pmap
to match rest of code.
Modified:
h
Thank Marius for checking in the code.
I ran into the problem mainly because mii driver was
not hooked properly, so mii_phy_probe() function failed.
-Helen
-Original Message-
From: Marius Strobl [mailto:mar...@alchemy.franken.de]
Sent: Wednesday, February 11, 2009 2:17 PM
To: Coleman Ka
Author: sam
Date: Wed Feb 11 22:34:50 2009
New Revision: 188505
URL: http://svn.freebsd.org/changeset/base/188505
Log:
fix ARM_USE_SMALL_ALLOC after memory layout changes
Submitted by: cognet
Modified:
head/sys/arm/xscale/ixp425/avila_machdep.c
Modified: head/sys/arm/xscale/ixp425/avila
Author: sam
Date: Wed Feb 11 22:34:22 2009
New Revision: 188504
URL: http://svn.freebsd.org/changeset/base/188504
Log:
fix both instances of name
Pointy hat: sam
Modified:
head/sys/dev/ath/ath_hal/ah_internal.h
Modified: head/sys/dev/ath/ath_hal/ah_internal.h
=
Author: jhb
Date: Wed Feb 11 22:29:09 2009
New Revision: 188503
URL: http://svn.freebsd.org/changeset/base/188503
Log:
Reorder dacleanup() and cdcleanup() slightly so that the sysctl context is
freed while the periph lock is not held. While here, wait until after
freeing the softc before re
Author: jhb
Date: Wed Feb 11 22:22:26 2009
New Revision: 188502
URL: http://svn.freebsd.org/changeset/base/188502
Log:
- Consolidate error handling in the cd9660 and udf mount routines.
- Always read the character device pointer while the associated devfs vnode
is locked. Also, use dev_re
Author: jhb
Date: Wed Feb 11 22:19:54 2009
New Revision: 188501
URL: http://svn.freebsd.org/changeset/base/188501
Log:
- If the g_access() call for the initial root mount fails, then fully
cleanup. Before the GEOM consumer would not have been closed.
- Bump the reference on the character
Author: sam
Date: Wed Feb 11 22:18:03 2009
New Revision: 188500
URL: http://svn.freebsd.org/changeset/base/188500
Log:
fix typo in AH_CHIP definition
Submitted by: Pavel Roskin
Modified:
head/sys/dev/ath/ath_hal/ah_internal.h
Modified: head/sys/dev/ath/ath_hal/ah_internal.h
===
On Tue, Feb 10, 2009 at 05:09:47PM -0500, Coleman Kane wrote:
> On Tue, 2009-02-10 at 21:54 +, Marius Strobl wrote:
> > Author: marius
> > Date: Tue Feb 10 21:54:23 2009
> > New Revision: 188457
> > URL: http://svn.freebsd.org/changeset/base/188457
> >
> > Log:
> > Don't reset the PHY probe
Author: sam
Date: Wed Feb 11 22:15:37 2009
New Revision: 188499
URL: http://svn.freebsd.org/changeset/base/188499
Log:
gcc 4.3.2 examines getLowerUpperIndex() and concludes that it's not
guaranteed to initialize its two last arguments. Therefore, there is a
warning in the subsequent caller
On Wed, Feb 11, 2009 at 08:24:59PM +, Ed Schouten wrote:
> Author: ed
> Date: Wed Feb 11 20:24:59 2009
> New Revision: 188497
> URL: http://svn.freebsd.org/changeset/base/188497
>
> Log:
> descriptor on FreeBSD, is to use the FIODGNAME ioctl. Because a valid
> file descriptor implies a fil
Author: ed
Date: Wed Feb 11 20:36:17 2009
New Revision: 188498
URL: http://svn.freebsd.org/changeset/base/188498
Log:
Let stat(1) use fdevname(3).
Because we now have a reliable library function that converts file
descriptors to character device names, let stat(1) use this. This means
i
Author: ed
Date: Wed Feb 11 20:24:59 2009
New Revision: 188497
URL: http://svn.freebsd.org/changeset/base/188497
Log:
Add two new routines: fdevname() and fdevname_r().
A more elegant way of obtaining a name of a character device by its file
descriptor on FreeBSD, is to use the FIODGNAME
Author: sam
Date: Wed Feb 11 18:40:09 2009
New Revision: 188494
URL: http://svn.freebsd.org/changeset/base/188494
Log:
improve key index map reclaim debug msg
Modified:
head/sys/net80211/ieee80211_node.c
Modified: head/sys/net80211/ieee80211_node.c
===
Author: sam
Date: Wed Feb 11 18:39:20 2009
New Revision: 188493
URL: http://svn.freebsd.org/changeset/base/188493
Log:
oops, fix octal escape sequence
Modified:
head/sys/net80211/ieee80211_var.h
Modified: head/sys/net80211/ieee80211_var.h
=
Author: lulf
Date: Wed Feb 11 18:13:20 2009
New Revision: 188492
URL: http://svn.freebsd.org/changeset/base/188492
Log:
- Use the correct argument when determining the buffer size.
PR: kern/131575
MFC after:2 days
Modified:
head/sys/geom/label/g_label_msdosfs.c
Modified:
Author: sam
Date: Wed Feb 11 17:30:36 2009
New Revision: 188489
URL: http://svn.freebsd.org/changeset/base/188489
Log:
remove bogus reference reclaim on the slave-side bss node on beacon miss
Modified:
head/sys/net80211/ieee80211_tdma.c
Modified: head/sys/net80211/ieee80211_tdma.c
==
Author: sam
Date: Wed Feb 11 17:26:47 2009
New Revision: 188488
URL: http://svn.freebsd.org/changeset/base/188488
Log:
fix mis-numbering of IEEE80211_MSG_BITS
Modified:
head/sys/net80211/ieee80211_var.h
Modified: head/sys/net80211/ieee80211_var.h
=
Author: ed
Date: Wed Feb 11 16:28:49 2009
New Revision: 188487
URL: http://svn.freebsd.org/changeset/base/188487
Log:
Serialize write() calls on TTYs.
Just like the old TTY layer, the current MPSAFE TTY layer does not make
any attempt to serialize calls of write(). Data is copied into the
Author: rwatson
Date: Wed Feb 11 15:22:01 2009
New Revision: 188485
URL: http://svn.freebsd.org/changeset/base/188485
Log:
Modify fdcopy() so that, during fork(2), it won't copy file descriptors
from the parent to the child process if they have an operation vector
of &badfileops. This narro
John Baldwin wrote:
> On Tuesday 10 February 2009 6:22:29 pm Alexander Motin wrote:
>> Author: mav
>> Date: Tue Feb 10 23:22:29 2009
>> New Revision: 188464
>> URL: http://svn.freebsd.org/changeset/base/188464
>>
>> Log:
>> Check for device_set_devclass() errors and skip driver probe/attach if
>
On Tuesday 10 February 2009 6:22:29 pm Alexander Motin wrote:
> Author: mav
> Date: Tue Feb 10 23:22:29 2009
> New Revision: 188464
> URL: http://svn.freebsd.org/changeset/base/188464
>
> Log:
> Check for device_set_devclass() errors and skip driver probe/attach if
any.
> Attach call without
Author: jhb
Date: Wed Feb 11 14:25:09 2009
New Revision: 188484
URL: http://svn.freebsd.org/changeset/base/188484
Log:
Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flag
in 'sc_state'. This allows the lpt_release_ppbus() calls in those two
routines to actually release t
Author: rwatson
Date: Wed Feb 11 13:44:27 2009
New Revision: 188483
URL: http://svn.freebsd.org/changeset/base/188483
Log:
Add a regresion test to determine whether or not a file descriptor is
allocated in a fork(2)-inheritable way at the beginning or end of an
accept(2) system call. This t
Alexander Leidinger skrev:
Author: netchild
Date: Wed Feb 11 10:29:45 2009
New Revision: 188480
URL: http://svn.freebsd.org/changeset/base/188480
Log:
All open fixes and improvements from Konstantin for which users had to
use patches so far:
Thank you.
--
Joel
___
Author: mr
Date: Wed Feb 11 12:15:35 2009
New Revision: 188482
URL: http://svn.freebsd.org/changeset/base/188482
Log:
Add files to build i386/amd64 bootable rescue ISO images using the
nanobsd framework.
Added:
head/tools/tools/nanobsd/rescue/
head/tools/tools/nanobsd/rescue/AMD64 (cont
Author: maxim
Date: Wed Feb 11 10:50:26 2009
New Revision: 188481
URL: http://svn.freebsd.org/changeset/base/188481
Log:
o Print an octal representation of suid, sgid and sticky bits with -x flag.
PR: bin/131569
Submitted by: Jaakko Heinonen
Reported by: Yannick Cadin
MFC a
Author: netchild
Date: Wed Feb 11 10:29:45 2009
New Revision: 188480
URL: http://svn.freebsd.org/changeset/base/188480
Log:
All open fixes and improvements from Konstantin for which users had to
use patches so far:
+ Envy24:
- fix: broken init data for M Audio Delta DiO 2496
- add
Author: maxim
Date: Wed Feb 11 10:28:55 2009
New Revision: 188479
URL: http://svn.freebsd.org/changeset/base/188479
Log:
MFC r186644: show unix sockets listen queues stats with -L flag.
Modified:
stable/7/usr.bin/netstat/ (props changed)
stable/7/usr.bin/netstat/main.c
stable/7/usr.bin/
Author: mtm
Date: Wed Feb 11 09:18:09 2009
New Revision: 188478
URL: http://svn.freebsd.org/changeset/base/188478
Log:
Reword informational message by rc.d/defaultroute.
PR: conf/131458
Modified:
head/etc/rc.d/defaultroute
Modified: head/etc/rc.d/defaultroute
=
M. Warner Losh wrote:
> In message: <200902110848450...@442211619>
> "Alexander Motin" writes:
> : > Alexander Motin writes:
> : > : Author: mav
> : > : Date: Tue Feb 10 23:22:29 2009
> : > : New Revision: 188464
> : > : URL: http://svn.freebsd.org/changeset/base/188464
>
34 matches
Mail list logo