Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 16:56:01 UTC Now

2014-03-24 07:37:14 UTC matt-nb5-mips64 commitmail json YAML

Make sure the hint is initialized to NULL.

(matt)

2014-03-24 07:36:48 UTC matt-nb5-mips64 commitmail json YAML

Fix infinite recursion.

(matt)

2014-03-24 06:27:56 UTC MAIN commitmail json YAML

fix date timestamp

(pettai)

2014-03-24 04:45:08 UTC MAIN commitmail json YAML

Use sizeof(__int128_t) for aarch64 and sizeof(long long) for ARM EABI

(matt)

2014-03-24 04:03:25 UTC MAIN commitmail json YAML

Tidy up locking in cd9660_mount; thrash the lock less, and make it
clear that the lock is only dropped when calling iso_mountfs().

While here, don't use the vnode pointer's value after vrele().

(dholland)

2014-03-24 01:04:37 UTC MAIN commitmail json YAML

Import mDNSResponder-258.14

(pettai)

2014-03-24 00:31:13 UTC MAIN commitmail json YAML

2014-03-24 00:13:23 UTC MAIN commitmail json YAML

Prepare for importing a newer version of mDNSResponder

(pettai)

2014-03-23 20:40:18 UTC MAIN commitmail json YAML

allow for .pc substitutions to be listed per makefile
(could maybe do per-target, as well.)  fix the remaining
substitutions for xcb-proto, fontconfig and xorg-server.

(XXX: move many per-package-specific parts out of
bsd.x11.mk itself, into the relevant Makefile.)

(mrg)

2014-03-23 20:39:40 UTC MAIN commitmail json YAML

2014-03-23 20:20:38 UTC MAIN commitmail json YAML

Simplify synchronization between umcs(4) intr and task.

ok martin@, nick@

(riastradh)

2014-03-23 19:49:52 UTC MAIN commitmail json YAML

Fix generation of pkg-config(1) files. Patch from Ryo ONODERA via
"current-users" mailing list.

(tron)

2014-03-23 15:26:47 UTC MAIN commitmail json YAML

2014-03-23 15:21:17 UTC MAIN commitmail json YAML

2014-03-23 14:44:55 UTC MAIN commitmail json YAML

2014-03-23 14:24:34 UTC MAIN commitmail json YAML

2014-03-23 09:34:42 UTC MAIN commitmail json YAML

2014-03-23 09:31:15 UTC MAIN commitmail json YAML

2014-03-23 09:30:59 UTC MAIN commitmail json YAML

2014-03-23 06:03:38 UTC MAIN commitmail json YAML

2014-03-23 05:39:32 UTC MAIN commitmail json YAML

2014-03-23 05:38:14 UTC MAIN commitmail json YAML

2014-03-23 05:36:58 UTC MAIN commitmail json YAML

2014-03-23 05:26:23 UTC MAIN commitmail json YAML

2014-03-23 05:10:56 UTC MAIN commitmail json YAML

2014-03-23 05:09:56 UTC MAIN commitmail json YAML

2014-03-23 05:07:59 UTC MAIN commitmail json YAML

don't use sprintf

(dholland)

2014-03-23 05:06:42 UTC MAIN commitmail json YAML

2014-03-23 04:58:16 UTC MAIN commitmail json YAML

2014-03-23 03:42:39 UTC MAIN commitmail json YAML

2014-03-23 03:41:10 UTC MAIN commitmail json YAML

2014-03-23 02:59:19 UTC MAIN commitmail json YAML

2014-03-23 02:57:58 UTC MAIN commitmail json YAML

2014-03-23 02:57:20 UTC MAIN commitmail json YAML

2014-03-23 02:56:33 UTC MAIN commitmail json YAML

2014-03-23 02:55:26 UTC MAIN commitmail json YAML

2014-03-23 02:54:12 UTC MAIN commitmail json YAML

2014-03-23 02:53:12 UTC MAIN commitmail json YAML

2014-03-23 02:50:51 UTC MAIN commitmail json YAML

