Author: sjg
Date: Sat Jul 26 04:38:09 2014
New Revision: 269114
URL: http://svnweb.freebsd.org/changeset/base/269114
Log:
Reviewed by: imp
LDFLAGS is supposed to be given to CC not LD.
Define _LDFLAGS as a filtered version of LDFLAGS safe to give to LD
Modified:
head/lib/csu/i386-elf/M
Author: ian
Date: Sat Jul 26 04:16:04 2014
New Revision: 269113
URL: http://svnweb.freebsd.org/changeset/base/269113
Log:
Enable at91 systems to boot from high capacity SD cards.
This also fixes a few minor violations of the SD protocol, such as running
the bus at high speed during the ca
Author: ian
Date: Sat Jul 26 04:09:43 2014
New Revision: 269112
URL: http://svnweb.freebsd.org/changeset/base/269112
Log:
The 'flags' variable is conflicting with some inline code in a header file
("variable flags shadows a global..."), just rename this variable to
wish away the problem.
Mo
Author: ian
Date: Sat Jul 26 03:33:19 2014
New Revision: 269111
URL: http://svnweb.freebsd.org/changeset/base/269111
Log:
Eliminate "no previous prototype for main" warnings.
Modified:
head/sys/boot/arm/at91/boot0/main.c
head/sys/boot/arm/at91/boot0iic/main.c
head/sys/boot/arm/at91/boot0s
Author: ian
Date: Sat Jul 26 03:19:13 2014
New Revision: 269110
URL: http://svnweb.freebsd.org/changeset/base/269110
Log:
Silence a clang warning about a while loop with an empty body.
Modified:
head/sys/boot/arm/at91/libat91/emac.c
Modified: head/sys/boot/arm/at91/libat91/emac.c
===
Author: neel
Date: Sat Jul 26 02:53:51 2014
New Revision: 269109
URL: http://svnweb.freebsd.org/changeset/base/269109
Log:
If a vcpu has issued a HLT instruction with interrupts disabled then it sleeps
forever in vm_handle_hlt().
This is usually not an issue as long as one of the other vc
Author: neel
Date: Sat Jul 26 02:51:46 2014
New Revision: 269108
URL: http://svnweb.freebsd.org/changeset/base/269108
Log:
Don't return -1 from the push emulation handler. Negative return values are
interpreted specially on return from sys_ioctl() and may cause undesirable
side-effects like
Author: np
Date: Sat Jul 26 00:51:45 2014
New Revision: 269106
URL: http://svnweb.freebsd.org/changeset/base/269106
Log:
Add a 'raw' parameter to the 'modinfo' subcommand. This is handy when
trying to figure out why a QSFP+/SFP+ connector or cable wasn't
identified correctly by cxgbe(4). I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 07/10/14 06:08, Pietro Cerutti wrote:
> Author: gahr (ports committer) Date: Thu Jul 10 13:08:51 2014 New
> Revision: 268494 URL:
> http://svnweb.freebsd.org/changeset/base/268494
>
> Log: Implement Short/Small String Optimization in SBUF(9) and
Author: gavin
Date: Fri Jul 25 23:52:53 2014
New Revision: 269105
URL: http://svnweb.freebsd.org/changeset/base/269105
Log:
Add error return to dumpsys(), and use it in doadump().
This commit does not add error returns to minidumpsys() or
textdump_dumpsys(); those can also be added later.
Author: delphij
Date: Fri Jul 25 22:58:55 2014
New Revision: 269100
URL: http://svnweb.freebsd.org/changeset/base/269100
Log:
Diff reduction against Illumos.
MFC after:2 weeks
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
head/cddl/contrib/opensolaris/cmd/zpool/zpool_ma
Author: imp
Date: Fri Jul 25 21:10:30 2014
New Revision: 269099
URL: http://svnweb.freebsd.org/changeset/base/269099
Log:
Document an important, but easy to overlook without grepping the
entire tree, detail about LDFLAGS.
Modified:
head/share/mk/bsd.README
Modified: head/share/mk/bsd.READM
Author: delphij
Date: Fri Jul 25 20:54:10 2014
New Revision: 269098
URL: http://svnweb.freebsd.org/changeset/base/269098
Log:
Use the right lengths.
Submitted by: Sascha Wildner
MFC after:2 weeks
Modified:
head/tools/regression/net80211/ccmp/test_ccmp.c
head/tools/regression/net8
Author: delphij
Date: Fri Jul 25 20:49:59 2014
New Revision: 269097
URL: http://svnweb.freebsd.org/changeset/base/269097
Log:
Use the right length.
Submitted by: Sascha Wildner
MFC after:2 weeks
Modified:
head/tools/test/netfibs/reflect.c
Modified: head/tools/test/netfibs/reflect.
Author: deischen
Date: Fri Jul 25 20:21:02 2014
New Revision: 269095
URL: http://svnweb.freebsd.org/changeset/base/269095
Log:
Insert new threads at the end of the thread list in the process
instead of at the beginning. This allows an intra process signal
to be sent to the oldest thread wit
Author: neel
Date: Fri Jul 25 20:18:35 2014
New Revision: 269094
URL: http://svnweb.freebsd.org/changeset/base/269094
Log:
Simplify the meaning of return values from the inout handlers. After this
change 0 means success and non-zero means failure.
This also helps to eliminate VMEXIT_POWER
Author: delphij
Date: Fri Jul 25 18:41:56 2014
New Revision: 269093
URL: http://svnweb.freebsd.org/changeset/base/269093
Log:
Transform the I/O when vdev_physical_ashift is greater than
SPA_MINBLOCKSHIFT.
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/z
Author: emaste
Date: Fri Jul 25 18:20:56 2014
New Revision: 269092
URL: http://svnweb.freebsd.org/changeset/base/269092
Log:
elfdump: Improve section type reporting
The SHT range 0x7000-0x7fff is processor-specific. Pass the
ELF machine type header to sh_types so the section head
Author: wblock (doc committer)
Date: Fri Jul 25 17:09:48 2014
New Revision: 269091
URL: http://svnweb.freebsd.org/changeset/base/269091
Log:
Fix spelling of Camellia algorithm. While here, replace blank lines
between examples with actual .Pp breaks.
PR: 192067
Submitted by: d
Author: allanjude (doc committer)
Date: Fri Jul 25 14:47:44 2014
New Revision: 269089
URL: http://svnweb.freebsd.org/changeset/base/269089
Log:
Update the freebsd-tips example to use drill instead of dig since bind is no
longer in base
CR: D460
Approved by: bcr (mentor)
Modif
On Thu, Jul 17, 2014 at 6:22 PM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Thu Jul 17 22:22:38 2014
> New Revision: 268811
> URL: http://svnweb.freebsd.org/changeset/base/268811
>
> Log:
> Update to byacc 20140715 (only concerns regression tests being fixed)
> Directly use regression te
Author: trasz
Date: Fri Jul 25 11:29:45 2014
New Revision: 269088
URL: http://svnweb.freebsd.org/changeset/base/269088
Log:
Fix ctl(4) kldload failure that manifested like this:
link_elf_obj: symbol icl_pdu_new_bhs undefined
PR: 192031
Submitted by: Nils Beyer (earlier vers
Author: kevlo
Date: Fri Jul 25 10:27:36 2014
New Revision: 269087
URL: http://svnweb.freebsd.org/changeset/base/269087
Log:
Add net80211 and minor cleanup.
Modified:
head/share/man/man7/hier.7
Modified: head/share/man/man7/hier.7
==
23 matches
Mail list logo