CVS commit: src/sys/dev/dkwedge

2015-08-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 22 07:48:14 UTC 2015 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: No longer access the disk driver directly. If there is an open wedge, temporarily reference its vnode. Otherwise try to open the block device.

CVS commit: src/sys/dev

2015-08-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 23 07:47:52 UTC 2015 Modified Files: src/sys/dev: dksubr.c Log Message: An adaptive mutex is sufficient, the data structures are accessed by regular threads and by the biodone softint. This allows diskstart routines to s

CVS commit: src/sbin/tunefs

2015-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Aug 26 05:41:20 UTC 2015 Modified Files: src/sbin/tunefs: tunefs.c Log Message: Use getfsspecname also when not found in /etc/fstab. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sbin/tunefs/tunefs.c Pl

CVS commit: src/sys

2015-08-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Aug 27 05:51:50 UTC 2015 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c src/sys/dev: cgd.c dksubr.c dkvar.h ld.c Log Message: Make dksubr use a spin-mutex again, since some drivers still call dk_done from hardware

CVS commit: src/sys/dev

2015-08-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Aug 28 05:49:31 UTC 2015 Modified Files: src/sys/dev: dksubr.c dkvar.h Log Message: Prevent race condition where two threads can defer a buffer. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/dksu

CVS commit: src/sys/dev/sdmmc

2015-08-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Aug 28 06:04:43 UTC 2015 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c Log Message: remove unused include sys/rndsource.h To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/sdmmc/ld_sdmmc.c Please no

CVS commit: src/sys

2015-08-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Aug 28 17:41:49 UTC 2015 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c src/sys/dev: dksubr.c dkvar.h ld.c ldvar.h Log Message: move entropy gathering into dksubr. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2015-08-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 29 10:00:19 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: when querying randomness sources from position 'start' then skip 'start' entries and not one less. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/ufs/lfs

2015-08-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 29 21:04:22 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h lfs_alloc.c Log Message: Fix IFILE pointer calculation when scanning freelist. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/

CVS commit: src/sbin/clri

2015-08-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 30 05:23:17 UTC 2015 Modified Files: src/sbin/clri: clri.c Log Message: Calculate sector size from superblock and use that instead of DEV_BSIZE. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/clr

CVS commit: src/sys/sys

2015-08-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 30 08:46:44 UTC 2015 Modified Files: src/sys/sys: cdefs.h Log Message: wishful thinking? To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/sys/cdefs.h Please note that diffs are not public domain;

CVS commit: src/sbin/gpt

2015-09-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 4 17:59:53 UTC 2015 Modified Files: src/sbin/gpt: gpt_uuid.h Log Message: A change to the GPT_TYPE list also requires a change to the GPT_TYPE index constants. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.

CVS commit: src/sys/dev/sdmmc

2015-09-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 9 08:04:33 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: fix DPRINTF parameters To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/sdmmc/sdhc.c Please note that diffs are not p

CVS commit: src/sys/dev/sdmmc

2015-09-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 9 08:06:47 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Don't test flags from error value in status value. Instead test the error interrupt status. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/dev/sdmmc

2015-09-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 9 08:09:28 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: The iMX uSDHC controller doesn't have an interrupt error status flag, the bit position is reserved and reads as value 0. - Fake the flag if any o

CVS commit: src/external/bsd/dhcp

2015-09-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 26 09:48:27 UTC 2015 Modified Files: src/external/bsd/dhcp: Makefile.inc Log Message: Don't link partially with static libraries. Don't link with kerberos librararies, nothing is using them. Don't link with libipsec, our

CVS commit: src/external/bsd/dhcp

2015-09-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 27 21:01:27 UTC 2015 Modified Files: src/external/bsd/dhcp: Makefile.inc Log Message: revert previous. Dynamic libraries break systems with split / and /usr partitions and also sun2. libdns is pulling in Kerberos anyway.

CVS commit: src/sys/dev/sdmmc

2015-10-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Oct 6 14:32:51 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c sdmmc_io.c sdmmc_mem.c sdmmcvar.h Log Message: support hiding command timeout messages with a new command flag and use this when probing for cards. Should fix

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

