Author: dchagin
Date: Fri May 29 05:50:33 2015
New Revision: 283681
URL: https://svnweb.freebsd.org/changeset/base/283681
Log:
The linux_common module only for 64bit Linuxulators.
Its my fault.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
Author: dchagin
Date: Fri May 29 05:46:58 2015
New Revision: 283680
URL: https://svnweb.freebsd.org/changeset/base/283680
Log:
Move linux64 and linux_common to it's right place and make them not
depend on bhyve.
Submitted by: Oliver Pinter
Modified:
head/sys/modules/Makefile
Modified
Author: arybchik
Date: Fri May 29 05:44:56 2015
New Revision: 283679
URL: https://svnweb.freebsd.org/changeset/base/283679
Log:
sfxge: do not use DEBUG_FLAGS to enable extra debug checks
DEBUG_FLAGS are set to DEBUG option value when kernel is built.
For example, it is -g in GENERIC confi
Author: rpaulo
Date: Fri May 29 05:28:24 2015
New Revision: 283678
URL: https://svnweb.freebsd.org/changeset/base/283678
Log:
acpi_ibm: add per-model default events mask.
Add support for the hotkeys on a Lenovo X1 3rd gen. This also enables
event reporting by default.
Modified:
head/sy
Author: gjb
Date: Fri May 29 02:16:40 2015
New Revision: 283674
URL: https://svnweb.freebsd.org/changeset/base/283674
Log:
Export 'BOARDNAME' when differs from the KERNCONF.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/arm/WANDBOARD.conf
Modified: h
Author: gjb
Date: Fri May 29 02:15:05 2015
New Revision: 283673
URL: https://svnweb.freebsd.org/changeset/base/283673
Log:
Sort configuration options for consistency with other boards.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/arm/PANDABOARD.conf
Author: brooks
Date: Thu May 28 22:06:05 2015
New Revision: 283671
URL: https://svnweb.freebsd.org/changeset/base/283671
Log:
Revert r102953
The bitfile padding was always unallocated on real-world FreeBSD systems and
depended on the assumption that (abs(sizeof(long) - sizeof(char*)) <= 3
==
--- head/ObsoleteFiles.inc Thu May 28 21:06:59 2015(r283669)
+++ head/ObsoleteFiles.inc Thu May 28 22:01:50 2015(r283670)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150528: PCI IOV device driver methods moved to a separate kobj interface.
+OLD_FILES
Author: pfg
Date: Thu May 28 21:06:59 2015
New Revision: 283669
URL: https://svnweb.freebsd.org/changeset/base/283669
Log:
Provide VOP_GETPAGES_ASYNC() for extfs.
Merge the filesystem specific part from r274914 to ext2fs.
I only did regular testing with the change but UFS and our ext2f
Author: tuexen
Date: Thu May 28 20:33:28 2015
New Revision: 283666
URL: https://svnweb.freebsd.org/changeset/base/283666
Log:
Report the MTU consistently as specified in
https://tools.ietf.org/html/rfc6458
Thanks to Irene Ruengeler for helping me to fix this bug.
MFC after: 3 days
Modifie
Author: tuexen
Date: Thu May 28 19:28:08 2015
New Revision: 283665
URL: https://svnweb.freebsd.org/changeset/base/283665
Log:
Take source and destination address into account when determining
the scope.
This fixes a problem when a client with a global address
connects to a server with a pr
Author: tuexen
Date: Thu May 28 18:52:32 2015
New Revision: 283664
URL: https://svnweb.freebsd.org/changeset/base/283664
Log:
Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_output.c
head/sys/netinet/sctp_pcb.c
Modified: he
Author: tuexen
Date: Thu May 28 18:34:02 2015
New Revision: 283662
URL: https://svnweb.freebsd.org/changeset/base/283662
Log:
Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state.
This problem was reported by Mark Bonnekessel and Markus Boese.
Thanks to Irene Ruengeler for h
Author: slm
Date: Thu May 28 18:24:22 2015
New Revision: 283661
URL: https://svnweb.freebsd.org/changeset/base/283661
Log:
The wrong commit message was given with r283632. This is the correct message.
- Updated all files with 2015 Avago copyright, and updated LSI's copyright
dates.
Author: slm
Date: Thu May 28 18:14:55 2015
New Revision: 283660
URL: https://svnweb.freebsd.org/changeset/base/283660
Log:
The wrong commit message was given with r283632. To get the correct commit
message synced to the changes in r283632, those changes are now backed out.
Another commit wil
Author: tuexen
Date: Thu May 28 17:57:56 2015
New Revision: 283658
URL: https://svnweb.freebsd.org/changeset/base/283658
Log:
Use macros for overhead in a consistent way. No functional change.
Thanks to Irene Ruengeler for suggesting the change.
MFC after: 3 days
Modified:
head/sys/net
Author: neel
Date: Thu May 28 17:37:01 2015
New Revision: 283657
URL: https://svnweb.freebsd.org/changeset/base/283657
Log:
Fix non-deterministic delays when accessing a vcpu that was in "running" or
"sleeping" state. This is done by forcing the vcpu to transition to "idle"
by returning to u
Author: tuexen
Date: Thu May 28 16:39:22 2015
New Revision: 283654
URL: https://svnweb.freebsd.org/changeset/base/283654
Log:
Some more debug info cleanup.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
=
Author: pkelsey
Date: Thu May 28 16:18:41 2015
New Revision: 283652
URL: https://svnweb.freebsd.org/changeset/base/283652
Log:
Provide an unambiguous description of the potential hazard in calling
pthread_setspecific(3) from a key destructor.
Reviewed by: jhb
Approved by: jmallett (ment
Author: tuexen
Date: Thu May 28 16:00:23 2015
New Revision: 283650
URL: https://svnweb.freebsd.org/changeset/base/283650
Log:
Fix and cleanup the debug information. This has no user-visible changes.
Thanks to Irene Ruengeler for proving a patch.
MFC after: 3 days
Modified:
head/sys/net
Author: tuexen
Date: Thu May 28 14:24:21 2015
New Revision: 283648
URL: https://svnweb.freebsd.org/changeset/base/283648
Log:
Address some compiler warnings. No functional change.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_indata.c
head/sys/netinet/sctp_output.c
head/sys/netin
Author: jhb
Date: Thu May 28 13:56:19 2015
New Revision: 283647
URL: https://svnweb.freebsd.org/changeset/base/283647
Log:
Tweak the description of when waitpid() doesn't return any status for a
non-blocking wait to avoid the word "empty".
Requested by: ngie
Modified:
head/tests/sys/ke
Author: bz
Date: Thu May 28 12:33:21 2015
New Revision: 283645
URL: https://svnweb.freebsd.org/changeset/base/283645
Log:
Similarly to other architecture, add the include for cpufunc.h which is
needed for pte.h by vmstat to resolve MIPS_CCA_UNCACHED.
Modified:
head/sys/mips/include/pcpu.h
Author: scottl
Date: Thu May 28 08:00:11 2015
New Revision: 283643
URL: https://svnweb.freebsd.org/changeset/base/283643
Log:
Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT.
It makes no sense to specify a segment size that's larger than the total
amount that you
24 matches
Mail list logo