Author: pjd
Date: Wed Mar 9 07:43:51 2011
New Revision: 219424
URL: http://svn.freebsd.org/changeset/base/219424
Log:
Change example to not be controversial.
I'm sorry to anyone who felt offended by this.
PR: docs/155385
Reported by: maga_lena
MFC after:1 week
Modifi
On Tue, Mar 08, 2011 at 04:27:36PM -0500, John Baldwin wrote:
> On Tuesday, March 08, 2011 2:01:45 pm Dmitry Chagin wrote:
> > Author: dchagin
> > Date: Tue Mar 8 19:01:45 2011
> > New Revision: 219405
> > URL: http://svn.freebsd.org/changeset/base/219405
> >
> > Log:
> > Extend struct sysvec w
Author: dchagin
Date: Wed Mar 9 05:59:33 2011
New Revision: 219421
URL: http://svn.freebsd.org/changeset/base/219421
Log:
Indeed, remove bogus since r219405 check of the Linux ABI.
Pointed out: jhb
MFC after:2 Week
Modified:
head/sys/compat/linux/linux_emul.c
Modified: head/s
Author: adrian
Date: Wed Mar 9 04:48:06 2011
New Revision: 219420
URL: http://svn.freebsd.org/changeset/base/219420
Log:
The regdomain entries are 16 bits, not 8. Print out all 16 bits.
Modified:
head/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
head/tools/tools/ath/ath_ee_v4k_print
Author: adrian
Date: Wed Mar 9 04:39:35 2011
New Revision: 219419
URL: http://svn.freebsd.org/changeset/base/219419
Log:
For chips that are full reset in ar5416ChipReset(), save and restore the TSF.
Merlin (ar9280) and later were full-reset if they're doing open-loop TX
power control but
Author: emaste
Date: Wed Mar 9 02:23:21 2011
New Revision: 219418
URL: http://svn.freebsd.org/changeset/base/219418
Log:
Remove stray semicolon. This fix appears in later upstream gdb versions.
Submitted by: eadler
Modified:
head/contrib/gdb/gdb/i386-tdep.c
Modified: head/contrib/gdb/
Author: ae
Date: Tue Mar 8 22:01:47 2011
New Revision: 219416
URL: http://svn.freebsd.org/changeset/base/219416
Log:
It is better to sometimes have not aligned columns than
often have wrapped lines.
MFC after:2 weeks
Modified:
head/sbin/geom/class/part/geom_part.c
Modified: head/
On Tuesday, March 08, 2011 9:18:21 am John Baldwin wrote:
> Author: jhb
> Date: Tue Mar 8 14:18:21 2011
> New Revision: 219399
> URL: http://svn.freebsd.org/changeset/base/219399
>
> Log:
> When constructing a new cpuset, apply the parent cpuset's mask to the new
> set's mask rather than the
Author: ae
Date: Tue Mar 8 21:36:42 2011
New Revision: 219415
URL: http://svn.freebsd.org/changeset/base/219415
Log:
Add -p option to `gpart show` command to show provider's names of
partitions instead of partition's indexes. This may be useful with
GPT partitioning scheme or EBR without GE
On Tuesday, March 08, 2011 2:01:45 pm Dmitry Chagin wrote:
> Author: dchagin
> Date: Tue Mar 8 19:01:45 2011
> New Revision: 219405
> URL: http://svn.freebsd.org/changeset/base/219405
>
> Log:
> Extend struct sysvec with new method sv_schedtail, which is used for an
> explicit process at fork
Author: edwin
Date: Tue Mar 8 21:11:31 2011
New Revision: 219411
URL: http://svn.freebsd.org/changeset/base/219411
Log:
MFV of tzdata2011c, r219409
- No leapsecond in June 2011
- Add and update timezones for America/Juneau, America/Sitka,
America/Metlakatla
- Change of Summer time
Author: jkim
Date: Tue Mar 8 20:13:29 2011
New Revision: 219408
URL: http://svn.freebsd.org/changeset/base/219408
Log:
Stop hard-coding default directory mode as 0777.
Modified:
head/usr.sbin/pw/cpdir.c
head/usr.sbin/pw/pw.h
head/usr.sbin/pw/pw_conf.c
head/usr.sbin/pw/pw_user.c
Modifi
Author: yongari
Date: Tue Mar 8 19:49:16 2011
New Revision: 219407
URL: http://svn.freebsd.org/changeset/base/219407
Log:
Rearrange dc_tx_underrun() a bit to correctly set TX FIFO threshold
value. Controllers that always require "store and forward" mode(
Davicom and PNIC 82C168) have no way
Author: dchagin
Date: Tue Mar 8 19:05:14 2011
New Revision: 219406
URL: http://svn.freebsd.org/changeset/base/219406
Log:
Bump __FreeBSD_version for struct sysvec (sv_schedtail) changes.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==
Author: dchagin
Date: Tue Mar 8 19:01:45 2011
New Revision: 219405
URL: http://svn.freebsd.org/changeset/base/219405
Log:
Extend struct sysvec with new method sv_schedtail, which is used for an
explicit process at fork trampoline path instead of eventhadler(schedtail)
invocation for each ch
On Tue, Mar 08, 2011 at 06:39:41PM +, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Tue Mar 8 18:39:41 2011
> New Revision: 219404
> URL: http://svn.freebsd.org/changeset/base/219404
>
> Log:
> Correct readdir over ZFS handling.
s/ZFS/NFS/
--
Pawel Jakub Dawidek
Author: pjd
Date: Tue Mar 8 18:39:41 2011
New Revision: 219404
URL: http://svn.freebsd.org/changeset/base/219404
Log:
Correct readdir over ZFS handling.
Reported by: Pierre Beyssac
MFC after:1 month
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Modif
On 2011-03-08, Maxim Sobolev wrote:
> Some linux distros put mount point into the ext2fs labels, such as '/', or
> '/boot', which confuses the devfs code and can cause userland programs to
> fail reading /dev/ext2fs directory with weird error code, such as any
> program that uses pwlib.
Do
Author: sobomax
Date: Tue Mar 8 17:00:31 2011
New Revision: 219400
URL: http://svn.freebsd.org/changeset/base/219400
Log:
Some linux distros put mount point into the ext2fs labels, such as '/', or
'/boot', which confuses the devfs code and can cause userland programs to
fail reading /dev/ex
Author: jhb
Date: Tue Mar 8 14:18:21 2011
New Revision: 219399
URL: http://svn.freebsd.org/changeset/base/219399
Log:
When constructing a new cpuset, apply the parent cpuset's mask to the new
set's mask rather than the root mask. This was causing the root mask to
be modified incorrectly.
Author: adrian
Date: Tue Mar 8 12:08:23 2011
New Revision: 219398
URL: http://svn.freebsd.org/changeset/base/219398
Log:
Update to keep in sync with the HAL
Modified:
head/tools/tools/ath/athrd/athrd.c
Modified: head/tools/tools/ath/athrd/athrd.c
Author: rrs
Date: Tue Mar 8 11:58:25 2011
New Revision: 219397
URL: http://svn.freebsd.org/changeset/base/219397
Log:
Tunes and fixes the new DC-CC to seem to hit the
right mix. Still may need some tweaks but it
appears to almost not give away too much to an
RFC2581 flow, but can really
Author: kib
Date: Tue Mar 8 11:50:59 2011
New Revision: 219396
URL: http://svn.freebsd.org/changeset/base/219396
Log:
Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/kern/vfs_subr.c
Author: hselasky
Date: Tue Mar 8 08:02:39 2011
New Revision: 219395
URL: http://svn.freebsd.org/changeset/base/219395
Log:
- Bugfix: Root HUBs do not support re-enumeration.
MFC after:14 days
Approved by: thompsa (mentor)
Modified:
head/sys/dev/usb/usb_generic.c
Modified: head/s
24 matches
Mail list logo