Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:27:38 UTC 2015
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_accessors.h
Log Message:
Add an IINFO struct, which is like the FINFO struct but for the inode
blocks portion of the segment summary.
A segment summary blo
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:27:56 UTC 2015
Modified Files:
src/sys/ufs/lfs: lfs_rfw.c
Log Message:
Use the new IINFO in the rfw code, eliminating hardwired 32-bit values.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:28:16 UTC 2015
Modified Files:
src/sbin/fsck_lfs: segwrite.c
src/sys/ufs/lfs: lfs_accessors.h lfs_segment.c lfs_subr.c
Log Message:
Use IINFO in lfs_writeinode().
(both the kernel and the userland copies)
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:28:46 UTC 2015
Modified Files:
src/sbin/fsck_lfs: lfs.c
src/usr.sbin/dumplfs: dumplfs.c
Log Message:
Apply IINFO in the other userland tools.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:29:21 UTC 2015
Modified Files:
src/sbin/fsck_lfs: lfs.c pass6.c setup.c
Log Message:
Fix hardwired 32-bit stuff in fsck:
- compute the maximum file size using LFS_BLKPTRSIZE()
- use the new IINFO in pass 6 in
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:29:06 UTC 2015
Modified Files:
src/sbin/fsck_lfs: extern.h fsck.h
Log Message:
Remove a dead data structure.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sbin/fsck_lfs/extern.h
cvs rdiff -u -
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:28:56 UTC 2015
Modified Files:
src/usr.sbin/dumplfs: dumplfs.c
Log Message:
Use accessors for another batch of indirect block accesses, this time
in dumplfs.
To generate a diff of this commit:
cvs rdiff -u -r1.58
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:28:30 UTC 2015
Modified Files:
src/libexec/lfs_cleanerd: lfs_cleanerd.c
Log Message:
Use IINFO in the cleaner.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/libexec/lfs_cleanerd/lfs_cleanerd.c
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:29:34 UTC 2015
Modified Files:
src/sbin/fsck_lfs: lfs.c
src/sys/ufs/lfs: lfs.h
Log Message:
Add lfs_checkword type for reading checksum data out of structures.
This is always uint32_t, but having a name for
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:29:48 UTC 2015
Modified Files:
src/sbin/fsck_lfs: lfs.c
src/sys/ufs/lfs: lfs_accessors.h
Log Message:
Drop an explicit sign-extension in fsck that shouldn't be needed any
more.
To generate a diff of this
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:30:13 UTC 2015
Modified Files:
src/sbin/fsck_lfs: fsck.h pass1.c
Log Message:
The per-inode state 'id_entryno' is used by pass1 for a block count,
so widen it to 'long long'. pass2 uses it for the number of entries
Module Name:src
Committed By: dholland
Date: Sat Oct 3 08:30:02 UTC 2015
Modified Files:
src/sbin/fsck_lfs: fsck.h
Log Message:
Use daddr_t instead of uint32_t for the in-memory copy of the inode
block pointers.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1
Module Name:src
Committed By: hannken
Date: Sat Oct 3 09:31:29 UTC 2015
Modified Files:
src/sys/ufs/lfs: lfs_bio.c
Log Message:
Remove dubious vhold()/holdrele() from lfs_reserve().
The vnodes are always referenced on entry.
If we changed ulfs_remove() and ulfs_rmdir() t
Module Name:src
Committed By: joerg
Date: Sat Oct 3 15:22:14 UTC 2015
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
Fix format string.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/dev/pci/pci_subr.c
Please note that diffs are not p
Module Name:src
Committed By: skrll
Date: Sat Oct 3 16:32:25 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: uhub.c
Log Message:
>From t-hash
+ Import port speed detection code from OpenBSD.
Check port power bit instead of speed bits. It's a cool idea.
Module Name:src
Committed By: skrll
Date: Sat Oct 3 16:33:33 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: xhci.c
Log Message:
Report as USB 3.0
To generate a diff of this commit:
cvs rdiff -u -r1.28.2.39 -r1.28.2.40 src/sys/dev/usb/xhci.c
Please note that dif
Module Name:othersrc
Committed By: lukem
Date: Sun Oct 4 04:48:29 UTC 2015
Update of /cvsroot/othersrc/usr.bin/tnftp/src
In directory ivanova.netbsd.org:/tmp/cvs-serv11823
Log Message:
Import NetBSD usr.bin/ftp as at 20151003
* Add -x xferbufsize to set xferbuf size.
* Add
Module Name:othersrc
Committed By: lukem
Date: Sun Oct 4 04:53:26 UTC 2015
Modified Files:
othersrc/usr.bin/tnftp/src: fetch.c ftp.1 ftp_var.h main.c ssl.c ssl.h
version.h
Log Message:
Merge NetBSD-20151003 import
To generate a diff of this commit:
cvs
Module Name:othersrc
Committed By: lukem
Date: Sun Oct 4 05:16:25 UTC 2015
Modified Files:
othersrc/usr.bin/tnftp: configure.ac
Log Message:
Release tnftp 20151003
* Add -x xferbufsize to set xferbuf size.
* Add Server Name Indication (SNI) support for https
Module Name:othersrc
Committed By: lukem
Date: Sun Oct 4 06:17:41 UTC 2015
Modified Files:
othersrc/usr.bin/tnftp: configure
Log Message:
regen for tnftp 20151004
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 othersrc/usr.bin/tnftp/configure
Please note
Module Name:othersrc
Committed By: lukem
Date: Sun Oct 4 06:20:58 UTC 2015
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog NEWS
Log Message:
changes for tnftp 20151004
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 othersrc/usr.bin/tnftp/ChangeLog
cvs r
21 matches
Mail list logo