CVS commit: src/sys/dev/pci

2016-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 16 08:14:39 UTC 2016

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
 Fix a bug that 8257[56], 82580, I35[04] and I21[01] didn't use
wm_{get,release}_hw_control() correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.445 -r1.446 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/external/bsd/dhcp/dist/common

2016-11-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Nov 16 08:36:32 UTC 2016

Modified Files:
src/external/bsd/dhcp/dist/common [netbsd-7]: packet.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #1273):
external/bsd/dhcp/dist/common/packet.c: revision 1.2
Check correctly the packet length (CVE-2015-8605)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 \
src/external/bsd/dhcp/dist/common/packet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-0] src/external/bsd/dhcp/dist/common

2016-11-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Nov 16 08:36:30 UTC 2016

Modified Files:
src/external/bsd/dhcp/dist/common [netbsd-7-0]: packet.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #1273):
external/bsd/dhcp/dist/common/packet.c: revision 1.2
Check correctly the packet length (CVE-2015-8605)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.4.1 \
src/external/bsd/dhcp/dist/common/packet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-0] src/doc

2016-11-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Nov 16 08:37:15 UTC 2016

Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3

Log Message:
ticket 1273


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.0.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-11-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Nov 16 08:37:23 UTC 2016

Modified Files:
src/doc [netbsd-7]: CHANGES-7.1

Log Message:
ticket 1273


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2016-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 16 08:56:17 UTC 2016

Modified Files:
src/sys/dev/mii: inbmphyreg.h
src/sys/dev/pci: if_wm.c if_wmreg.h

Log Message:
 Sync wm_smbustopci() with Linux and FreeBSD. This change effects PCH and
newer devices.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/mii/inbmphyreg.h
cvs rdiff -u -r1.446 -r1.447 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/pci/if_wmreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Nov 16 09:27:49 UTC 2016

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
Move the location of wm_smbustopci() call.


To generate a diff of this commit:
cvs rdiff -u -r1.447 -r1.448 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 09:38:48 UTC 2016

Modified Files:
src/doc: 3RDPARTY

Log Message:
wpa_supplicant 2.6 is out.  update URLs.


To generate a diff of this commit:
cvs rdiff -u -r1.1377 -r1.1378 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2016-11-16 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Nov 16 10:42:14 UTC 2016

Modified Files:
src/sys/kern: bufq_disksort.c bufq_fcfs.c bufq_priocscan.c
bufq_readprio.c init_main.c subr_bufq.c
src/sys/sys: module.h

Log Message:
Define a new module class for the bufq_strategy modules.  These need to
be loaded and intialized before autoconfigure runs, since some devices
(like disks and floppy drives) want to call bufq_alloc().


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/bufq_disksort.c
cvs rdiff -u -r1.11 -r1.12 src/sys/kern/bufq_fcfs.c
cvs rdiff -u -r1.19 -r1.20 src/sys/kern/bufq_priocscan.c
cvs rdiff -u -r1.14 -r1.15 src/sys/kern/bufq_readprio.c
cvs rdiff -u -r1.485 -r1.486 src/sys/kern/init_main.c
cvs rdiff -u -r1.22 -r1.23 src/sys/kern/subr_bufq.c
cvs rdiff -u -r1.40 -r1.41 src/sys/sys/module.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/modstat

2016-11-16 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Nov 16 10:43:37 UTC 2016

Modified Files:
src/sbin/modstat: main.c

Log Message:
Add a description for the new MODULE_CLASS_BUFQ class.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sbin/modstat/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2016-11-16 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Nov 16 12:31:33 UTC 2016

Modified Files:
src/sys/kern: init_main.c

Log Message:
Initialize the bufq code right before we're ready to load the strategy
modules.


To generate a diff of this commit:
cvs rdiff -u -r1.486 -r1.487 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2016-11-16 Thread Masatake Daimon
Module Name:src
Committed By:   pho
Date:   Wed Nov 16 16:11:42 UTC 2016

Modified Files:
src/lib/librefuse: TODO refuse_opt.c
src/tests/lib/librefuse: t_refuse_opt.c

Log Message:
Major rework of fuse_opt_parse(3) so that it supports all the functionality of 
the original function


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/librefuse/TODO
cvs rdiff -u -r1.17 -r1.18 src/lib/librefuse/refuse_opt.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/librefuse/t_refuse_opt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/bin/sh

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 17:53:57 UTC 2016

Modified Files:
src/bin/sh [netbsd-6]: exec.c var.c

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1412):
bin/sh/exec.c: revision 1.45
bin/sh/var.c: revision 1.43
PR/48312: Dieter Roelants: According to TOG, unset should not return an error
for functions are variables that were not previously set:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.20.1 src/bin/sh/exec.c
cvs rdiff -u -r1.40 -r1.40.4.1 src/bin/sh/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/usr.bin/ftp

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 17:56:42 UTC 2016

Modified Files:
src/usr.bin/ftp [netbsd-6]: fetch.c

