Author: jchandra
Date: Fri Oct 4 10:01:20 2013
New Revision: 256045
URL: http://svnweb.freebsd.org/changeset/base/256045
Log:
Style fixes for the Netlogic XLP RSA driver
Updates to the Netlogic XLP on-chp RSA block driver. The changes are
to follow style(9) guidelines, to improve readabi
Author: jchandra
Date: Fri Oct 4 11:11:51 2013
New Revision: 256046
URL: http://svnweb.freebsd.org/changeset/base/256046
Log:
Fixes for the Netlogic XLP on-chip RSA block driver
The changes are to:
* Use contigmalloc/contigfree which handling microcode buffer
* Use a different buffer t
Author: uqs
Date: Fri Oct 4 11:55:20 2013
New Revision: 256048
URL: http://svnweb.freebsd.org/changeset/base/256048
Log:
Fix make depend.
Approved by: re (glebius)
Modified:
head/sys/modules/ibcore/Makefile
Modified: head/sys/modules/ibcore/Makefile
===
Author: trasz
Date: Fri Oct 4 16:08:44 2013
New Revision: 256050
URL: http://svnweb.freebsd.org/changeset/base/256050
Log:
Remove useless check - ki_loginclass is an array; can't be NULL.
CID: 1006559
Approved by: re (kib)
MFC after:2 weeks
Sponsored by: FreeBSD Foundat
Author: joel (doc committer)
Date: Fri Oct 4 16:44:24 2013
New Revision: 256051
URL: http://svnweb.freebsd.org/changeset/base/256051
Log:
mdoc: remove EOL whitespace.
Approved by: re (blanket)
Modified:
head/share/man/man5/src.conf.5
head/usr.bin/calendar/calendar.1
Modified: head/s
Author: grehan
Date: Fri Oct 4 16:52:03 2013
New Revision: 256052
URL: http://svnweb.freebsd.org/changeset/base/256052
Log:
Block-layer backend interface for bhyve block-io device emulations.
Approved by: re@ (blanket)
Added:
head/usr.sbin/bhyve/block_if.c (contents, props changed)
Author: jmg
Date: Fri Oct 4 17:21:01 2013
New Revision: 256053
URL: http://svnweb.freebsd.org/changeset/base/256053
Log:
add aesni module to i386 and amd64 NOTES...
Approved by: re (gjb)
Modified:
head/sys/amd64/conf/NOTES
head/sys/i386/conf/NOTES
Modified: head/sys/amd64/conf/NOTES
Author: nwhitehorn
Date: Fri Oct 4 18:27:02 2013
New Revision: 256055
URL: http://svnweb.freebsd.org/changeset/base/256055
Log:
Disable use of compiler atomic builtins. For APR, this is limited to
architectures where they are known not to work. For SVN itself, use
the least common denominat
Author: grehan
Date: Fri Oct 4 18:31:38 2013
New Revision: 256056
URL: http://svnweb.freebsd.org/changeset/base/256056
Log:
Import Zhixiang Yu's GSoC'13 AHCI emulation:
https://wiki.freebsd.org/SummerOfCode2013/bhyveAHCI
This provides ICH8 SATA disk and ATAPI ports, selectable
via t
Author: grehan
Date: Fri Oct 4 18:44:47 2013
New Revision: 256057
URL: http://svnweb.freebsd.org/changeset/base/256057
Log:
Hook up the AHCI and blockif code to the build.
Approved by: re@ (blanket)
Modified:
head/usr.sbin/bhyve/Makefile
Modified: head/usr.sbin/bhyve/Makefile
Author: trasz
Date: Fri Oct 4 19:31:41 2013
New Revision: 256058
URL: http://svnweb.freebsd.org/changeset/base/256058
Log:
Don't leak memory when removing an unconnected session, and remove useless
UMA_ZONE_NOFREE that caused another leak when unloading the module.
Approved by: re (gleb
Author: jilles
Date: Fri Oct 4 21:25:55 2013
New Revision: 256060
URL: http://svnweb.freebsd.org/changeset/base/256060
Log:
kldxref: Do not depend on the directory order.
Sort the filenames to get a consistent result between machines of the same
architecture.
Also, sort FTS_D entrie
Author: kib
Date: Fri Oct 4 22:05:23 2013
New Revision: 256061
URL: http://svnweb.freebsd.org/changeset/base/256061
Log:
Add padding to match the compat32 struct stat32 definition to the real
struct stat on 32bit architectures.
Debugged and tested by: bsam
Sponsored by: The FreeB
Author: grehan
Date: Fri Oct 4 23:29:07 2013
New Revision: 256062
URL: http://svnweb.freebsd.org/changeset/base/256062
Log:
Remove obsolete cmd-line options and code associated with
these.
The mux-vcpus option may return at some point, given it's utility
in finding bhyve (and FreeBSD) bu
> Log:
> Import Zhixiang Yu's GSoC'13 AHCI emulation:
> https://wiki.freebsd.org/SummerOfCode2013/bhyveAHCI
>
> This provides ICH8 SATA disk and ATAPI ports, selectable
> via the bhyve slot command-line parameter:
>
> SATA
> -s ,ahci-hd,
>
> ATAPI
> -s ,ahci-cd,
>
Does this
15 matches
Mail list logo