CVS commit: [tls-maxphys] src/sys

2017-12-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 3 14:21:05 UTC 2017 Modified Files: src/sys/arch/amiga/conf [tls-maxphys]: GENERIC src/sys/dev/pci [tls-maxphys]: files.pci Log Message: fix back some more incorrect sync To generate a diff of this commit: cvs

CVS commit: [tls-maxphys] src/sys/modules/nvme

2017-12-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Dec 3 11:52:57 UTC 2017 Added Files: src/sys/modules/nvme [tls-maxphys]: Makefile Log Message: sync with HEAD To generate a diff of this commit: cvs rdiff -u -r0 -r1.4.2.2 src/sys/modules/nvme/Makefile Please note that d

CVS commit: [tls-maxphys] src/sys/ufs/ufs

2017-10-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 24 22:27:43 UTC 2017 Modified Files: src/sys/ufs/ufs [tls-maxphys]: ufs_vfsops.c Log Message: remove rebase merge artifacts To generate a diff of this commit: cvs rdiff -u -r1.51.2.3 -r1.51.2.4 src/sys/ufs/ufs/ufs_vfso

CVS commit: [tls-maxphys] src/lib

2013-06-22 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Jun 23 06:21:09 UTC 2013 Modified Files: src/lib [tls-maxphys]: Makefile src/lib/csu [tls-maxphys]: Makefile src/lib/csu/arch/arm [tls-maxphys]: Makefile.inc crtbegin.S src/lib/csu/arch/earm [tls-maxphys]:

CVS commit: [tls-maxphys] src/sys/kern

2013-06-22 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Jun 23 06:18:58 UTC 2013 Modified Files: src/sys/kern [tls-maxphys]: exec_elf.c init_main.c init_sysctl.c init_sysent.c kern_auth.c kern_condvar.c kern_drvctl.c kern_exec.c kern_exit.c kern_fork.c kern_ksym

CVS commit: [tls-maxphys] src/sys/ufs

2013-06-22 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Jun 23 06:18:40 UTC 2013 Modified Files: src/sys/ufs [tls-maxphys]: files.ufs src/sys/ufs/chfs [tls-maxphys]: chfs_vnops.c src/sys/ufs/ext2fs [tls-maxphys]: ext2fs.h ext2fs_inode.c ext2fs_readwrite.c ex

CVS commit: [tls-maxphys] src/sys/fs

2013-06-22 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Jun 23 06:18:28 UTC 2013 Modified Files: src/sys/fs/adosfs [tls-maxphys]: advnops.c src/sys/fs/cd9660 [tls-maxphys]: cd9660_extern.h cd9660_lookup.c cd9660_vfsops.c cd9660_vnops.c src/sys/fs/efs [tls-ma

CVS commit: [tls-maxphys] src/sys

2013-02-10 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Feb 10 16:26:35 UTC 2013 Modified Files: src/sys/dev/raidframe [tls-maxphys]: rf_disks.c src/sys/kern [tls-maxphys]: subr_disk.c src/sys/sys [tls-maxphys]: disk.h mount.h src/sys/ufs/ffs [tls-maxphys]: ffs_

CVS commit: [tls-maxphys] src/sys

2012-12-01 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Dec 2 05:46:40 UTC 2012 Modified Files: src/sys/arch/hp300/dev [tls-maxphys]: rd.c src/sys/arch/vax/mba [tls-maxphys]: hp.c src/sys/arch/vax/vsa [tls-maxphys]: hdc9224.c src/sys/dev [tls-maxphys]: ccd.c cc

CVS commit: [tls-maxphys] src/sys/dev/pci

2012-12-01 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Dec 2 05:46:04 UTC 2012 Modified Files: src/sys/dev/pci [tls-maxphys]: arcmsr.c arcmsrvar.h Log Message: Areca controller maximum-transfer size limits -- looked up in FreeBSD driver. Actually exporting the per-volume transfer s

CVS commit: [tls-maxphys] src/sys/dev/raidframe

2012-10-16 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Wed Oct 17 01:36:13 UTC 2012 Modified Files: src/sys/dev/raidframe [tls-maxphys]: rf_netbsdkintf.c Log Message: Add a minphys routine for raidframe. For now, we will address the problem of someone adding, at runtime with a filesyste

CVS commit: [tls-maxphys] src/sys/ufs/ufs

2012-10-14 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Oct 14 14:33:32 UTC 2012 Modified Files: src/sys/ufs/ufs [tls-maxphys]: ufs_readwrite.c Log Message: In the FFS writebehind code (ufs_readwrite.c:WRITE()), use division and multiplication instead of shifts, to accomodate devices

CVS commit: [tls-maxphys] src/sys/uvm

2012-10-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Oct 10 16:31:55 UTC 2012 Modified Files: src/sys/uvm [tls-maxphys]: uvm_pager.c Log Message: The pagedaemon ca emit write as large as the underlying device's maxphys, so emergva size needs to be MACHINE_MAXPHYS, MAXPHYS is not

CVS commit: [tls-maxphys] src/sys/miscfs/genfs

2012-10-10 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Oct 10 16:30:42 UTC 2012 Modified Files: src/sys/miscfs/genfs [tls-maxphys]: genfs_io.c Log Message: We know vp is not NULL, no need to check To generate a diff of this commit: cvs rdiff -u -r1.55.2.1 -r1.55.2.2 src/sys/misc

CVS commit: [tls-maxphys] src/sys/ufs/ufs

2012-10-09 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 9 21:53:03 UTC 2012 Modified Files: src/sys/ufs/ufs [tls-maxphys]: ufs_bmap.c Log Message: Use mnt_maxphys not MAXPHYS to limit the size of I/O to disk. Now the read-ahead code does issue 512k requests to disk. To gener

CVS commit: [tls-maxphys] src/sys/uvm

2012-10-09 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 9 21:37:47 UTC 2012 Modified Files: src/sys/uvm [tls-maxphys]: uvm_readahead.c Log Message: Redo previous: it seems that the point of the bytelen computation was to get transfers aligned to chunksz. So reintroduce the cod

CVS commit: [tls-maxphys] src/sys/uvm

2012-10-09 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 9 20:07:29 UTC 2012 Modified Files: src/sys/uvm [tls-maxphys]: uvm_readahead.c Log Message: Fix panic "bad chunksize ..." in read-ahead code: - off comes from the pager, so should already be page-aligned. KASSERT() that

CVS commit: [tls-maxphys] src/sys/dev

2012-10-09 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 9 13:36:07 UTC 2012 Modified Files: src/sys/dev/ata [tls-maxphys]: atareg.h wd.c src/sys/dev/ic [tls-maxphys]: ahcisata_core.c ahcisatareg.h src/sys/dev/pci [tls-maxphys]: acardide.c aceride.c ahcisata_pci.

CVS commit: [tls-maxphys] src

2012-09-11 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Wed Sep 12 06:15:36 UTC 2012 Modified Files: src/sys/arch/amd64/include [tls-maxphys]: param.h src/sys/arch/i386/pnpbios [tls-maxphys]: fdc_pnpbios.c lpt_pnpbios.c pciide_pnpbios.c pnpbios.c src/sys/dev/acp