svn commit: r195243 - head/bin/chmod

2009-07-01 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 1 15:52:19 2009 New Revision: 195243 URL: http://svn.freebsd.org/changeset/base/195243 Log: With NFSv4 ACLs, it is possible that applying a mode to an ACL which is identical to the mode computed from that ACL will modify the ACL. For example, mode computed from t

svn commit: r195257 - head/sys/geom

2009-07-01 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 1 20:16:29 2009 New Revision: 195257 URL: http://svn.freebsd.org/changeset/base/195257 Log: Fix a panic which (reportedly) can happen when unmounting a filesystem with I/O requests in flight on kernels compiled with "options INVARIANTS". Also, make it obvious it'

svn commit: r195265 - head/sys/ufs/ffs

2009-07-01 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 1 22:30:36 2009 New Revision: 195265 URL: http://svn.freebsd.org/changeset/base/195265 Log: Don't panic on attempt to set ACL on a block device file. This is just a part of kern/125613. PR: kern/125613 Submitted by: Jaakko Heinonen Reviewed by:

svn commit: r195296 - in head: sys/ufs/ufs tools/regression/acltools

2009-07-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jul 2 20:05:21 2009 New Revision: 195296 URL: http://svn.freebsd.org/changeset/base/195296 Log: Fix fpathconf(3) on fifos, in effect making ls(1) properly display '+' on them. Taken from kern/125613, with cosmetic changes. PR: kern/125613 Submitted

svn commit: r195374 - head/sys/modules

2009-07-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jul 5 15:25:02 2009 New Revision: 195374 URL: http://svn.freebsd.org/changeset/base/195374 Log: When the kernel is configured without "options FFS", build UFS as a module without requiring any special build flags. Approved by: re (kib) Modified: head/sys/modul

Re: svn commit: r195243 - head/bin/chmod

2009-07-07 Thread Edward Tomasz Napierala
On 0703T1623, Jilles Tjoelker wrote: > On Wed, Jul 01, 2009 at 03:52:19PM +0000, Edward Tomasz Napierala wrote: > > + ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4); > > There doesn't seem to be anything like lpathconf() or > fpathconfat(AT_SYMLINK_NOFOL

svn commit: r195458 - in head: include lib/libc/sys sys/bsm sys/compat/freebsd32 sys/compat/svr4 sys/i386/ibcs2 sys/kern sys/sys

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 15:23:18 2009 New Revision: 195458 URL: http://svn.freebsd.org/changeset/base/195458 Log: There is an optimization in chmod(1), that makes it not to call chmod(2) if the new file mode is the same as it was before; however, this optimization must be disabled for

svn commit: r195459 - in head/sys: kern sys

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 15:25:27 2009 New Revision: 195459 URL: http://svn.freebsd.org/changeset/base/195459 Log: Regenerate after lpathconf(2) addition. Approved by: re (kib) Modified: head/sys/kern/init_sysent.c head/sys/kern/syscalls.c head/sys/kern/systrace_args.c head/

svn commit: r195468 - head/sys/compat/freebsd32

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 16:26:43 2009 New Revision: 195468 URL: http://svn.freebsd.org/changeset/base/195468 Log: Fix freebsd32 version of lpathconf(2). Approved by: re (kib) Modified: head/sys/compat/freebsd32/syscalls.master Modified: head/sys/compat/freebsd32/syscalls.master

svn commit: r195469 - head/sys/compat/freebsd32

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 16:30:34 2009 New Revision: 195469 URL: http://svn.freebsd.org/changeset/base/195469 Log: Regen the freebsd32 parts. Approved by: re (kib) Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/comp

svn commit: r195502 - in head: bin/ps share/man/man5 usr.bin/fstat usr.bin/netstat usr.bin/sockstat

2009-07-09 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jul 9 16:40:00 2009 New Revision: 195502 URL: http://svn.freebsd.org/changeset/base/195502 Log: Add manual page links to advertise procstat(1) a little better. Approved by: re (kib) Modified: head/bin/ps/ps.1 head/share/man/man5/procfs.5 head/usr.bin/fstat/f

svn commit: r195656 - in head: . lib/libc/gen lib/libc/sys

2009-07-13 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jul 13 12:53:43 2009 New Revision: 195656 URL: http://svn.freebsd.org/changeset/base/195656 Log: Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. Approved by: re (kib) Added: head/lib/libc/sys/msgctl.2 - copied, changed from r195490, head/lib/lib

svn commit: r195692 - head/lib/libc/posix1e

