On Tue, 4 Sep 2001, Julian Elischer wrote:
> > PS. I just removed and checkout sys/isa.
> hope you did a "make clean" too...
I tried this too - nothing changed. :(
Where is my netscroll genius... I want it back
;-)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-curr
>> > PS. I just removed and checkout sys/isa.
>> hope you did a "make clean" too...
>I tried this too - nothing changed. :(
>Where is my netscroll genius... I want it back
>;-)
What was the message? Is that the following?
panic: nexus_setup_intr: NULL irq resource!
Or, something else?
C
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote:
> What was the message? Is that the following?
> panic: nexus_setup_intr: NULL irq resource!
> Or, something else?
You missunderstand or maybe i wrote something wrong. Now i've got a
bootable kernel with no panic and NO psm0 messages at all. So
> process. When the system comes completely up, please send me
> entire dmesg output and /boot/device.hints.
into.tar.bz2
Thank you. I got the files.
Then, would you remove my previous small patch from psm.c, and put the
following line in /boot/device.hints instead and reboot?
debug.acpi.disable="sysresource"
Or, you may type
set debug.acpi.disable="sysresource"
at the loader prompt before "boot -v".
Kazu
>You
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote:
> Then, would you remove my previous small patch from psm.c, and put the
> following line in /boot/device.hints instead and reboot?
> debug.acpi.disable="sysresource"
> Or, you may type
> set debug.acpi.disable="sysresource"
> at the loader prompt befo
As I wrote in another mail to Harti Brandt and cc'ed to you, it now
appears that ACPI on your motherboard declares IRQ 12 BOTH in the PS/2
mouse resource descriptors and in the system reserved resource
descriptors.
The system reserved resources are sucked by the sysresource driver in
the acpi mo
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote:
> As some other people are not having this problem, this may be
> called a quirk or anomaly, to say the least.
I think that it is ASUS A7V-133 feature, cause Harti has this board to, if
i'm not wrong. Check our dmesgs.
To Unsubscribe: send mail to
On 05-Sep-01 Marcel Moolenaar wrote:
> On Wed, Sep 05, 2001 at 11:04:04AM -0700, John Baldwin wrote:
>>
>> On 05-Sep-01 Marcel Moolenaar wrote:
>> > Hi,
>> >
>> > I get consistent locks when trying to run Mozilla for Linux (RH 7.1).
>> >
>> > Breaking into the debugger, I see it hangs in fork_
On Wed, Sep 05, 2001 at 09:52:34AM +0300, Giorgos Keramidas wrote:
> I have it fixed now in my local CVS tree. Hopefully Kris will commit
> something to fix it soon :-)
I fixed this a couple of hours ago.
Kris
PGP signature
On Wed, 5 Sep 2001, Terry Lambert wrote:
> Mikhail Teterin wrote:
> > > Also, printf() allocates memory for floating point, so if that
> > > percentage is a floating point calculation, then you are in double
> > > trouble, since you are not allowed to call malloc() in a signal
On 2 Sep, An: [EMAIL PROTECTED] wrote:
> Hi,
>
> here's a backtrace from a kernel panic I get if I try to buildworld with
> "make -j4" (source as of yesterday).
>
> I also get this panic if I try to cvsup (not only with this kernel, also
> with a kernel from Aug 28).
Still kernel (+world) from
On Tue, 4 Sep 2001, Ruslan Ermilov wrote:
> On Mon, Sep 03, 2001 at 09:36:46PM +1000, Bruce Evans wrote:
> > Index: Makefile
> > ===
> > RCS file: /home/ncvs/src/usr.bin/xinstall/Makefile,v
> > retrieving revision 1.15
> > diff -u -2
No response from [EMAIL PROTECTED]
On my eMachines 600ix with the recent ACPI changes there is now
a 2-4 minute pause during boot followed by some ACPI-related
error messages:
...
acpi0: on motherboard
acpi0: power button is handled as a fixed feature programming model.
Timecounter "ACPI" freq
On 5 Sep, Bruce Evans wrote:
> snprintf, strlen, vsnprintf, sysctl, sysctlbyname
>
> I think all of these are safe in practice.
>
> It also accesses some variables that are not safe to access in
> a signal handler (non-auto ones that are not of type "volatile
> sig_atomic_t"
On Wed, Sep 05, 2001 at 09:44:05PM +1000, Bruce Evans wrote:
[...]
> > Index: Makefile
> > ===
> > RCS file: /home/ncvs/src/usr.bin/xinstall/Makefile,v
> > retrieving revision 1.15
> > diff -u -r1.15 Makefile
> > --- Makefile2
While on the subject of VFS locking...
Accessing devfs through a nullfs redirection causes a panic() due to
locking issues. I haven't had time to look at this in detail yet, if
somebody wants to jump up and fix the problem, feel free...
-Jon
To Unsubscribe: send mail to [EMAIL PROTECTED]
wit
On Mon, Sep 03, 2001 at 08:26:16PM +0900, Yoichi NAKAYAMA wrote:
> I just cvsup'ed and buildkernel with NEWCARD.
> Then my note book doesn't recognize MAC address of the card(3CXFE575CT-JP)
> following are concerning log for new kernel and old kernel(cvsup'ed 2-3 weeks ago)
This looks like it cou
On Tue, Sep 04, 2001 at 11:25:25AM +0200, Mark Santcroos wrote:
> Hi Warner,
>
> On Mon, Sep 03, 2001 at 10:24:31AM -0600, Warner Losh wrote:
> > Looks like the mass commit broke stuff :-(
>
> I have a ToPIC100 chipset in my Toshiba Portege 3110CT.
>
> Last 'week' the updates broke my pcmcia su
On Tue, Sep 04, 2001 at 09:48:24AM -0300, Daniel Capo Sobral wrote:
> When I first wrote the loader.conf thingy, I couldn't get the value
> of environment variables from the FICL environment.
...
> Anyway, I have been too busy lately to do anything with FreeBSD that
> is not directly related to th
In article <[EMAIL PROTECTED]>,
KSrinivasa Raghavan <[EMAIL PROTECTED]> wrote:
>
> For some reasons I was unable to checkout sources from cvs server of
> FreeBSD sources. I have been using anoncvs.FreeBSD.org to fetch the
> files.
I believe the administrators have been upgrading that system. I
On Wed, Sep 05, 2001 at 09:38:06AM -0700, John Polstra wrote:
> In article <[EMAIL PROTECTED]>,
> KSrinivasa Raghavan <[EMAIL PROTECTED]> wrote:
> >
> > For some reasons I was unable to checkout sources from cvs server of
> > FreeBSD sources. I have been using anoncvs.FreeBSD.org to fetch the
> >
On 5/09, David O'Brien wrote:
| On Tue, Sep 04, 2001 at 09:48:24AM -0300, Daniel Capo Sobral wrote:
| > When I first wrote the loader.conf thingy, I couldn't get the value
| > of environment variables from the FICL environment.
| ...
| > Anyway, I have been too busy lately to do anything with Fre
Hi,
I get consistent locks when trying to run Mozilla for Linux (RH 7.1).
Breaking into the debugger, I see it hangs in fork_exit()+180. This
is should be the PROC_LOCK(p) in the source file (kern_fork.c).
Since a deadlock in this place should be seen for FreeBSD binaries as
well and since that
In article <[EMAIL PROTECTED]>, David O'Brien
<[EMAIL PROTECTED]> wrote:
> What is the right mailing list to plead for more anoncvs mirrors?
I doubt that "pleading" would help, but "volunteering" might. :-)
I have (had?) been maintaining anoncvs.freebsd.org, but I don't have
time for any others
On 05-Sep-01 Marcel Moolenaar wrote:
> Hi,
>
> I get consistent locks when trying to run Mozilla for Linux (RH 7.1).
>
> Breaking into the debugger, I see it hangs in fork_exit()+180. This
> is should be the PROC_LOCK(p) in the source file (kern_fork.c).
Can you do 'show locks ' where is the
On Wed, Sep 05, 2001 at 10:54:20AM -0700, John Polstra wrote:
> In article <[EMAIL PROTECTED]>, David O'Brien
> <[EMAIL PROTECTED]> wrote:
>
> > What is the right mailing list to plead for more anoncvs mirrors?
>
> I doubt that "pleading" would help, but "volunteering" might. :-)
For occational
In article <[EMAIL PROTECTED]>,
Jonathan Chen <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 05, 2001 at 10:54:20AM -0700, John Polstra wrote:
> > - You need an MFS filesystem with zillions of inodes, because
> > anonymous CVS just hammers the disk with tiny lock files or state
> > files. If they
On Wed, Sep 05, 2001 at 11:41:13AM -0700, John Polstra wrote:
> In article <[EMAIL PROTECTED]>,
> Jonathan Chen <[EMAIL PROTECTED]> wrote:
> > On Wed, Sep 05, 2001 at 10:54:20AM -0700, John Polstra wrote:
> > > - You need an MFS filesystem with zillions of inodes, because
> > > anonymous CVS ju
On 05-Sep-01 John Polstra wrote:
> In article <[EMAIL PROTECTED]>,
> Jonathan Chen <[EMAIL PROTECTED]> wrote:
>> On Wed, Sep 05, 2001 at 10:54:20AM -0700, John Polstra wrote:
>> > - You need an MFS filesystem with zillions of inodes, because
>> > anonymous CVS just hammers the disk with tiny l
David O'Brien wrote:
> On Tue, Sep 04, 2001 at 09:48:24AM -0300, Daniel Capo Sobral wrote:
>
>>When I first wrote the loader.conf thingy, I couldn't get the value
>>of environment variables from the FICL environment.
>>
> ...
>
>>Anyway, I have been too busy lately to do anything with FreeBSD th
In article <[EMAIL PROTECTED]>,
Jonathan Chen <[EMAIL PROTECTED]> wrote:
>
> Yep, you are right. cvs writes the shadow stuff in /tmp. bleah.
It does honor $TMPDIR and the "-T" option, though.
John
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body
Samuel Tardieu wrote:
> Or why is BSD make used when the vast majority of Free Software developpers
> use GNU make?
1) It actually works
2) It can operate with a Bourne shell, and does not depend
on bash-isms
3) The files created to use it are more portable to other
On Tue, Sep 04, 2001 at 01:33:30AM -0700, Poul-Henning Kamp wrote:
> phk 2001/09/04 01:33:30 PDT
>
> Modified files:
> sys/dev/ccd ccd.c
> sys/modules/ccd Makefile
> sys/sys ccdvar.h
> Log:
> Kill the NCCD constant by modernizing the ccd dri
On Wed, Sep 05, 2001 at 10:54:20AM -0700, John Polstra wrote:
> a few important points:
Supporting SSH transport would be a good idea too.
Kris
PGP signature
On Wed, Sep 05, 2001 at 12:04:49PM -0700, Terry Lambert wrote:
> Samuel Tardieu wrote:
> > Or why is BSD make used when the vast majority of Free Software developpers
> > use GNU make?
>
> 1)It actually works
You forgot the syntax is nearly the same as GNU Make.
(or rather both accept nearly
On Wed, 5 Sep 2001, Daniel C. Sobral wrote:
> David O'Brien wrote:
> > On Tue, Sep 04, 2001 at 09:48:24AM -0300, Daniel Capo Sobral wrote:
> >
> >>When I first wrote the loader.conf thingy, I couldn't get the value
> >>of environment variables from the FICL environment.
> >>
> > ...
> >
> >>A
In message <[EMAIL PROTECTED]>, "David O'Brien" writes:
>On Tue, Sep 04, 2001 at 01:33:30AM -0700, Poul-Henning Kamp wrote:
>> phk 2001/09/04 01:33:30 PDT
>>
>> Modified files:
>> sys/dev/ccd ccd.c
>> sys/modules/ccd Makefile
>> sys/sys ccdvar.h
On Wed, Sep 05, 2001 at 10:54:20AM -0700, John Polstra wrote:
> - You need a pretty powerful machine to handle even, say, 4-6 clients
> at a time. Anonymous CVS is a hog like you wouldn't believe.
> Don't try to use the machine for anything else if you're using it
> for anonymous CVS.
I ha
On Wed, Sep 05, 2001 at 09:35:41PM +0200, Poul-Henning Kamp wrote:
> In message <[EMAIL PROTECTED]>, "David O'Brien" writes:
> >On Tue, Sep 04, 2001 at 01:33:30AM -0700, Poul-Henning Kamp wrote:
> >> phk 2001/09/04 01:33:30 PDT
> >>
> >> Modified files:
> >> sys/dev/ccd ccd
In message <[EMAIL PROTECTED]>, "David O'Brien" writes:
>>
>> Use DEVFS and it will work.
>
>Then it needs to be backed out. This is the first thing that does not
>work w/NODEVFS and I don't believe the Project has agreed that absolutly
>requiring DEVFS is OK at this time.
No, in fact, clearcu
Julian Elischer wrote:
> > I myself questioned the wisdom of using Forth at the time, and Jordan
> > simply replied I was free to find a more popular language with a freely
> > available interpreter that would fit in as small a space as FICL did.
>
> there is a Basic interpeter that fits in 1024
From: "Daniel C. Sobral" <[EMAIL PROTECTED]>
Subject: Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS
Date: Wed, 05 Sep 2001 15:55:16 -0300
> I myself questioned the wisdom of using Forth at the time, and Jordan
> simply replied I was free to find a more popular language with a freely
On Wed, Sep 05, 2001 at 11:04:04AM -0700, John Baldwin wrote:
>
> On 05-Sep-01 Marcel Moolenaar wrote:
> > Hi,
> >
> > I get consistent locks when trying to run Mozilla for Linux (RH 7.1).
> >
> > Breaking into the debugger, I see it hangs in fork_exit()+180. This
> > is should be the PROC_LOCK
In message <[EMAIL PROTECTED]>, Jordan Hubbard writes:
>FreeBSD is simply following an well-established trend for boot loaders
>here rather than going its own way, and if we were to use Ruby as our
>boot loader then I'm sure a lot of Japanese people would be very happy
>but it would also make us
Mikhail Teterin wrote:
> > Also, printf() allocates memory for floating point, so if that
> > percentage is a floating point calculation, then you are in double
> > trouble, since you are not allowed to call malloc() in a signal
> > handler.
>
> That's interesting... I can modi
On Wed, Sep 05, 2001 at 01:26:22PM -0700, Jordan Hubbard wrote:
> > I myself questioned the wisdom of using Forth at the time, and Jordan
> > simply replied I was free to find a more popular language with a freely
> > available interpreter that would fit in as small a space as FICL did.
>
> I a
Linux netscape appears to be having problems with
the kernel's linux compatibility module.
troutmask:kargl[202] uname -a
FreeBSD troutmask.apl.washington.edu 5.0-CURRENT FreeBSD 5.0-CURRENT\
#0: Fri Jul 27 16:04:55 PDT 2001
World built on 27 Jul 01.
troutmask:kargl[203] ps | grep comm
82408 v0
On 05-Sep-01 Steve Kargl wrote:
> Linux netscape appears to be having problems with
> the kernel's linux compatibility module.
Can you narrow down what commit broke things for you by doing binary searches
on the date and time?
> World built on 27 Jul 01.
>
> troutmask:kargl[203] ps | grep comm
David O'Brien <[EMAIL PROTECTED]> wrote:
> What is the right mailing list to plead for more anoncvs mirrors?
grappa.unix-ag.uni-kl.de provides anoncvs, among other services.
(See http://.../ for a list.)
However,
- the box runs on OpenBSD, and since all three BSDs appear to use
incompatible e
David O'Brien <[EMAIL PROTECTED]> wrote:
> > - You need a pretty powerful machine to handle even, say, 4-6 clients
> > at a time. Anonymous CVS is a hog like you wouldn't believe.
>
> I have to wonder if there are tricks one can use.
No. Get a gig of memory, and put ~anoncvs/tmp on a memory
I apologize for not having any idea where to start on this. I am not
whining for someone to fix something, merely reporting an odd behavior
that I have now seen on multiple machines in cae it means something to
anybody.
I am tracking current almost daily on three machines. Starting
yesterday I
On Wed, Sep 05, 2001 at 11:03:37PM +, Christian Weisgerber wrote:
> > The GCC and OpenBSD people depend on anoncvs as their main repo transport
> > mechanism.
>
> (You can't transport a repo with cvs. OpenBSD infrastructure
Not in the sense of CVSup, but for some defintion of "transport" yo
Dave Cornejo wrote:
> I apologize for not having any idea where to start on this. I am not
> whining for someone to fix something, merely reporting an odd behavior
> that I have now seen on multiple machines in cae it means something to
> anybody.
>
> I am tracking current almost daily on three
you wrote:
> When you rebuild and install a new kernel, are you also doing a
> `make buildworld` and a `make installworld` in /usr/src before you
> reboot?
My usual method is to build a kernel, reboot, build world, reboot,
build a kernel using the new world, reboot again, do a mergemaster,
one f
Dave Cornejo <[EMAIL PROTECTED]> writes:
> you wrote:
>
> > When you rebuild and install a new kernel, are you also doing a
> > `make buildworld` and a `make installworld` in /usr/src before you
> > reboot?
>
> My usual method is to build a kernel, reboot, build world, reboot,
> build a kernel u
Hi all...
I have just finished installing my fairly recent -CURRENT. And now I lost my
PS/2 mouse. My motherboard is an ASUS CUSL-2.
I have been reading a thread about the psm disappearance too, but
unfortunately I lost the mails :(
Can someone please guide me to solve the problem?
Thanks a lot.
Greetings all,
In my local source tree, I have a small modification to /etc/security
which I thought would be good to get in the base tree. The attached .diff
allows /etc/security to keep a record of all non-device related files located
in /dev. Many blackhat utilities, and practices in
Greetings all,
I have had a small modification to /etc/security floating around in my
tree for a little while, and thought it would be best to submit it. The
modifications allow the /etc/security script to keep daily track of changes to
all non char/block special files in /dev. Many nef
David O'Brien wrote:
> On Wed, Sep 05, 2001 at 12:04:49PM -0700, Terry Lambert wrote:
>
>>Samuel Tardieu wrote:
>>
>>>Or why is BSD make used when the vast majority of Free Software developpers
>>>use GNU make?
>>>
>>1)It actually works
>>
>
> You forgot the syntax is nearly the same as GNU
Julian Elischer wrote:
>
> On Wed, 5 Sep 2001, Daniel C. Sobral wrote:
>
>
>>David O'Brien wrote:
>>
>>>On Tue, Sep 04, 2001 at 09:48:24AM -0300, Daniel Capo Sobral wrote:
>>>
>>>
When I first wrote the loader.conf thingy, I couldn't get the value
of environment variables from the FICL
On Wed, Sep 05, 2001 at 08:15:59PM -0500, Jim Bryant wrote:
> > In the case of forth, the interpreter will accept nothing that looks even
> > vaguely simular to C/C++, FORTRAN, bourne shell, awk, or perl.
...
> It's been a very long time since FORTRAN fit in 4k, I don't think C
> ever did, bourne
Dave Cornejo wrote:
> you wrote:
>
>>And just for the record: PERL is right out (of space) for this purpose...
>>
>
> as I assume emacs would be too? :-(
Hey now! Them's fightin' words! :^)
Emacs makes the sun shine,
Emacs makes the birds sing,
Emacs makes the grass grow green!
chsh -s /u
On Mon, Sep 03, 2001 at 10:35:22AM -0500, Damieon Stark wrote:
> Greetings all,
>
> In my local source tree, I have a small modification to /etc/security
> which I thought would be good to get in the base tree. The attached .diff
> allows /etc/security to keep a record of all non-device re
Jim Bryant wrote:
> Dave Cornejo wrote:
>
>> you wrote:
>>
>>> And just for the record: PERL is right out (of space) for this
>>> purpose...
>>>
>>
>> as I assume emacs would be too? :-(
>
>
>
> Hey now! Them's fightin' words! :^)
>
> Emacs makes the sun shine,
> Emacs makes the birds sin
Man, I am having a _dumb_ day Didn't realize I had already sent off the
original copy... Please disregard...
--
Damieon Stark, CCSE
Unix/Network Security Engineer
currently seeking employment
__
Damieo
John Polstra wrote:
> In article <[EMAIL PROTECTED]>,
> KSrinivasa Raghavan <[EMAIL PROTECTED]> wrote:
>
>>For some reasons I was unable to checkout sources from cvs server of
>>FreeBSD sources. I have been using anoncvs.FreeBSD.org to fetch the
>>files.
>>
>
> I believe the administrators have
+ Katsushi Kobayashi wrote:
> Anyway, I can add the new chipset to the liist of supporting chipset,
> if we get volunteer.
I have small data, device of vendor=0x104c, dev=0x8021 seems to be
"TSB43AA22 Integrated 1394a-2000 OHCI PHY/Link Layer Controller".
http://focus.ti.com/docs/prod/productfol
On Wed, Sep 05, 2001 at 08:42:39PM -0500, Jim Bryant wrote:
> I doubt if the bootloader will ever change from FORTH, but if it
> does, I suggest LISP as the preferred choice on a short-list of
> potential replacements.
Show us a suitable LISP interpreter, then.
Kris
PGP signature
On Wed, Sep 05, 2001 at 08:49:39PM -0500, Jim Bryant wrote:
> >>For some reasons I was unable to checkout sources from cvs server of
> >>FreeBSD sources. I have been using anoncvs.FreeBSD.org to fetch the
> >>files.
> cvsup2.freebsd.org through cvsupn.freebsd.org seem to work just fine...
as cv
The plathome developing the driver is used the same chipset. So,
the latest driver support TSB43AA22. Since the exact chipset name
I had not known, the kernel will probe the chipset as "TSBXX".
Thanks for offerring the information.
I believe the name iLink is not popular in outside of Japan.
Kris Kennaway wrote:
> On Wed, Sep 05, 2001 at 08:42:39PM -0500, Jim Bryant wrote:
>
>
>>I doubt if the bootloader will ever change from FORTH, but if it
>>does, I suggest LISP as the preferred choice on a short-list of
>>potential replacements.
>>
>
> Show us a suitable LISP interpreter, then
> > I doubt if the bootloader will ever change from FORTH, but if it
> > does, I suggest LISP as the preferred choice on a short-list of
> > potential replacements.
>
> Show us a suitable LISP interpreter, then.
I don't know what size constraints the bootloader has to have
but the smallest two l
K6-2-450, bus running at 95mhz, Acer 1541 (A? B?)
All works fine with the new ACPI _except_ the clock; the time of day
advances about twice as fast as it should, and I get LOTS of
calcru negative time and time went backwards messages.
NTP is not capable of correcting this gross rate error :-(
M
> > Show us a suitable LISP interpreter, then.
>
> $ cd ~/lang/Scheme/tinyscm-1.27
> $ size scheme
>textdata bss dec hex filename
> 6134244763480 69298 10eb2 scheme
Is that statically-linked? I'm curious to know the size of the bootloader
forth footprint. The
Bakul Shah wrote:
>>>I doubt if the bootloader will ever change from FORTH, but if it
>>>does, I suggest LISP as the preferred choice on a short-list of
>>>potential replacements.
>>>
>>Show us a suitable LISP interpreter, then.
>>
>
> I don't know what size constraints the bootloader has to hav
FreeBSD Fanatic wrote:
>>>Show us a suitable LISP interpreter, then.
>>>
>>$ cd ~/lang/Scheme/tinyscm-1.27
>>$ size scheme
>> textdata bss dec hex filename
>> 6134244763480 69298 10eb2 scheme
>>
>
> Is that statically-linked? I'm curious to know the size of the b
On Thu, 6 Sep 2001, Jim Bryant wrote:
>I still think that Scheme has far less proficient programmers than LISP.
What? You think there are far less proficient accountants than there
are mathematicians? But more people get Accounting degrees daily than
Mathematics degrees, and besides that it's
Are you guys on crack? Scheme is just a dialect of LISP, where "LISP"
could also just as easily be any one of MacLisp, InterLisp, Franz
Lisp, Common Lisp or one of many other possibilities. The very
acronym lacks specific meaning without an additional qualifier.
Scheme can also dynamically build
>
> I myself questioned the wisdom of using Forth at the time, and Jordan
> simply replied I was free to find a more popular language with a freely
> available interpreter that would fit in as small a space as FICL did.
Just for the record; I spent a lot of time interviewing small script
inter
you wrote:
> And just for the record: PERL is right out (of space) for this purpose...
as I assume emacs would be too? :-(
--
Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED])
"There aren't any monkeys chasing us..." - Xochi
To Unsubscribe: send mail to [EMAIL PROTEC
On Wed, Sep 05, 2001 at 02:47:28PM -0700, John Baldwin wrote:
>
> Yes, you can trace indiviudal processes though, using 'trace ', and I'm
> more curious about the traces of the Mozilla processes.
Ok, here it is:
db> ps
pid proc addruid ppid pgrp flag stat wmesg wchan cmd
52
82 matches
Mail list logo