Author: tijl
Date: Fri Jun 13 08:26:53 2014
New Revision: 267436
URL: http://svnweb.freebsd.org/changeset/base/267436
Log:
Replace malloc+memset with calloc.
Modified:
head/lib/libiconv_modules/HZ/citrus_hz.c
Modified: head/lib/libiconv_modules/HZ/citrus_hz.c
Author: tijl
Date: Fri Jun 13 08:28:51 2014
New Revision: 267437
URL: http://svnweb.freebsd.org/changeset/base/267437
Log:
Replace malloc+memset with calloc.
Modified:
head/lib/libc/iconv/citrus_db_factory.c
head/lib/libc/iconv/citrus_iconv.c
Modified: head/lib/libc/iconv/citrus_db_factory
Author: tijl
Date: Fri Jun 13 08:36:10 2014
New Revision: 267438
URL: http://svnweb.freebsd.org/changeset/base/267438
Log:
iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_shared
struct after allocation with malloc.
iconvlist: reduce a memory leak by copying strings only onc
Author: tijl
Date: Fri Jun 13 08:44:03 2014
New Revision: 267439
URL: http://svnweb.freebsd.org/changeset/base/267439
Log:
- Make invalids variable local to do_conv such that it prints the number
of invalid characters of the current file instead of an accumulated
value.
- Make do_conv
Author: hselasky
Date: Fri Jun 13 08:53:49 2014
New Revision: 267440
URL: http://svnweb.freebsd.org/changeset/base/267440
Log:
Attach the CUSE library and kernel module to the default FreeBSD
builds. Bump the FreeBSD version number.
Modified:
head/lib/Makefile
head/share/mk/src.opts.mk
Author: tijl
Date: Fri Jun 13 10:08:18 2014
New Revision: 267441
URL: http://svnweb.freebsd.org/changeset/base/267441
Log:
Don't install GSS-API headers when the GSSAPI option has been disabled.
Some ports assume GSS-API is supported when they find the headers.
PR: 189156
Subm
On Fri, Jun 13, 2014 at 6:08 AM, Tijl Coosemans wrote:
> Author: tijl
> Date: Fri Jun 13 10:08:18 2014
> New Revision: 267441
> URL: http://svnweb.freebsd.org/changeset/base/267441
>
> Log:
> Don't install GSS-API headers when the GSSAPI option has been disabled.
> Some ports assume GSS-API i
On Jun 8, 2014, at 11:38 AM, Bjoern A. Zeeb wrote:
>
> On 08 Jun 2014, at 17:29 , Bryan Drewery wrote:
>
>> Author: bdrewery
>> Date: Sun Jun 8 17:29:31 2014
>> New Revision: 267233
>> URL: http://svnweb.freebsd.org/changeset/base/267233
>>
>> Log:
>> In preparation for ASLR [1] support add
On Jun 10, 2014, at 7:57 AM, Benjamin Kaduk wrote:
> On Tue, Jun 10, 2014 at 2:16 AM, Rui Paulo wrote:
> Author: rpaulo
> Date: Tue Jun 10 06:16:34 2014
> New Revision: 267318
> URL: http://svnweb.freebsd.org/changeset/base/267318
>
> Log:
> dtc: ignore lines starting with #.
>
> This is
On Jun 10, 2014, at 11:22 AM, Nathan Whitehorn wrote:
> On 06/10/14 10:05, Julio Merino wrote:
>> Author: jmmv
>> Date: Tue Jun 10 17:05:41 2014
>> New Revision: 267332
>> URL: http://svnweb.freebsd.org/changeset/base/267332
>>
>> Log:
>> Strip out the test suite from the installation media.
On Fri, Jun 13, 2014 at 10:34:50AM -0600, Warner Losh wrote:
>
> On Jun 10, 2014, at 11:22 AM, Nathan Whitehorn wrote:
>
> > On 06/10/14 10:05, Julio Merino wrote:
> >> Author: jmmv
> >> Date: Tue Jun 10 17:05:41 2014
> >> New Revision: 267332
> >> URL: http://svnweb.freebsd.org/changeset/base/2
On Jun 13, 2014, at 10:49 AM, Glen Barber wrote:
> On Fri, Jun 13, 2014 at 10:34:50AM -0600, Warner Losh wrote:
>>
>> On Jun 10, 2014, at 11:22 AM, Nathan Whitehorn
>> wrote:
>>
>>> On 06/10/14 10:05, Julio Merino wrote:
Author: jmmv
Date: Tue Jun 10 17:05:41 2014
New Revision
Author: delphij
Date: Fri Jun 13 18:07:42 2014
New Revision: 267445
URL: http://svnweb.freebsd.org/changeset/base/267445
Log:
Add Jung-uk Kim as co-maintainer of OpenSSL per discussion on
-developers and agreed by benl@.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
Author: jhb
Date: Fri Jun 13 18:20:44 2014
New Revision: 267446
URL: http://svnweb.freebsd.org/changeset/base/267446
Log:
Add missing calls to bus_dmamap_unload() when freeing static DMA
allocations.
Reviewed by: scottl
Modified:
head/sys/dev/amr/amr_pci.c
head/sys/dev/drm/ati_pciga
Author: jhb
Date: Fri Jun 13 19:34:34 2014
New Revision: 267448
URL: http://svnweb.freebsd.org/changeset/base/267448
Log:
Don't check maps for static DMA allocations against NULL to see if an
allocation succeeded. Instead, check the tag against NULL.
Modified:
head/sys/dev/ubsec/ubsec.c
M
Author: jhb
Date: Fri Jun 13 19:40:02 2014
New Revision: 267449
URL: http://svnweb.freebsd.org/changeset/base/267449
Log:
- Don't check the dma map address for a static DMA mapping against NULL
to determine if the mapping is valid.
- Don't explicitly destroy the dmap map for static DMA map
Author: delphij
Date: Fri Jun 13 22:33:41 2014
New Revision: 267451
URL: http://svnweb.freebsd.org/changeset/base/267451
Log:
Correct variable for loader tunable variable hw.mfi.mrsas_enable.
Submitted by: Sascha Wildner (DragonFly)
MFC after:3 days
Modified:
head/sys/dev/mfi/mfi_p
Author: edwin
Date: Fri Jun 13 23:56:47 2014
New Revision: 267452
URL: http://svnweb.freebsd.org/changeset/base/267452
Log:
Vendor import of tzdata2014e changes
Fix historical data for Egypt.
Better prediction for future Egypt / Morocco changes.
Update to Cocos / Cook islands.
Fix his
Author: shurd (ports committer)
Date: Sat Jun 14 00:10:10 2014
New Revision: 267454
URL: http://svnweb.freebsd.org/changeset/base/267454
Log:
Added:
- my birthday
Approved by: db, skreuzer (mentors)
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/
Author: edwin
Date: Sat Jun 14 00:16:50 2014
New Revision: 267455
URL: http://svnweb.freebsd.org/changeset/base/267455
Log:
MFV of tzdata2014e
Fix historical data for Egypt.
Better prediction for future Egypt / Morocco changes.
Update to Cocos / Cook islands.
Fix historical data for R
Author: gjb
Date: Sat Jun 14 01:03:24 2014
New Revision: 267459
URL: http://svnweb.freebsd.org/changeset/base/267459
Log:
Switch release/Makefile knobs from WITHOUT_FOO=1 to MK_FOO=no.
This allows greater granular control over the release
build, and avoids WITH_FOO=1 and WITHOUT_FOO=1 col
Author: edwin
Date: Sat Jun 14 01:18:02 2014
New Revision: 267460
URL: http://svnweb.freebsd.org/changeset/base/267460
Log:
Undo commit r267455, which was done in the wrong directory.
Modified:
head/contrib/tzdata/africa
head/contrib/tzdata/australasia
head/contrib/tzdata/etcetera
head/
Author: pfg
Date: Sat Jun 14 01:58:33 2014
New Revision: 267464
URL: http://svnweb.freebsd.org/changeset/base/267464
Log:
patch: cleanup some unnecessary cruft.
- Drop some bogus casts to size_t.
- The new_p_foo variables are not needed after r267426.
Pointed out by: bd
Author: adrian
Date: Sat Jun 14 06:54:03 2014
New Revision: 267466
URL: http://svnweb.freebsd.org/changeset/base/267466
Log:
Shadow RAM support is apparently not at all working on the Intel 5300 Wifi.
Tested:
* Intel 5300 3x3 wifi
* Intel 5100
Modified:
head/sys/dev/iwn/if_iwn_chi
24 matches
Mail list logo