2009-07-14 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jul 14 19:37:53 2009 New Revision: 195692 URL: http://svn.freebsd.org/changeset/base/195692 Log: Add missing MLINKS for acl_{get,set}_link_fd(3). Approved by: re (kib) Modified: head/lib/libc/posix1e/Makefile.inc Modified: head/lib/libc/posix1e/Makefile.inc

svn commit: r195785 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-07-20 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jul 20 19:16:42 2009 New Revision: 195785 URL: http://svn.freebsd.org/changeset/base/195785 Log: Fix permission handling for extended attributes in ZFS. Without this change, ZFS uses SunOS Alternate Data Streams semantics - each EA has its own permissions, which are

Re: svn commit: r195785 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-07-22 Thread Edward Tomasz Napierala
On 0720T1916, Edward Tomasz Napierala wrote: > Author: trasz > Date: Mon Jul 20 19:16:42 2009 > New Revision: 195785 > URL: http://svn.freebsd.org/changeset/base/195785 > > Log: > Fix permission handling for extended attributes in ZFS. Without > this change, ZFS u

svn commit: r195822 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-07-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 22 15:15:58 2009 New Revision: 195822 URL: http://svn.freebsd.org/changeset/base/195822 Log: Fix extattr_list_file(2) on ZFS in case the attribute directory doesn't exist and user doesn't have write access to the file. Without this fix, it returns bogus value inst

Re: svn commit: r195785 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-07-22 Thread Edward Tomasz Napierala
On 0722T1247, Artis Caune wrote: > > Author: trasz > > Date: Mon Jul 20 19:16:42 2009 > > New Revision: 195785 > > URL: http://svn.freebsd.org/changeset/base/195785 > > > > Log: > >  Fix permission handling for extended attributes in ZFS.  Without > >  this change, ZFS uses SunOS Alternate Data Str

svn commit: r195863 - in head/usr.sbin/sysinstall: . help

2009-07-25 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 25 08:36:28 2009 New Revision: 195863 URL: http://svn.freebsd.org/changeset/base/195863 Log: Change the name displayed in sysinstall(8) from 'Wizard Mode' to 'Expert Mode', to make it less confusing to new users, to whom a 'wizard' is a set of simple dialogs with

svn commit: r196179 - head/sys/cddl/compat/opensolaris/kern

2009-08-13 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 13 12:28:30 2009 New Revision: 196179 URL: http://svn.freebsd.org/changeset/base/196179 Log: Remove CDDL warning. Approved by: re (kib), core Modified: head/sys/cddl/compat/opensolaris/kern/opensolaris.c Modified: head/sys/cddl/compat/opensolaris/kern/openso

svn commit: r196181 - in stable/8/sys: . amd64/include/xen cddl/compat/opensolaris/kern cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ata dev/cxgb dev/sound/usb dev/usb dev/usb/control...

2009-08-13 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 13 13:56:05 2009 New Revision: 196181 URL: http://svn.freebsd.org/changeset/base/196181 Log: InstaMFC 196179: Remove CDDL warning. Approved by: re (kib), core Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stab

svn commit: r196242 - head/share/man/man4

2009-08-15 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Aug 15 11:47:05 2009 New Revision: 196242 URL: http://svn.freebsd.org/changeset/base/196242 Log: Add mptutil(8) and mfiutil(1) to 'SEE ALSO' sections in mpt(4) and mfi(4). Approved by: re (rwatson) Modified: head/share/man/man4/mfi.4 head/share/man/man4/mpt.4

svn commit: r196243 - stable/8/share/man/man4

2009-08-15 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Aug 15 11:52:40 2009 New Revision: 196243 URL: http://svn.freebsd.org/changeset/base/196243 Log: MFC c196242: Add mptutil(8) and mfiutil(1) to 'SEE ALSO' sections in mpt(4) and mfi(4). Approved by: re (rwatson) Modified: stable/8/share/man/man4/ (props change

svn commit: r184413 - in head: share/man/man9 sys/cddl/compat/opensolaris/kern sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/linux sys/fs/cd9660 sys/fs/c...

2008-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Oct 28 13:44:11 2008 New Revision: 184413 URL: http://svn.freebsd.org/changeset/base/184413 Log: Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary to add more V* constants, and the variables changed by this patch were often being assigned t

svn commit: r184419 - head/sys/sys

2008-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Oct 28 19:48:58 2008 New Revision: 184419 URL: http://svn.freebsd.org/changeset/base/184419 Log: Bump __FreeBSD_version after accmode_t introduction. Approved by: rwatson (mentor) Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r184426 - head/sys/security/mac_stub

2008-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Oct 28 21:57:32 2008 New Revision: 184426 URL: http://svn.freebsd.org/changeset/base/184426 Log: Commit part of accmode_t changes that I missed in previous commit. Approved by: rwatson (mentor) Modified: head/sys/security/mac_stub/mac_stub.c Modified: head/sys/s