2014-03-23 02:50:08 UTC MAIN commitmail json YAML

2014-03-23 02:48:41 UTC MAIN commitmail json YAML

2014-03-23 02:47:38 UTC MAIN commitmail json YAML

2014-03-23 02:46:55 UTC MAIN commitmail json YAML

2014-03-23 02:45:30 UTC MAIN commitmail json YAML

2014-03-23 02:45:02 UTC MAIN commitmail json YAML

2014-03-23 02:44:19 UTC MAIN commitmail json YAML

2014-03-23 02:44:00 UTC MAIN commitmail json YAML

2014-03-23 01:29:12 UTC MAIN commitmail json YAML

Change the argument names in the prototypes and discussion for
sub/gsub to match those in gensub. Noted by Kai-Uwe Eckhardt in
PR 48667.

(dholland)

2014-03-23 00:50:20 UTC MAIN commitmail json YAML

Fix the heading for ext2fs options to be consistent with the others.

(dholland)

2014-03-23 00:48:08 UTC MAIN commitmail json YAML

Revise documentation of QUOTA and QUOTA2 options to make it clear that
these are FFS options. (QUOTA2 also works with mfs. AFAIK, traditional
quotas don't.)

Don't refer to QUOTA2 as "the new quotas format" as "new" is not a
good long-term identifier.

Also, don't xref half the quota utilities; there's no need to.

(dholland)

2014-03-23 00:17:40 UTC MAIN commitmail json YAML

Add note cautioning against bothering with WARNS=6 until gcc improves
(or -Wconversion is removed from WARNS=6) as it produces loads of false
positives. The most entertaining of these that I've seen this afternoon:

games/hack/hack.apply.c:143:22: error: conversion to 'unsigned char:1' from 'int' may alter its value [-Werror=conversion]
  flags.move = multi = 0;
                      ^

(dholland)

2014-03-23 00:07:15 UTC MAIN commitmail json YAML

fix signedness issue

(dholland)

2014-03-23 00:03:05 UTC MAIN commitmail json YAML

gratuitous (but not harmful) changes to pass gcc48's -Wconversion

(dholland)

2014-03-22 23:47:03 UTC MAIN commitmail json YAML

Use ssize_t for read() results. Don't use int for lseek() results.
Call srandom() with time(), not getpid().

(dholland)

2014-03-22 23:45:34 UTC MAIN commitmail json YAML

Use ssize_t for read() results. Don't use int for lseek() results.

(dholland)

2014-03-22 23:42:48 UTC MAIN commitmail json YAML

Use uid_t to hold getuid() results, and don't check getuid for failure
as it isn't allowed to fail.

(dholland)

2014-03-22 23:39:04 UTC MAIN commitmail json YAML

use size_t instead of int for a length

(dholland)

2014-03-22 23:33:33 UTC MAIN commitmail json YAML

2014-03-22 23:31:28 UTC MAIN commitmail json YAML

avoid unnecessary floating point ops

(dholland)

2014-03-22 23:23:55 UTC MAIN commitmail json YAML

avoid signed left-shift

(dholland)

2014-03-22 23:16:21 UTC MAIN commitmail json YAML

2014-03-22 23:10:36 UTC MAIN commitmail json YAML

don't declare ospeed; it's in <termcap.h>

(dholland)

2014-03-22 22:58:56 UTC MAIN commitmail json YAML

2014-03-22 22:47:07 UTC MAIN commitmail json YAML

use a more suitable type

(dholland)

2014-03-22 22:45:05 UTC MAIN commitmail json YAML

2014-03-22 22:33:35 UTC MAIN commitmail json YAML

2014-03-22 22:24:21 UTC MAIN commitmail json YAML

Make some things unsigned that should be (why would we need e.g. a
negative number of airports?) and remove some related bogus casts.

(dholland)

2014-03-22 22:09:14 UTC MAIN commitmail json YAML

Don't cast the return value of malloc.

(dholland)

2014-03-22 22:04:40 UTC MAIN commitmail json YAML

2014-03-22 21:49:18 UTC MAIN commitmail json YAML

Remove obsolete ssir stuff which was used for pre-5.0 softintr(9).

No visible problem on X68030.

(tsutsui)

2014-03-22 21:42:44 UTC MAIN commitmail json YAML

src/sys/external/bsd/acpica/dist/compiler/aslanalyze.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslcompiler.l@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslerror.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslfileio.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslfiles.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslload.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/asllookup.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslpredef.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslprepkg.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslsupport.l@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslutils.c@1.8 / diff / nxr@1.8
src/sys/external/bsd/acpica/dist/compiler/aslwalks.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/aslxref.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/dtcompile.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/dtfield.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/dtsubtable.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/dttable.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/dtutils.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/compiler/prutils.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/acpica/dist/os_specific/service_layers/oslinuxtbl.c@1.2 / diff / nxr@1.2
      :
(more 2 files)
kill sprintf

(christos)

2014-03-22 20:56:04 UTC MAIN commitmail json YAML

Replace the workque for status changes with an usb task queue (hint from
Nick Hudson) - simpler for this, and avoids some races.

(martin)

2014-03-22 20:36:45 UTC MAIN commitmail json YAML

Avoid undefined behaviour (which causes traps on VAX).

(martin)

2014-03-22 20:07:05 UTC MAIN commitmail json YAML

tag decl() __noinline, as inlining it would defeat its purpose
(which is to not have interesting string literals appear in the
compiled binary)

(dholland)

2014-03-22 19:52:21 UTC MAIN commitmail json YAML

Remove (harmless) debug target committed by accident.

Pointed out by Matthew Green in private e-mail.

(tron)

2014-03-22 19:38:46 UTC MAIN commitmail json YAML

2014-03-22 19:16:34 UTC MAIN commitmail json YAML

2014-03-22 19:05:30 UTC MAIN commitmail json YAML

Revert part of previous -r1.21 and fix the errno-handling bug instead.

(dholland)

2014-03-22 18:58:57 UTC MAIN commitmail json YAML

2014-03-22 18:54:28 UTC MAIN commitmail json YAML

2014-03-22 17:57:48 UTC MAIN commitmail json YAML

2014-03-22 17:12:20 UTC MAIN commitmail json YAML

Add constant for a reserved bit 31 for the L2C_AUXCTL register for use in
masks

(reinoud)

2014-03-22 16:52:07 UTC MAIN commitmail json YAML

2014-03-22 16:39:20 UTC MAIN commitmail json YAML

Add defines for the PL310's L2C_PREFETCH_CTL and L2C_POWER_CTL registers as
per r3p2 spec.

(reinoud)

2014-03-22 16:08:51 UTC MAIN commitmail json YAML

DIOCGDISKINFO support for vnd
Reviewed by apb@ and christos@

(prlw1)

2014-03-22 15:59:07 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC.
(though the previous revision has not been tested on 040/060 yet)

(tsutsui)

2014-03-22 15:13:10 UTC MAIN commitmail json YAML

Make sure r1 is preserved _rtld_bind_start.

(matt)

2014-03-22 13:40:55 UTC MAIN commitmail json YAML

Add a few xorg lint libraries.

(njoly)

2014-03-22 11:35:03 UTC MAIN commitmail json YAML

New sentence, new line; slight wording improvements.

(wiz)

2014-03-22 11:25:55 UTC MAIN commitmail json YAML

Bump date for previous

(skrll)

2014-03-22 11:24:36 UTC MAIN commitmail json YAML

Add mtsleep(9) and a description of how it, tsleep(9), and wakeup(9)
should all be replaced with condvar(9).

While here clear out the lock(9) reference(s) and the obsoleted example.

Based on misc/48671

(skrll)

2014-03-22 09:46:33 UTC MAIN commitmail json YAML

2014-03-22 09:28:08 UTC MAIN commitmail json YAML

2014-03-22 08:15:25 UTC MAIN commitmail json YAML

Fix a potential - but very unlikely - NULL pointer dereference.
(it does not introduce a new error code for open(), since
pathbuf_copyin() is already there and can return ENOMEM)

Found by my code scanner.

(maxv)

2014-03-22 07:49:06 UTC MAIN commitmail json YAML

Remove reference to simplelock

(skrll)

2014-03-22 07:46:35 UTC MAIN commitmail json YAML

'newrt' is not supposed to be NULL. Therefore, the NULL-check in the if()
is pointless; and even if 'newrt' were NULL, 'rt' would be dereferenced
later. This is not a bug.

CID 270855

ok christos@

(maxv)

2014-03-22 07:27:22 UTC MAIN commitmail json YAML

Small changes:
- rename elf_load_file() to elf_load_interp()
- use the correct type for 'nused'
- remove useless cases
- reorder a kmem_alloc

ok christos@

(maxv)

2014-03-22 05:19:18 UTC MAIN commitmail json YAML

* GPIO interrupts of i.MX5 are divided into two groups.
  add IMX_GPIO_INTR_SPLIT option
* Support GPIO both edge trigger interrupt.

(hkenken)

2014-03-22 04:55:00 UTC MAIN commitmail json YAML

2014-03-22 04:17:26 UTC MAIN commitmail json YAML

Constify list_is_empty.

With apologies to whoever will merge a newer version.  Fortunately,
this file is getting replaced wholesale.

(riastradh)

2014-03-22 02:51:44 UTC MAIN commitmail json YAML

for LIBSA_PRINTF_WIDTH_SUPPORT,
Fix right and left-adjusting padding.

(hkenken)

2014-03-22 02:20:29 UTC MAIN commitmail json YAML

Use DRM_IOCTL_MODE_GETRESOURCES to detect KMS on any non-Linux.

(riastradh)

2014-03-22 02:15:00 UTC MAIN commitmail json YAML

Use #ifdef DRM_IOCTL_MMAP, not #ifdef __NetBSD__.

Initialize with `= {0}' rather than a temporary static constant
variable.

Requested by christos@.

(riastradh)

2014-03-22 01:52:44 UTC MAIN commitmail json YAML

2014-03-22 00:04:51 UTC MAIN commitmail json YAML

Crank up the warnings and fortify the build.

(roy)

2014-03-21 22:18:57 UTC MAIN commitmail json YAML

remove sys/simplelock.h (straggler)

(dholland)

2014-03-21 22:00:00 UTC MAIN commitmail json YAML

2014-03-21 20:54:14 UTC MAIN commitmail json YAML

2014-03-21 18:14:20 UTC MAIN commitmail json YAML

Build xf86drmMode.c into libdrm.

(riastradh)

2014-03-21 18:11:21 UTC MAIN commitmail json YAML

Switch intel_bufmgr_gem to use drmMap instead of mmap directly.

(riastradh)

2014-03-21 18:10:27 UTC MAIN commitmail json YAML

Use ioctl, not sysfs, to detect KMS support on NetBSD.

(riastradh)

2014-03-21 18:09:50 UTC MAIN commitmail json YAML

2014-03-21 17:21:53 UTC MAIN commitmail json YAML

2014-03-21 17:00:19 UTC MAIN commitmail json YAML

2014-03-21 16:59:14 UTC MAIN commitmail json YAML

2014-03-21 16:58:54 UTC MAIN commitmail json YAML

Replace tsleep(9)/wakeup(9) with condvar(9) as practice.

Also replace malloc(9) with kmem_alloc(9).
Pevent more possible races.

Tested on both console and Xserver on X68030.

(tsutsui)

2014-03-21 16:45:49 UTC MAIN commitmail json YAML

2014-03-21 16:43:00 UTC MAIN commitmail json YAML

2014-03-21 16:41:15 UTC MAIN commitmail json YAML

2014-03-21 16:39:29 UTC MAIN commitmail json YAML

2014-03-21 16:26:30 UTC MAIN commitmail json YAML

On glibc systems, issue a warning if LD_DYNAMIC_WEAK is not

(pooka)

2014-03-21 16:03:35 UTC MAIN commitmail json YAML

fix name of HAVE_PTHREAD_SETNAME_3

(pooka)

2014-03-21 16:03:07 UTC MAIN commitmail json YAML

2014-03-21 14:45:54 UTC netbsd-6 commitmail json YAML

2014-03-21 14:44:53 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by wiz in ticket #1038):
crypto/external/bsd/openssl/lib/libssl/ssl.inc: revision 1.6 via patch

Add d1_meth.c to build to fix problems with missing symbol DTLSv1_method.
Addresses asterisk build problems.

(sborrill)

2014-03-21 14:03:30 UTC MAIN commitmail json YAML

Simplify.  If we got called via a calls $n, *pcrel32, instead of constructing
a new stack frame, back up the PC by 7 and return back to the calls so it
will be reinvoked.  (This is by far the most common way it gets invoked).
Otherwise rebuild a new callframe and jump to the routine.

(matt)

2014-03-21 13:30:39 UTC MAIN commitmail json YAML

Fix simplelock entry.

(wiz)

2014-03-21 13:07:57 UTC MAIN commitmail json YAML

Add d1_meth.c to build to fix problems with missing symbol DTLSv1_method.
Addresses asterisk build problems, idea for fix from martin.

(wiz)

2014-03-21 13:05:00 UTC MAIN commitmail json YAML

Actually delete simplelock.h

(skrll)

2014-03-21 12:30:00 UTC MAIN commitmail json YAML

Add libpthread-stubs_g.a

(martin)

2014-03-21 12:28:54 UTC MAIN commitmail json YAML

use a probe result to decide which pthread_setname_np() to use

(pooka)

2014-03-21 12:07:10 UTC MAIN commitmail json YAML

set threadname for correct pthread_t

(pooka)

2014-03-21 09:19:10 UTC MAIN commitmail json YAML

2014-03-21 02:25:05 UTC MAIN commitmail json YAML

Make uninitialized_var kludge expand to `x = 0'.

Forgot to commit this the other day.

(riastradh)

2014-03-21 01:43:33 UTC MAIN commitmail json YAML

Improve some of the rdbg messages to print the address of the pltgot slot
being modified.

(matt)

2014-03-21 01:40:42 UTC MAIN commitmail json YAML

Don't resolve symbols to PLT entries on the VAX.  It just causes a lot of
overhead.

(matt)

2014-03-21 01:17:40 UTC MAIN commitmail json YAML

2014-03-20 22:28:37 UTC MAIN commitmail json YAML

2014-03-20 22:24:32 UTC MAIN commitmail json YAML

substitute several more values for .pc files:
+ s,@LIBXML2_CFLAGS@,,; \
+ s,@ICONV_CFLAGS@,,; \
+ s,@PACKAGE@,${PKGDIST},; \
+ s,@PKGCONFIG_REQUIRES@,xx,; \
+ s,@PKGCONFIG_REQUIRES_PRIVATELY@,xx,; \
+ s,@ERRORDBDIR@,${X11LIBDIR},; \
+ s,@EXPAT_CFLAGS@,,; \
+ s,@FREETYPE_CFLAGS@,-I${X11ROOTDIR}/include/freetype2 -I${X11ROOTDIR}/include,; \
+ s,@SDK_REQUIRED_MODULES@,xproto >= 7.0.17 randrproto >= 1.2.99.3 renderproto >= 0.11 xextproto >= 7.1.99 inputproto >= 1.9.99.902 kbproto >= 1.0.3 fontsproto," \

(mrg)

2014-03-20 22:23:30 UTC MAIN commitmail json YAML

substitute %LIBS_CONFIG% and %LIBSSTATIC_CONFIG%.

(mrg)

2014-03-20 22:19:38 UTC MAIN commitmail json YAML

Define cache type 13

(matt)

2014-03-20 21:30:52 UTC MAIN commitmail json YAML

fix format confusion

(christos)

2014-03-20 20:51:54 UTC MAIN commitmail json YAML

2014-03-20 20:51:40 UTC MAIN commitmail json YAML

2014-03-20 20:45:32 UTC MAIN commitmail json YAML

2014-03-20 20:44:42 UTC MAIN commitmail json YAML

2014-03-20 20:44:15 UTC MAIN commitmail json YAML

2014-03-20 20:43:35 UTC MAIN commitmail json YAML

2014-03-20 20:43:12 UTC MAIN commitmail json YAML

2014-03-20 20:42:37 UTC MAIN commitmail json YAML

2014-03-20 20:42:08 UTC MAIN commitmail json YAML

2014-03-20 20:41:11 UTC MAIN commitmail json YAML

make it compile on amd64

(christos)

2014-03-20 20:40:42 UTC MAIN commitmail json YAML

make this compile again.
XXX: 32 bit pointer issues.

(christos)

2014-03-20 20:40:09 UTC MAIN commitmail json YAML

First attempt at an ALL kernel based on the i386 one

(christos)

2014-03-20 18:04:05 UTC MAIN commitmail json YAML

2014-03-20 18:01:19 UTC MAIN commitmail json YAML

2014-03-20 17:25:23 UTC MAIN commitmail json YAML

CID 273814, don't confuse coverity.

(christos)

2014-03-20 16:53:55 UTC MAIN commitmail json YAML

2014-03-20 15:21:46 UTC MAIN commitmail json YAML

Remove a file that should be generated and fix the build

(skrll)

2014-03-20 15:20:44 UTC MAIN commitmail json YAML

Update libfreetype debug data version.  Hi mrg!

(riastradh)

2014-03-20 14:39:43 UTC MAIN commitmail json YAML

Don't choke on an assertion for an RSDT with a null address entry.

(riastradh)

2014-03-20 13:40:02 UTC MAIN commitmail json YAML

Don't unmap Rsdp until we've finished using it.

XXX Let me know how this is supposed to be upstreamed if you know and
have time...

(riastradh)

2014-03-20 13:34:36 UTC MAIN commitmail json YAML

If IPv6 is disabled for an interface, mark all addresses as tentative.
If enabled, check for a duplicated link-local address and abort enabling
as per RFC 4862, section 5.4.5. If allowed to enable, perform DAD
on the tentative addresses.

Taken from FreeBSD.

(roy)

2014-03-20 10:27:39 UTC MAIN commitmail json YAML

Remove obsolete chunk.
No diffs to upstream remaining :)

