Author: edavis
Date: Tue Mar 11 06:07:12 2014
New Revision: 262999
URL: http://svnweb.freebsd.org/changeset/base/262999
Log:
Fixed MSI interrupt allocation and handling.
Fixed a DMA mapping leak that occurs when defragmenting packet chains.
Approved by: davidch (mentor)
MFC after:1
Author: rpaulo
Date: Tue Mar 11 05:58:52 2014
New Revision: 262998
URL: http://svnweb.freebsd.org/changeset/base/262998
Log:
MFC r262930
Call ieee80211_dump_pkt() based on IFF_DUMPPKTS().
Modified:
stable/10/sys/dev/ath/if_ath_tx.c
Directory Properties:
stable/10/ (props changed)
Modi
On Tue, 2014-03-11 at 04:25 +, Ian Lepore wrote:
> Author: ian
> Date: Tue Mar 11 04:25:12 2014
> New Revision: 262997
> URL: http://svnweb.freebsd.org/changeset/base/262997
>
> Log:
> Revert r262994 for now, it fails to boot on armv5.
Oops, that should be r262995. Just further evidence th
Author: ian
Date: Tue Mar 11 04:25:12 2014
New Revision: 262997
URL: http://svnweb.freebsd.org/changeset/base/262997
Log:
Revert r262994 for now, it fails to boot on armv5.
Modified:
head/sys/arm/arm/exception.S
Modified: head/sys/arm/arm/exception.S
=
Author: marcel
Date: Tue Mar 11 03:20:10 2014
New Revision: 262996
URL: http://svnweb.freebsd.org/changeset/base/262996
Log:
Pass the actual baudrate to tty_init_console(). This defines the initial
baudrate of the device special file, and makes sure that on open(2) the
UART is programmed wit
Author: ian
Date: Tue Mar 11 03:19:43 2014
New Revision: 262995
URL: http://svnweb.freebsd.org/changeset/base/262995
Log:
Now that the PUSHFRAME and PULLFRAME macros are used only in the swi
entry/exit code, they don't need to be macros. Now they're just inline
code, and rewritten to use sh
On Sun, 9 Mar 2014, Marcel Moolenaar wrote:
Log:
Change the terminal type/class for enabled serial lines to 3wire. This
allows us to change the uart(4) driver to not hardcode specific line
settings for the serial console.
/etc/ttys and /etc/gettytab are still stupid configuration methods.
T
Author: jmg
Date: Tue Mar 11 01:45:46 2014
New Revision: 262994
URL: http://svnweb.freebsd.org/changeset/base/262994
Log:
allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too...
This will allow us to more easily test the software versions of these
routines...
Consideri
Author: jmg
Date: Tue Mar 11 01:41:09 2014
New Revision: 262993
URL: http://svnweb.freebsd.org/changeset/base/262993
Log:
some minor clean up.. Always _ZERO memory so mtx_init won't panic...
use the proper macro instead of hand rolling it...
Reviewed by: jhb (only the malloc change)
Author: eadler
Date: Tue Mar 11 01:10:44 2014
New Revision: 262992
URL: http://svnweb.freebsd.org/changeset/base/262992
Log:
libbsdstat: fix warnings, set WARNS
libbsdstat can build with WARNS=6 with a one line change.
Modified:
head/lib/libbsdstat/Makefile
head/lib/libbsdstat/bsdstat.
On Sun, 9 Mar 2014, Marcel Moolenaar wrote:
Log: > Add 3wire and std as terminal types/classes. These are similar to
the existing terminal types/classes that have the baudrate suffix,
but differ in that no baudrate is set/defined.
The purpose of these new types/classes is to allow them to b
Author: delphij
Date: Tue Mar 11 00:25:55 2014
New Revision: 262991
URL: http://svnweb.freebsd.org/changeset/base/262991
Log:
Correct a typo in nlm_find_host_by_addr(): the intention of the
code is to give "" rather than comparing the buffer
against it.
MFC after:2 weeks
Modified:
Author: delphij
Date: Tue Mar 11 00:23:50 2014
New Revision: 262990
URL: http://svnweb.freebsd.org/changeset/base/262990
Log:
MFV r262983:
4638 Panic in ZFS via rfs3_setattr()/rfs3_write(): dirtying snapshot!
illumos/illumos-gate@2144b121c08e0eb676cc6ca4662ebbc9f9c22fe3
Modified:
he
Author: andrew
Date: Tue Mar 11 00:21:49 2014
New Revision: 262989
URL: http://svnweb.freebsd.org/changeset/base/262989
Log:
Export _libc_arm_fpu_present as a private symbol to be used by other
system libraries, for example libm.
Modified:
head/lib/libc/arm/Symbol.map
Modified: head/lib/li
Author: dumbbell
Date: Mon Mar 10 23:16:19 2014
New Revision: 262988
URL: http://svnweb.freebsd.org/changeset/base/262988
Log:
MFC TTM, a memory manager used by video drivers
This is the last step before the merge of the Radeon KMS driver. Other
changes to TTM will be merged with radeonkm
Author: ian
Date: Mon Mar 10 22:52:32 2014
New Revision: 262987
URL: http://svnweb.freebsd.org/changeset/base/262987
Log:
Arrange for arm fork_trampoline() to return to userland via the standard
swi_exit code in exception.S instead of having its own inline expansion
of the DO_AST and PULLFRA
Author: ian
Date: Mon Mar 10 22:38:07 2014
New Revision: 262986
URL: http://svnweb.freebsd.org/changeset/base/262986
Log:
Change the way the asm GET_CURTHREAD_PTR() macro is defined so that code
using it doesn't have to have an "AST_LOCALS" macro somewhere in the file.
Modified:
head/sys/ar
Author: dim
Date: Mon Mar 10 21:58:38 2014
New Revision: 262985
URL: http://svnweb.freebsd.org/changeset/base/262985
Log:
Repair a few minor mismerges from r262261 in the clang-sparc64 project
branch. This is also to minimize differences with upstream.
MFC after:3 weeks
X-MFC-With:
Author: dteske
Date: Mon Mar 10 21:37:40 2014
New Revision: 262984
URL: http://svnweb.freebsd.org/changeset/base/262984
Log:
Remove vestigial global, no-longer used since SVN r262904.
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/group_input.subr
Modified: head/usr.sbin/bsdconfig/usermgmt
Author: delphij
Date: Mon Mar 10 21:37:07 2014
New Revision: 262983
URL: http://svnweb.freebsd.org/changeset/base/262983
Log:
4638 Panic in ZFS via rfs3_setattr()/rfs3_write(): dirtying snapshot!
illumos/illumos-gate@2144b121c08e0eb676cc6ca4662ebbc9f9c22fe3
Modified:
vendor-sys/illumos/d
Author: dteske
Date: Mon Mar 10 21:35:27 2014
New Revision: 262982
URL: http://svnweb.freebsd.org/changeset/base/262982
Log:
Whitespace.
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/group_input.subr
Modified: head/usr.sbin/bsdconfig/usermgmt/share/group_input.subr
===
Author: jkim
Date: Mon Mar 10 20:47:24 2014
New Revision: 262981
URL: http://svnweb.freebsd.org/changeset/base/262981
Log:
MFC: r262746, r262748, r262750, r262752
Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
Modified:
stable/10/sys/amd64/amd64/cpu_switch.S
stabl
Author: jkim
Date: Mon Mar 10 20:47:24 2014
New Revision: 262981
URL: http://svnweb.freebsd.org/changeset/base/262981
Log:
MFC: r262746, r262748, r262750, r262752
Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
Modified:
stable/9/sys/amd64/acpica/acpi_wakeup.c
stab
Author: jkim
Date: Mon Mar 10 20:47:24 2014
New Revision: 262981
URL: http://svnweb.freebsd.org/changeset/base/262981
Log:
MFC: r262746, r262748, r262750, r262752
Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.
Modified:
stable/8/sys/amd64/acpica/acpi_wakeup.c
stab
Author: ian
Date: Mon Mar 10 19:36:26 2014
New Revision: 262980
URL: http://svnweb.freebsd.org/changeset/base/262980
Log:
Move the exception vector table (so-called "page0" data) into exception.S
and eliminate vectors.S. All low-level exception handling is now
consolidated into exception.S.
Author: ian
Date: Mon Mar 10 18:10:09 2014
New Revision: 262979
URL: http://svnweb.freebsd.org/changeset/base/262979
Log:
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
and the functionality it provided into arm/exception.S. Rename the main
irq handling routine
Author: jhb
Date: Mon Mar 10 16:07:45 2014
New Revision: 262978
URL: http://svnweb.freebsd.org/changeset/base/262978
Log:
Pass the size of the top-level table to map when mapping the table instead
of the size of the pointer.
Reported by: Coverity
Coverity CID: 1147171
Modified:
head
Author: bapt
Date: Mon Mar 10 15:59:50 2014
New Revision: 262977
URL: http://svnweb.freebsd.org/changeset/base/262977
Log:
Add the makefile forgotten in previous commit
Added:
head/share/examples/dma/Makefile (contents, props changed)
Added: head/share/examples/dma/Makefile
===
Author: bapt
Date: Mon Mar 10 14:36:27 2014
New Revision: 262976
URL: http://svnweb.freebsd.org/changeset/base/262976
Log:
Add a mailer.conf example to use dma
Added:
head/share/examples/dma/
head/share/examples/dma/mailer.conf (contents, props changed)
Modified:
head/etc/mtree/BSD.usr.
Author: bapt
Date: Mon Mar 10 10:39:29 2014
New Revision: 262975
URL: http://svnweb.freebsd.org/changeset/base/262975
Log:
Update libucl to 2014-03-03
Added:
head/contrib/libucl/Makefile.unix
- copied unchanged from r262974, vendor/libucl/dist/Makefile.unix
head/contrib/libucl/Makefile
Author: bapt
Date: Mon Mar 10 10:24:22 2014
New Revision: 262974
URL: http://svnweb.freebsd.org/changeset/base/262974
Log:
Tag import for libucl 20140302
Added:
vendor/libucl/20140302/
- copied from r262972, vendor/libucl/dist/
vendor/libucl/20140302/Makefile.unix
- copied unchang
Author: bapt
Date: Mon Mar 10 10:23:43 2014
New Revision: 262973
URL: http://svnweb.freebsd.org/changeset/base/262973
Log:
Update libucl to 2014-03-02 version which fixes an important bug when parsing
empty arrays
Added:
vendor/libucl/dist/Makefile.unix (contents, props changed)
vendor/l
Robert Watson writes:
> Most userspace tools that support Capsicum will explicitly test for a
> kernel generating ENOSYS due to non-support and 'fail open' by not
> using sandboxing. That strategy becomes more complex as applications
> become more complex, and in the long term we'll want to move a
Author: hselasky
Date: Mon Mar 10 08:52:30 2014
New Revision: 262972
URL: http://svnweb.freebsd.org/changeset/base/262972
Log:
Ignore USB keyboard driver calls from critical sections.
Reported by: Oliver Pinter
MFC after:1 week
Modified:
head/sys/dev/usb/input/ukbd.c
Modified: h
34 matches
Mail list logo