svn commit: r184427 - head/sys/kern

2008-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Oct 28 21:58:48 2008 New Revision: 184427 URL: http://svn.freebsd.org/changeset/base/184427 Log: Rename a variable missed in previous accmode_t-related commits. Approved by: rwatson (mentor) Modified: head/sys/kern/subr_acl_posix1e.c Modified: head/sys/kern/subr

svn commit: r184528 - head/share/man/man9

2008-11-01 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 1 19:02:05 2008 New Revision: 184528 URL: http://svn.freebsd.org/changeset/base/184528 Log: Remove obsolete pseudocode from VOP_ACCESS.9, replacing it with something closer to reality. Approved by: rwatson (mentor) Modified: head/share/man/man9/VOP_ACCESS.

svn commit: r184557 - head/sys/fs/ntfs

2008-11-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 2 11:49:19 2008 New Revision: 184557 URL: http://svn.freebsd.org/changeset/base/184557 Log: Remove the call to getinoquota() from ntfs_access. How did it get there?! Approved by: rwatson (mentor) Modified: head/sys/fs/ntfs/ntfs_vnops.c Modified: head/sys/f

svn commit: r184595 - head/sys/fs/coda

2008-11-03 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 3 16:36:23 2008 New Revision: 184595 URL: http://svn.freebsd.org/changeset/base/184595 Log: Fix few missed accmode changes in coda. Approved by: rwatson (mentor) Modified: head/sys/fs/coda/cnode.h head/sys/fs/coda/coda_subr.c head/sys/fs/coda/coda_venus.

svn commit: r184629 - head/sys/ufs/ufs

2008-11-04 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Nov 4 12:30:31 2008 New Revision: 184629 URL: http://svn.freebsd.org/changeset/base/184629 Log: In UFS, when reading EA that contains ACL fails for some reason, include inode number and filesystem name, so the administrator can fix the problem. Approved by: rwats

svn commit: r184737 - in head: sys/cddl/contrib/opensolaris/uts/common/fs/zfs tools/regression/fstest/tests/rename

2008-11-06 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 6 19:17:58 2008 New Revision: 184737 URL: http://svn.freebsd.org/changeset/base/184737 Log: Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectory from one parent directory to another, in addition to the usual access checks one also needs write

svn commit: r184740 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2008-11-06 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 6 22:28:04 2008 New Revision: 184740 URL: http://svn.freebsd.org/changeset/base/184740 Log: Backoff the last patch. It was overly restrictive - we want to check for write permission on target only when moving the target between two directories. Approved by:

svn commit: r184748 - head/tools/regression/fstest/tests

2008-11-07 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 7 14:45:42 2008 New Revision: 184748 URL: http://svn.freebsd.org/changeset/base/184748 Log: Improve output when a test fails. Approved by: rwatson (mentor) Modified: head/tools/regression/fstest/tests/misc.sh Modified: head/tools/regression/fstest/tests/mis

svn commit: r184749 - head/tools/regression/fstest/tests/rename

2008-11-07 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 7 14:46:46 2008 New Revision: 184749 URL: http://svn.freebsd.org/changeset/base/184749 Log: Make test for write access to the directory being moved a little more specific. Approved by: rwatson (mentor) Modified: head/tools/regression/fstest/tests/rename/21

svn commit: r184750 - head/lib/libc/sys

2008-11-07 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 7 15:01:40 2008 New Revision: 184750 URL: http://svn.freebsd.org/changeset/base/184750 Log: Add one more EACCES clause to rename.2. Approved by: rwatson (mentor) Modified: head/lib/libc/sys/rename.2 Modified: head/lib/libc/sys/rename.2 =

svn commit: r184770 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2008-11-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 8 19:56:32 2008 New Revision: 184770 URL: http://svn.freebsd.org/changeset/base/184770 Log: Require write access on a directory being moved from one parent directory to another in ZFS. Approved by: rwatson (mentor), pjd Modified: head/sys/cddl/contrib/open

svn commit: r184965 - in head/sys/gnu/fs/xfs: . FreeBSD

2008-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 14 09:58:16 2008 New Revision: 184965 URL: http://svn.freebsd.org/changeset/base/184965 Log: Adapt to accmode_t changes. Approved by: rwatson (mentor), kan Modified: head/sys/gnu/fs/xfs/FreeBSD/xfs_vnode.h head/sys/gnu/fs/xfs/xfs_dfrag.c head/sys/gnu/fs/x

svn commit: r185304 - head/tools/regression/acltools

