CVS commit: src/usr.bin/login

2015-10-29 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Thu Oct 29 11:31:52 UTC 2015 Modified Files: src/usr.bin/login: login_pam.c Log Message: - Added error checks for initgroups(3) and setgroups(2). - Reorder functions in privilege regain - setgroups(2) should be called after

CVS commit: src/sys/fs/tmpfs

2015-10-29 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Thu Oct 29 16:19:44 UTC 2015 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c Log Message: Make sure that nde->td_node is NULL for asserts. Thanks and from Mindaugas Rasiukevicius. Fixes PR kern/50381. To generate a diff of this

CVS commit: src/sys/net/npf

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 15:19:43 UTC 2015 Modified Files: src/sys/net/npf: npf.c Log Message: Simplify even further and fix non-modular kernels: We cannot use the init at attach() trick, because other npf ext modules will load before the

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:53:05 UTC 2015 Modified Files: src/lib/libc/time: Makefile.inc Log Message: Add tzgetgmtoff(3) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/Makefile.inc Please note that diffs

CVS commit: src/tests/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:48:21 UTC 2015 Modified Files: src/tests/lib/libc/time: t_strptime.c Log Message: Add tests for %z To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/time/t_strptime.c Please note

CVS commit: src/include

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:48:55 UTC 2015 Modified Files: src/include: time.h Log Message: add tzgetgmtoff To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/include/time.h Please note that diffs are not public domain;

CVS commit: src/lib/libc

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:55:09 UTC 2015 Modified Files: src/lib/libc: shlib_version Log Message: new tzgetgmtoff To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 src/lib/libc/shlib_version Please note that diffs are not

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:54:49 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 strptime.c Log Message: PR/50380: Balazs Scheidler: strptime() returns incorrect values in tm_gmtoff - Always offset in seconds. - Handle arbitrary

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:51:58 UTC 2015 Modified Files: src/lib/libc/time: tzset.3 Log Message: Document tzgetgmtoff(3) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/time/tzset.3 Please note that diffs are

CVS commit: src/distrib/sets/lists

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:57:27 UTC 2015 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libc and add tzgetgmtoff(3) To generate a

CVS commit: src/sys/kern

2015-10-29 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Oct 29 18:40:19 UTC 2015 Modified Files: src/sys/kern: kern_history.c Log Message: if NUSB == 0, don't look for usbhist. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_history.c Please note that

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 19:18:32 UTC 2015 Modified Files: src/lib/libc/time: localtime.c Log Message: another lint warning for compat. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/lib/libc/time/localtime.c Please

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 19:18:19 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: - use #defined constants (from gisbach) - back to setting tm_zone to NULL when we don't know. To generate a diff of this commit: cvs

CVS commit: src/lib/libutil

2015-10-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 29 20:29:24 UTC 2015 Modified Files: src/lib/libutil: login_cap.c Log Message: Correct typos in comments Pointed out by Edgar Fuss and J. Lewis Muir. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/arch/arm/amlogic

2015-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 29 21:07:48 UTC 2015 Modified Files: src/sys/arch/arm/amlogic: amlogic_sdhc.c Log Message: only advertise HS200 and 8-bit mode on the eMMC slot To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev/sdmmc

2015-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 29 22:37:15 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c sdmmcreg.h Log Message: After setting HS_TIMING value for HS200 or later, send repeated SEND_STATUS command until the device is no longer busy or the

CVS commit: src/lib/libc/time

2015-10-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 29 22:42:55 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 tzset.3 Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/time/strptime.3 cvs rdiff -u -r1.33 -r1.34

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:49:24 UTC 2015 Modified Files: src/lib/libc/time: localtime.c Log Message: Add tzgetgmtoff, delint compat To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/lib/libc/time/localtime.c Please note

CVS commit: src/lib/libpanel

2015-10-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 29 06:57:34 UTC 2015 Modified Files: src/lib/libpanel: update_panels.3 Log Message: More articles, less typos. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libpanel/update_panels.3 Please note that

CVS commit: src/share/man/man4

2015-10-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 29 07:46:08 UTC 2015 Modified Files: src/share/man/man4: options.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.450 -r1.451 src/share/man/man4/options.4 Please note that diffs

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau

2015-10-29 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Oct 29 08:08:52 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_bo.c nouveau_drm.h Log Message: provide a ttm-backed set of nouveau_uvm_ops{} in the ttm_bo_driver{}. fixes NULL pointer derefs inside

CVS commit: src/external/mit/xorg/lib/gallium

2015-10-29 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Oct 29 08:09:55 UTC 2015 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: properly link and enable all the nouveau parts. with this, hw GL seems to work! To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2015-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 29 07:24:01 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that the multiqueue setting is done in a multiqueue capabile chip but can't use MSI-X on a machine. In that case, only one queue must

CVS commit: src/external/mit/xorg/lib/gallium

2015-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 29 10:10:09 UTC 2015 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: build nouveau on evbarm, too To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2015-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 29 10:12:28 UTC 2015 Modified Files: src/distrib/sets/lists/xserver: md.evbarm Log Message: add nouveau_dri.so To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xserver/md.evbarm

CVS commit: src

2015-10-29 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Oct 30 03:18:10 UTC 2015 Modified Files: src/lib/libc/time: strptime.c src/tests/lib/libc/time: t_strptime.c Log Message: ISO 8601 and RFC 3339 specify that an offset can be up to 23:59 and not 12:00 east/west.

CVS commit: src/lib/libc/compat/include

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 30 03:08:57 UTC 2015 Modified Files: src/lib/libc/compat/include: time.h Log Message: Add tzgetgmtoff() prototype I forgot to commit. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/time

2015-10-29 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Oct 30 01:49:36 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Reject timezone offsets more than 12 hours (east or west). To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/tests/lib/libc/time

2015-10-29 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Oct 30 01:51:15 UTC 2015 Modified Files: src/tests/lib/libc/time: t_strptime.c Log Message: Additional tests for timezone offsets. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8