(wiz)

2014-03-20 10:15:14 UTC MAIN commitmail json YAML

2014-03-20 09:05:28 UTC MAIN commitmail json YAML

2014-03-20 08:58:36 UTC MAIN commitmail json YAML

pull over pkgsrc patch patch-src_xftglyphs.c to work with modern freetype.

(mrg)

2014-03-20 08:57:48 UTC MAIN commitmail json YAML

2014-03-20 08:38:12 UTC MAIN commitmail json YAML

2014-03-20 08:35:40 UTC MAIN commitmail json YAML

xsrc/external/mit/freetype/dist/builds/amiga/include/freetype/config/ftconfig.h deleted
xsrc/external/mit/freetype/dist/builds/amiga/include/freetype/config/ftmodule.h deleted
xsrc/external/mit/freetype/dist/builds/unix/freetype-config.in@1.5 / diff / nxr@1.5
xsrc/external/mit/freetype/dist/builds/unix/ft2unix.h deleted
xsrc/external/mit/freetype/dist/builds/win32/detect.mk deleted
xsrc/external/mit/freetype/dist/builds/win32/ftdebug.c deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2005/freetype.sln deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2005/freetype.vcproj deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2005/index.html deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2008/freetype.sln deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2008/freetype.vcproj deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2008/index.html deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2010/freetype.sln deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2010/freetype.vcxproj deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2010/freetype.vcxproj.filters deleted
xsrc/external/mit/freetype/dist/builds/win32/vc2010/index.html deleted
xsrc/external/mit/freetype/dist/builds/win32/visualc/freetype.dsp deleted
xsrc/external/mit/freetype/dist/builds/win32/visualc/freetype.dsw deleted
xsrc/external/mit/freetype/dist/builds/win32/visualc/freetype.sln deleted
xsrc/external/mit/freetype/dist/builds/win32/visualc/freetype.vcproj deleted
      :