2008-11-25 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Nov 25 18:29:33 2008 New Revision: 185304 URL: http://svn.freebsd.org/changeset/base/185304 Log: Add tools-level test for POSIX.1e functionality. Approved by: rwatson (mentor) Added: head/tools/regression/acltools/ head/tools/regression/acltools/00.t (content

svn commit: r185321 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2008-11-25 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Nov 25 23:05:46 2008 New Revision: 185321 URL: http://svn.freebsd.org/changeset/base/185321 Log: MFp4: We don't support TX_CREATE_ACL_ATTR nor TX_MKDIR_ACL_ATTR; code found in zfs_replay.c will panic if it encounters transactions of this type. Make sure we don't put t

svn commit: r185693 - head/sys/geom/journal

2008-12-06 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Dec 6 11:33:10 2008 New Revision: 185693 URL: http://svn.freebsd.org/changeset/base/185693 Log: Make it possible to use gjournal for the root filesystem. Previously, an unclean shutdown would make it impossible to mount rootfs at boot. PR: kern/128529

svn commit: r206261 - in stable/7/sbin/geom: class/cache core

2010-04-06 Thread Edward Tomasz Napierala
pyright (c) 2010 Edward Tomasz Napierala +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must r

svn commit: r206262 - stable/8/secure

2010-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 6 10:32:26 2010 New Revision: 206262 URL: http://svn.freebsd.org/changeset/base/206262 Log: MFC r201210: Remove pppd, it's gone. Modified: stable/8/secure/Makefile Directory Properties: stable/8/secure/ (props changed) stable/8/secure/usr.bin/bdes/ (p

svn commit: r206263 - stable/8/usr.sbin/crunch/examples

2010-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 6 10:34:15 2010 New Revision: 206263 URL: http://svn.freebsd.org/changeset/base/206263 Log: MFC r201211: Remove pppd and SLIP-related stuff. Modified: stable/8/usr.sbin/crunch/examples/really-big.conf Directory Properties: stable/8/usr.sbin/crunch/examples/

svn commit: r206265 - in stable/8: . etc/mtree share/examples share/examples/pppd share/examples/slattach share/examples/sliplogin share/examples/startslip

2010-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 6 10:58:40 2010 New Revision: 206265 URL: http://svn.freebsd.org/changeset/base/206265 Log: MFC r201213: Remove examples for pppd and SLIP-related stuff. PR: conf/144950 Deleted: stable/8/share/examples/pppd/ stable/8/share/examples/slattach/

svn commit: r206542 - stable/8/lib/libc/posix1e

2010-04-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 13 06:01:24 2010 New Revision: 206542 URL: http://svn.freebsd.org/changeset/base/206542 Log: MFC r205796: Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs. PR: amd64/145091 Modified: stable/8/lib/libc/posix1e/acl_to_tex

svn commit: r206543 - stable/8/usr.bin/calendar/calendars

2010-04-12 Thread Edward Tomasz Napierala
Tue Apr 13 06:05:15 2010(r206543) @@ -107,6 +107,7 @@ 04/03 Tong Liu born in Beijing, People's Republic of China, 1981 04/03 Gabor Pali born in Kunhegyes, Hungary, 1982 04/05 Stacey Son born in Burley, Idaho, United States. 1967 +04/07 Edward Tomasz Napierala bo

svn commit: r206788 - stable/8/share/man/man9

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 10:29:26 2010 New Revision: 206788 URL: http://svn.freebsd.org/changeset/base/206788 Log: MFC r205846: Fix references. Modified: stable/8/share/man/man9/ieee80211.9 stable/8/share/man/man9/ieee80211_crypto.9 stable/8/share/man/man9/ieee80211_node.9 st

svn commit: r206789 - stable/8/share/man/man4

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 10:36:49 2010 New Revision: 206789 URL: http://svn.freebsd.org/changeset/base/206789 Log: MFC r201115: Line discipline support is gone; update tty(4) manual page to reflect this. Reviewed by: ed Modified: stable/8/share/man/man4/tty.4 Directory Proper

svn commit: r206790 - stable/8/share/man/man4

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 10:38:17 2010 New Revision: 206790 URL: http://svn.freebsd.org/changeset/base/206790 Log: MFC r201114: Add references to termios-related stuff. Modified: stable/8/share/man/man4/termios.4 Directory Properties: stable/8/share/man/man4/ (props changed) M

svn commit: r206791 - stable/8/share/man/man4

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 10:42:42 2010 New Revision: 206791 URL: http://svn.freebsd.org/changeset/base/206791 Log: MFC r201118: Bump manual page dates. Modified: stable/8/share/man/man4/termios.4 stable/8/share/man/man4/tty.4 Directory Properties: stable/8/share/man/man4/ (pr