2015-10-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 11 20:20:33 UTC 2015 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: unblock interrupts also when reusing a previously freed irq slot. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/

CVS commit: src/sys/dev/sdmmc

2015-11-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Nov 3 06:49:39 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: fix timeout path in soft reset when building with SDHC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/sdmmc/sd

CVS commit: src/sys/dev/sdmmc

2015-11-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Nov 3 07:59:29 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Also wait for DAT when sending RSP_BSY commands. Fixes PR 50388. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/sdmm

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

2015-11-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 21 07:41:29 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c bcm2835reg.h files.bcm2835 Added Files: src/sys/arch/arm/broadcom: bcm2835_cm.c bcm2835_cm.h bcm2835_pwm.c bcm2835_pwm.h L

CVS commit: src/sys/sys

2015-11-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 21 09:06:03 UTC 2015 Modified Files: src/sys/sys: gpio.h Log Message: Provide additional flags to control alternate functions and interrupts. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/sys/gpi

CVS commit: src/sys/ufs/lfs

2015-11-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Nov 23 08:00:45 UTC 2015 Modified Files: src/sys/ufs/lfs: ulfs_readwrite.c Log Message: fix assertion checking that bufrd function is used only for large symlinks that aren't embedded in the inode. To generate a diff of thi

CVS commit: src/sys/dev/dkwedge

2015-11-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 28 13:41:31 UTC 2015 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: sc_size is already measured in sectors. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/dkwedge/dk.c Please note tha

CVS commit: src/sys/kern

2015-11-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 28 14:36:00 UTC 2015 Modified Files: src/sys/kern: subr_disk.c Log Message: Handle sector sizes other than DEV_BSIZE when reading labels. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/kern/subr

CVS commit: src/sys/dev

2015-11-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 28 14:37:50 UTC 2015 Modified Files: src/sys/dev: dksubr.c Log Message: bounds check requires consistent units, i.e. DEV_BSIZE. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/dksubr.c Please

CVS commit: src/sys/dev

2015-11-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 28 14:45:24 UTC 2015 Modified Files: src/sys/dev: cgd.c Log Message: Inherit sector size from underlying disk to support disks with sector sizes other than 512 bytes. The CGD disk image depends on disk geometry as it enc

CVS commit: src/sys/dev

2015-11-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 28 21:06:31 UTC 2015 Modified Files: src/sys/dev: cgd.c Log Message: Remove bogus dk_getdisklabel call. - there is no need to read the label in the attach routine - passing a (dev_t)0 may cause havoc. This fixes PR 4170

CVS commit: src/sys/dev

2015-11-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Nov 30 06:04:47 UTC 2015 Modified Files: src/sys/dev: vnd.c Log Message: Fall back to VOP_READ/VOP_WRITE if the simulated disk has smaller sectors than the underlying filesystem and VOP_STRATEGY would fail. To generate a di

CVS commit: src/usr.sbin/gpioctl

2015-12-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 6 07:31:28 UTC 2015 Modified Files: src/usr.sbin/gpioctl: gpioctl.c Log Message: pass new pin configuration flags to driver. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/gpioctl/gpioctl.c

CVS commit: src/share/man/man4

2015-12-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 6 07:40:04 UTC 2015 Modified Files: src/share/man/man4: gpio.4 Log Message: document new pin configuration flags To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/gpio.4 Please note that

CVS commit: src/sys/uvm

2015-12-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 6 08:53:22 UTC 2015 Modified Files: src/sys/uvm: uvm_vnode.c Log Message: Clean up assertions and catch integer overflow. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/uvm/uvm_vnode.c Please

CVS commit: src/sys/dev

2015-12-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 7 09:41:37 UTC 2015 Modified Files: src/sys/dev/i2c: spdmem_i2c.c src/sys/dev/ic: spdmemvar.h Log Message: Handle reading of 4kbit EEPROMs in SPD devices. This is needed for DDR4 DIMMs. To generate a diff of th