(more 107 files)
merge freetype 2.5.3.

(mrg)

2014-03-20 08:05:30 UTC MAIN commitmail json YAML

the host tool relies on scandir now days.  (it tries to avoid it,
but needs work for this code to work again.  if this is fixed, we
may want to run ./configure for this tool.)

(mrg)

2014-03-20 08:04:41 UTC MAIN commitmail json YAML

avoid CPP when the C compiler can do it more sanely.

(mrg)

2014-03-20 07:57:19 UTC MAIN commitmail json YAML

2014-03-20 07:49:26 UTC MAIN commitmail json YAML

2014-03-20 07:13:53 UTC MAIN commitmail json YAML

add a note about builtin_icons.h.

(mrg)

2014-03-20 07:13:32 UTC MAIN commitmail json YAML

new generated file for xterm.

(mrg)

2014-03-20 07:03:44 UTC MAIN commitmail json YAML

2014-03-20 06:58:46 UTC MAIN commitmail json YAML

2014-03-20 06:57:26 UTC MAIN commitmail json YAML

2014-03-20 06:51:54 UTC MAIN commitmail json YAML

2014-03-20 06:50:55 UTC MAIN commitmail json YAML

2014-03-20 06:48:54 UTC MAIN commitmail json YAML

2014-03-20 06:48:22 UTC MAIN commitmail json YAML