svn commit: r206799 - stable/8/cddl/contrib/opensolaris/lib/libzfs/common

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 16:36:38 2010 New Revision: 206799 URL: http://svn.freebsd.org/changeset/base/206799 Log: MFC r197859: 'aclmode' and 'aclinherit' properties should work as advertised; don't refuse to set them. Modified: stable/8/cddl/contrib/opensolaris/lib/libzfs/common

svn commit: r206800 - stable/8/cddl/contrib/opensolaris/lib/libzfs/common

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 16:37:38 2010 New Revision: 206800 URL: http://svn.freebsd.org/changeset/base/206800 Log: MFC r197867: Properly mark ZFS properties which are not changeable under FreeBSD. Reviewed by: pjd Modified: stable/8/cddl/contrib/opensolaris/lib/libzfs/common/

svn commit: r206804 - in stable/8: sbin/dumpfs sbin/mount sbin/tunefs sys/sys sys/ufs/ffs sys/ufs/ufs

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 19:21:08 2010 New Revision: 206804 URL: http://svn.freebsd.org/changeset/base/206804 Log: MFC r200796: Implement NFSv4 ACL support for UFS. Reviewed by: rwatson Modified: stable/8/sbin/dumpfs/dumpfs.c stable/8/sbin/mount/mntopts.h stable/8/sbin/mo

svn commit: r206805 - stable/8/tools/regression/acltools

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 19:40:52 2010 New Revision: 206805 URL: http://svn.freebsd.org/changeset/base/206805 Log: MFC r200811: Add regression test for NFSv4 ACLs on UFS. Added: stable/8/tools/regression/acltools/02.t - copied unchanged from r200811, head/tools/regression/aclt

svn commit: r206806 - stable/8/sys/sys

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 19:44:54 2010 New Revision: 206806 URL: http://svn.freebsd.org/changeset/base/206806 Log: MFC r200829: Cosmetic fixes. Modified: stable/8/sys/sys/acl.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props change

svn commit: r206807 - stable/8/sys/kern

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 19:51:46 2010 New Revision: 206807 URL: http://svn.freebsd.org/changeset/base/206807 Log: MFC r206160 by jh@: Add missing MNT_NFS4ACLS. Modified: stable/8/sys/kern/vfs_subr.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/inclu

svn commit: r206809 - stable/8/sys/ufs/ufs

2010-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 18 20:34:46 2010 New Revision: 206809 URL: http://svn.freebsd.org/changeset/base/206809 Log: MFC r202934: Move out code that does POSIX.1e ACL inheritance into separate routines. Reviewed by: rwatson Modified: stable/8/sys/ufs/ufs/ufs_vnops.c Directory P

svn commit: r206849 - stable/8/sys/ufs/ufs

2010-04-19 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 19 18:19:59 2010 New Revision: 206849 URL: http://svn.freebsd.org/changeset/base/206849 Log: MFC r196987: Remove useless variable assignment. Modified: stable/8/sys/ufs/ufs/ufs_acl.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/

svn commit: r206850 - stable/8/sys/ufs/ufs

2010-04-19 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 19 18:22:21 2010 New Revision: 206850 URL: http://svn.freebsd.org/changeset/base/206850 Log: MFC r202971: Return proper error code. Found with: clang Modified: stable/8/sys/ufs/ufs/ufs_acl.c Directory Properties: stable/8/sys/ (props changed) stab

svn commit: r207426 - head/sys/netgraph

2010-04-30 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Apr 30 07:09:13 2010 New Revision: 207426 URL: http://svn.freebsd.org/changeset/base/207426 Log: Avoid undefined behaviour. Reviewed by: zec@ Modified: head/sys/netgraph/ng_pipe.c Modified: head/sys/netgraph/ng_pipe.c

svn commit: r207662 - in head/sys: fs/ext2fs fs/msdosfs fs/nfsclient fs/nwfs fs/smbfs fs/tmpfs gnu/fs/xfs/FreeBSD kern nfsclient sys ufs/ffs

2010-05-05 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 5 16:44:25 2010 New Revision: 207662 URL: http://svn.freebsd.org/changeset/base/207662 Log: Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). Reviewed by: kib Modified: head/sys/fs/ext2fs/ext2_readwrite.c head/sys/fs/ext2fs/ext2_vnops.c

svn commit: r207719 - in head/sys: fs/msdosfs fs/tmpfs kern sys

