CVS commit: src/sys/dev/ata

2016-07-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jul 21 18:54:13 UTC 2016 Modified Files: src/sys/dev/ata: wd.c Log Message: Remove unused 'params' argument of local function wd_params_to_properties() To generate a diff of this commit: cvs rdiff -u -r1.421 -r1.422

CVS commit: src/sys/arch/newsmips/stand

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 18:50:21 UTC 2016 Modified Files: src/sys/arch/newsmips/stand: Makefile.inc Log Message: add NOPIE To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/newsmips/stand/Makefile.inc Please note

CVS commit: src/sys/arch/sbmips/stand

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 17:45:00 UTC 2016 Modified Files: src/sys/arch/sbmips/stand: Makefile.bootxx Log Message: remove .MIPS.abiflags to avoid objcopy creating a 0x2000 large boot file. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ata

2016-07-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jul 21 19:05:03 UTC 2016 Modified Files: src/sys/dev/ata: wd.c Log Message: Call wd_params_to_properties() after softc is sufficently initialized. To generate a diff of this commit: cvs rdiff -u -r1.422 -r1.423

CVS commit: src/sys/ufs/lfs

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 18:10:47 UTC 2016 Modified Files: src/sys/ufs/lfs: lfs_pages.c Log Message: Don't do variable stack allocations for systems with non-const PAGE_SIZE; instead assume that the smallest pagesize is 1024. To generate a

CVS commit: src/sys/arch/newsmips

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 19:49:59 UTC 2016 Modified Files: src/sys/arch/newsmips/apbus: xafb.c src/sys/arch/newsmips/dev: scsi_1185.c zs_hb.c src/sys/arch/newsmips/include: intr.h src/sys/arch/newsmips/newsmips:

CVS commit: src/sys/fs/puffs

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 18:21:27 UTC 2016 Modified Files: src/sys/fs/puffs: puffs_vnops.c Log Message: replace variable stack declaration with a large enough one and KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 02:02:24 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_autoconf.c Log Message: In config_devfree(), free the 'struct localcount' In device_lookup_private_acquire() we need to ensure that the

CVS commit: [pgoyette-localcount] src/sys/miscfs/specfs

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 01:50:12 UTC 2016 Modified Files: src/sys/miscfs/specfs [pgoyette-localcount]: spec_vnops.c Log Message: Return the actual error code, rather than blind success. To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 02:05:39 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_autoconf.c Log Message: Remove stray debugging info To generate a diff of this commit: cvs rdiff -u -r1.246.2.3 -r1.246.2.4

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 03:40:51 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Use correct prototype. To generate a diff of this commit: cvs rdiff -u -r1.108.2.5 -r1.108.2.6 src/sys/dev/cgd.c Please note

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 05:49:53 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Call cgd_spawn() if the requested device doesn't exist, rather than if the device exists but without any softc data. To

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 03:44:36 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Pass correct arg to cgd_spawn() To generate a diff of this commit: cvs rdiff -u -r1.108.2.6 -r1.108.2.7 src/sys/dev/cgd.c

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 03:39:43 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Make sure that whenever we're using the cgd device's softc, we maintain a reference to the device so things won't get deleted

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 22 03:55:12 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: vfs_mount.c Log Message: Fix up the error/exit path. Return actual error, not blindly report success! To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ata

2016-07-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jul 22 04:08:10 UTC 2016 Modified Files: src/sys/dev/ata: wd.c wdvar.h Log Message: Add ATA8-ACS Long Logical Sector Feature Set support to wd(4). To generate a diff of this commit: cvs rdiff -u -r1.423 -r1.424

CVS commit: [pgoyette-localcount] src/sys/kern

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 21 06:22:31 UTC 2016 Modified Files: src/sys/kern [pgoyette-localcount]: subr_devsw.c Log Message: Remove a stray call to mutex_exit() that is left over from a previous incarnation of this code. To generate a diff of

CVS commit: src/usr.sbin/cpuctl/arch

2016-07-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 21 08:37:18 UTC 2016 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Update processor families from the latest Intel SDM: - 06_4FH: Add Xeon E7 v4 and Core i7-69xx Extreme Edition - 06_57H: Xeon Phi

CVS commit: src/sys/arch/evbarm/conf

2016-07-21 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Thu Jul 21 09:10:55 UTC 2016 Modified Files: src/sys/arch/evbarm/conf: VTC100 Log Message: Attach atphy instead of ukphy. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/VTC100 Please

CVS commit: [pgoyette-localcount] src/sys/compat/linux/common

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 21 10:34:11 UTC 2016 Modified Files: src/sys/compat/linux/common [pgoyette-localcount]: linux_ioctl.c Log Message: simplify for readability To generate a diff of this commit: cvs rdiff -u -r1.58.10.1 -r1.58.10.2 \

