CVS commit: src/sys/arch/luna68k/dev

2013-12-28 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Dec 28 09:17:23 UTC 2013

Modified Files:
src/sys/arch/luna68k/dev: lunafb.c omrasops.c omrasopsvar.h

Log Message:
Add preleminary support of 4bpp LUNA framebuffer.

Changes details:
- prepare and switch 4bpp rasops functions that read/write all 4 planes
  and also handle both fg and bg colors
- make 1bpp ops use first plane on write rather than common bitmap plane
  (which is prepared for multiple plane write with raster ops)
- prepare 4bpp allocattr function to handle ANSI 16 color text
- split omrasops_init() function for each bpp
- move struct hwcmap from softc to hwdevconfig to sync palette values
  on initialization
- allow mmap(2) against all available planes

Now we can use ANSI 16 color text console and also can
demonstrate mlterm-fb with color sixel graphics and wallpaper.
XXX: Xserver needs much more work.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/luna68k/dev/lunafb.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/luna68k/dev/omrasops.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/dev/omrasopsvar.h

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



CVS commit: src/doc

2013-12-28 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Dec 28 09:26:41 UTC 2013

Modified Files:
src/doc: CHANGES

Log Message:
Note luna68k 4bpp framebuffer support.


To generate a diff of this commit:
cvs rdiff -u -r1.1873 -r1.1874 src/doc/CHANGES

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



CVS commit: src/doc

2013-12-28 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Dec 28 09:24:46 UTC 2013

Modified Files:
src/doc: CHANGES

Log Message:
Fix name and date pasto in previous ntp update.


To generate a diff of this commit:
cvs rdiff -u -r1.1872 -r1.1873 src/doc/CHANGES

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



CVS commit: src/sys/arch/sparc64/sparc64

2013-12-28 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Dec 28 11:08:56 UTC 2013

Modified Files:
src/sys/arch/sparc64/sparc64: pmap.c

Log Message:
Make 32-bit kernel buildable again.


To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 src/sys/arch/sparc64/sparc64/pmap.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/sparc64/conf

2013-12-28 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Dec 28 11:09:33 UTC 2013

Modified Files:
src/sys/arch/sparc64/conf: files.sparc64

Log Message:
Add SUN4V to opt_sparc_arch.h.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/arch/sparc64/conf/files.sparc64

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



CVS commit: src/sys/arch/sparc64/sparc64

2013-12-28 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Dec 28 11:12:09 UTC 2013

Modified Files:
src/sys/arch/sparc64/sparc64: genassym.cf

Log Message:
CI_UPAID has been renamed to CI_CPUID.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sparc64/sparc64/genassym.cf

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

2013-12-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sat Dec 28 11:15:43 UTC 2013

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

Log Message:
Add Intel C2000 PCU SMBus


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/ichsmb.c

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



CVS commit: src/external/bsd/ntp/dist/util

2013-12-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 28 13:27:39 UTC 2013

Modified Files:
src/external/bsd/ntp/dist/util: ntp-keygen-opts.c

Log Message:
remove (void *) casts when passing const pointers to a const void *
taking function.  ...


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/dist/util/ntp-keygen-opts.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/man4

2013-12-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec 28 13:57:19 UTC 2013

Modified Files:
src/share/man/man4: rgephy.4

Log Message:
Update description to include Realtek 8211, to match contents of
sys/dev/mii/miidevs


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/rgephy.4

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



CVS commit: src/distrib/sets/lists/misc

2013-12-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 28 14:08:31 UTC 2013

Modified Files:
src/distrib/sets/lists/misc: mi

Log Message:
add new ntp docs.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/distrib/sets/lists/misc/mi

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



CVS commit: src/distrib/sets/lists/misc

2013-12-28 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 28 14:13:40 UTC 2013

Modified Files:
src/distrib/sets/lists/misc: mi

Log Message:
actually fix the previous change as desired.


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/distrib/sets/lists/misc/mi

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



CVS commit: src/external/bsd/acpica/bin/iasl

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 28 16:03:51 UTC 2013

Modified Files:
src/external/bsd/acpica/bin/iasl: Makefile

Log Message:
Add more dependencies, fix CLEANDIR target


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/acpica/bin/iasl/Makefile

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



CVS commit: src/external/bsd/ntp/dist/ntpd

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 28 17:00:50 UTC 2013

Modified Files:
src/external/bsd/ntp/dist/ntpd: ntp_io.c

