Author: rpaulo
Date: Tue Sep 23 06:32:19 2014
New Revision: 272019
URL: http://svnweb.freebsd.org/changeset/base/272019
Log:
Remove "pci" from CSCOPEDIRS.
Modified:
head/sys/Makefile
Modified: head/sys/Makefile
==
--
Author: rpaulo
Date: Tue Sep 23 06:31:46 2014
New Revision: 272018
URL: http://svnweb.freebsd.org/changeset/base/272018
Log:
Remove the empty sys/pci directory.
Deleted:
head/sys/pci/
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.or
Author: rpaulo
Date: Tue Sep 23 06:31:15 2014
New Revision: 272017
URL: http://svnweb.freebsd.org/changeset/base/272017
Log:
Move all the power management (SMBus) drivers to their own directory,
away from sys/pci.
Added:
head/sys/dev/alpm/
head/sys/dev/alpm/alpm.c
- copied unchanged
Author: rpaulo
Date: Tue Sep 23 05:54:18 2014
New Revision: 272016
URL: http://svnweb.freebsd.org/changeset/base/272016
Log:
Move amdsmb and nfsmb from dev/pci to their own device directory.
Added:
head/sys/dev/amdsmb/
head/sys/dev/amdsmb/amdsmb.c
- copied unchanged from r272014, head/
Author: rpaulo
Date: Tue Sep 23 05:37:17 2014
New Revision: 272015
URL: http://svnweb.freebsd.org/changeset/base/272015
Log:
Move pci/ncr to dev/ncr.
Added:
head/sys/dev/ncr/
head/sys/dev/ncr/locate.pl
- copied unchanged from r272014, head/sys/pci/locate.pl
head/sys/dev/ncr/ncr.c
Author: nwhitehorn
Date: Tue Sep 23 04:13:21 2014
New Revision: 272014
URL: http://svnweb.freebsd.org/changeset/base/272014
Log:
We should have an isync after switching MSR[SF] in bootstrap.
Submitted by: Mark Millard
MFC after:3 days
Modified:
head/sys/powerpc/aim/locore64.S
Modi
Author: jhibbits
Date: Tue Sep 23 02:56:40 2014
New Revision: 272013
URL: http://svnweb.freebsd.org/changeset/base/272013
Log:
Stage one of multipass suspend/resume
Summary:
Add the beginnings of multipass suspend/resume, by introducing
BUS_SUSPEND_CHILD/BUS_RESUME_CHILD, and move the P
Author: grehan
Date: Tue Sep 23 01:17:22 2014
New Revision: 272007
URL: http://svnweb.freebsd.org/changeset/base/272007
Log:
Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version.
The mixed little/big-endianness of SMBIOS UUIDs was clarified in v2.6
of the SMBIOS spe
Author: markj
Date: Mon Sep 22 21:09:30 2014
New Revision: 272003
URL: http://svnweb.freebsd.org/changeset/base/272003
Log:
Remove an incorrect close(2) call that was added in r271413.
Reported by: Coverity
CID: 1238923
X-MFC-With: r271413
Modified:
head/cddl/contrib/open
Author: markj
Date: Mon Sep 22 21:02:38 2014
New Revision: 272002
URL: http://svnweb.freebsd.org/changeset/base/272002
Log:
Remove some variables that are no longer used as of r271413.
Reported by: Coverity
CID: 1238924
X-MFC-With: r271413
Modified:
head/cddl/contrib/open
Author: jhb
Date: Mon Sep 22 20:38:01 2014
New Revision: 272000
URL: http://svnweb.freebsd.org/changeset/base/272000
Log:
Switch from timeout(9) to callout(9). In addition, do not teardown the
IRQ handler while resetting the controller and add some missing teardown
actions in detach.
R
@@
# xargs -n1 | sort | uniq -d;
# done
+# 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed
+OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz
+OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz
# 20140917: hv_kvpd rc.d script removed in favor of devd
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20140922:
+ At svn r271982, The default linux compat kernel ABI has been adjusted
+ to 2.6.18 in support of the linux-c6 compat ports infrastructure
Author: jhb
Date: Mon Sep 22 17:32:27 2014
New Revision: 271983
URL: http://svnweb.freebsd.org/changeset/base/271983
Log:
Fix build for kernels without COMPAT_FREEBSD32.
Modified:
head/sys/opencrypto/cryptodev.c
Modified: head/sys/opencrypto/cryptodev.c
==
Author: sbruno
Date: Mon Sep 22 17:26:07 2014
New Revision: 271982
URL: http://svnweb.freebsd.org/changeset/base/271982
Log:
Bump minimum linux compat version to support Centos6 ports updates for linux.
Update linux compat minimum revision to match linux-c6 now in ports. This
is a candid
Author: marcel
Date: Mon Sep 22 16:52:09 2014
New Revision: 271981
URL: http://svnweb.freebsd.org/changeset/base/271981
Log:
Rename the tests to something more meaningful. I spent way too long
trying to get the test name right, failed, gave up and used a sequence
number instead. When I reali
Author: cy
Date: Mon Sep 22 16:45:28 2014
New Revision: 271980
URL: http://svnweb.freebsd.org/changeset/base/271980
Log:
Check for NULL before de-refencing; in particular sel is assigned to NULL,
in the default case, and then couple of lines down we do sel->
Approved by: glebius (mentor)
Author: marcel
Date: Mon Sep 22 16:37:37 2014
New Revision: 271979
URL: http://svnweb.freebsd.org/changeset/base/271979
Log:
Don't update the baseline file when the result of the test is identical
to the baseline. Since we don't run gzip with the -n option, the output
of gzip varies for iden
Author: cy
Date: Mon Sep 22 16:35:48 2014
New Revision: 271978
URL: http://svnweb.freebsd.org/changeset/base/271978
Log:
#552 destination port not zero after parsing nat rule
Approved by: glebius (mentor)
Obtained from:netbsd CVS repo (r1.4), ipfilter CVS repo (r1.38)
Modified:
Author: cy
Date: Mon Sep 22 16:21:25 2014
New Revision: 271977
URL: http://svnweb.freebsd.org/changeset/base/271977
Log:
3561691 gethost never returns an ipv6 address
Approved by: glebius (mentor)
Obtained from:ipfilter CVS repo (r1.34), netbsd CVS repo (r1.4)
Modified:
head/c
Author: rpaulo
Date: Mon Sep 22 16:20:38 2014
New Revision: 271975
URL: http://svnweb.freebsd.org/changeset/base/271975
Log:
Improvements to asmc(4):
1. changed the code so that 2**16 keys are supported
2. changed the number of possible fans in a system from 2 to 6
3. added write suppor
Author: jhb
Date: Mon Sep 22 16:20:47 2014
New Revision: 271976
URL: http://svnweb.freebsd.org/changeset/base/271976
Log:
Add a new fo_fill_kinfo fileops method to add type-specific information to
struct kinfo_file.
- Move the various fill_*_info() methods out of kern_descrip.c and into the
Author: cy
Date: Mon Sep 22 16:13:38 2014
New Revision: 271974
URL: http://svnweb.freebsd.org/changeset/base/271974
Log:
#551 ipf.conf address structure not properly zero filled
Approved by: glebius (mentor)
Obtained from:ipfilter CVS repo (r1.37), netbsd CVS repo (r1.3)
Modifie
Author: cy
Date: Mon Sep 22 16:09:18 2014
New Revision: 271972
URL: http://svnweb.freebsd.org/changeset/base/271972
Log:
#536 ipnat can try to print rule as dstlist incorrectly
Approved by: glebius (mentor)
Obtained from:ipfilter CVS repo (r1.14), netbsd CVS repo (r1.3)
Modified
Author: cy
Date: Mon Sep 22 16:06:37 2014
New Revision: 271971
URL: http://svnweb.freebsd.org/changeset/base/271971
Log:
#553 gethost needs to zero entire IP address structure
Approved by: glebius (mentor)
Obtained from:ipfilter CVS repo (r1.11)
Modified:
head/contrib/ipfilter
Author: cy
Date: Mon Sep 22 16:03:29 2014
New Revision: 271970
URL: http://svnweb.freebsd.org/changeset/base/271970
Log:
ipv6 address for test.hosts.dots in wrong byte order.
Approved by: glebius (mentor)
Obtained from:ipfilter CVS repo (r1.11), netbsd CVS repo (r1.5)
Modified:
Author: marcel
Date: Mon Sep 22 15:27:23 2014
New Revision: 271968
URL: http://svnweb.freebsd.org/changeset/base/271968
Log:
Don't echo '# $FreeBSD$' as the first line into the .uu file. Keyword
substitution applies to this file, including the echo command. Avoid
the match (and substitution
On Sat, Sep 20, 2014 at 1:38 AM, Bruce Evans wrote:
> The log message is confused. Source files are not being overwritten.
> They are being copied to object directories using cp. Then if they
> are read-only in the source directory, they are read-only in the object
> directory, even if they are
Author: marcel
Date: Mon Sep 22 15:08:58 2014
New Revision: 271966
URL: http://svnweb.freebsd.org/changeset/base/271966
Log:
Update the unit tests to include the QCOW (version 1) format.
This is a good safety net for when V2 is added.
Added:
head/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow.gz
Author: marcel
Date: Mon Sep 22 15:05:28 2014
New Revision: 271965
URL: http://svnweb.freebsd.org/changeset/base/271965
Log:
Add support for QCOW version 1. Version 2 is partially implemented.
And because of that, it's entirely disabled for now. Both versions
are similar enough that a single
Author: jhb
Date: Mon Sep 22 14:27:26 2014
New Revision: 271963
URL: http://svnweb.freebsd.org/changeset/base/271963
Log:
Convert from timeout(9) to callout(9).
Modified:
head/sys/dev/acpica/acpi.c
head/sys/dev/atkbdc/atkbd.c
head/sys/kern/kern_cons.c
Modified: head/sys/dev/acpica/acpi.c
Author: trasz
Date: Mon Sep 22 13:04:49 2014
New Revision: 271960
URL: http://svnweb.freebsd.org/changeset/base/271960
Log:
Add missing mlinks for section 9.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9
Author: mav
Date: Mon Sep 22 12:40:43 2014
New Revision: 271959
URL: http://svnweb.freebsd.org/changeset/base/271959
Log:
Pretend that we support BYTCHK=1 in WRITE AND VERIFY command.
Technically that is not true, but since we don't implement VERIFY there
at all, doing only WRITE part, th
Author: se
Date: Mon Sep 22 11:54:13 2014
New Revision: 271958
URL: http://svnweb.freebsd.org/changeset/base/271958
Log:
The new naming scheme for keymap files for use with vt(4) introduced a
collision for "no" as a country code with "NO" meaning "do not load any
keymap" (which also has been
Author: mav
Date: Mon Sep 22 11:35:06 2014
New Revision: 271957
URL: http://svnweb.freebsd.org/changeset/base/271957
Log:
Fix read overrun handling, broken by using wrong variable.
MFC after:3 days
Modified:
head/sys/cam/ctl/ctl_frontend_iscsi.c
Modified: head/sys/cam/ctl/ctl_fronte
Author: mav
Date: Mon Sep 22 10:46:06 2014
New Revision: 271954
URL: http://svnweb.freebsd.org/changeset/base/271954
Log:
Deny ANCHOR flag set without UNMAP flag set in WRITE SAME commands.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
Author: hselasky
Date: Mon Sep 22 10:21:42 2014
New Revision: 271953
URL: http://svnweb.freebsd.org/changeset/base/271953
Log:
Some XHCI hardware requires dropping the endpoint context before
adding it again.
MFC after:3 days
Submitted by: Kohji Okuno
Modified:
head/sys/dev/usb/
Author: mav
Date: Mon Sep 22 10:05:36 2014
New Revision: 271951
URL: http://svnweb.freebsd.org/changeset/base/271951
Log:
Don't try to continue aborted commands if status was not set.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
==
Author: jmmv
Date: Mon Sep 22 09:54:48 2014
New Revision: 271950
URL: http://svnweb.freebsd.org/changeset/base/271950
Log:
Register /usr/tests/lib/libproc to fix build.
Missed in r271937, reviewed in D710.
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BSD.tests.dist
=
Author: mav
Date: Mon Sep 22 09:22:58 2014
New Revision: 271949
URL: http://svnweb.freebsd.org/changeset/base/271949
Log:
Fix UNMAP stuck if the last block descriptor in the list is empty.
MFC after:3 days
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
===
Author: hselasky
Date: Mon Sep 22 08:27:27 2014
New Revision: 271946
URL: http://svnweb.freebsd.org/changeset/base/271946
Log:
Improve transmit sending offload, TSO, algorithm in general.
The current TSO limitation feature only takes the total number of
bytes in an mbuf chain into account
Author: mav
Date: Mon Sep 22 07:59:25 2014
New Revision: 271945
URL: http://svnweb.freebsd.org/changeset/base/271945
Log:
Simplify legacy reservation handling. Drop it on I_T nexus loss.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_private.h
Modified: head/sys/cam/ctl/ctl.c
=
42 matches
Mail list logo