Incorrect use of pointer arithmetic.

CID 1193195:  Extra sizeof expression

(mlelstv)

2014-03-20 06:40:47 UTC MAIN commitmail json YAML

2014-03-20 06:18:20 UTC MAIN commitmail json YAML

2014-03-20 06:17:54 UTC MAIN commitmail json YAML

xkbutils needs a config.h now.

(mrg)

2014-03-20 05:39:11 UTC MAIN commitmail json YAML

Mark a variable __diagused

PR 48668 from David H. Gutteridge

(ozaki-r)

2014-03-20 05:32:31 UTC MAIN commitmail json YAML

2014-03-20 03:13:31 UTC MAIN commitmail json YAML

2014-03-20 03:13:18 UTC MAIN commitmail json YAML

2014-03-20 01:46:19 UTC MAIN commitmail json YAML

Always use --eh-frame-hdr, even when linking statically.

(joerg)

2014-03-20 01:35:45 UTC MAIN commitmail json YAML

Fix DW_CFA_GNU_args_size handling. The primary architecture using this
opcode is VAX. A function call pushes the number of arguments given onto
the stack and "ret" will pop it automatically. The FDE of the caller
contains the amount of stack space used for arguments (and possibly
extra padding), so unwinding has to compensate for this when "returning"
from a function. This is exactly the case when step() is done. The
existing handling in _Unwind_SetIP no longer makes sense.

(joerg)

2014-03-20 01:15:29 UTC MAIN commitmail json YAML

allow LS to be commented out

(christos)

2014-03-20 01:04:22 UTC MAIN commitmail json YAML

2014-03-20 00:47:21 UTC MAIN commitmail json YAML

move a extern decl into the scope it is used.

(mrg)

2014-03-20 00:29:57 UTC MAIN commitmail json YAML

Adjust comment indent.

no useful change

(pooka)

2014-03-19 23:56:47 UTC MAIN commitmail json YAML

2014-03-19 23:46:22 UTC MAIN commitmail json YAML

2014-03-19 23:46:05 UTC MAIN commitmail json YAML

2014-03-19 23:45:22 UTC MAIN commitmail json YAML