Log Message:
32 bit build fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/ntp/dist/ntpd/ntp_io.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/man5

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 28 17:35:01 UTC 2013

Modified Files:
src/share/man/man5: Makefile
Removed Files:
src/share/man/man5: pam.conf.5

Log Message:
remove dup file


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/share/man/man5/Makefile
cvs rdiff -u -r1.9 -r0 src/share/man/man5/pam.conf.5

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



CVS commit: src/external/bsd/openpam/dist/doc/man

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 28 17:36:50 UTC 2013

Modified Files:
src/external/bsd/openpam/dist/doc/man: pam.conf.5

Log Message:
fix for NetBSD-specific changes.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openpam/dist/doc/man/pam.conf.5

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



CVS commit: src/lib/libpam

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 28 18:04:18 UTC 2013

Modified Files:
src/lib/libpam/libpam: Makefile
src/lib/libpam/modules: mod.mk
src/lib/libpam/modules/pam_radius: Makefile

Log Message:
warns 6


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libpam/libpam/Makefile
cvs rdiff -u -r1.11 -r1.12 src/lib/libpam/modules/mod.mk
cvs rdiff -u -r1.6 -r1.7 src/lib/libpam/modules/pam_radius/Makefile

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



CVS commit: src/lib/libpam/modules

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 28 18:04:03 UTC 2013

Modified Files:
src/lib/libpam/modules/pam_krb5: pam_krb5.c
src/lib/libpam/modules/pam_ksu: pam_ksu.c

Log Message:
avoid using freed pointers and non-format strings


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libpam/modules/pam_krb5/pam_krb5.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libpam/modules/pam_ksu/pam_ksu.c

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



CVS commit: src/external/bsd/ntp/html

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 28 18:06:41 UTC 2013

Modified Files:
src/external/bsd/ntp/html: Makefile

Log Message:
Some html files were removed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/html/Makefile

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



CVS commit: src/sys

2013-12-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec 28 19:25:07 UTC 2013

Modified Files:
src/sys/dev: cgd.c dksubr.c
src/sys/dev/dm: device-mapper.c
src/sys/modules: Makefile
Added Files:
src/sys/modules/dk_subr: Makefile

Log Message:
Make dksubr.c into a module, and make the cgd and dm modules depend on
it.

Now that cgd is completely modularized, descend into modules/cgd to
actually create the module.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/cgd.c
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/dksubr.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/dm/device-mapper.c
cvs rdiff -u -r1.128 -r1.129 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/dk_subr/Makefile

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



CVS commit: src/distrib/sets/lists/modules

2013-12-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec 28 19:25:46 UTC 2013

Modified Files:
src/distrib/sets/lists/modules: mi

Log Message:
Update sets lists for new modules.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/modules/mi

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



CVS commit: src/sys/dev

2013-12-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec 28 19:44:41 UTC 2013

Modified Files:
src/sys/dev: ccd.c

Log Message:
ccd module also needs dk_subr


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/dev/ccd.c

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



CVS commit: src/sys/modules

2013-12-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec 28 19:45:13 UTC 2013

Modified Files:
src/sys/modules: Makefile

Log Message:
Descend into ccd


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/modules/Makefile

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



CVS commit: src/distrib/sets/lists/modules

2013-12-28 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Dec 28 19:46:00 UTC 2013

Modified Files:
src/distrib/sets/lists/modules: mi

Log Message:
Add entries for new ccd module


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/modules/mi

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



CVS commit: src/lib/libc/sys

2013-12-28 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Dec 28 20:03:22 UTC 2013

Modified Files:
src/lib/libc/sys: fcntl.2

Log Message:
O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/fcntl.2

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



CVS commit: src/external/bsd/mdocml

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 29 00:23:34 UTC 2013

Modified Files:
src/external/bsd/mdocml: prepare-import.sh

Log Message:
Use cleantags to remove RCS tags, missed the NEWS file before.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/prepare-import.sh

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



CVS commit: src/external/bsd/ntp/dist/sntp

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 29 03:26:07 UTC 2013

Modified Files:
src/external/bsd/ntp/dist/sntp: main.c

Log Message:
not all characters are born signed.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/ntp/dist/sntp/main.c

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



CVS commit: src/external/bsd/ntp/lib/libopts

2013-12-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 29 03:32:00 UTC 2013

Modified Files:
src/external/bsd/ntp/lib/libopts: Makefile

Log Message:
Handle ancient vax gcc.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/lib/libopts/Makefile

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