Log Message:
Pull up following revision(s) (requested by nonaka in ticket #1414):
usr.bin/ftp/fetch.c: revision 1.225
PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash.
Initialize variable so that we don't get random behavior on cleanup.


To generate a diff of this commit:
cvs rdiff -u -r1.195.2.3 -r1.195.2.4 src/usr.bin/ftp/fetch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/arch/alpha

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 18:04:39 UTC 2016

Modified Files:
src/sys/arch/alpha/alpha [netbsd-6]: machdep.c prom.c
src/sys/arch/alpha/stand/common [netbsd-6]: booted_dev.c prom.c

Log Message:
Pull up following revision(s) (requested by flxd in ticket #1416):
sys/arch/alpha/alpha/machdep.c: revision 1.347
sys/arch/alpha/alpha/prom.c: revision 1.49
sys/arch/alpha/stand/common/booted_dev.c: revision 1.4
sys/arch/alpha/stand/common/prom.c: revision 1.15
Match the two prom_getenv() and fix buffer overflow causing wrong host
controller SCSI ID for DEC 3000.
OK skrll@


To generate a diff of this commit:
cvs rdiff -u -r1.337.2.1 -r1.337.2.2 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -u -r1.48 -r1.48.2.1 src/sys/arch/alpha/alpha/prom.c
cvs rdiff -u -r1.3 -r1.3.174.1 src/sys/arch/alpha/stand/common/booted_dev.c
cvs rdiff -u -r1.14 -r1.14.18.1 src/sys/arch/alpha/stand/common/prom.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/doc

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 18:07:03 UTC 2016

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
tickets 1412, 1414, 1416


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.267 -r1.1.2.268 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-0] src/sys/external/bsd/drm2/dist/drm

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 18:30:55 UTC 2016

Modified Files:
src/sys/external/bsd/drm2/dist/drm [netbsd-7-0]: drm_gem.c

Log Message:
Pull up following revision(s) (requested by maya in ticket #1272):
sys/external/bsd/drm2/dist/drm/drm_gem.c: revision 1.6
Avoid zero-size uao.
Apparently some GEM/TTM objects can be zero-size, as discovered by
Stefan Hertenberger:
https://mail-index.netbsd.org/current-users/2016/08/02/msg029891.html


To generate a diff of this commit:
cvs rdiff -u -r1.4.2.1 -r1.4.2.1.2.1 \
src/sys/external/bsd/drm2/dist/drm/drm_gem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-0] src/doc

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 18:31:23 UTC 2016

Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3

Log Message:
1272


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-7.0.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/external/bsd/drm2/dist/drm

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 18:32:07 UTC 2016

Modified Files:
src/sys/external/bsd/drm2/dist/drm [netbsd-7]: drm_gem.c

Log Message:
Pull up following revision(s) (requested by maya in ticket #1272):
sys/external/bsd/drm2/dist/drm/drm_gem.c: revision 1.6
Avoid zero-size uao.
Apparently some GEM/TTM objects can be zero-size, as discovered by
Stefan Hertenberger:
https://mail-index.netbsd.org/current-users/2016/08/02/msg029891.html


To generate a diff of this commit:
cvs rdiff -u -r1.4.2.1 -r1.4.2.2 src/sys/external/bsd/drm2/dist/drm/drm_gem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Nov 16 18:35:00 UTC 2016

Modified Files:
src/doc [netbsd-7]: CHANGES-7.1

Log Message:
1272


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-7.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/pmax

2016-11-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Nov 16 19:37:06 UTC 2016

Modified Files:
src/sys/arch/pmax/conf: files.pmax
src/sys/arch/pmax/ibus: ibus_3max.c ibus_pmax.c
src/sys/arch/pmax/include: bus.h
src/sys/arch/pmax/tc: tcbus.c
Added Files:
src/sys/arch/pmax/pmax: bus.c

Log Message:
switch to common MIPS bus_space and bus_dma
tested by flxd@


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/pmax/conf/files.pmax
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/pmax/ibus/ibus_3max.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/pmax/ibus/ibus_pmax.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/pmax/include/bus.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/pmax/pmax/bus.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/pmax/tc/tcbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sgimips/sgimips

2016-11-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Nov 16 19:39:38 UTC 2016

Modified Files:
src/sys/arch/sgimips/sgimips: bus.c

Log Message:
reenable mips1-specific dmamem_sync method
clean up a bit while there


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/sgimips/sgimips/bus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2016-11-16 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Nov 16 21:36:23 UTC 2016

Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/lib: Makefile
Added Files:
src/tests/lib/libpthread_dbg: Makefile t_dummy.c

Log Message:
Add new test-suite t_dummy for libpthread_dbg

At the moment this test does nothing except reports failure from td_open()
for overloaded (implemented) dummy1_proc_lookup() (.proc_lookup from
td_proc_callbacks_t) of the following form:

static int
dummy1_proc_lookup(void *arg, const char *sym, caddr_t *addr)
{
return TD_ERR_ERR;
}

This file and directory with tests is placeholder for new ones, without
further need to alter mtree and distribution sets.

The libpthread_dbg interface and library is used by gdb(1) to handle
threads in applications.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.700 -r1.701 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.133 -r1.134 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.26 -r1.27 src/tests/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libpthread_dbg/Makefile \
src/tests/lib/libpthread_dbg/t_dummy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-11-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Nov 16 22:05:19 UTC 2016

Modified Files:
src/sys/dev/pci: voyager.c

Log Message:
add more plumbing to pass a clockframe around so pwmclock can work again

Hi nick!


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/voyager.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/librump/rumpvfs

2016-11-16 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Nov 16 23:24:47 UTC 2016

Modified Files:
src/sys/rump/librump/rumpvfs: rump_vfs.c

Log Message:
Initialize the bufq stuff for rump, too.

This should fix the large number of tests that recently started to fail.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/rump/librump/rumpvfs/rump_vfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2016-11-16 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Nov 17 01:16:27 UTC 2016

Modified Files:
src/share/man/man9: bufq.9

Log Message:
Update bufq man page for new functions, with appropriate cross-refs to
sysctl(7) and module(9).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/bufq.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man7

2016-11-16 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Nov 17 01:22:00 UTC 2016

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Document the previously-undocument kern.bufq node.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Nov 17 03:36:24 UTC 2016

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
Fix flag check in wm_get_wakeup()
- 8254[17]* should not set WM_F_ARC_SUBSYS_VALID.
- Add missing WM_T_82541_2 and WM_T_82547_2
- Note that the setting of both Linux's FLAG_HAS_AMT and FreeBSD's has_amt
  flag is doubtful on 8257[34] and 82583.


To generate a diff of this commit:
cvs rdiff -u -r1.448 -r1.449 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libpthread_dbg

2016-11-16 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Thu Nov 17 03:37:23 UTC 2016

Modified Files:
src/tests/lib/libpthread_dbg: t_dummy.c

Log Message:
Add new test dummy2 in lib/libpthread_dbg/t_dummy

This tests implements:
 - .proc_read with memcpy(3)
 - .proc_write with memcpy(3)
 - .proc_lookup with dlopen(3) and dlsym(3) combination

td_open() is verified to return with success (TD_ERR_OK), followed by a
call to td_close().

This test does nothing else than initializing and deinitializing td_proc_t
structure, with appropriately implemented functions.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread_dbg/t_dummy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-11-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Nov 17 03:40:08 UTC 2016

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
8257[124] should not set WM_F_ARC_SUBSYS_VALID.


To generate a diff of this commit:
cvs rdiff -u -r1.449 -r1.450 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libpthread_dbg

2016-11-16 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Thu Nov 17 04:13:52 UTC 2016

Modified Files:
src/tests/lib/libpthread_dbg: t_dummy.c

Log Message:
Add dummy3 in lib/libpthread_dbg/t_dummy

This test verifies that it's not possible to attach twice to the same
process with td_open() -- it asserts failure with status TD_ERR_INUSE.

This test does nothing besides initializing and deinitializing pthread_dbg
debugging instance.

Refactor code to be more reusable.

Set proper description of dummy2.

Sponsored by .


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread_dbg/t_dummy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/server/drivers/xf86-video-nouveau

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Nov 17 05:28:43 UTC 2016

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-nouveau: Makefile

Log Message:
1. only xorg-server.old has xaa.h, so -DHAVE_XAA_H would make sense
   there, but it doesn't with 1.18
2. it t matter anyway.  xf86-video-nouveau removed all XAA support
   in 2007, and as such, nothing here is conditional upon HAVE_XAA_H
3. is a magic number


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/server

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Nov 17 06:58:40 UTC 2016

Modified Files:
src/external/mit/xorg/server/xorg-server.old/dix: Makefile
src/external/mit/xorg/server/xorg-server/dix: Makefile

Log Message:
the last release of xorg-server that cared about RGB_DB was 1.4.2,
back in 2008


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/mit/xorg/server/xorg-server.old/dix/Makefile
cvs rdiff -u -r1.15 -r1.16 \
src/external/mit/xorg/server/xorg-server/dix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xorg-server/include

2016-11-16 Thread Soren Jacobsen
Module Name:xsrc
Committed By:   snj
Date:   Thu Nov 17 07:58:09 UTC 2016

Modified Files:
xsrc/external/mit/xorg-server/include: dix-config.h

Log Message:
comment out COMPILEDDEFAULTFONTPATH as in olden days, happy golden days


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 xsrc/external/mit/xorg-server/include/dix-config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/server/xorg-server/dix

2016-11-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Nov 17 07:58:24 UTC 2016

Modified Files:
src/external/mit/xorg/server/xorg-server/dix: Makefile

Log Message:
let there be a sane font path!


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/external/mit/xorg/server/xorg-server/dix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.