2010-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 6 18:43:19 2010 New Revision: 207719 URL: http://svn.freebsd.org/changeset/base/207719 Log: Style fixes and removal of unneeded variable. Submitted by: bde@ Modified: head/sys/fs/msdosfs/msdosfs_vnops.c head/sys/fs/tmpfs/tmpfs_vnops.c head/sys/kern/vfs_vn

svn commit: r207725 - head/sys/kern

2010-05-06 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 6 18:52:41 2010 New Revision: 207725 URL: http://svn.freebsd.org/changeset/base/207725 Log: Avoid overflow. Submitted by: bde@ Modified: head/sys/kern/vfs_vnops.c Modified: head/sys/kern/vfs_vnops.c ===

svn commit: r207745 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Fri May 7 14:30:21 2010 New Revision: 207745 URL: http://svn.freebsd.org/changeset/base/207745 Log: Enforce RLIMIT_FSIZE in ZFS. Reviewed by: pjd@ Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Modified: head/sys/cddl/contrib/opensolaris/

svn commit: r203721 - head/share/man/man9

2010-02-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 9 20:58:39 2010 New Revision: 203721 URL: http://svn.freebsd.org/changeset/base/203721 Log: Add references to VOP_* man pages to vnode(9). Modified: head/share/man/man9/vnode.9 Modified: head/share/man/man9/vnode.9

svn commit: r203722 - head/share/man/man9

2010-02-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 9 21:01:18 2010 New Revision: 203722 URL: http://svn.freebsd.org/changeset/base/203722 Log: Remove VOP_VPTOFH(9) from references in VFS(9), as it's a VOP, not VFS operation. Modified: head/share/man/man9/VFS.9 Modified: head/share/man/man9/VFS.9 ===

svn commit: r203759 - head/share/man/man9

2010-02-10 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Feb 10 17:02:06 2010 New Revision: 203759 URL: http://svn.freebsd.org/changeset/base/203759 Log: Improve description for Giant and mention blocking inside interrupt threads. Modified: head/share/man/man9/locking.9 Modified: head/share/man/man9/locking.9 ==

svn commit: r203761 - head/sys/ufs/ffs

2010-02-10 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Feb 10 18:56:49 2010 New Revision: 203761 URL: http://svn.freebsd.org/changeset/base/203761 Log: Remove unused variable. Modified: head/sys/ufs/ffs/ffs_vfsops.c Modified: head/sys/ufs/ffs/ffs_vfsops.c ===

svn commit: r203762 - head/share/man/man9

2010-02-10 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Feb 10 19:03:48 2010 New Revision: 203762 URL: http://svn.freebsd.org/changeset/base/203762 Log: Start sentences with a new line. Submitted by: brueffer Modified: head/share/man/man9/locking.9 Modified: head/share/man/man9/locking.9 ==

svn commit: r203824 - head/share/man/man9

2010-02-13 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 13 11:54:01 2010 New Revision: 203824 URL: http://svn.freebsd.org/changeset/base/203824 Log: Fix VBAD description. Modified: head/share/man/man9/vnode.9 Modified: head/share/man/man9/vnode.9 =

svn commit: r203825 - head/share/man/man9

2010-02-13 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 13 12:03:03 2010 New Revision: 203825 URL: http://svn.freebsd.org/changeset/base/203825 Log: Remove list of locking primitives, which is kind of redundant, move information about witness(9) to the section about interactions, and expand 'contexts' table. Modified:

svn commit: r203929 - head/share/man/man9

2010-02-15 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Feb 15 17:41:59 2010 New Revision: 203929 URL: http://svn.freebsd.org/changeset/base/203929 Log: Some rewording and language fixes. PR: docs/136918, docs/134074 Submitted by: Ben Kaduk , Haven Hash Modified: head/share/man/man9/locking.9 Modified: he

svn commit: r204408 - head/sys/dev/md

2010-02-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 27 10:41:30 2010 New Revision: 204408 URL: http://svn.freebsd.org/changeset/base/204408 Log: Fix panic on invalid 'mdconfig -at preload' usage. PR: kern/80136 Modified: head/sys/dev/md/md.c Modified: head/sys/dev/md/md.c

svn commit: r205730 - stable/8/sys/dev/md

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 14:43:40 2010 New Revision: 205730 URL: http://svn.freebsd.org/changeset/base/205730 Log: MFC r204408: Fix panic on invalid 'mdconfig -at preload' usage. PR: kern/80136 Modified: stable/8/sys/dev/md/md.c Directory Properties: stable/8/sys/

svn commit: r205731 - stable/8/sys/amd64/ia32

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 14:58:28 2010 New Revision: 205731 URL: http://svn.freebsd.org/changeset/base/205731 Log: MFC r202919: Fix array overflow. This routine is only called from procfs, which is not mounted by default, and I've been unable to trigger a panic without this fix a

