Author: neel
Date: Fri Aug 6 07:03:22 2010
New Revision: 210913
URL: http://svn.freebsd.org/changeset/base/210913
Log:
Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. This
causes a compilation error.
The declaration is provided by sys/dev/pci/pcib_private.h starting
Author: jchandra
Date: Fri Aug 6 07:32:33 2010
New Revision: 210914
URL: http://svn.freebsd.org/changeset/base/210914
Log:
Fix the issue reported by alc:
pmap_page_wired_mappings() counts the number of pv entries for the
specified page that have the pv entry wired flag set to TRUE.
Author: brian
Date: Fri Aug 6 08:17:44 2010
New Revision: 210915
URL: http://svn.freebsd.org/changeset/base/210915
Log:
MFC r209756:
Log dhclient's reason for exiting and change the 10 second
ignore-routing-messages dhclient-script timeout to be effective
from script completio
Author: brian
Date: Fri Aug 6 08:21:03 2010
New Revision: 210916
URL: http://svn.freebsd.org/changeset/base/210916
Log:
MFC r209756:
Log dhclient's reason for exiting and change the 10 second
ignore-routing-messages dhclient-script timeout to be effective
from script completio
Author: uqs
Date: Fri Aug 6 08:59:54 2010
New Revision: 210917
URL: http://svn.freebsd.org/changeset/base/210917
Log:
MFC r210637: Fix typo in pom(6) manpage
PR: docs/148825
Submitted by: Anatoly Borodin
Modified:
stable/8/games/pom/pom.6
Directory Properties:
stable/8/gam
Author: kib
Date: Fri Aug 6 09:06:55 2010
New Revision: 210918
URL: http://svn.freebsd.org/changeset/base/210918
Log:
Initialize VV_ISTTY vnode flag on the devfs vnode creation instead of
doing it on each open.
In collaboration with:pho
MFC after:1 month
Modified:
head/s
Author: uqs
Date: Fri Aug 6 09:08:18 2010
New Revision: 210919
URL: http://svn.freebsd.org/changeset/base/210919
Log:
MFC r210641: Fix a couple of typos.
PR: docs/148891
Submitted by: olgeni
Modified:
stable/8/lib/libc/sys/sctp_peeloff.2
stable/8/share/man/man4/isp.4
sta
Author: uqs
Date: Fri Aug 6 09:21:07 2010
New Revision: 210920
URL: http://svn.freebsd.org/changeset/base/210920
Log:
MFC r210641: Fix a couple of typos.
PR: docs/148891
Submitted by: olgeni
Modified:
stable/7/lib/libc/sys/sctp_peeloff.2
stable/7/share/man/man4/isp.4
sta
Author: kib
Date: Fri Aug 6 09:23:47 2010
New Revision: 210921
URL: http://svn.freebsd.org/changeset/base/210921
Log:
Enable shared locks for the devfs vnodes. Honor the locking mode
requested by lookup(). This should be a nop at the moment.
In collaboration with:pho
MFC after:
Author: jchandra
Date: Fri Aug 6 09:25:42 2010
New Revision: 210922
URL: http://svn.freebsd.org/changeset/base/210922
Log:
Fix issue reported by alc :
MIPS doesn't really need to use atomic_cmpset_int() in situations like
this because the software dirty bit emulation in trap.c acquires
Author: kib
Date: Fri Aug 6 09:42:15 2010
New Revision: 210923
URL: http://svn.freebsd.org/changeset/base/210923
Log:
Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created
cdev will never be destroyed. Propagate the flag to devfs vnodes as
VV_ETERNVALDEV. Use the flags to
Author: kib
Date: Fri Aug 6 09:44:01 2010
New Revision: 210924
URL: http://svn.freebsd.org/changeset/base/210924
Log:
Add "show cdev" ddb command.
In collaboration with:pho
MFC after:1 month
Modified:
head/sys/kern/kern_conf.c
Modified: head/sys/kern/kern_conf.c
=
Author: kib
Date: Fri Aug 6 09:46:53 2010
New Revision: 210925
URL: http://svn.freebsd.org/changeset/base/210925
Log:
Enable shared lookups and externed shared ops for devfs.
In collaboration with:pho
MFC after:1 month
Modified:
head/sys/fs/devfs/devfs_vfsops.c
Modified:
Author: kib
Date: Fri Aug 6 09:47:48 2010
New Revision: 210926
URL: http://svn.freebsd.org/changeset/base/210926
Log:
Mark /dev/zero and /dev/null as eternal.
In collaboration with:pho
MFC after:1 month
Modified:
head/sys/dev/null/null.c
Modified: head/sys/dev/null/null.c
Author: gabor
Date: Fri Aug 6 10:34:48 2010
New Revision: 210927
URL: http://svn.freebsd.org/changeset/base/210927
Log:
- Some fixes to Ukranian catalog
Submitted by: avg, Alex Kozlov
Modified:
head/usr.bin/grep/nls/uk_UA.UTF-8.msg
Modified: head/usr.bin/grep/nls/uk_UA.UTF-8.msg
=
On Fri, Aug 06, 2010 at 09:47:48AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Fri Aug 6 09:47:48 2010
> New Revision: 210926
> URL: http://svn.freebsd.org/changeset/base/210926
>
> Log:
> Mark /dev/zero and /dev/null as eternal.
>
> In collaboration with: pho
> MFC afte
Author: bz
Date: Fri Aug 6 11:49:52 2010
New Revision: 210928
URL: http://svn.freebsd.org/changeset/base/210928
Log:
MFC r210703:
Document the mandatory argument to the arptimer() and
nd6_llinfo_timer() functions with a KASSERT().
Note: there is no need to return after panic.
Author: bz
Date: Fri Aug 6 11:58:27 2010
New Revision: 210929
URL: http://svn.freebsd.org/changeset/base/210929
Log:
MFC r210350:
Since r186119 IP6 input counters for octets and packets were not
working anymore. In addition more checks and operations were missing.
In case lla
Author: uqs
Date: Fri Aug 6 12:38:30 2010
New Revision: 210930
URL: http://svn.freebsd.org/changeset/base/210930
Log:
Typo fixes
PR: docs/149314
Submitted by: olgeni
MFC after:3 days
Modified:
head/usr.sbin/fifolog/lib/fifolog.h
Modified: head/usr.sbin/fifolog/lib/fif
On Fri, 06.08.2010 at 12:38:30 +, Ulrich Spörlein wrote:
> Author: uqs
> Date: Fri Aug 6 12:38:30 2010
> New Revision: 210930
> URL: http://svn.freebsd.org/changeset/base/210930
>
> Log:
> Typo fixes
>
> PR: docs/149314
> Submitted by:olgeni
> MFC after: 3 days
For
Author: kib
Date: Fri Aug 6 13:45:16 2010
New Revision: 210931
URL: http://svn.freebsd.org/changeset/base/210931
Log:
Disable sync cache for the Transcend Jetflash V90. It is more specific
quirk over the general one for transcend sticks.
Submitted by: Mykola Dzham
MFC after:1 week
Author: jhb
Date: Fri Aug 6 14:18:37 2010
New Revision: 210932
URL: http://svn.freebsd.org/changeset/base/210932
Log:
MFC 170866,176206:
If busdma is being used to realign dynamic buffers and the alignment is set to
PAGE_SIZE or less, the bounce page counting logic was flawed and wouldn't
* Konstantin Belousov wrote:
> Log:
> Mark /dev/zero and /dev/null as eternal.
So `eternal' means that these device nodes can never ever disappear?
Maybe we can also mark /dev/ctty (tty_tty.c) like this as well?
Greetings,
--
Ed Schouten
WWW: http://80386.nl/
pgpemDQQ1b4vi.pgp
Descriptio
On Fri, Aug 06, 2010 at 04:21:48PM +0200, Ed Schouten wrote:
> * Konstantin Belousov wrote:
> > Log:
> > Mark /dev/zero and /dev/null as eternal.
>
> So `eternal' means that these device nodes can never ever disappear?
> Maybe we can also mark /dev/ctty (tty_tty.c) like this as well?
Yes, the p
Author: joel (doc committer)
Date: Fri Aug 6 14:33:42 2010
New Revision: 210933
URL: http://svn.freebsd.org/changeset/base/210933
Log:
Fix typos and spelling mistakes.
Modified:
head/lib/libc/net/sctp_recvmsg.3
head/lib/libc/net/sctp_sendmsg.3
head/lib/libc/stdlib/malloc.3
head/lib/lib
Author: jkim
Date: Fri Aug 6 15:04:01 2010
New Revision: 210934
URL: http://svn.freebsd.org/changeset/base/210934
Log:
Fix allocation of multiple pages, which forgot to increase page number.
Particularly, it caused "vm86_addpage: overlap" panics under VirtualBox.
Add a safety check before f
Author: csjp
Date: Fri Aug 6 15:04:40 2010
New Revision: 210935
URL: http://svn.freebsd.org/changeset/base/210935
Log:
Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixes
the virtualization detection successfully disabling the clflush instruction.
This fixes insta-p
Author: jhb
Date: Fri Aug 6 15:09:21 2010
New Revision: 210936
URL: http://svn.freebsd.org/changeset/base/210936
Log:
Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but
use a different interface type (IFT_L2VLAN vs IFT_ETHER). Treat IFT_L2VLAN
interfaces like IFT_ETHE
Author: jhb
Date: Fri Aug 6 15:15:26 2010
New Revision: 210937
URL: http://svn.freebsd.org/changeset/base/210937
Log:
Adjust the interface type in the link layer socket address for vlan(4)
interfaces to be a vlan (IFT_L2VLAN) rather than an Ethernet interface
(IFT_ETHER). The code already
Author: jkim
Date: Fri Aug 6 15:24:37 2010
New Revision: 210938
URL: http://svn.freebsd.org/changeset/base/210938
Log:
Consistently use architecture specific macros.
Modified:
head/sys/compat/x86bios/x86bios.c
Modified: head/sys/compat/x86bios/x86bios.c
=
Author: jhb
Date: Fri Aug 6 15:36:59 2010
New Revision: 210939
URL: http://svn.freebsd.org/changeset/base/210939
Log:
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that
constructed a mask for a
On Fri, 2010-08-06 at 09:42 +, Konstantin Belousov wrote:
> Author: kib
> Date: Fri Aug 6 09:42:15 2010
> New Revision: 210923
> URL: http://svn.freebsd.org/changeset/base/210923
>
> Log:
> Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created
> cdev will never be destro
Author: jkim
Date: Fri Aug 6 15:59:00 2010
New Revision: 210940
URL: http://svn.freebsd.org/changeset/base/210940
Log:
Correct argument order of acpi_restorecpu(), which was forgotten in r210804.
Modified:
head/sys/amd64/acpica/acpi_wakeup.c
Modified: head/sys/amd64/acpica/acpi_wakeup.c
===
Author: stefanf
Date: Fri Aug 6 16:50:48 2010
New Revision: 210941
URL: http://svn.freebsd.org/changeset/base/210941
Log:
Add links for destroy_dev_drain, destroy_dev_sched, destroy_dev_sched_cb,
make_dev_cred and make_dev_credf.
Modified:
head/share/man/man9/Makefile
Modified: head/share
Author: jkim
Date: Fri Aug 6 17:21:32 2010
New Revision: 210942
URL: http://svn.freebsd.org/changeset/base/210942
Log:
Remove unnecessary casting and simplify code. We are not there yet. ;-)
Modified:
head/sys/amd64/acpica/acpi_wakeup.c
Modified: head/sys/amd64/acpica/acpi_wakeup.c
===
Author: mjacob
Date: Fri Aug 6 17:27:00 2010
New Revision: 210943
URL: http://svn.freebsd.org/changeset/base/210943
Log:
Figure which is the IO and MEM bars- do not assume that they are in
a fixed order.
PR: 149220
Obtained from:John Baldwin
MFC after:1 month
M
Author: jkim
Date: Fri Aug 6 17:28:40 2010
New Revision: 210944
URL: http://svn.freebsd.org/changeset/base/210944
Log:
Import ACPICA 20100806.
Added:
vendor-sys/acpica/dist/utilities/utosi.c (contents, props changed)
Modified:
vendor-sys/acpica/dist/changes.txt
vendor-sys/acpica/dist
Author: jkim
Date: Fri Aug 6 17:29:54 2010
New Revision: 210945
URL: http://svn.freebsd.org/changeset/base/210945
Log:
Tag ACPICA 20100806.
Added:
vendor-sys/acpica/20100806/
- copied from r210944, vendor-sys/acpica/dist/
___
svn-src-all
Author: yongari
Date: Fri Aug 6 18:44:07 2010
New Revision: 210946
URL: http://svn.freebsd.org/changeset/base/210946
Log:
Fix a typo introduced in r210936 which broke build.
Modified:
head/contrib/bsnmp/snmp_mibII/mibII.c
Modified: head/contrib/bsnmp/snmp_mibII/mibII.c
=
Author: bschmidt
Date: Fri Aug 6 18:46:27 2010
New Revision: 210947
URL: http://svn.freebsd.org/changeset/base/210947
Log:
Fix whitespace nits.
PR: conf/148989
Submitted by: pluknet
MFC after:3 days
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
M
On Fri, Aug 06, 2010 at 04:39:36PM +0100, Gavin Atkinson wrote:
> On Fri, 2010-08-06 at 09:42 +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Fri Aug 6 09:42:15 2010
> > New Revision: 210923
> > URL: http://svn.freebsd.org/changeset/base/210923
> >
> > Log:
> > Add new make_dev_p(9)
Author: brucec
Date: Fri Aug 6 18:55:49 2010
New Revision: 210948
URL: http://svn.freebsd.org/changeset/base/210948
Log:
MFC r209058:
sctp_recvmsg returns the number of bytes received, not sent.
Approved by: rrs (mentor)
Modified:
stable/8/lib/libc/net/sctp_recvmsg.3
Directory Prop
Author: bschmidt
Date: Fri Aug 6 18:57:09 2010
New Revision: 210949
URL: http://svn.freebsd.org/changeset/base/210949
Log:
MFC r182236,r182238,182250,182251:
- Add recent ELSA additions to wi(4), plus make sure the list matches
the driver for ELSA.
- The APDL-325 is a Wireless LAN pcmci
Author: brucec
Date: Fri Aug 6 18:57:09 2010
New Revision: 210950
URL: http://svn.freebsd.org/changeset/base/210950
Log:
MFC r209058:
sctp_recvmsg returns the number of bytes received, not sent.
Approved by: rrs (mentor)
Modified:
stable/7/lib/libc/net/sctp_recvmsg.3
Directory Pro
On Friday, August 06, 2010 2:44:07 pm Pyun YongHyeon wrote:
> Author: yongari
> Date: Fri Aug 6 18:44:07 2010
> New Revision: 210946
> URL: http://svn.freebsd.org/changeset/base/210946
>
> Log:
> Fix a typo introduced in r210936 which broke build.
>
> Modified:
> head/contrib/bsnmp/snmp_mibI
Author: pjd
Date: Fri Aug 6 19:16:20 2010
New Revision: 210951
URL: http://svn.freebsd.org/changeset/base/210951
Log:
Implement two new syscalls: bind(2) and connect(2) for operating on UNIX
domain sockets.
Modified:
head/tools/regression/fstest/fstest.c
Modified: head/tools/regression/fs
Author: pjd
Date: Fri Aug 6 19:16:48 2010
New Revision: 210952
URL: http://svn.freebsd.org/changeset/base/210952
Log:
Add missing -U argument to usage.
Modified:
head/tools/regression/fstest/fstest.c
Modified: head/tools/regression/fstest/fstest.c
===
Author: pjd
Date: Fri Aug 6 19:18:19 2010
New Revision: 210953
URL: http://svn.freebsd.org/changeset/base/210953
Log:
Make description readable.
Modified:
head/tools/regression/fstest/tests/open/13.t
Modified: head/tools/regression/fstest/tests/open/13.t
Author: pjd
Date: Fri Aug 6 19:19:14 2010
New Revision: 210954
URL: http://svn.freebsd.org/changeset/base/210954
Log:
Test O_RDONLY|O_RDWR flags as potentially invalid.
Modified:
head/tools/regression/fstest/tests/open/23.t
Modified: head/tools/regression/fstest/tests/open/23.t
Author: pjd
Date: Fri Aug 6 19:20:35 2010
New Revision: 210955
URL: http://svn.freebsd.org/changeset/base/210955
Log:
Test for EACCES also when opening FIFO or directory.
Modified:
head/tools/regression/fstest/tests/open/06.t
Modified: head/tools/regression/fstest/tests/open/06.t
==
Author: pjd
Date: Fri Aug 6 19:22:42 2010
New Revision: 210956
URL: http://svn.freebsd.org/changeset/base/210956
Log:
open(2) returns EOPNOTSUPP when trying to open a socket.
Added:
head/tools/regression/fstest/tests/open/24.t (contents, props changed)
Added: head/tools/regression/fstest/
Author: ed
Date: Fri Aug 6 19:35:40 2010
New Revision: 210957
URL: http://svn.freebsd.org/changeset/base/210957
Log:
Remove stale reference to UT_NAMESIZE from .
Spotted by: bde@
Modified:
head/include/stdio.h
Modified: head/include/stdio.h
===
head/ObsoleteFiles.inc Fri Aug 6 20:13:36 2010(r210958)
@@ -14,6 +14,11 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100806: removal of unused libcompat routines
+OLD_FILES+=usr/share/man/man3/ascftime.3.gz
+OLD_FILES+=usr/share/man/man3/cfree.3.gz
+OLD_
Author: bschmidt
Date: Fri Aug 6 20:18:16 2010
New Revision: 210959
URL: http://svn.freebsd.org/changeset/base/210959
Log:
Obviously the option is known as COMPAT_LINUX32 on amd64.
PR: docs/149182
Pointed out by: Fernando
MFC after:3 days
Modified:
head/share/ma
Author: emax
Date: Fri Aug 6 20:18:27 2010
New Revision: 210960
URL: http://svn.freebsd.org/changeset/base/210960
Log:
MFC r210783. Fix typo
PR: kern/140590
Modified:
stable/8/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
Directory Properties:
stable/8/sys/ (props changed)
Author: pjd
Date: Fri Aug 6 20:46:26 2010
New Revision: 210964
URL: http://svn.freebsd.org/changeset/base/210964
Log:
Sort includes.
Modified:
head/tools/regression/fstest/fstest.c
Modified: head/tools/regression/fstest/fstest.c
==
Author: pjd
Date: Fri Aug 6 20:48:10 2010
New Revision: 210965
URL: http://svn.freebsd.org/changeset/base/210965
Log:
Add mknod(2) support.
Submitted by: Jan Senolt
Submitted by: Milan Cermak
Modified:
head/tools/regression/fstest/fstest.c
Modified: head/tools/regression/fstest/fst
Author: pjd
Date: Fri Aug 6 20:51:39 2010
New Revision: 210967
URL: http://svn.freebsd.org/changeset/base/210967
Log:
Add tests for mknod(2).
Submitted by: Jan Senolt
Submitted by: Milan Cermak
Polished by: pjd
Added:
head/tools/regression/fstest/tests/mknod/
head/tools/regress
Author: jfv
Date: Fri Aug 6 20:55:49 2010
New Revision: 210968
URL: http://svn.freebsd.org/changeset/base/210968
Log:
Put the early setting of the MAC type back, its
removal resulted in broken code in MSIX setup.
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
Author: pjd
Date: Fri Aug 6 21:02:53 2010
New Revision: 210969
URL: http://svn.freebsd.org/changeset/base/210969
Log:
Convert file system type to upper case.
Modified:
head/tools/regression/fstest/tests/conf
Modified: head/tools/regression/fstest/tests/conf
=
Hi Pawel,
* Pawel Jakub Dawidek wrote:
> + fs=`mount | egrep "^${pattern}" | awk -F '[(,]' '{print $2}' | tr
> '[:lower:]' '[:upper:]'`
> ...
> + fs=`df -PT . | tail -1 | awk '{print $2}' | tr '[:lower:]' '[:upper:]'`
Maybe this can be solved using '{ print toupper($2) }'?
--
Ed Scho
Author: pjd
Date: Fri Aug 6 21:53:50 2010
New Revision: 210970
URL: http://svn.freebsd.org/changeset/base/210970
Log:
For FreeBSD and Linux use awk's toupper() function.
Suggested by: ed
Modified:
head/tools/regression/fstest/tests/conf
Modified: head/tools/regression/fstest/tests/conf
Author: pjd
Date: Fri Aug 6 21:56:32 2010
New Revision: 210971
URL: http://svn.freebsd.org/changeset/base/210971
Log:
Check first todo() argument against operating system name and operating system
name plus file system name.
Modified:
head/tools/regression/fstest/tests/misc.sh
Modified: h
Author: pjd
Date: Fri Aug 6 21:57:11 2010
New Revision: 210972
URL: http://svn.freebsd.org/changeset/base/210972
Log:
Don't use egrep directly - use ${GREP}.
Modified:
head/tools/regression/fstest/tests/misc.sh
Modified: head/tools/regression/fstest/tests/misc.sh
===
Author: pjd
Date: Fri Aug 6 21:58:53 2010
New Revision: 210973
URL: http://svn.freebsd.org/changeset/base/210973
Log:
${GREP} can only be used after loading 'conf'.
Modified:
head/tools/regression/fstest/tests/misc.sh
Modified: head/tools/regression/fstest/tests/misc.sh
Author: jamie
Date: Fri Aug 6 22:04:18 2010
New Revision: 210974
URL: http://svn.freebsd.org/changeset/base/210974
Log:
Implicitly make a new jail persistent if it's set not to attach.
MFC after:3 days
Modified:
head/sys/kern/kern_jail.c
Modified: head/sys/kern/kern_jail.c
Author: jamie
Date: Fri Aug 6 22:06:12 2010
New Revision: 210975
URL: http://svn.freebsd.org/changeset/base/210975
Log:
Note that a jail without a command parameter will be persistent,
instead of explicitly requiring one of "command" or "persist".
MFC after:3 days
Modified:
head/u
On Fri, Aug 06, 2010 at 11:06:04PM +0200, Ed Schouten wrote:
> Hi Pawel,
>
> * Pawel Jakub Dawidek wrote:
> > + fs=`mount | egrep "^${pattern}" | awk -F '[(,]' '{print $2}' | tr
> > '[:lower:]' '[:upper:]'`
> > ...
> > + fs=`df -PT . | tail -1 | awk '{print $2}' | tr '[:lower:]' '[:upper:]'`
Author: jkim
Date: Fri Aug 6 23:11:19 2010
New Revision: 210976
URL: http://svn.freebsd.org/changeset/base/210976
Log:
Merge ACPICA 20100806.
Added:
head/sys/contrib/dev/acpica/utilities/utosi.c
- copied, changed from r210945, vendor-sys/acpica/dist/utilities/utosi.c
Modified:
head
Author: jkim
Date: Fri Aug 6 23:35:33 2010
New Revision: 210977
URL: http://svn.freebsd.org/changeset/base/210977
Log:
When EC burst mode is activated and multiple bytes are accessed, do not
disable and enable repeatedly, just do it once per call. It also reduces
code duplication. Check a
Author: pjd
Date: Fri Aug 6 23:58:54 2010
New Revision: 210984
URL: http://svn.freebsd.org/changeset/base/210984
Log:
Various cleanups, mostly to make the test work on FreeBSD/ZFS.
Modified:
head/tools/regression/fstest/tests/chmod/08.t
head/tools/regression/fstest/tests/chmod/09.t
head/
Author: rmacklem
Date: Sat Aug 7 01:05:02 2010
New Revision: 210985
URL: http://svn.freebsd.org/changeset/base/210985
Log:
MFC: r210455, r210456
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
module that can be used by both the regular and experimental nfs
clients.
Author: neel
Date: Sat Aug 7 01:49:44 2010
New Revision: 210986
URL: http://svn.freebsd.org/changeset/base/210986
Log:
- Consolidate the the cache coherence attribute definitions in a single place.
Adapted from Juli's changes to pte.h in the octeon branch:
http://svn.freebsd.org/viewvc
Author: jkim
Date: Sat Aug 7 03:45:45 2010
New Revision: 210992
URL: http://svn.freebsd.org/changeset/base/210992
Log:
Optimize interrupt vector lookup. There is no need to check the page table.
Modified:
head/sys/compat/x86bios/x86bios.c
Modified: head/sys/compat/x86bios/x86bios.c
===
Author: jkim
Date: Sat Aug 7 04:05:58 2010
New Revision: 210993
URL: http://svn.freebsd.org/changeset/base/210993
Log:
Do not block any I/O port on amd64.
Modified:
head/sys/compat/x86bios/x86bios.c
Modified: head/sys/compat/x86bios/x86bios.c
Author: jkim
Date: Sat Aug 7 05:46:04 2010
New Revision: 210994
URL: http://svn.freebsd.org/changeset/base/210994
Log:
Protect shared palette and state buffer with a mutex. Remove defunct
spltty() calls while I am here.
Modified:
head/sys/dev/fb/vesa.c
Modified: head/sys/dev/fb/vesa.c
==
76 matches
Mail list logo