CVS commit: src/sys/arch/i386/stand/lib

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:04:20 UTC 2015 Modified Files: src/sys/arch/i386/stand/lib: dosfile.c Log Message: PR 50516 bad switch statement. Adding some comments. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i3

CVS commit: src/sys/arch/sparc/sparc

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:08:01 UTC 2015 Modified Files: src/sys/arch/sparc/sparc: trap.c Log Message: PR 50516 bad switch case To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/arch/sparc/sparc/trap.c Please note th

CVS commit: src/sys/compat/sunos

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:10:28 UTC 2015 Modified Files: src/sys/compat/sunos: sunos_ioctl.c Log Message: PR 50518 bad switch To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/compat/sunos/sunos_ioctl.c Please note tha

CVS commit: src/sys/compat/sunos32

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:10:43 UTC 2015 Modified Files: src/sys/compat/sunos32: sunos32_ioctl.c Log Message: PR 50517 bad switch To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/compat/sunos32/sunos32_ioctl.c Please

CVS commit: src/sys/compat/svr4_32

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:12:18 UTC 2015 Modified Files: src/sys/compat/svr4_32: svr4_32_termios.c Log Message: PR 50519 missing breaks in switch To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/compat/svr4_32/svr4_32_

CVS commit: src/sys/compat/sunos

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:19:07 UTC 2015 Modified Files: src/sys/compat/sunos: sunos_ioctl.c Log Message: d_secpercyl is gone and we use the value from disklabel anyway. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys

CVS commit: src/sys/net/npf

2015-12-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 17 12:16:21 UTC 2015 Modified Files: src/sys/net/npf: npf_mbuf.c Log Message: handle delayed cksums also for ipv6 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/net/npf/npf_mbuf.c Please note tha

CVS commit: src/sys/net/npf

2015-12-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 17 12:17:13 UTC 2015 Modified Files: src/sys/net/npf: npf_inet.c Log Message: make DDB print ipv6 addresses too To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/net/npf/npf_inet.c Please note that

CVS commit: src/sys/dev

2015-12-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 21 12:30:29 UTC 2015 Modified Files: src/sys/dev: dksubr.c Log Message: more sanity checks To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/dksubr.c Please note that diffs are not public domain

CVS commit: src/sys/dev

2015-12-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 21 12:33:13 UTC 2015 Modified Files: src/sys/dev: dksubr.c dkvar.h Log Message: support deferral of diskstart to a separate thread. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/dksubr.c cvs

CVS commit: src/sys/sys

2015-12-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 21 12:35:15 UTC 2015 Modified Files: src/sys/sys: param.h Log Message: Support for separate I/O thread adds new functions to dk_subr module. Bump to 7.99.25 To generate a diff of this commit: cvs rdiff -u -r1.489 -r1.4

CVS commit: src/sys/dev/sdmmc

2015-12-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 22 09:55:38 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: ignore timeouts for APP_CMD prefix as for the application command itself. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sy

CVS commit: src/sys/dev/sdmmc

2015-12-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 22 09:56:06 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: Be graceful about command timeouts when probing. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/sdmmc/sdmmc_mem

CVS commit: src/sys/dev/dkwedge

2015-12-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 27 00:47:47 UTC 2015 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Return error in dkopen when dk_open_parent fails. Also change dk_open_parent to pass error code to caller. XXX: Pullups To generate a diff of t

CVS commit: src/sys/dev/raidframe

2016-01-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 2 16:00:01 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: use bdev_strategy wrapper to properly use KERNEL_LOCK. To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331 src/sys/de

CVS commit: src/sys/dev/raidframe

2016-01-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 2 16:06:25 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Unlock and free in raid_detach to handle error paths. To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/dev

CVS commit: src/sys/dev/raidframe

2016-01-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 2 16:10:06 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: RAIDF_INITED state also includes disk attachments, don't undo operations that haven't been committed. To generate a diff of this

CVS commit: src/sys/dev/raidframe