svn commit: r205732 - stable/8/sys/contrib/ngatm/netnatm/api

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 15:02:28 2010 New Revision: 205732 URL: http://svn.freebsd.org/changeset/base/205732 Log: MFC r201818: Fix array overflow. Reviewed by: philip Modified: stable/8/sys/contrib/ngatm/netnatm/api/cc_conn.c Directory Properties: stable/8/sys/ (props ch

svn commit: r205733 - stable/8/sys/security/mac_lomac

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 15:05:06 2010 New Revision: 205733 URL: http://svn.freebsd.org/changeset/base/205733 Log: MFC r201438: Make mac_lomac(4) able to interpret NFSv4 access bits. Reviewed by: rwatson Modified: stable/8/sys/security/mac_lomac/mac_lomac.c Directory Properti

svn commit: r205737 - in stable/8/sys: conf kern sys

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 16:31:49 2010 New Revision: 205737 URL: http://svn.freebsd.org/changeset/base/205737 Log: MFC r197405: Add pieces of infrastructure required for NFSv4 ACL support in UFS. Reviewed by: rwatson Modified: stable/8/sys/conf/files stable/8/sys/kern/subr_

svn commit: r205739 - stable/8/sys/fs/nfs

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 16:35:25 2010 New Revision: 205739 URL: http://svn.freebsd.org/changeset/base/205739 Log: MFC r197650: Fix typo in the comment. Modified: stable/8/sys/fs/nfs/nfs_commonacl.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/includ

svn commit: r205740 - stable/8/share/man/man9

2010-03-27 Thread Edward Tomasz Napierala
ERM +Operation not permitted. +An attempt was made to perform an operation limited to processes with +appropriate privileges or to the owner of a file or other resource. +.El +.Sh SEE ALSO +.Xr vaccess 9 , +.Xr vnode 9 , +.Xr VOP_ACCESS 9 +.Sh AUTHORS +Current implementation of +.Fn vaccess_acl_nfs4 +was wri

svn commit: r205748 - in stable/8/sys: fs/fifofs kern sys

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 17:22:11 2010 New Revision: 205748 URL: http://svn.freebsd.org/changeset/base/205748 Log: MFC r197680: Provide default implementation for VOP_ACCESS(9), so that filesystems which want to provide VOP_ACCESSX(9) don't have to implement both. Note that this

svn commit: r205749 - stable/8/share/man/man9

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 17:25:17 2010 New Revision: 205749 URL: http://svn.freebsd.org/changeset/base/205749 Log: MFC r197780: Make fetch(9) and store(9) manual pages closer to reality. Modified: stable/8/share/man/man9/Makefile stable/8/share/man/man9/fetch.9 stable/8/share/m

svn commit: r205765 - stable/8/sys/dev/fdc

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 17:56:45 2010 New Revision: 205765 URL: http://svn.freebsd.org/changeset/base/205765 Log: MFC r197945: Orphaning provider with EXDEV seems weird; perhaps the author meant ENXIO here? Modified: stable/8/sys/dev/fdc/fdc.c Directory Properties: stable/8/sy

svn commit: r205767 - stable/8/sbin/mount

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 18:01:38 2010 New Revision: 205767 URL: http://svn.freebsd.org/changeset/base/205767 Log: MFC r199182: Add links to zfs(8) and zpool(8) to mount(8) manual page. Modified: stable/8/sbin/mount/mount.8 Directory Properties: stable/8/sbin/mount/ (props chan

svn commit: r205768 - stable/8/sys/geom/label

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 18:04:33 2010 New Revision: 205768 URL: http://svn.freebsd.org/changeset/base/205768 Log: MFC r199875: Provide a set of sysctls and tunables to disable device node creation for specific "kinds" of disk labels - for example, GPT UUIDs. Reason for this is t

svn commit: r205769 - stable/8/sys/kern

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 18:08:14 2010 New Revision: 205769 URL: http://svn.freebsd.org/changeset/base/205769 Log: MFC r200058: Add change that was somehow missed in r192586. It could manifest by incorrectly returning EINVAL from acl_valid(3) for applications linked against pre-8

svn commit: r205770 - stable/8/sys/kern

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 18:09:40 2010 New Revision: 205770 URL: http://svn.freebsd.org/changeset/base/205770 Log: MFC r200273: Don't add VAPPEND if the file is not being opened for writing. Note that this only affects cases where open(2) is being used improperly - i.e. when the us

svn commit: r205771 - stable/8/sys/kern

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 18:12:00 2010 New Revision: 205771 URL: http://svn.freebsd.org/changeset/base/205771 Log: MFC r200723: Interpret VAPPEND correctly in vaccess_acl_nfs4(9). Modified: stable/8/sys/kern/subr_acl_nfs4.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r205772 - in stable/8/sbin/geom: class/cache core

