RE: subversion-freebsd dependencies

2011-10-10 Thread Alexander Zagrebin
-XXX.zip which marked as Legacy Source Code Distribution Formats (Not Recommended) So it seems that tcl dependency may be avoided. -- Alexander Zagrebin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

RE: cvsup broken on amd64?

2011-09-18 Thread Alexander Zagrebin
(args-errmsg, Updater failed: Protocol error); I've tried this patch. Now csup hangs before handling fixups. So there is no message Applying fixups... at all. -- Alexander Zagrebin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

RE: cvsup broken on amd64?

2011-09-15 Thread Alexander Zagrebin
Pester the maintainer? I've thought that if an opened PR exists, then it have to be reviewed sooner or later... -- Alexander Zagrebin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

RE: cvsup broken on amd64?

2011-09-14 Thread Alexander Zagrebin
://www.freebsd.org/cgi/query-pr.cgi?pr=bin/154954 I've opened this PR, but nobody has paid to it attentions. :( -- Alexander Zagrebin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

ZFS v28: kernel panics while reading an extended attribute

2011-08-02 Thread Alexander Zagrebin
, data=Variable data is not available.) at vnode_if.h:1332 It seems that ZIL isn't available for snapshots, but zfs_freebsd_read doesn't check this when calling zil_commit. The attached patch fixes this issue. Can anybody confirm this? -- Alexander Zagrebin --- sys/cddl/contrib/opensolaris/uts

8.1-RC2: bug in ng_ipfw (ng_ipfw doesn't return a packet back to ipfw)

2010-07-01 Thread Alexander Zagrebin
After upgrading from RELENG_8_0 to RELENG_8_1 (8.1-RC2) I have noticed that ng_ipfw doesn't return a packet back to ipfw after `ipfw add ... netgraph ...` due to the bug in the sys/netgraph/ng_ipfw.c The attached patch solves the problem. -- Alexander patch-sys-netgraph-ng_ipfw.c Description:

ZFS allows deletion of files in a sticky directory

2010-02-19 Thread Alexander Zagrebin
provides the UFS-like behavior of a sticky directories on a ZFS. Is this bug or feature? -- Alexander Zagrebin patch-zfs_dir.c Description: Binary data ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

ZFS: statfs and recordsize problem

2010-02-18 Thread Alexander Zagrebin
return 512 as f_bsize and recordsize as f_iosize. One of possible solutions is the attached patch. Could somebody look it? -- Alexander Zagrebin patch-zfs_vfsops.c Description: Binary data ___ freebsd-current@freebsd.org mailing list http