CVS commit: [pgoyette-localcount] src/sys/ufs/ffs

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 21 10:37:09 UTC 2016 Modified Files: src/sys/ufs/ffs [pgoyette-localcount]: ffs_vfsops.c Log Message: Actually save the bdev value when it is retrieved, so we can use it later in a call to bdevsw_release(). To

CVS commit: [pgoyette-localcount] src/sys/fs/adosfs

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 21 11:13:01 UTC 2016 Modified Files: src/sys/fs/adosfs [pgoyette-localcount]: advfsops.c Log Message: Add missing semicolon To generate a diff of this commit: cvs rdiff -u -r1.75.2.2 -r1.75.2.3

CVS commit: [pgoyette-localcount] src/sys/fs/adosfs

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 21 11:02:56 UTC 2016 Modified Files: src/sys/fs/adosfs [pgoyette-localcount]: advfsops.c Log Message: Call bdevsw_release() in the normal-exit path. To generate a diff of this commit: cvs rdiff -u -r1.75.2.1

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

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 13:14:35 UTC 2016 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Ticket #1392 To generate a diff of this commit: cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-6.0.7 Please note that diffs are

CVS commit: src/sys/arch/mips/mips

2016-07-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 21 12:17:07 UTC 2016 Modified Files: src/sys/arch/mips/mips: locore_mips1.S mipsX_subr.S Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: [netbsd-7] src/libexec/mail.local

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 12:54:09 UTC 2016 Modified Files: src/libexec/mail.local [netbsd-7]: mail.local.c Log Message: Pull up following revision(s) (requested by shm in ticket #1207): libexec/mail.local/mail.local.c: revision 1.28

CVS commit: [netbsd-6] src/libexec/mail.local

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 12:57:37 UTC 2016 Modified Files: src/libexec/mail.local [netbsd-6]: mail.local.c Log Message: Pull up following revision(s) (requested by shm in ticket #1392): libexec/mail.local/mail.local.c: revision 1.28

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

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 12:56:34 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.2 Log Message: Ticket #1207 To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-7.0.2 Please note that diffs are

CVS commit: [netbsd-6-1] src/libexec/mail.local

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 12:59:00 UTC 2016 Modified Files: src/libexec/mail.local [netbsd-6-1]: mail.local.c Log Message: Pull up following revision(s) (requested by shm in ticket #1392): libexec/mail.local/mail.local.c: revision 1.28

CVS commit: [pgoyette-localcount] src/sys/miscfs/specfs

2016-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 21 13:09:47 UTC 2016 Modified Files: src/sys/miscfs/specfs [pgoyette-localcount]: spec_vnops.c Log Message: fix an error patch to call {b,c}devsw_release() To generate a diff of this commit: cvs rdiff -u -r1.162.2.1

CVS commit: src/usr.sbin/makemandb

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 12:24:54 UTC 2016 Modified Files: src/usr.sbin/makemandb: Makefile Log Message: Add -lz to makefile to fix the build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/makemandb/Makefile

CVS commit: [netbsd-7-0] src/libexec/mail.local

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 12:55:26 UTC 2016 Modified Files: src/libexec/mail.local [netbsd-7-0]: mail.local.c Log Message: Pull up following revision(s) (requested by shm in ticket #1207): libexec/mail.local/mail.local.c: revision 1.28

CVS commit: [netbsd-6] src/doc

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 12:58:24 UTC 2016 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1392 To generate a diff of this commit: cvs rdiff -u -r1.1.2.256 -r1.1.2.257 src/doc/CHANGES-6.2 Please note that diffs are not

CVS commit: [netbsd-6-1] src/doc

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 13:11:29 UTC 2016 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Ticket #1392 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-6.1.6 Please note that diffs are

CVS commit: [netbsd-6-0] src/libexec/mail.local

2016-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 21 13:13:30 UTC 2016 Modified Files: src/libexec/mail.local [netbsd-6-0]: mail.local.c Log Message: Pull up following revision(s) (requested by shm in ticket #1392): libexec/mail.local/mail.local.c: revision 1.28

CVS commit: src

2016-07-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Jul 21 16:01:59 UTC 2016 Modified Files: src/include: limits.h src/sys/sys: unistd.h Log Message: According to Opengroup online specifications[1], _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options should be present in

CVS commit: src/external/gpl3/binutils/lib/libbfd

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 16:47:50 UTC 2016 Modified Files: src/external/gpl3/binutils/lib/libbfd: Makefile Log Message: more stack protector To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/mips/sibyte

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 17:02:47 UTC 2016 Modified Files: src/sys/arch/mips/sibyte/dev: sbbuswatch.c sbmac.c sbobio.c sbscn.c sbtimer.c sbwdog.c src/sys/arch/mips/sibyte/pci: sbbrz.c sbbrz_pci.c Log Message: make this

CVS commit: src/sys/arch/sbmips/sbmips

2016-07-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 21 17:02:15 UTC 2016 Modified Files: src/sys/arch/sbmips/sbmips: cpu.c rtc.c sb1250_icu.c Log Message: make this compile. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sbmips/sbmips/cpu.c