2010-03-27 Thread Edward Tomasz Napierala
/gcache.8 Sat Mar 27 18:15:18 2010 (r205772, copy of r201432, head/sbin/geom/class/cache/gcache.8) @@ -0,0 +1,192 @@ +.\"- +.\" Copyright (c) 2010 Edward Tomasz Napierala +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or

svn commit: r205775 - stable/8/share/man/man9

2010-03-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 27 18:45:53 2010 New Revision: 205775 URL: http://svn.freebsd.org/changeset/base/205775 Log: MFC r203122: Improve descriptions, remove turnstiles (since, from what I understand, they are only used to implement other synchronization primitives), tweak formatti

svn commit: r205796 - head/lib/libc/posix1e

2010-03-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 28 17:29:15 2010 New Revision: 205796 URL: http://svn.freebsd.org/changeset/base/205796 Log: Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs. PR: amd64/145091 MFC after:2 weeks Modified: head/lib/libc/posix1e/acl_to_t

svn commit: r205797 - stable/8/share/man/man9

2010-03-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 28 18:43:04 2010 New Revision: 205797 URL: http://svn.freebsd.org/changeset/base/205797 Log: MFC r203549: Add missing coma. Modified: stable/8/share/man/man9/mtx_pool.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified: stable/8/shar

svn commit: r205798 - stable/8/share/man/man9

2010-03-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 28 18:44:54 2010 New Revision: 205798 URL: http://svn.freebsd.org/changeset/base/205798 Log: MFC r203721: Add references to VOP_* man pages to vnode(9). Modified: stable/8/share/man/man9/vnode.9 Directory Properties: stable/8/share/man/man9/ (props changed

svn commit: r205799 - stable/8/share/man/man9

2010-03-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 28 18:46:01 2010 New Revision: 205799 URL: http://svn.freebsd.org/changeset/base/205799 Log: MFC r203824: Fix VBAD description. Modified: stable/8/share/man/man9/vnode.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified: stable/8/sha

svn commit: r205846 - head/share/man/man9

2010-03-29 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 29 17:39:38 2010 New Revision: 205846 URL: http://svn.freebsd.org/changeset/base/205846 Log: Fix references. Modified: head/share/man/man9/ieee80211.9 head/share/man/man9/ieee80211_crypto.9 head/share/man/man9/ieee80211_node.9 head/share/man/man9/ieee80211_ou

svn commit: r205853 - head/usr.bin/calendar/calendars

2010-03-29 Thread Edward Tomasz Napierala
born in Beijing, People's Republic of China, 1981 04/03 Gabor Pali born in Kunhegyes, Hungary, 1982 04/05 Stacey Son born in Burley, Idaho, United States. 1967 +04/07 Edward Tomasz Napierala born in Wolsztyn, Poland, 1981 04/08 Jordan K. Hubbard born in Honolulu, Hawaii, U

svn commit: r192015 - head/sys/cam/scsi

2009-05-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 12 15:03:47 2009 New Revision: 192015 URL: http://svn.freebsd.org/changeset/base/192015 Log: Add missing 'break' statements. Found with: Coverity Prevent(tm) CID: 3936, 3937 Reviewed by: scottl@ Modified: head/sys/cam/scsi/scsi_sg.c Modified:

svn commit: r192016 - head/sys/cam

2009-05-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 12 15:14:37 2009 New Revision: 192016 URL: http://svn.freebsd.org/changeset/base/192016 Log: Add missing free(9) in error case. Found with: Coverity Prevent(tm) CID: 4224 Modified: head/sys/cam/cam_periph.c Modified: head/sys/cam/cam_periph.c ===

svn commit: r192019 - head/sys/cam/scsi

2009-05-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 12 16:38:32 2009 New Revision: 192019 URL: http://svn.freebsd.org/changeset/base/192019 Log: Remove dead code. Found with: Coverity Prevent(tm) CID: 3667 Modified: head/sys/cam/scsi/scsi_pass.c Modified: head/sys/cam/scsi/scsi_pass.c

svn commit: r192020 - head/sys/dev/ata

2009-05-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 12 16:39:43 2009 New Revision: 192020 URL: http://svn.freebsd.org/changeset/base/192020 Log: Remove dead code. Found with: Coverity Prevent(tm) CID: 556 Modified: head/sys/dev/ata/atapi-cam.c Modified: head/sys/dev/ata/atapi-cam.c ===

<    4   5   6   7   8   9   10   11   12   13   >