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
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
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
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]:
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
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
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
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_
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
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
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
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
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
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
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
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
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
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.
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
19 matches
Mail list logo