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: 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: 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: 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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-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: 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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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: 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: r209773 - releng/8.1/sys/net

2010-07-07 Thread pluknet
:13 2010         > (r209773) > @@ -1626,7 +1626,7 @@ flowtable_init(const void *unused __unus >            EVENTHANDLER_PRI_ANY); >        flowclean_freq = 20*hz; >  } > -SYSINIT(flowtable_init, SI_SUB_SMP, SI_ORDER_MIDDLE, > +SYSINIT(flowtable_init, SI_SUB_KTHREAD_INIT, SI_ORDER_FIRST, >  

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: r208327 - head/share/misc

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

Re: svn commit: r208319 - in stable/6/sys: kern sys vm

2010-05-19 Thread pluknet
 killed by OOM. When killed process waits for a page allocation, try to >  satisfy the request as fast as possible. > >  Sponsored by: Sandvine Incorporated > Great, thank you! -- wbr, pluknet ___ svn-src-all@freebsd.org mailing list http://lis

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: 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: 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-all@freebsd.org mailing list http://lists.freebsd.o

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 __

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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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: r203134 - in head: share/man/man4 sys/conf sys/contrib/dev/run sys/dev/usb sys/dev/usb/wlan sys/modules sys/modules/runfw sys/modules/usb sys/modules/usb/run

2010-01-28 Thread pluknet
, TKIP(+MIC) and CCMP ciphers. > +.Pp > +The > +.Nm > +driver can be configured at runtime with > +.Xr ifconfig 8 > +or on boot with > +.Xr hostname.if 5 . hostname.if(5) is something that only exists in OpenBSD. I think the following would be better: For more inform

Re: svn commit: r202283 - in head/sys: conf fs/ext2fs gnu/fs/ext2fs gnu/fs/reiserfs modules/ext2fs

2010-01-14 Thread pluknet
       available block is located. > + * If no block preference is given the following hierarchy is used > + * to allocate a block: > + *   1) allocate a block in the cylinder group that contains the > + *        inode for the file. > + *   2) qu

Re: svn commit: r201749 - stable/8/sys/sys

2010-01-07 Thread pluknet
 Note: that 800108 should have been 800501 with that but as there is no >  functional problem here, it'll just stay as is. [1] > >  This will make pkg_add -r use packages-8-stable for stable/8 rather >  than packages-8.0-release. > >  Reported by:  Paride Legovini (pl ninthfloor

Re: svn commit: r201180 - head/sbin/shutdown

2009-12-29 Thread pluknet
o long ago (Net/2 or bit earlier), it became a popular expression to designate a recipe for freeing resources when you just can't wait for garbage collection (c). :) http://digg.com/programming/Die_You_Gravy_Sucking_Pig_Dog -- wbr, pluknet ___ svn-

Re: svn commit: r199804 - in head: crypto/openssh usr.sbin/cron/cron usr.sbin/inetd usr.sbin/syslogd

2009-11-25 Thread pluknet
different things) interface in Solaris. Look at getpflags(2)/setpflags(2). -- wbr, pluknet ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r198496 - in stable/7: etc etc/mtree include sys sys/contrib/pf sys/dev/mfi usr.sbin usr.sbin/acpi usr.sbin/adduser usr.sbin/arp usr.sbin/bluetooth usr.sbin/bluetooth/btpand usr.sbin

2009-10-26 Thread pluknet
appeared in > +.Fx 8.0 . Please don't forget to change it to 7.3. Thank you again! -- wbr, pluknet ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r196701 - head/share/man/man4

2009-08-31 Thread pluknet
rt 0x1000-0x10ff mem 0x9790-0x9793,0x9794 -0x9797 irq 16 at device 0.0 on pci1 mfi0: Reserved 0x4 bytes for rid 0x10 type 3 at 0x9790 mfi0: Megaraid SAS driver Ver 3.00 mfi0: Max fw cmds= 1008, sizing driver pool to 128 See also http://archiv

Re: svn commit: r196432 - in head: . gnu/usr.bin/groff/tmac release sys/conf sys/sys usr.sbin/pkg_install/add

2009-08-23 Thread pluknet
00, "/packages-7-stable" }, > -       { 80, 899000, "/packages-8-current" }, > +       { 80, 899000, "/packages-8-stable" }, > +       { 90, 999000, "/packages-9-current" }, The last chunk

Re: svn commit: r195202 - in head/sys: conf i386/i386 modules/nfsclient modules/nfsserver nfs nfsclient nfsserver

2009-06-30 Thread pluknet
udes . It seems removing the #include fixes the build. > Moreover, this file should go to ObsoleteFiles.inc. -- wbr, pluknet ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

OT: svn commit: r188764 - head/sys/kern

2009-02-18 Thread pluknet
Hi. Am I right that td_estcpu is only updated under SCHED_4BSD ? (well, user's ki_estcpu is not used in top anyway. ps shows all zeroes under SCHED_ULE (as it should then though). I'm just interested.) -- wbr, pluknet ___ svn-src-all@f

Re: svn commit: r186204 - head/release/doc/en_US.ISO8859-1/hardware

2008-12-17 Thread pluknet
on this system you provided? > > Thanks, > > - Murray > I know the guy (he works in that company) who installed FreeBSD on such configuration. I will try to ask him to extract dmesg messages. -- wbr, pluknet ___ svn-src-all@freebsd.org mailing

Re: svn commit: r186204 - head/release/doc/en_US.ISO8859-1/hardware

2008-12-16 Thread pluknet
The largest tested memory configuration I ever heard was with 128GB running on current :p. Link to conf (in russian): http://www.etegro.com/rus/items/24/2.html -- wbr, pluknet ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman