Re: svn commit: r218695 - stable/8/usr.bin/top

2011-02-15 Thread jhell
. Might be best to just take some active values straight from a running top(1) output rather than blindly adjusting them. -- jhell ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe,

Re: svn commit: r214343 - stable/8/bin/ps

2010-10-25 Thread jhell
On 10/25/2010 23:20, jhell wrote: > On 10/25/2010 11:01, Attilio Rao wrote: >> Author: attilio >> Date: Mon Oct 25 15:01:40 2010 >> New Revision: 214343 >> URL: http://svn.freebsd.org/changeset/base/214343 >> >> Log: >> MFC r213012 by emaste: >

Re: svn commit: r214343 - stable/8/bin/ps

2010-10-25 Thread jhell
gn -c /usr/src/bin/ps/keyword.c /usr/src/bin/ps/keyword.c:190: error: 'struct kinfo_proc' has no member named 'ki_tdaddr' *** Error code 1 ??? -- jhell,v ___ 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: r214343 - stable/8/bin/ps

2010-10-25 Thread jhell
On 10/25/2010 23:20, jhell wrote: Oops this seems to have been introduced by 214364 rather than the subject listed revision. > > cc -O2 -pipe -DLAZY_PS -std=gnu99 -fstack-protector -Wsystem-headers > -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototyp

Re: svn commit: r210616 - stable/8/bin/sh

2010-07-30 Thread jhell
On 07/30/2010 09:56, Jilles Tjoelker wrote: > On Thu, Jul 29, 2010 at 07:46:20PM -0400, jhell wrote: >> So what has been commited here is implicitly stating that instead of >> using ( trap 'exit 1' 2 ) in a script to catch SIGINT and exit it is now >> being done on

Re: svn commit: r210616 - stable/8/bin/sh

2010-07-29 Thread jhell
CLEAR_PENDING_INT; > } > +#if JOBS > + else if (rootshell && iflag && propagate_int && > + WIFSIGNALED(status) && WTERMSIG(status) == SIGINT) > + kill(getpid(), SIGINT); > +#endif > INTON; > return st; > } -- jhell,v ___ 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: r209912 - stable/8/bin/pkill

2010-07-11 Thread jhell
On 07/11/2010 17:50, Brian Somers wrote: > Author: brian > Date: Sun Jul 11 21:50:05 2010 > New Revision: 209912 > URL: http://svn.freebsd.org/changeset/base/209912 > > Log: > MFC r209363: Recognise the -l switch in pkill. > > PR: 143558 > Submitted by: eitanadlerlist at gma

Re: svn commit: r202750 - in stable/7/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/md fs/cd9660 fs/udf kern sys ufs/ffs

2010-01-21 Thread jhell
ize; ip->i_vnode = vp; @@ -1518,6 +1518,10 @@ ffs_vgetf(mp, ino, flags, vpp, ffs_flags /* * Finish inode initialization. */ + if (vp->v_type != VFIFO) { + /* FFS supports shared locking for a

Re: svn commit: r200714 - in stable/7/sys: amd64/amd64 i386/i386

2009-12-19 Thread jhell
'CPUID_TO_FAMILY' /usr/src/sys/i386/i386/mca.c:511: warning: implicit declaration of function 'CPUID_TO_MODEL' /usr/src/sys/i386/i386/mca.c:511: warning: nested extern declaration of 'CPUID_TO_MODEL' *** Error code 1 - -- Sat Dec 19 14:16:11 20

Re: svn commit: r198553 - stable/7/share/man/man4

2009-10-28 Thread jhell
-v |grep cam 41 cam # Best regards. -- ;; dataix.net!jhell 2048R/89D8547E 2009-09-30 ;; BSD since FreeBSD 4.2Linux since Slackware 2.1 ;; 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E ___ svn-src-all@freebsd.org mail