2016-01-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 2 16:20:50 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: No longer detach opened device directly in RAIDFRAME_SHUTDOWN ioctl, instead just mark the device for shutdown and detach on last c

CVS commit: src/sys/dev/raidframe

2016-01-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 3 08:17:24 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_engine.c rf_kintf.h rf_netbsdkintf.c rf_states.c Log Message: refactor driver to use common code in dksubr. To generate a diff of this commit: c

CVS commit: src/sys/dev

2016-01-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 4 10:02:15 UTC 2016 Modified Files: src/sys/dev: dksubr.c Log Message: erase dangling pointer to prevent reuse To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/dksubr.c Please note that diffs

CVS commit: src/sys/dev/raidframe

2016-01-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 4 11:12:40 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Fix dump on raid. - offset dump by RF_PROTECTED_SECTORS (thanks oster@ for noticing) - call component dump function with byte count

CVS commit: src/sys/dev/raidframe

2016-01-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 4 13:15:17 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: prevent unconfigure/detach while background threads are running. To generate a diff of this commit: cvs rdiff -u -r1.336 -r1.337

CVS commit: src/sys/dev/raidframe

2016-01-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 5 17:03:53 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: handle possible errors from bdev_strategy. To generate a diff of this commit: cvs rdiff -u -r1.337 -r1.338 src/sys/dev/raidframe/

CVS commit: src/sys/dev/raidframe

2016-01-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 5 17:06:34 UTC 2016 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: When autoconfiguring RAID sets: Pseudo devices like vnd and cgd can be opened but may still need some configuration. Ignore these

CVS commit: src/sys/dev/dkwedge

2016-01-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 15 07:48:22 UTC 2016 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: Allow dump to raidframe component which is a wedge. N.B. ordinary devices check the partition type only in the xxxsize routine. To generate a

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2016-01-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 15 07:49:41 UTC 2016 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_kmod_netbsd.c Log Message: add sysctl nodes to configure vchiq log levels. To generate a diff of this commit: c

CVS commit: src

2016-01-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 15 08:27:04 UTC 2016 Modified Files: src/share/man/man8/man8.amiga: boot.8 src/sys/arch/amiga/stand/bootblock/boot: Makefile console.c src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile Log Message: A

CVS commit: src

2016-01-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 30 09:59:27 UTC 2016 Modified Files: src/sbin/mount_msdos: mount_msdos.8 mount_msdos.c src/sys/fs/msdosfs: direntry.h msdosfs_conv.c msdosfs_lookup.c msdosfs_vnops.c msdosfsmount.h src/usr.sbin/

CVS commit: src/sbin/mount_msdos

2016-02-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 6 10:35:59 UTC 2016 Modified Files: src/sbin/mount_msdos: mount_msdos.c Log Message: fix usage message To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sbin/mount_msdos/mount_msdos.c Please note that

CVS commit: src

2016-02-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 6 10:40:58 UTC 2016 Modified Files: src/share/legal: COPYRIGHT src/sys/fs/msdosfs: files.msdosfs msdosfs_conv.c src/sys/modules/msdos: Makefile src/sys/rump/fs/lib/libmsdos: Makefile src/us

CVS commit: src/sys/dev

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 08:54:49 UTC 2016 Modified Files: src/sys/dev: ld.c Log Message: dk_ioctl already calls disk_ioctl. Remove redundant return statement for a void function. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

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

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 14:27:01 UTC 2016 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 Log Message: add missing cpu_rng.h includes To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/distrib/sets/lists/comp/

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

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 14:28:50 UTC 2016 Modified Files: src/sys/arch/xen/conf: files.xen Log Message: add missing cpu_rng.c to kernel To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/arch/xen/conf/files.xen Please

CVS commit: src/sys/kern

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 14:30:33 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Don't use CPU_RNG for rump kernels. So far there is no rump infrastructure for this. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1

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

2016-02-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 27 15:42:20 UTC 2016 Modified Files: src/sys/arch/xen/conf: files.xen Log Message: no condition for cpu_rng here To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/arch/xen/conf/files.xen Please no

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

