Author: delphij
Date: Mon Sep 14 05:38:03 2009
New Revision: 197185
URL: http://svn.freebsd.org/changeset/base/197185
Log:
Enable BIOS modes on amd64.
Submitted by: paradox
Modified:
head/sys/dev/fb/vga.c
Modified: head/sys/dev/fb/vga.c
=
In message:
Scott Long writes:
: Are we just just giving up on this for now? Also, I would have liked
: to have known that this was coming.
There's a thread in arch@ that discusses the plans, more or less...
Warner
: Scott
:
: On Sep 13, 2009, at 9:08 AM, Attilio Rao wrote:
:
Are we just just giving up on this for now? Also, I would have liked
to have known that this was coming.
Scott
On Sep 13, 2009, at 9:08 AM, Attilio Rao wrote:
Author: attilio
Date: Sun Sep 13 15:08:19 2009
New Revision: 197165
URL: http://svn.freebsd.org/changeset/base/197165
Log:
Revert
Author: edwin
Date: Sun Sep 13 22:17:23 2009
New Revision: 197182
URL: http://svn.freebsd.org/changeset/base/197182
Log:
Last character is a space for the international currency symbol.
Modified:
head/share/monetdef/zh_CN.GB18030.src
head/share/monetdef/zh_CN.GB2312.src
Modified: head/shar
Author: emaste
Date: Sun Sep 13 21:51:01 2009
New Revision: 197178
URL: http://svn.freebsd.org/changeset/base/197178
Log:
ANSIfy, whitespace and comment adjustments, to simplify comparing these
files with NetBSD / OpenBSD versions.
Modified:
head/lib/libstand/net.c
head/lib/libstand/nfs.c
Author: pjd
Date: Sun Sep 13 21:40:36 2009
New Revision: 197177
URL: http://svn.freebsd.org/changeset/base/197177
Log:
Support both case: when snapshot is already mounted and when it is not yet
mounted.
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Author: zec
Date: Sun Sep 13 21:30:18 2009
New Revision: 197176
URL: http://svn.freebsd.org/changeset/base/197176
Log:
Lock the ifnet list while iterating over it.
Submitted by: julian
MFC after:3 days
Modified:
head/sys/compat/linux/linux_ioctl.c
Modified: head/sys/compat/linux/l
Author: bz
Date: Sun Sep 13 20:19:02 2009
New Revision: 197175
URL: http://svn.freebsd.org/changeset/base/197175
Log:
Correct a copy and paste error using the variable name from the
legacy IP handling rather than the IPv6 version.
Reported by: Pegasus Mc Cleaft (ken mthelicon.com)
Test
Author: ed
Date: Sun Sep 13 18:45:59 2009
New Revision: 197174
URL: http://svn.freebsd.org/changeset/base/197174
Log:
Make sure we never place the cursor outside the screen.
For some vague reason, it may be possible that scp->cursor_pos exceeds
scp->ysize * scp->xsize. This means that tek
Author: rrs
Date: Sun Sep 13 17:45:31 2009
New Revision: 197173
URL: http://svn.freebsd.org/changeset/base/197173
Log:
Fixes two bugs:
1) A lock issue, if we ever had to try again
we would double lock the INP lock.
2) We were allowing (at wrap) associd 0... which really
we cannot a
Author: pjd
Date: Sun Sep 13 17:30:56 2009
New Revision: 197172
URL: http://svn.freebsd.org/changeset/base/197172
Log:
Add missing \n.
Reported by: marck
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c
Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/
Author: ume
Date: Sun Sep 13 17:08:58 2009
New Revision: 197171
URL: http://svn.freebsd.org/changeset/base/197171
Log:
MFC r196652: Fix the problem that the entry broke into two lines
with multi-byte AM/PM date format.
Modified:
stable/7/usr.bin/w/ (props changed)
stable/7/usr.bin/w/ext
Author: ume
Date: Sun Sep 13 17:05:56 2009
New Revision: 197170
URL: http://svn.freebsd.org/changeset/base/197170
Log:
MFC r196651: AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were
localized by r193869. However, ja_JP.UTF-8 wasn't. So, reflect it
to ja_JP.UTF-8 as well.
Modified:
s
Author: ume
Date: Sun Sep 13 17:01:34 2009
New Revision: 197169
URL: http://svn.freebsd.org/changeset/base/197169
Log:
MFC r196652: Fix the problem that the entry broke into two lines
with multi-byte AM/PM date format.
Approved by: re (kib)
Modified:
stable/8/usr.bin/w/ (props chang
Author: ume
Date: Sun Sep 13 17:00:21 2009
New Revision: 197168
URL: http://svn.freebsd.org/changeset/base/197168
Log:
MFC r196651: AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were
localized by r193869. However, ja_JP.UTF-8 wasn't. So, reflect it
to ja_JP.UTF-8 as well.
Approved
Jung-uk Kim wrote:
Author: jkim
Date: Fri Sep 11 21:47:44 2009
New Revision: 197102
URL: http://svn.freebsd.org/changeset/base/197102
Log:
Improve amdtemp(4) significantly:
- Improve newer AMD processor support (Family 0Fh Revision F and later).
- Adjust offset if DiodeOffet is set and
Author: pjd
Date: Sun Sep 13 16:05:20 2009
New Revision: 197167
URL: http://svn.freebsd.org/changeset/base/197167
Log:
Work-around READDIRPLUS problem with .zfs/ and .zfs/snapshot/ directories
by just returning EOPNOTSUPP. This will allow NFS server to fall back to
regular READDIR.
Note
Hiroki Sato wrote:
Author: hrs
Date: Sat Sep 12 22:22:31 2009
New Revision: 197145
URL: http://svn.freebsd.org/changeset/base/197145
Log:
The following changes are added because of
network_ipv6->rc.d/netif integration:
- $ipv6_enable is now obsolete. Instead, IPv6 is enabled by
de
Author: philip
Date: Sun Sep 13 15:42:19 2009
New Revision: 197166
URL: http://svn.freebsd.org/changeset/base/197166
Log:
Take bmah's commit bit into safekeeping per his request.
Approved by: core
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
===
Author: attilio
Date: Sun Sep 13 15:08:19 2009
New Revision: 197165
URL: http://svn.freebsd.org/changeset/base/197165
Log:
Revert r196779 in order to implement a different scheme for newbus locking
methodology.
Requested by: imp
Modified:
head/sys/kern/subr_bus.c
head/sys/sys/bus.h
Author: marius
Date: Sun Sep 13 14:47:31 2009
New Revision: 197164
URL: http://svn.freebsd.org/changeset/base/197164
Log:
Factor out the duplicated macro for the device type used in the
OFW device tree for PCI bridges and add a new one for PCI Express.
While at it, take advantage of the form
Author: deischen
Date: Sun Sep 13 13:15:36 2009
New Revision: 197163
URL: http://svn.freebsd.org/changeset/base/197163
Log:
Bump our namespace version for 9.0.
Add a comment about keeping the private namespace at the end of
the dependency chain.
Modified:
head/lib/libc/Versions.def
Mo
Author: ume
Date: Sun Sep 13 11:52:17 2009
New Revision: 197162
URL: http://svn.freebsd.org/changeset/base/197162
Log:
MFC r196475:
- Add AS lookup functionality to traceroute6(8) as well.
- Support for IPv6 transport for AS lookup.
- Introduce $RA_SERVER to set whois server.
- Suppo
Author: ume
Date: Sun Sep 13 11:45:31 2009
New Revision: 197159
URL: http://svn.freebsd.org/changeset/base/197159
Log:
MFC r196929: Suppress an options line when no bit is on.
Modified:
stable/7/sbin/ifconfig/ (props changed)
stable/7/sbin/ifconfig/ifgif.c
Modified: stable/7/sbin/ifconfi
Author: ume
Date: Sun Sep 13 11:34:33 2009
New Revision: 197158
URL: http://svn.freebsd.org/changeset/base/197158
Log:
MFC r196475:
- Add AS lookup functionality to traceroute6(8) as well.
- Support for IPv6 transport for AS lookup.
- Introduce $RA_SERVER to set whois server.
- Suppo
Author: ume
Date: Sun Sep 13 11:31:25 2009
New Revision: 197157
URL: http://svn.freebsd.org/changeset/base/197157
Log:
MFC r196929: Suppress an options line when no bit is on.
Approved by: re (kib)
Modified:
stable/8/sbin/ifconfig/ (props changed)
stable/8/sbin/ifconfig/ifgif.c
Mod
Author: nyan
Date: Sun Sep 13 11:20:17 2009
New Revision: 197156
URL: http://svn.freebsd.org/changeset/base/197156
Log:
MFi386:
Move the loader's entry point to 0x20. This change is also needed
for pc98.
MFC after:3 days
Modified:
head/sys/boot/pc98/Makefile.inc
Modified
Author: rnoland
Date: Sun Sep 13 11:10:38 2009
New Revision: 197155
URL: http://svn.freebsd.org/changeset/base/197155
Log:
Add a couple of small fixes from the AMD folks.
- max tex height is 8192
- increment src/dst by the full transfer amount
MFC after:3 days
Modifi
Author: rnoland
Date: Sun Sep 13 11:08:06 2009
New Revision: 197154
URL: http://svn.freebsd.org/changeset/base/197154
Log:
Add missing pci id for Radeon 4850 X2
MFC after:3 days
Modified:
head/sys/dev/drm/drm_pciids.h
Modified: head/sys/dev/drm/drm_pciids.h
=
On Sun, 13 Sep 2009, Pawel Jakub Dawidek wrote:
PJD> Author: pjd
PJD> Date: Sun Sep 13 10:12:29 2009
PJD> New Revision: 197150
PJD> URL: http://svn.freebsd.org/changeset/base/197150
PJD>
PJD> Log:
PJD> There is a bug where mze_insert() can trigger an assert() of inserting
PJD> the same entry
Author: pjd
Date: Sun Sep 13 10:33:51 2009
New Revision: 197153
URL: http://svn.freebsd.org/changeset/base/197153
Log:
When zfs.ko is compiled with debug, make sure that znode and vnode point at
each other.
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/
Author: pjd
Date: Sun Sep 13 10:29:51 2009
New Revision: 197152
URL: http://svn.freebsd.org/changeset/base/197152
Log:
Extend scope of the z_teardown_lock lock for consistency and "just in case".
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops
Author: pjd
Date: Sun Sep 13 10:25:33 2009
New Revision: 197151
URL: http://svn.freebsd.org/changeset/base/197151
Log:
Be sure not to overflow struct fid.
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Modified: head/sys/cddl/contrib/open
Author: pjd
Date: Sun Sep 13 10:12:29 2009
New Revision: 197150
URL: http://svn.freebsd.org/changeset/base/197150
Log:
There is a bug where mze_insert() can trigger an assert() of inserting
the same entry twice. This bug is not fixed yet, but leads to situation
where when try to access corru
Author: nork
Date: Sun Sep 13 10:04:08 2009
New Revision: 197149
URL: http://svn.freebsd.org/changeset/base/197149
Log:
MFC r196889:
Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin),
to match acpi_thermal(4) and amdtemp(4).
Approved by: re (rwatson)
Reviewed by: rpaulo
35 matches
Mail list logo