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 (30m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 10:01:23 UTC Now

2013-06-05 06:22:23 UTC MAIN commitmail json YAML

2013-06-05 06:13:12 UTC MAIN commitmail json YAML

merge xf86-video-vmware 13.0.1

(mrg)

2013-06-05 05:19:11 UTC MAIN commitmail json YAML

2013-06-05 05:18:44 UTC MAIN commitmail json YAML

Add some Intel devices from the following datasheets:
- Desktop 4th Generation Intel Core Processort Family Datasheet Volume 2 of 2
- Mobile 4th Generation Intel Core Processort Family Datasheet Volume 2 of 2
- Intel Xeon Processor E3-1200 v3 Product Family  Datasheet Volume 2 of 2

(msaitoh)

2013-06-05 03:59:44 UTC MAIN commitmail json YAML

JobCreatePipe: do fcntl() *after* any fiddling of fd's
to avoid leaking descriptors.
Job_ServerStart: set closed on exec for jp_0 and jp_1.

(sjg)

2013-06-05 02:59:48 UTC MAIN commitmail json YAML

2013-06-05 02:51:49 UTC MAIN commitmail json YAML

libXdmGreet depends upon a bunch of libs; move it.

(mrg)

2013-06-05 02:11:44 UTC MAIN commitmail json YAML

2013-06-05 01:47:45 UTC MAIN commitmail json YAML

update for xf86-video-wsfb 0.4.0

(mrg)

2013-06-05 01:45:34 UTC MAIN commitmail json YAML

2013-06-05 01:18:35 UTC MAIN commitmail json YAML

2013-06-05 01:06:27 UTC MAIN commitmail json YAML

new config.h for xf86-input-elographics 1.4.1 and xf86-input-synaptics 1.7.1

(mrg)

2013-06-05 01:03:12 UTC MAIN commitmail json YAML

2013-06-05 01:01:57 UTC MAIN commitmail json YAML

depcrecate IPSEC_NAT_T

(christos)

2013-06-05 00:55:26 UTC MAIN commitmail json YAML

othersrc/external/historical/eawk/bin/Makefile@1.3 / diff / nxr@1.3
othersrc/external/historical/eawk/bin/expected@1.3 / diff / nxr@1.3
othersrc/external/historical/eawk/dist/eawk.h@1.3 / diff / nxr@1.3
othersrc/external/historical/eawk/dist/lib.c@1.3 / diff / nxr@1.3
othersrc/external/historical/eawk/dist/run.c@1.5 / diff / nxr@1.5
othersrc/external/historical/eawk/dist/tran.c@1.4 / diff / nxr@1.4
othersrc/external/historical/eawk/extend/Makefile@1.3 / diff / nxr@1.3
othersrc/external/historical/eawk/extend/archive/Makefile@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/archive/archive.c@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/archive/shlib_version@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/bzlib/Makefile@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/bzlib/bzlib.c@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/bzlib/shlib_version@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/netpgpverify/Makefile@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/netpgpverify/netpgpverify.c@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/netpgpverify/shlib_version@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/zlib/Makefile@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/zlib/shlib_version@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/extend/zlib/zlib.c@1.1 / diff / nxr@1.1
othersrc/external/historical/eawk/scripts/bg.sh@1.2 / diff / nxr@1.2
      :
(more 3 files)
More changes to eawk:

+ changed the type of the awkcell str field to be void *, since it's
  overloaded for so much. Fix up uses of 'str' everywhere.
+ added extension bindings for zlib
+ added extension bindings for bzlib
+ added extension bindings for libarchive
+ added extension bindings for libnetpgpverify

netpgpverify
============

% cat scripts/vfy.sh
#! /bin/sh

pubring=${HOME}/.gnupg/pubring.gpg
if [ $# -lt 1 ]; then
        echo "Usage: vfy signed-file" >&2
        exit 1
fi
env LD_LIBRARY_PATH=lib:extend/netpgpverify bin/eawk -v f=$1 -v pubring=${pubring} '
BEGIN { use("netpgpverify");
        pgp = pgpv_alloc("pgpv");
        pgpv_read_pubring(pgp, pubring);
        if (pgpv_verify(pgp, f, sig))
                print "Good signature for " f, "\n" strftime("%a %b %e %H:%M:%S %Z %Y", sig["time"]), "\n" sig["signer"]
}'
% sh scripts/vfy.sh /usr/pkgsrc/security/netpgpverify/files/NetBSD-6.0_RC1_hashes.asc
Good signature for /usr/pkgsrc/security/netpgpverify/files/NetBSD-6.0_RC1_hashes.asc
Thu Aug 23 11:47:50 PDT 2012
signature  4096/RSA (Encrypt or Sign) 064973ac4c4a706e 2009-06-23
fingerprint:  ddee 2bdb 9c98 a0d1 d4fb dbf7 0649 73ac 4c4a 706e
uid              NetBSD Security Officer <security-officer@NetBSD.org>
encryption 4096/RSA (Encrypt or Sign) 9ff2c24fdf2ce620 2009-06-23 [Expiry 2019-06-21]
fingerprint:  1915 0801 fbd8 f45d 89f2 0205 9ff2 c24f df2c e620

libarchive
==========

% cat scripts/tart.sh
#! /bin/sh

if [ $# -lt 1 ]; then
        echo "Usage: $0 archive" >&2
        exit 1
fi
env LD_LIBRARY_PATH=lib:extend/archive bin/eawk -v f=$1 '
BEGIN {
        use("archive");
        arch = archive_read_new();
        if (archive_read_open_filename(arch, f) != ARCHIVE_OK) printf("phooey#1\n")
        while (archive_read_next_header(arch, ent) == ARCHIVE_OK)
                print ent["strmode"], ent["nlink"], ent["uname"], ent["gname"], ent["size"], ent["pathname"]
        archive_read_finish(arch)
}'
% sh scripts/tart.sh /usr/pkgsrc/packages/All/digest-20111104.tgz
-rw-r--r--  0 root wheel 345 +CONTENTS
-r--r--r--  0 root wheel 31 +COMMENT
-r--r--r--  0 root wheel 212 +DESC
-rw-r--r--  0 root wheel 1468 +BUILD_VERSION
-rw-r--r--  0 root wheel 2769 +BUILD_INFO
-rw-r--r--  0 root wheel 6 +SIZE_PKG
-rw-r--r--  0 root wheel 6 +SIZE_ALL
-rwxr-xr-x  0 root wheel 71568 bin/digest
-rw-r--r--  0 root wheel 2950 man/man1/digest.1

(agc)

2013-06-05 00:52:36 UTC MAIN commitmail json YAML

2013-06-05 00:52:23 UTC MAIN commitmail json YAML

2013-06-05 00:48:32 UTC MAIN commitmail json YAML

conditionalize the net traversal code on FAST_IPSEC to make rump build.

(christos)

2013-06-05 00:01:16 UTC MAIN commitmail json YAML

update properly for xdm 1.1.11:
- link libXdmGreet against the same libs that modular does
- copy all the config.h defines we need (could do the copy config.h
  thing here, but we use a bunch of non-standard paths)
- support ipv6 properly
- move freetype include to Makefile.xdm so the greeter can find it

(mrg)

2013-06-04 22:58:31 UTC MAIN commitmail json YAML

2013-06-04 22:56:31 UTC MAIN commitmail json YAML

reduce a diff to upstream.
fix LeoFreeScreen() to use the right screen arg.

(mrg)

2013-06-04 22:47:37 UTC MAIN commitmail json YAML

2013-06-04 22:45:08 UTC MAIN commitmail json YAML

2013-06-04 22:31:30 UTC MAIN commitmail json YAML

report actual VRAM size in fb_type.fb_size

(macallan)

2013-06-04 22:30:30 UTC MAIN commitmail json YAML

add STore with (plane) Mask instruction

(macallan)

2013-06-04 22:20:42 UTC MAIN commitmail json YAML

xsrc/external/mit/xf86-video-suncg14/dist/src/cg14.h@1.5 / diff / nxr@1.5
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.c@1.9 / diff / nxr@1.9
xsrc/external/mit/xf86-video-suncg6/dist/src/cg6.h@1.3 / diff / nxr@1.3
xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c@1.8 / diff / nxr@1.8
xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_regs.h@1.4 / diff / nxr@1.4
xsrc/external/mit/xf86-video-sunffb/dist/src/VISmoveImage.s@1.3 / diff / nxr@1.3
xsrc/external/mit/xf86-video-sunffb/dist/src/ffb.h@1.5 / diff / nxr@1.5
xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel.c@1.3 / diff / nxr@1.3
xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_asm.s@1.3 / diff / nxr@1.3
xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_dac.c@1.4 / diff / nxr@1.4
xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_dga.c@1.3 / diff / nxr@1.3
xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_driver.c@1.7 / diff / nxr@1.7
xsrc/external/mit/xf86-video-sunleo/dist/src/leo.h@1.3 / diff / nxr@1.3
xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c@1.6 / diff / nxr@1.6
xsrc/external/mit/xf86-video-sunleo/dist/src/leo_checks.c deleted
xsrc/external/mit/xf86-video-sunleo/dist/src/leo_driver.c@1.3 / diff / nxr@1.3
xsrc/external/mit/xf86-video-sunleo/dist/src/leo_frect.c deleted
xsrc/external/mit/xf86-video-sunleo/dist/src/leo_frectsp.c deleted
xsrc/external/mit/xf86-video-sunleo/dist/src/leo_fspans.c deleted
xsrc/external/mit/xf86-video-sunleo/dist/src/leo_fspanssp.c deleted
      :
(more 25 files)
merge xf86-video-suncg14 1.1.2, xf86-video-suncg6 1.1.2,
xf86-video-sunffb 1.2.2, xf86-video-suntcx 1.1.2 and xf86-video-sunleo 1.2.1

XXX: these might need more help

(mrg)

2013-06-04 16:59:25 UTC MAIN commitmail json YAML

Remove some prototypes (reduce diff to upstream) where I can't find
the corresponding functions.

(wiz)

2013-06-04 16:55:07 UTC MAIN commitmail json YAML

Fix a bug that the check of reset complete fails on Intel 8 series with
"wm_lan_init_done: lan_init_done failed to complete" message.
The broken code was used for ICH8, 9... and PCH2 but I've never seen the
problem.

(msaitoh)

2013-06-04 15:17:28 UTC MAIN commitmail json YAML

FreeBSD does the Solaris-like map->l_addr boogie.

from Ben Gras

(pooka)

2013-06-04 14:54:34 UTC MAIN commitmail json YAML

On Linux, pass the inotify descriptor up so that we can correctly read
it in the wait() routine.

(pooka)

2013-06-04 14:39:31 UTC MAIN commitmail json YAML

2013-06-04 13:59:17 UTC MAIN commitmail json YAML

Add Intel 8 Series / C220 Series LPC devices.

(msaitoh)

2013-06-04 13:58:12 UTC MAIN commitmail json YAML

2013-06-04 13:57:48 UTC MAIN commitmail json YAML

Add some Intel devices from document (Intel 8 Series / C220 Chipset
Family Platform Controller Hub (PCH) Datasheet)

(msaitoh)

2013-06-04 13:42:37 UTC MAIN commitmail json YAML

actually map the whole SX IO space instead of just the first page over and
over again (doh)

(macallan)

2013-06-04 12:11:12 UTC MAIN commitmail json YAML

Fix width in .Bl macro.

(njoly)

2013-06-04 09:40:12 UTC MAIN commitmail json YAML

2013-06-04 07:47:55 UTC MAIN commitmail json YAML

Fix SYNOPSIS. Reported by Brad Harder in PR 47885.

(wiz)

2013-06-04 07:44:45 UTC MAIN commitmail json YAML

2013-06-04 00:19:24 UTC MAIN commitmail json YAML

fix another useless (and incorrect) variable stack size allocation

(christos)

2013-06-03 23:45:31 UTC MAIN commitmail json YAML

use the proper name for kdump pretty-printing.

(christos)

2013-06-03 23:25:43 UTC MAIN commitmail json YAML

2013-06-03 23:02:43 UTC MAIN commitmail json YAML

more vax Makefile damage

(christos)

2013-06-03 23:01:13 UTC MAIN commitmail json YAML

2013-06-03 22:44:40 UTC MAIN commitmail json YAML

PR/47884: Brad Harder: Avoid variable stack allocation, use malloc for SSP.

(christos)

2013-06-03 21:59:41 UTC MAIN commitmail json YAML

Formatting fix.

(wiz)

2013-06-03 21:07:44 UTC MAIN commitmail json YAML

don't try to shift size_t by 32 or more bits on !lp64.

(mrg)

2013-06-03 21:01:18 UTC MAIN commitmail json YAML

widen the operation on the RHS as suggested in the PR.

(christos)

2013-06-03 20:44:02 UTC MAIN commitmail json YAML

prenice (like pgrep and pkill) won't match itself. Also fix nearby typo.
Bump date. From Ted Unangst in PR 47880.

(dholland)

2013-06-03 20:43:29 UTC MAIN commitmail json YAML

don't define HAVE_INTEL_ATOMIC_PRIMITIVES.

(mrg)

2013-06-03 20:26:31 UTC MAIN commitmail json YAML

2013-06-03 20:23:40 UTC MAIN commitmail json YAML

2013-06-03 20:22:55 UTC MAIN commitmail json YAML

2013-06-03 19:49:01 UTC MAIN commitmail json YAML

2013-06-03 19:08:56 UTC MAIN commitmail json YAML

support map/unmap_legacy() calls.  copies the openbsd-style.

this fixes xf86-video-vesa, which was using this call and getting
zero back from the default callback.

(mrg)

2013-06-03 19:07:55 UTC MAIN commitmail json YAML

print the VGAbase as well, in case it ends up zero and causes segv.

(mrg)

2013-06-03 18:47:52 UTC MAIN commitmail json YAML

Use wm_gmii_hv_{read,write}reg() for I21[78].

(msaitoh)

2013-06-03 17:58:28 UTC MAIN commitmail json YAML

properly obsolete 20-fix-globaladvance.conf.

(mrg)

2013-06-03 17:50:28 UTC MAIN commitmail json YAML

2013-06-03 17:48:49 UTC MAIN commitmail json YAML

use uint32_t for ulData and PCI_{READ,WRITE}_CONF() consistently.
fixes a build issue on LP32.

(mrg)

2013-06-03 16:42:32 UTC MAIN commitmail json YAML

PR/47879: Takahiro HAYASHI: vnd cannot handle disk image larger than 2TiB
change size_t to uint64_t where needed.

(christos)

2013-06-03 16:21:50 UTC MAIN commitmail json YAML

Add Intel 8 Series KT.

(msaitoh)

2013-06-03 16:21:17 UTC MAIN commitmail json YAML

2013-06-03 16:20:54 UTC MAIN commitmail json YAML

Add Intel 8 Series KT.

(msaitoh)

2013-06-03 14:50:59 UTC MAIN commitmail json YAML

2013-06-03 10:28:19 UTC MAIN commitmail json YAML

2013-06-03 10:24:24 UTC MAIN commitmail json YAML

2013-06-03 10:19:54 UTC MAIN commitmail json YAML

update for xf86-video-tseng 1.2.5

(mrg)

2013-06-03 10:03:14 UTC MAIN commitmail json YAML

2013-06-03 10:02:22 UTC MAIN commitmail json YAML

2013-06-03 09:23:42 UTC MAIN commitmail json YAML

update for xf86-video-sis 0.10.7

(mrg)

2013-06-03 09:23:07 UTC MAIN commitmail json YAML

XXX: define SAVAGEDRI to avoid build failures.

(mrg)

2013-06-03 09:12:55 UTC MAIN commitmail json YAML

update for xf86-video-siliconmotion 1.7.5

(mrg)

2013-06-03 09:12:28 UTC MAIN commitmail json YAML

2013-06-03 09:09:17 UTC MAIN commitmail json YAML

2013-06-03 09:08:35 UTC MAIN commitmail json YAML

move comapt-api.h include so it is always present

(mrg)

2013-06-03 08:57:43 UTC MAIN commitmail json YAML

2013-06-03 08:51:19 UTC MAIN commitmail json YAML

2013-06-03 08:50:49 UTC MAIN commitmail json YAML

2013-06-03 07:39:07 UTC MAIN commitmail json YAML

2013-06-03 07:38:41 UTC MAIN commitmail json YAML

2013-06-03 07:24:11 UTC MAIN commitmail json YAML

2013-06-03 07:23:02 UTC MAIN commitmail json YAML

don't build fcarch.c into the library!

(mrg)

2013-06-03 07:21:32 UTC MAIN commitmail json YAML

bump shlib version; some symbols were added.

(mrg)

2013-06-03 07:08:21 UTC MAIN commitmail json YAML

2013-06-03 06:56:49 UTC MAIN commitmail json YAML

2013-06-03 06:56:32 UTC MAIN commitmail json YAML

2013-06-03 06:46:54 UTC MAIN commitmail json YAML

2013-06-03 06:46:44 UTC MAIN commitmail json YAML

2013-06-03 06:04:33 UTC MAIN commitmail json YAML

2013-06-03 05:49:59 UTC ipsec-tools-0_8-branch commitmail json YAML

From Alexander Sbitnev <alexander.sbitnev@gmail.com>: fix admin port
establish-sa for tunnel mode SAs.

(tteras)

2013-06-03 05:49:32 UTC MAIN commitmail json YAML

From Alexander Sbitnev <alexander.sbitnev@gmail.com>: fix admin port
establish-sa for tunnel mode SAs.

(tteras)

2013-06-03 04:37:59 UTC MAIN commitmail json YAML

2013-06-03 02:47:23 UTC netbsd-6 commitmail json YAML

2013-06-03 02:45:25 UTC netbsd-6 commitmail json YAML

src/external/gpl2/xcvs/Makefile.inc@1.2.6.1 / diff / nxr@1.2.6.1
src/external/gpl2/xcvs/bin/xcvs/Makefile@1.3.4.1 / diff / nxr@1.3.4.1
src/external/gpl2/xcvs/dist/INSTALL@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/Makefile.am@1.1.1.1.10.1 / diff / nxr@1.1.1.1.10.1
src/external/gpl2/xcvs/dist/Makefile.in@1.1.1.1.10.1 / diff / nxr@1.1.1.1.10.1
src/external/gpl2/xcvs/dist/acl/COPYING@1.1.10.2 / diff / nxr@1.1.10.2
src/external/gpl2/xcvs/dist/acl/COPYING.LIB@1.1.10.2 / diff / nxr@1.1.10.2
src/external/gpl2/xcvs/dist/acl/INSTALL@1.1.10.2 / diff / nxr@1.1.10.2
src/external/gpl2/xcvs/dist/acl/README@1.1.10.2 / diff / nxr@1.1.10.2
src/external/gpl2/xcvs/dist/acl/aclconfig.default@1.1.10.2 / diff / nxr@1.1.10.2
src/external/gpl2/xcvs/dist/aclocal.m4@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/compile@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/config.guess@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/config.sub@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/depcomp@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/install-sh@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/mdate-sh@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/missing@1.2.10.1 / diff / nxr@1.2.10.1
src/external/gpl2/xcvs/dist/build-aux/mkinstalldirs@1.1.10.2 / diff / nxr@1.1.10.2
src/external/gpl2/xcvs/dist/build-aux/texinfo.tex@1.2.10.1 / diff / nxr@1.2.10.1
      :
(more 66 files)
Apply patch (requested by christos in ticket #889):

Teach rcs about the new cvs "commitid" keyword, so that we don't bitch each
time we play with an RCS file maintained by CVS.

Update cvs for:
        - setuid fixes
        - acl support
        - path name resolution fixes
        - "compat format string" fixes so it can use the config files
          of older cvs versions.

(riz)

2013-06-03 01:47:58 UTC MAIN commitmail json YAML

2013-06-03 01:31:37 UTC MAIN commitmail json YAML

Cleanup. No functional change.

(msaitoh)

2013-06-02 21:44:44 UTC MAIN commitmail json YAML

Reduce unnecessary diffs to upstream (unistd.h is now included for usleep())

(wiz)

2013-06-02 21:38:59 UTC MAIN commitmail json YAML

Remove unnecessary diffs to upstream -- header already included above.

(wiz)

2013-06-02 21:19:18 UTC MAIN commitmail json YAML

Reduce unnecessary diffs to upstream (now include unistd.h for usleep()).

(wiz)

2013-06-02 20:26:03 UTC MAIN commitmail json YAML

2013-06-02 20:02:24 UTC MAIN commitmail json YAML

Two mutually exclusive options cannot be both the default value.

(wiz)

2013-06-02 19:41:34 UTC MAIN commitmail json YAML

Reduce unnecessary diff to upstream -- inp is ICONV_CONST nowadays.

(wiz)

2013-06-02 17:23:33 UTC MAIN commitmail json YAML

- Fix a bug that wm_attach() may fail on some PCH or newer system.
  wm_valid_nvm_bank_detect_ich8lan() misunderstood the NVM's bank number.
  Fixes PR#47878
- Remove a quick hack for NVM checksum that I added in last commit (rev. 1.249)

(msaitoh)

2013-06-02 16:37:37 UTC MAIN commitmail json YAML

+sx Sint Maarten
-yu Yugoslavia; deprecated on 2010-03-30 [1]

[1]:
http://web.archive.org/web/20100201171046/http://www.rnids.rs/en/node/67

(rodent)

2013-06-02 14:40:15 UTC MAIN commitmail json YAML

2013-06-02 13:27:20 UTC MAIN commitmail json YAML

Sync with man page. From jmc@openbsd.

(wiz)

2013-06-02 13:27:12 UTC MAIN commitmail json YAML

Improvements from jmc@openbsd.

(wiz)

2013-06-02 13:18:12 UTC MAIN commitmail json YAML

PR/47877: Michael van Elst: Disable and enable software flow control properly

(christos)

2013-06-02 12:45:00 UTC MAIN commitmail json YAML

The hardware only supports xon/xoff processing for both directions together,
enable it only if both directions are requested.

(mlelstv)

2013-06-02 11:02:40 UTC MAIN commitmail json YAML

New variable MKX11MOTIF to enable building libGLw with Motif support.
Defaults to 'no'.

(mbalmer)

2013-06-02 09:45:04 UTC MAIN commitmail json YAML

Note about I217 and I218 support (wm(4)).

(msaitoh)

2013-06-02 09:43:34 UTC MAIN commitmail json YAML

2013-06-02 09:36:22 UTC MAIN commitmail json YAML

Add I217 (and I218) support.
- The name of I217 is similar to I210, but the function is rather similar to
  PCH2.
- Not tested well. Tested with my own Intel DQ87PG which has I217LM onboard.
- It seems that PCH2 and PCH_LPT specific function for RAL should be written.
- Quick hack for the NVM checksum mismatch. if_wm.c currently has no
  wm_write_eeprom(), so it cannot update NVM's "updated bit". To avoid this
  problem, check only the last 12bits of the checksum. My own DQ87PG's
  updated bit is not set, and I could avoid the problem using with this
  hack.

(msaitoh)

2013-06-02 09:13:27 UTC MAIN commitmail json YAML

2013-06-02 09:13:07 UTC MAIN commitmail json YAML

2013-06-02 08:57:18 UTC MAIN commitmail json YAML

2013-06-02 08:29:33 UTC MAIN commitmail json YAML

2013-06-02 08:05:46 UTC MAIN commitmail json YAML

2013-06-02 07:44:10 UTC MAIN commitmail json YAML

2013-06-02 07:41:35 UTC MAIN commitmail json YAML

2013-06-02 07:41:11 UTC MAIN commitmail json YAML

update for xf86-video-glint 1.2.8

(mrg)

2013-06-02 07:36:43 UTC MAIN commitmail json YAML

2013-06-02 03:15:49 UTC MAIN commitmail json YAML

2013-06-02 03:13:41 UTC MAIN commitmail json YAML

2013-06-02 03:07:08 UTC MAIN commitmail json YAML

2013-06-02 02:20:05 UTC MAIN commitmail json YAML

- NPF connection tracking: rework synchronisation on tracking disable/enable
  points and document it.  Split the worker thread into a separate module
  with an interface, so it could be re-used for other tasks.
- Replace ALG list with arrays and thus hit fewer cache lines.
- Misc bug fixes.

(rmind)

2013-06-01 22:27:32 UTC MAIN commitmail json YAML

add preliminary documentation for both extending, and embedding, eawk.

(agc)

2013-06-01 22:26:11 UTC MAIN commitmail json YAML

add a script to exercise the buffer gap routines

(agc)

2013-06-01 22:25:10 UTC MAIN commitmail json YAML

Add a bufgap extension, based on the buffer gap routines in othersrc.

Only compile in extensinos if we have the appropriate infrastructure in place -
needs to be revisited for cross-building (if ever that were to happen).

(agc)

2013-06-01 22:22:30 UTC MAIN commitmail json YAML

sync with a bugfix in awk sources - check we don't have a NULL value when
setting a string value

(agc)

2013-06-01 22:21:12 UTC MAIN commitmail json YAML

fix an obvious bug when claculating length of previous character

(agc)

2013-06-01 21:21:36 UTC MAIN commitmail json YAML

2013-06-01 21:21:25 UTC MAIN commitmail json YAML

2013-06-01 21:21:16 UTC MAIN commitmail json YAML

make a prototype match the actual function.

(mrg)

2013-06-01 21:11:27 UTC MAIN commitmail json YAML

2013-06-01 20:22:27 UTC MAIN commitmail json YAML

check for EOF from backing sucket

(pooka)

2013-06-01 11:46:14 UTC MAIN commitmail json YAML

Some minor tweaks to make this compile on Solaris.

(pooka)

2013-06-01 11:44:37 UTC MAIN commitmail json YAML

Assert that we get PRU_ATTACH requests only for the families we
have registered.

(pooka)

2013-06-01 11:02:42 UTC MAIN commitmail json YAML

default portalgo to random_start, for less connections from port 65535

(pooka)

2013-06-01 11:01:48 UTC MAIN commitmail json YAML

Give portalgo a compile-time override; for cases where the default default
doesn't make enough sense to even consider it (a lot of outgoing connections
from rump kernels with local port 65535).

(pooka)

2013-06-01 10:54:24 UTC MAIN commitmail json YAML

cosmetic: put portalgo.c in the conceptually right place

(pooka)

2013-06-01 10:54:02 UTC MAIN commitmail json YAML

bump libpciaccess minor.

(mrg)

2013-06-01 10:52:38 UTC MAIN commitmail json YAML

Reflect the minor version bump of libpciaccess.so.0.

(mbalmer)

2013-06-01 10:10:57 UTC MAIN commitmail json YAML

2013-06-01 10:09:05 UTC MAIN commitmail json YAML

Translate function parameters between the hypervisor and rump kernel

(stacktic)

2013-06-01 09:50:32 UTC MAIN commitmail json YAML

2013-06-01 09:49:37 UTC MAIN commitmail json YAML

Grab more network-related macros

(stacktic)

2013-06-01 09:08:01 UTC MAIN commitmail json YAML

bump libpciaccess minor for the 2 new apis.

(mrg)

2013-06-01 09:03:25 UTC MAIN commitmail json YAML

2013-06-01 08:55:04 UTC MAIN commitmail json YAML

2013-06-01 08:25:17 UTC MAIN commitmail json YAML

add a specific note about an xdm.man failure mode

(mrg)

2013-06-01 08:03:26 UTC MAIN commitmail json YAML

2013-06-01 08:00:47 UTC MAIN commitmail json YAML

2013-06-01 07:53:11 UTC MAIN commitmail json YAML

define 15:11 <glen> is "off" the lowest setting?  I always count from there.
17:30 <beers> nope, off is not the lowest setting.  the lowest is when the battery is removed
17:31 <beers> so say the power specs
define HAVE__XEATDATAWORDS.

(mrg)

2013-06-01 07:45:50 UTC MAIN commitmail json YAML

2013-05-31 23:50:51 UTC MAIN commitmail json YAML

oops, semantics, not symbols, subdir was removed.

(mrg)

2013-05-31 23:50:35 UTC MAIN commitmail json YAML

find the renamed app-defaults file

(mrg)

2013-05-31 23:43:05 UTC MAIN commitmail json YAML

define PACKAGE_STRING and PACKAGE_VERSION.

(mrg)

2013-05-31 23:42:48 UTC MAIN commitmail json YAML

2013-05-31 23:34:31 UTC MAIN commitmail json YAML

updates for xkeyboard-config 2.9

(mrg)

2013-05-31 23:28:26 UTC MAIN commitmail json YAML

2013-05-31 23:26:25 UTC MAIN commitmail json YAML

2013-05-31 23:23:12 UTC MAIN commitmail json YAML

2013-05-31 22:49:15 UTC MAIN commitmail json YAML

udpate for xdm 1.1.11:
- moved manuals
- moved sources
- renamed defines
- new sources

(mrg)

2013-05-31 22:48:13 UTC MAIN commitmail json YAML

add a cast to avoid a compiler error (code is bogus, but fixing it
would be more pain than is worth.)

(mrg)

2013-05-31 22:24:39 UTC MAIN commitmail json YAML

2013-05-31 22:24:30 UTC MAIN commitmail json YAML

2013-05-31 21:48:11 UTC MAIN commitmail json YAML

merge xterm 293 xtermcfg.h, and patch fontutils.c to actually work
with our selected set of options (issue between OPT_RENDERFONT and
OPT_SHIFT_FONTS.)

(mrg)

2013-05-31 21:40:29 UTC MAIN commitmail json YAML

2013-05-31 21:24:38 UTC MAIN commitmail json YAML

2013-05-31 21:04:06 UTC MAIN commitmail json YAML

2013-05-31 17:48:12 UTC MAIN commitmail json YAML

- Revert rev. 1.250. I really misunderstood. Add some comments.
- Set DMA watermark depend on the PCI max payload size.

(msaitoh)

2013-05-31 17:15:19 UTC MAIN commitmail json YAML

Remove unused macros.

(msaitoh)

2013-05-31 16:25:24 UTC MAIN commitmail json YAML

minor terminology and generality fixes

"no functional change"

(pooka)

2013-05-31 16:16:40 UTC MAIN commitmail json YAML

2013-05-31 15:11:07 UTC MAIN commitmail json YAML

The 'vesa' command can take 'list' flag so mention it in an error message.

(tsutsui)

2013-05-31 14:40:48 UTC MAIN commitmail json YAML

Don't rely on "kill -0" to check whether a background shell command
has exited; it does not work reliably because the process may still
exist as a zombie.  OK mlelstv.

(gson)

2013-05-31 10:56:17 UTC MAIN commitmail json YAML

2013-05-31 10:55:03 UTC MAIN commitmail json YAML

2013-05-31 10:39:02 UTC MAIN commitmail json YAML

add a note about xsrc updates.

(mrg)

2013-05-31 09:58:36 UTC MAIN commitmail json YAML

add some casts to appease GCC; this code is kind of ugly but it
seems to be mostly not broken.

(mrg)

2013-05-31 09:33:32 UTC MAIN commitmail json YAML

2013-05-31 09:33:18 UTC MAIN commitmail json YAML

2013-05-31 09:21:06 UTC MAIN commitmail json YAML

2013-05-31 09:14:19 UTC MAIN commitmail json YAML

2013-05-31 09:10:50 UTC MAIN commitmail json YAML

2013-05-31 08:59:45 UTC MAIN commitmail json YAML

use some more __UNCONST().  sigh.

(mrg)

2013-05-31 08:18:42 UTC MAIN commitmail json YAML

icetrans.c has a const/char * issue as well; avoid it for now.

(mrg)

2013-05-31 08:18:27 UTC MAIN commitmail json YAML

update this for xmag 1.0.5

(mrg)

2013-05-31 08:02:00 UTC MAIN commitmail json YAML

2013-05-31 08:01:15 UTC MAIN commitmail json YAML

2013-05-31 07:22:22 UTC MAIN commitmail json YAML

2013-05-31 07:21:57 UTC MAIN commitmail json YAML

2013-05-31 06:50:45 UTC MAIN commitmail json YAML

find newly named and relocated app defaults.

(mrg)

2013-05-31 06:48:43 UTC MAIN commitmail json YAML

add LIBX11_XCB; unfortunately since the library is named with a -
in it, we have to use an ugly hard coded assignment for now.
(could be cleaned up with more make variable magic i'm sure.)

(mrg)

2013-05-31 06:47:44 UTC MAIN commitmail json YAML

add generated config.h for xdpyinfo

(mrg)

2013-05-31 06:47:31 UTC MAIN commitmail json YAML

convert to generated config.h.  add libX11-xcb.

(mrg)

2013-05-31 06:47:07 UTC MAIN commitmail json YAML

this needs xrandr now.

(mrg)

2013-05-31 06:46:55 UTC MAIN commitmail json YAML

find the new manual location.

(mrg)