2016-03-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 5 06:48:31 UTC 2016 Modified Files: src/sys/external/bsd/drm2/drm: drm_memory.c Log Message: Make agp_i810 also depend on agp so that a 'no agp' build is possible. To generate a diff of this commit: cvs rdiff -u -r1.8

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

2016-03-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 5 07:33:59 UTC 2016 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: Don't modify command line buffer but create a copy of the root argument. To generate a diff of this commit: cvs rdiff -u -r1.18 -r

CVS commit: src/sys/fs/msdosfs

2016-03-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 6 07:33:25 UTC 2016 Modified Files: src/sys/fs/msdosfs: msdosfs_conv.c Log Message: Use KASSERT for conditions that cannot be met with current parameters. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 s

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

2016-03-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 6 10:59:56 UTC 2016 Modified Files: src/sys/external/bsd/drm2/drm: drm_memory.c Log Message: Non-x86 doesn't have AGP. This should really be handled by config logic. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/etc

2016-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 8 09:51:15 UTC 2016 Modified Files: src/etc/root: dot.login dot.profile src/etc/skel: dot.login Log Message: tset was useful for fixed terminals and rarely changing configurations. But for current software termin

CVS commit: src/sys/kern

2016-03-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 13 10:07:22 UTC 2016 Modified Files: src/sys/kern: subr_autoconf.c Log Message: gcc silently optimizes away a != NULL check if a pointer has been used before. - assert that old size == 0 or old pointer valid - check for

CVS commit: src/sys/miscfs/procfs

2016-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 17:23:47 UTC 2016 Modified Files: src/sys/miscfs/procfs: procfs_linux.c Log Message: Align /proc//statm data with /proc//stat and provide RSS information. There is no data about shared pages. Helps PR 50801. To gene

CVS commit: src/sys/dev/mscp

2016-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 29 04:55:53 UTC 2016 Modified Files: src/sys/dev/mscp: mscp_disk.c Log Message: Initialize disk_geom information, DIOCGPARTINFO relies on it. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/dev/msc

CVS commit: src/sys/arch/amiga/amiga

2016-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 08:16:54 UTC 2016 Modified Files: src/sys/arch/amiga/amiga: machdep.c Log Message: appease compiler. Fixes options MODULAR build. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 src/sys/arch/amiga/ami

CVS commit: src/external/gpl3/gcc

2016-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 08:54:48 UTC 2016 Modified Files: src/external/gpl3/gcc: README.gcc53 Log Message: amiga kernel builds and runs To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gcc/README.gcc53 Please

CVS commit: src/sys/netinet

2016-04-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 3 09:57:40 UTC 2016 Modified Files: src/sys/netinet: sctp_asconf.c sctp_output.c sctp_pcb.c sctp_usrreq.c sctputil.c Log Message: Replace generic queue macros with IFNET/IFADDR macros. To generate a diff of

CVS commit: src/sys/arch/x86/x86

2016-04-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 3 10:32:00 UTC 2016 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: Only fix up IPMI on ProLiant Microserver when address if set. Don't assume a specific preconfigured address, just clear the lower bits. To g

CVS commit: src/sys/dev/acpi

2016-04-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 3 10:32:47 UTC 2016 Modified Files: src/sys/dev/acpi: acpi_display.c Log Message: Add comments. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/acpi/acpi_display.c Please note that diffs are

CVS commit: src/sys/dev/acpi

2016-04-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 3 10:36:00 UTC 2016 Modified Files: src/sys/dev/acpi: thinkpad_acpi.c Log Message: Split toggles for bluetooth and wwan and use specific ACPI objects where present. Also make driver detach on shutdown. To generate a di

CVS commit: src/sbin/newfs_msdos

2016-04-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 3 11:00:13 UTC 2016 Modified Files: src/sbin/newfs_msdos: mkfs_msdos.c Log Message: Use the same defaults for cluster sizes as Windows. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/newfs_msdos/

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

2016-04-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 3 11:02:17 UTC 2016 Modified Files: src/sys/arch/evbarm/rpi: vcprop.h Log Message: Add more tags understood by the firmware. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/rpi/vcprop.

