Re: svn commit: r207142 - head/sys/ufs/ffs

2010-04-26 Thread pluknet
inode *); voidsoftdep_revert_mkdir(struct inode *, struct inode *); Fixing is not obvios for me. Some of non-SU stub functions return 0, and some of them panic. -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org

Re: svn commit: r208002 - head

2010-05-12 Thread pluknet
On 13 May 2010 01:20, Christian Brueffer wrote: > Author: brueffer > Date: Wed May 12 21:20:04 2010 > New Revision: 208002 > URL: http://svn.freebsd.org/changeset/base/208002 > > Log: >  Note 8.0-RELEASE. > >  PR:           143824 >  Submitted by: pluknet

Re: svn commit: r208002 - head

2010-05-12 Thread pluknet
On 13 May 2010 07:37, Ken Smith wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 5/12/10 11:13 PM, pluknet wrote: >> On 13 May 2010 01:20, Christian Brueffer wrote: >>> Author: brueffer >>> Date: Wed May 12 21:20:04 2010 >>> New Rev

Re: svn commit: r208327 - head/share/misc

2010-05-19 Thread pluknet
05-19 [OBD] Bibliography -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r209249 - head/share/man/man7

2010-06-17 Thread pluknet
>        environ.7 \ >        ffs.7 \ > @@ -27,5 +28,9 @@ MAN=  adding_user.7 \ > >  MLINKS=        intro.7 miscellaneous.7 >  MLINKS+= security.7 securelevel.7 > +MLINKS+= c99.7 c.7 > +MLINKS+= c99.7 c79.7 Hi, should it be MLINKS+= c99.7 c78.7 instead? You cite c78 in manpage, b

Re: svn commit: r209995 - in head/sys: amd64/include i386/include

2010-07-13 Thread pluknet
e some time (maybe since before 4.4-lite :) > >  Submitted by: bde > Yeah, I didn't quite get at all why it was ever undefed in those arches which didn't use it in "excessively bogus" proprietary parts... -- wbr, pluknet _

Re: svn commit: r210428 - head/sys/dev/e1000

2010-07-23 Thread pluknet
adap >  } > > > +/** igb_sysctl_tdh_handler - Handler function > + *  Retrieves the TDH value from the hardware > + */ > +static int igb_sysctl_tdh_handler(SYSCTL_HANDLER_ARGS) > +{ ^^ This function definition (and three ones below) breaks style(9): "

Re: svn commit: r210668 - head/sys/modules/ata/atacore

2010-07-31 Thread pluknet
That probably fixes universe failure on powerpc, mips, arm, sparc64 for me.. -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r211530 - head/sys/netinet6

2010-08-20 Thread pluknet
;ipi6_ifindex) + if (optp != NULL && (!optp->ip6po_pktinfo || + !optp->ip6po_pktinfo->ipi6_ifindex)) -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r211695 - head/sys/kern

2010-08-22 Thread pluknet
TW I tried to make tags from src/ (with clean obj, if that matters) and the target began to build my gcc (cc/cc_tools) after going through various world paths. Is that intended? %%% -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r211853 - head/sys/rpc

2010-08-27 Thread pluknet
unload right after nfs_unmount()? Warning: memory type rpc leaked memory on destroy (3 allocations, 1216 bytes leaked). -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscri

Re: svn commit: r212182 - head/sys/kern

2010-09-03 Thread pluknet
 static int >  sbuf_extendsize(int size) Hi, as I can see, the next (and maybe preferred) model is used in system headers: #ifdef CTASSERT CTASSERT(...); #endif -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r212628 - head/sys/dev/aac

2010-09-15 Thread pluknet
_INITFLAGS_NEW_COMM_SUPPORTED 1 +#define AAC_INITFLAGS_DRIVER_USES_UTC_TIME 0x10 +#define AAC_INITFLAGS_DRIVER_SUPPORTS_PM 0x20 u_int32_t MaxIoCommands; /* max outstanding commands */ u_int32_t MaxIoSize; /* largest I/O command */

Re: svn commit: r212831 - head/lib/libproc

2010-09-19 Thread pluknet
. Is it intentional? I though something more like this was meant in svn log: while (waitpid(...) < 0) if (errno != EINTR) { warn("waitpid"); return (-1); } -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r212932 - head/tools/tools/umastat

2010-09-20 Thread pluknet
onth can be partially closed. Thanks. -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r213097 - head/sbin/geom/class/part

2010-09-24 Thread pluknet
is a very useful feature. Will you MFC it to RELENG_8? -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread pluknet
On 16 September 2010 11:56, Dag-Erling Smorgrav wrote: > Author: des > Date: Thu Sep 16 07:56:34 2010 > New Revision: 212723 > URL: http://svn.freebsd.org/changeset/base/212723 > > Log: >  Implement proc/$$/environment. > [...] >  /* >  * Filler function for proc/pid/environ >  */ >  static int >

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread pluknet
2010/9/24 Kostik Belousov : > On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote: >> On 16 September 2010 11:56, Dag-Erling Smorgrav wrote: >> > Author: des >> > Date: Thu Sep 16 07:56:34 2010 >> > New Revision: 212723 >> > URL: http://svn.fr

Re: svn commit: r213181 - head/usr.sbin/watchdogd

2010-09-27 Thread pluknet
n, syslogd, and inetd. > > May be there is a sense to have some utility in the system so that an admin > could protect any process he wanted? E.g. something like in the attach. > Hi. You might want to look at is sysutils/scprotect in ports. Not sure that

Re: svn commit: r203972 - in head/usr.sbin: eeprom makefs makefs/compat rpcbind usbdevs yppoll

2010-02-16 Thread pluknet
+               if (!addr_is_bound(ifsa)) > +                       continue; > >                if (!(ifap->ifa_flags & IFF_LOOPBACK) && !listen_addr(ifsa)) >                        continue; > Hi, Warner. Was this change intentional? Thanks. -- wbr, pluknet

Re: svn commit: r204725 - in head: lib/libc/posix1e sbin/geom/class/cache sbin/geom/class/mountver

2010-03-04 Thread pluknet
Approved by:  trasz > Just interesting, what about other 172 files (112 of them in sys/). -- wbr, pluknet ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r206043 - in head/usr.sbin/pkg_install: add delete lib version

2010-04-01 Thread pluknet
too. >  - Try rename(2) in move_file() first. >  - Bump PKG_INSTALL_VERSION to 20100401. > >  PR:           bin/145101 [1], bin/139492 [2], bin/144919 [3] >                bin/144920 [4], bin/144921 [5] >  Submitted by: gcooper [1,2,3,4,5] -- wbr, pluknet __