CVS commit: src/sys/arch/mvmeppc/mvmeppc

2016-04-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 3 11:04:14 UTC 2016 Modified Files: src/sys/arch/mvmeppc/mvmeppc: mainbus.c Log Message: Use symbolic constant. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mvmeppc/m

CVS commit: src/usr.bin/config

2016-04-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Apr 29 18:18:22 UTC 2016 Modified Files: src/usr.bin/config: config.5 gram.y sem.c Log Message: Extend syntax of config phrase, a quoted string instead of a device name is passed as root specification string. This can be used

CVS commit: src/sys/fs/msdosfs

2016-05-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue May 3 18:17:29 UTC 2016 Modified Files: src/sys/fs/msdosfs: msdosfs_fat.c Log Message: Validate FAT entries to avoid some panics caused by a corrupted FAT. Also print FAT write errors when mount is synchronous (-o sync). Th

CVS commit: src/sys/net80211

2016-05-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 7 12:36:50 UTC 2016 Modified Files: src/sys/net80211: ieee80211_input.c Log Message: Don't check sequence number on multicast packets in station mode. Handle overflow of 12bit sequence number. To generate a diff of thi

CVS commit: src/sys/fs/msdosfs

2016-05-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 7 16:43:02 UTC 2016 Modified Files: src/sys/fs/msdosfs: msdosfs_fat.c Log Message: fix DEBUG build To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/fs/msdosfs/msdosfs_fat.c Please note that diffs

CVS commit: src/sys/dev/usb

2016-05-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon May 9 04:55:34 UTC 2016 Modified Files: src/sys/dev/usb: uhid.c Log Message: kmem_alloc doesn't support allocating 0 bytes. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/usb/uhid.c Please note

CVS commit: src/sys/dev/usb

2016-05-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 14 10:52:29 UTC 2016 Modified Files: src/sys/dev/usb: ucom.c Log Message: All com devices have an issue that they sleep in the final close when they signal a hangup while still using the device. This allows a concurrent o

CVS commit: src/sys/net80211

2016-05-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 14 13:35:40 UTC 2016 Modified Files: src/sys/net80211: ieee80211_input.c Log Message: In station mode filter packets that or not for us in case the interface is in promiscous mode or doesn't filter packets itself. To ge

CVS commit: src/doc/roadmaps

2016-05-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 14 21:32:50 UTC 2016 Modified Files: src/doc/roadmaps: storage Log Message: updated nvme entry To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/doc/roadmaps/storage Please note that diffs are not publi

CVS commit: src/sys/dev/dkwedge

2016-05-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 29 12:48:40 UTC 2016 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: release openlock mutex before closing parent device. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/dkwedge/dk.c Pl

CVS commit: src/sys/dev/dkwedge

2016-05-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 29 13:11:21 UTC 2016 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: missed one exit path with the previous change. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/dkwedge/dk.c Please n

CVS commit: src/sbin/iscsid

2016-05-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 29 13:35:45 UTC 2016 Modified Files: src/sbin/iscsid: Makefile iscsid.8 iscsid.h iscsid_discover.c iscsid_driverif.c iscsid_globals.h iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: Seve

CVS commit: src/sys/dev/iscsi

2016-05-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 29 13:51:16 UTC 2016 Modified Files: src/sys/dev/iscsi: iscsi_globals.h iscsi_ioctl.c iscsi_main.c iscsi_rcv.c iscsi_send.c iscsi_text.c iscsi_utils.c Log Message: Several improvements to the ISCSI driver. -

CVS commit: src/sbin/iscsid

2016-05-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon May 30 21:58:32 UTC 2016 Modified Files: src/sbin/iscsid: iscsid_main.c Log Message: mark noreturn function exit_daemon() as __dead To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid_main.c

CVS commit: src/sys/dev/usb

2016-05-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue May 31 09:22:11 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Flush memory correctly during ring put. See PR 51199. >From Sprow, ok skrll@. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/

<    1   2   3   4   5   6   7   8   9   >