[PATCH net-next v2 0/2] net: ibmveth: Make ibmveth use WARN_ON instead of BUG_ON and added KUnit tests

2025-04-14 Thread Dave Marquardt
Michal Swiatkowski's comments - Split into multiple patches - Used a more descriptive label *** BLURB HERE *** Dave Marquardt (2): net: ibmveth: make ibmveth use WARN_ON instead of BUG_ON net: ibmveth: added KUnit tests for some buffer pool functions drivers/net/ethernet/ibm/Kconfig

[PATCH net-next] ibmveth: Use WARN_ON with error handling rather than BUG_ON

2025-04-10 Thread Dave Marquardt
declaration of ibmveth_rxq_harvest_buffer. Signed-off-by: Dave Marquardt --- drivers/net/ethernet/ibm/Kconfig | 13 ++ drivers/net/ethernet/ibm/ibmveth.c | 242 ++--- drivers/net/ethernet/ibm/ibmveth.h | 65 3 files changed, 269 insertions(+), 51 deletions(-) diff

[PATCH net v2] net: ibmveth: make veth_pool_store stop hanging

2025-04-02 Thread Dave Marquardt
y result in crashes, deadlocks, or race conditions. For example, calling napi_disable() multiple times in a row will deadlock. In the normal open and close paths, rtnl_mutex is acquired to prevent other callers. This is missing from veth_pool_store. Use rtnl_mutex in veth_pool_store fixes these ha

Re: [PATCH net] net: ibmveth: make veth_pool_store stop hanging

2025-04-01 Thread Dave Marquardt
Paolo Abeni writes: > On 3/31/25 11:23 PM, davem...@linux.ibm.com wrote: >> From: Dave Marquardt >> >> Use rtnl_mutex to synchronize veth_pool_store with itself, >> ibmveth_close and ibmveth_open, preventing multiple calls in a row to >> napi_disable. >

Re: #9 [[bbb:OrgMeetup]] on Wed, July 10, 19:00 UTC+3

2024-07-10 Thread Dave Marquardt
Ihor Radchenko writes: > Another OrgMeetup will be scheduled on the second Wednesday of July, > in two weeks. > > Previous meetup notes: > https://list.orgmode.org/87h6dlidhz.fsf@localhost/T/#u > > URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led > Time & Date: <2024-07-10 Wed 19:00-21:00 @+03,Eu

Re: orgmode tables

2024-04-22 Thread Dave Marquardt
Jude DaShiell writes: > As it happens c-s-right comes back with c-s-right is undefined. > This is emacs-nativecomp 29 on slint and slint is the international > version of slackware. > At this point I think orgmode could use is a tool to be run that will find > and let the user or installer know a

Re: orgmode tables

2024-04-22 Thread Dave Marquardt
Jude DaShiell writes: > m-s-right is meta-shift-rightarrow if I have that correct. Now if I put > point in the last column of the table and do that, I'll get a column to > the left which will be blank. What I tried to ask is if I put point in > the last column of the table what can I do to have

Re: Interest in an Org video meetup?

2023-04-27 Thread Dave Marquardt
Russell Adams writes: > Would there be any interest in a monthly 1-2 hour long ad-hoc screen > sharing and video discussion for Org-mode? I'm interested. -Dave

Re: Clocktable :formatter to record time in hours or work-days

2023-04-12 Thread Dave Marquardt
William Denton writes: > I've been clocking in and out of a project for a few months and now it's > over. > I tagged each entry with "search", so a brief clocktable report looks like > this: > > #+BEGIN: clocktable :maxlevel 1 :scope file :tags t :match "search" > #+CAPTION: Clock summary at [

Re: Bug: HTML export of src_c{*foo} inserts a stray comma (,) before *foo [9.4 (9.4-31-g49f4c3-elpa @ /home/davemarq/.emacs.d/elpa/org-20201109/)]

2021-04-12 Thread Dave Marquardt
Thanks! --- On Mon, Apr 12 2021, Nicolas Goaziou wrote: Hello, Dave Marquardt writes: > After I filed this I got the bright idea to try exporting to Github > Flavored Markdown and ASCII text. In all cases, src_c{*foo} was > exported as ",*foo". So this

Re: Bug: HTML export of src_c{*foo} inserts a stray comma (,) before *foo [9.4 (9.4-31-g49f4c3-elpa @ /home/davemarq/.emacs.d/elpa/org-20201109/)]

2021-04-12 Thread Dave Marquardt
share code. --- On Mon, Apr 12 2021, Dave Marquardt wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be po

Bug: HTML export of src_c{*foo} inserts a stray comma (,) before *foo [9.4 (9.4-31-g49f4c3-elpa @ /home/davemarq/.emacs.d/elpa/org-20201109/)]

2021-04-12 Thread Dave Marquardt
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Org Usenet

2018-01-04 Thread Dave Marquardt
What about gmane.emacs.orgmode? --- On Thu, Jan 04 2018, Eric S Fraga wrote: On Wednesday, 3 Jan 2018 at 13:39, M. P. wrote: > Is their an org mode usenet group? The closest we have that I am aware of is gmane.emacs.help. -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.

Re: [O] Clocktable Naming

2017-10-10 Thread Dave Marquardt
I wanted to add a #+PLOT to the clock table header, and used the advice mechanism to do it. E.g. (defadvice org-clock-report (after insert-plot-line activate) "Add #+PLOT: line appropriate for clock table." (insert "#+PLOT: ind:1 deps:(4) type:2d with:his

Re: [O] Source maps?

2016-01-08 Thread Dave Marquardt
"Davis, Peter" writes: > I'm working on a moderately complex ruby-on-rails project now, and I'd > love to be able to generate source maps. Specifically, I'd like to be > able to generate dot files (and GraphViz diagrams) showing the file > relationships: this controller goes with this view, etc.

Re: [O] habits not working

2016-01-04 Thread Dave Marquardt
Tyler Smith writes: > Habits don't seem to be working for me anymore, and I'm not sure why. > How did I break this? > > Emacs version: > GNU Emacs 25.0.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.5) of > 2015-12-24 > > Org mode version: > Org-mode version 8.3.2 (8.3.2-59-g3d4c46-elpaplus @ > /h

Re: [O] undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot

2015-10-01 Thread Dave Marquardt
Nicolas Goaziou writes: > Hello, > > Dave Marquardt writes: > >> I did git bisect on a couple of x86_64 Linux systems: >> - RHEL 6.7 with Emacs 24.3.2 >> - Fedora 22 with Emacs 24.5.1 >> >> The result was >> >> # first bad commit: [6d2ab4

Re: [O] Delays in posting

2015-10-01 Thread Dave Marquardt
Nick Dokos writes: > Over the past couple of days, I've noticed delays in posting. > I posted a couple of things two days ago that didn't show up > until one day later. I believe a couple of other people have > noticed the same thing. I figured that since the posts *did* > show up, the problems we

Re: [O] undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot

2015-10-01 Thread Dave Marquardt
Dave Marquardt writes: > Dave Marquardt writes: > >> Is this just a problem with the ELPA installation? I'm going to try >> removing and reinstalling the ELPA package, then if that doesn't change >> anything, try instaling from the Git tree. > > I rein

Re: [O] undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot

2015-10-01 Thread Dave Marquardt
Dave Marquardt writes: > Is this just a problem with the ELPA installation? I'm going to try > removing and reinstalling the ELPA package, then if that doesn't change > anything, try instaling from the Git tree. I reinstalled the ELPA package, same result. I removed the ELPA

Re: [O] undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot

2015-09-29 Thread Dave Marquardt
Nick Dokos writes: > Dave Marquardt writes: > >> I attempted to plot a table after installing the 20150928 ELPA package, >> and got >> >> Debugger entered--Lisp error: (void-function org-export-create-backend) >> org-export-create-backend(:parent org :

[O] undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot

2015-09-28 Thread Dave Marquardt
I attempted to plot a table after installing the 20150928 ELPA package, and got Debugger entered--Lisp error: (void-function org-export-create-backend) org-export-create-backend(:parent org :transcoders ((table lambda (table contents info) (concat nil contents nil)) (table-row lambda (row conte

Re: [O] org-habit and Org 8.3

2015-08-19 Thread Dave Marquardt
"John Wiegley" writes: > I've upgrade today to Org 8.3.1, and I've noticed that any customization which > used overlays (mainly, org-habit) now displays no overlays in the Agenda > buffer. > > Is this something others have already seen and found a fix for? Check to see that the properties drawer

Re: [O] Changing TODO status on non-current date

2015-05-04 Thread Dave Marquardt
Marcin Borkowski writes: > assume that I have a habit (or other TODO headline where the /date/ of > converting to DONE is important), and I completed it, say, at 23:30 and > forgot to change the status immediately. Is there any way to tell Org > that the change was not today, but e.g. yesterday o

Re: [O] Latest clocktable mis-formats headings

2014-10-24 Thread Dave Marquardt
Dave Marquardt writes: > Nicolas Goaziou writes: > >> torys.ander...@gmail.com (Tory S. Anderson) writes: >> >>> Ah. So does the current code, which uses \emsp (which, if displayed >>> properly, would be what I meant by "giving me a space") assume &

Re: [O] Latest clocktable mis-formats headings

2014-10-24 Thread Dave Marquardt
Nicolas Goaziou writes: > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> Ah. So does the current code, which uses \emsp (which, if displayed >> properly, would be what I meant by "giving me a space") assume >> a non-nil org-pretty-entities? I would have hoped that would be >> mentioned,

Re: [rsyslog] interested in rsyslog on AIX?

2013-10-02 Thread Dave Marquardt
. Did you get any response to this posting? -Dave Marquardt ___ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE

Re: [O] Auto insert and change date in header?

2013-07-26 Thread Dave Marquardt
Xebar Saram writes: > does any one know of a way to auto insert/change the date in each sections > header when the section is edited?IE have a date in the header showing > last edited date. > Is this technically possible? Try setting before-save-hook. See "(elisp) Saving Buffers". -Dave

Re: [O] [TABLE-OF-CONTENTS] with ODT exporter?

2012-01-27 Thread Dave Marquardt
Jambunathan K writes: >> this means that [TABLE-OF-CONTENTS] isn't supported in the ODT >> exporter. > > Fixed. Please pull again. That works. Thanks! -Dave

[O] [TABLE-OF-CONTENTS] with ODT exporter?

2012-01-26 Thread Dave Marquardt
I'm using Org-mode version 7.8.02. I'd like to move the table of contents using [TABLE-OF-CONTENTS] as documented in (org)Top:: > *Note Markup:: > *Note Structural markup elements:: > Table of contents. I'm exporting to ODT, and the table of contents always shows up just after the title informati

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-20 Thread Dave Marquardt
Bastien writes: > Hi Dave, > > Dave Marquardt writes: > >> I modified the Makefile to do what I expected. With this change, "make >> install" copies the style files to $(prefix)/share/emacs/etc/styles, and >> ODT export now works as expected. > >

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
Dave Marquardt writes: > Dave Marquardt writes: > >> Jambunathan K writes: >> >>> Dave Marquardt writes: >>> >>>> Bastien writes: >>>> >>>>> as the subject says. Please all test this heavily and report >>>

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
Dave Marquardt writes: > Jambunathan K writes: > >> Dave Marquardt writes: >> >>> Bastien writes: >>> >>>> as the subject says. Please all test this heavily and report >>>> any problems. This will be part of Org 7.8 and soon

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
Jambunathan K writes: > Dave Marquardt writes: > >> Bastien writes: >> >>> as the subject says. Please all test this heavily and report >>> any problems. This will be part of Org 7.8 and soon in Emacs. >>> >>> Thanks a lot to Jambunatha

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-15 Thread Dave Marquardt
suvayu ali writes: > Hi Alan and Dave, > > On Wed, Dec 14, 2011 at 22:56, Alan L Tyree wrote: >> On 15/12/11 08:35:20, suvayu ali wrote: >>> On Wed, Dec 14, 2011 at 21:28, Dave Marquardt >>> wrote: >>> > When I run org-export-as-odt by C-c C-e o,

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Dave Marquardt
Bastien writes: > as the subject says. Please all test this heavily and report > any problems. This will be part of Org 7.8 and soon in Emacs. > > Thanks a lot to Jambunathan for all this efforts, let's make > sure everything is smooth before the release! I installed Org 7.8.02 by downloading

Re: [osol-discuss] Max number of CPUs and memory in OpenSolaris

2008-10-10 Thread Dave Marquardt
ge in sun4v, however, is all these arrays whose size is NCPU. It wastes memory and possibly in some cases processing time on the older sun4v systems like T1000/T2000 (32 "cpus" max) or even T5120/T5220 (64 "cpus" max). See CR 6685223 for one of these issues. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[sponsor-signup] sponsoring

2008-09-25 Thread Dave Marquardt
Hi. I've read the information on being a sponsor and am willing to perform the tasks involved. Please sign me up to be a sponsor. Thanks! -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077)

Re: [osol-discuss] dual display

2008-08-14 Thread Dave Marquardt
TECTED] list archives and address your questions to that list. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] dual display

2008-08-11 Thread Dave Marquardt
articles about xrandr. It appears to be possible, but I'm no expert at this. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] dual display

2008-08-11 Thread Dave Marquardt
format? I recently started using a Sun 24.1 inch monitor with my laptop. Search for xrandr on the web and read up on the various options. I also noticed differences if I start my laptop with eh monitor connected vs. not connected. In my case I just turn off the laptop display and use the big mon

Re: [osol-discuss] 9 seconds to launch xterm, too slow

2008-07-24 Thread Dave Marquardt
w_bug.do?bug_id=6715568 XOpenIM fails for locale=C and http://bugs.opensolaris.org/view_bug.do?bug_id=6711636 xterm startup got slow between nv89 and nv91 Looks like the fix is available in build 94. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512

Re: [indiana-discuss] [networking-discuss] Networking problem with OpenSolaris build 91

2008-07-14 Thread Dave Marquardt
Peter Dunlap <[EMAIL PROTECTED]> writes: > Interesting that everyone who has seen this seems to be running a > Thinkpad (!?). I'm using a T61p. I'm pretty certain I've also seen the same issue on an HP Compaq 8510p. -- Dave Marquardt Sun Microsystems, Inc. Aust

Re: [networking-discuss] [indiana-discuss] Networking problem with OpenSolaris build 91

2008-07-14 Thread Dave Marquardt
Peter Dunlap <[EMAIL PROTECTED]> writes: > Interesting that everyone who has seen this seems to be running a > Thinkpad (!?). I'm using a T61p. I'm pretty certain I've also seen the same issue on an HP Compaq 8510p. -- Dave Marquardt Sun Microsystems, Inc. Aust

Re: [osol-code] Solaris TRAP question

2008-02-28 Thread Dave Marquardt
ocessors supports more than 8192 at this point. But future processors may support 65536 contexts, so I modified the sfmmu HAT layer some time back to handle this. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) __

[mdb-discuss] Project Proposal: Scripting Languages for MDB

2008-02-22 Thread Dave Marquardt
oread >> Z 14757 14708 14686 14686 0 0x10006008 030109b3c180 lp >> >> > ::pload test.pl >> Loaded Perl script test.pl >> >> > t0::pcall thread >> 140a000 96 14382d8 sched >> ___ >> mdb-discuss mailing list >> mdb-discuss at opensolaris.org Dmitry> -- Dmitry> Dmitry Samersoff Dmitry> J2SE Sustaining team, SPB04 Dmitry> * There will come soft rains ... Dmitry> ___ Dmitry> mdb-discuss mailing list Dmitry> mdb-discuss at opensolaris.org -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077)

[mdb-discuss] Project Proposal: Scripting Languages for MDB

2008-02-22 Thread Dave Marquardt
l be fans of Python and other scripting languages that will want to help. This may solve one of the issues I've noticed in the past. It would be nice to save a pipeline of commands as a single command you could use. I've thought of adding a dcmd like "alias" or "proc&quo

Re: [osol-code] Converting Assember Line Number to Source Code Line Number

2007-12-12 Thread Dave Marquardt
number) doesn't help me. That's not a line number, it's a hex offset. Is this x86/x64 (looks like it) or SPARC? -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-code mailing list

Re: [osol-discuss] Is it possible to install Solaris 10 and Solaris 11 on the same x86 machine

2007-11-29 Thread Dave Marquardt
nts to set this up. GRUB should help you for boot loading here also. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] DST changed clock twice

2007-11-05 Thread Dave Marquardt
keeping in UTC or GMT, so the time doesn't actually change at all. Are you running in a virtual machine that might have changed the time also? -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ op

Re: [perf-discuss] t2000 slowdown

2007-10-05 Thread Dave Marquardt
are any documented interfaces to turn off the large page "out of box" behavior via /etc/system, and I'm not sure you'd want to do that in general. Probably better to see if there are patches for this problem or migrate some of your workload to other servers. Dirk> Thanx for

Re: [perf-discuss] t2000 slowdown

2007-10-05 Thread Dave Marquardt
see if the performance problem disappears. If this performs better, then your problem is very likely what I've described. If the performance problems persist in this case, then the problem may be something else. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal

Re: [osol-discuss] Running Solaris 11/Nevada B72 on a M4000 ...

2007-10-02 Thread Dave Marquardt
one have a M4000 or M5000 around to test this, please ? Since these are servers that Sun sells, the support has to go into Solaris Nevada before Solaris 10. So they have to run Solaris Nevada. I can't speak for the stability of these systems as I haven't touched them. -- Dave Marquardt Sun

Re: [dtrace-discuss] DTrace provider for Tcl

2007-09-26 Thread Dave Marquardt
"Daniel" == Daniel A Steffen <[EMAIL PROTECTED]> writes: Daniel> I am pleased to announce the availability of a DTrace provider Daniel> for Tcl. It is included in Tcl 8.4.16 (released on the Daniel> weekend) as well as in Tcl 8.5b1 (due out later this week). Tha

Re: [dtrace-discuss] Function pointer offset

2007-09-14 Thread Dave Marquardt
u're doing? That might help us help you. Thanks. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org

[advocacy-discuss] Proposal for Assam University OpenSolaris User Group Project (AUS-OSUG)

2007-09-06 Thread Dave Marquardt
it wither rather than migrate it to a project at this time). I've also seen AUS used for Australia at times. Other question: Is it really only intended for Assam University, or also the surrounding area? -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077)

Re: [osol-code] about the logical processor's numbers on the T2000

2007-07-17 Thread Dave Marquardt
also. Another thought, perhaps these strands were disabled in ALOM. You could check that. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

[osol-code] Re: [osol-discuss] Does solairs have the function equal to linux on_each_cpu and smp_call_function?

2007-06-22 Thread Dave Marquardt
of us less familiar with Linux can try to help? Or tell us what these functions do? Thanks. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-code mailing list opensolaris-code@o

Re: [osol-discuss] Does solairs have the function equal to linux on_each_cpu and smp_call_function?

2007-06-22 Thread Dave Marquardt
of us less familiar with Linux can try to help? Or tell us what these functions do? Thanks. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

64k pages for heap&&stack... / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integrationpre-review round "three" (webrev 2007-06-06)

2007-06-21 Thread Dave Marquardt
"Mike" == Michael Corcoran writes: Mike> On Thu, 2007-06-14 at 09:12 -0500, Dave Marquardt wrote: >> "Roland" == Roland Mainz writes: >> Roland> Dave Marquardt wrote: >> >> >> >> "dsc" == David Comay writes: >>

[osol-discuss] Why was I unsubscribed from opensolaris-announce?

2007-06-21 Thread Dave Marquardt
I received notification that I had been unsubscribed from [EMAIL PROTECTED] I didn't ask to unsubscribe. Anyone else seeing anything like this? Or did I miss some administrative announcement about opensolaris-announce? Thanks. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401

Re: 64k pages for heap&&stack... / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integrationpre-review round "three" (webrev 2007-06-06)

2007-06-21 Thread Dave Marquardt
"Mike" == Michael Corcoran <[EMAIL PROTECTED]> writes: Mike> On Thu, 2007-06-14 at 09:12 -0500, Dave Marquardt wrote: >> "Roland" == Roland Mainz <[EMAIL PROTECTED]> writes: >> Roland> Dave Marquardt wrote: >> >> >> >>

Re: [osol-code] docs.sun.com not available?

2007-06-18 Thread Dave Marquardt
"Joachim" == Joachim Worringen <[EMAIL PROTECTED]> writes: Joachim> Is it just me who gets a "server error" when accessing Joachim> http://docs.sun.com (whole day now)? Hmm, works for me from both inside and outside Sun. -- Dave Marquardt Sun Microsystems, Inc.

Re: [osol-discuss] Decoding Dynamic section in PPC vs MIPS

2007-06-15 Thread Dave Marquardt
in PPC. Might be better to ask on opensolaris-code, or find a discussion group related to porting OpenSolaris, or more specifically porting OpenSolaris to PPC and MIPS. I know there's a PPC effort, not sure about MIPS. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 5

[osol-code] Re: [osol-discuss] Decoding Dynamic section in PPC vs MIPS

2007-06-15 Thread Dave Marquardt
in PPC. Might be better to ask on opensolaris-code, or find a discussion group related to porting OpenSolaris, or more specifically porting OpenSolaris to PPC and MIPS. I know there's a PPC effort, not sure about MIPS. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 5

64k pages for heap&&stack... / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integrationpre-review round "three" (webrev 2007-06-06)

2007-06-14 Thread Dave Marquardt
"Dave" == Dave Marquardt writes: >>> More recently, more work was done for LPOOB, but I'm not as familiar >>> with that code. Roland> Ok.. but even for B61 64k pages are not used by default (or $ ksh93 -c Roland> 'pmap -s -x $$ ; true' # show

Re: 64k pages for heap&&stack... / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integrationpre-review round "three" (webrev 2007-06-06)

2007-06-14 Thread Dave Marquardt
"Dave" == Dave Marquardt <[EMAIL PROTECTED]> writes: >>> More recently, more work was done for LPOOB, but I'm not as familiar >>> with that code. Roland> Ok.. but even for B61 64k pages are not used by default (or $ ksh93 -c Roland> 'pmap -s

64k pages for heap&&stack... / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integrationpre-review round "three" (webrev 2007-06-06)

2007-06-14 Thread Dave Marquardt
"Roland" == Roland Mainz writes: Roland> Dave Marquardt wrote: >> >> "dsc" == David Comay writes: >> dsc> Here are my comments for round "three": >> dsc> usr/src/cmd/ksh/Makefile.com >> dsc> Lines 101-109 - As I indic

Re: 64k pages for heap&&stack... / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integrationpre-review round "three" (webrev 2007-06-06)

2007-06-14 Thread Dave Marquardt
"Roland" == Roland Mainz <[EMAIL PROTECTED]> writes: Roland> Dave Marquardt wrote: >> >> "dsc" == David Comay <[EMAIL PROTECTED]> writes: >> dsc> Here are my comments for round "three": >> dsc> usr/src/cmd/ksh/Makefil

[ksh93-integration-discuss] Re: [osol-code] ksh93-integration pre-review round "three" (webrev 2007-06-06)

2007-06-13 Thread Dave Marquardt
or larger, much like is done on sun4v, all programs that have stacks or heaps of that size or larger would benefit, and possibly the whole system would benefit, as it would have fewer TLB misses. I don't think Sun is interested in investing in this tuning for US-II, as we don't sell many (

Re: [osol-code] ksh93-integration pre-review round "three" (webrev 2007-06-06)

2007-06-13 Thread Dave Marquardt
nd stack were 64K in size or larger, much like is done on sun4v, all programs that have stacks or heaps of that size or larger would benefit, and possibly the whole system would benefit, as it would have fewer TLB misses. I don't think Sun is interested in investing in this tuning for US-II, as

Re: [osol-code] lwp_rtt

2007-06-13 Thread Dave Marquardt
* lwp_rtt - start execution in newly created LWP. * Here with t_post_sys set by lwp_create, and lwp_eosys == JUSTRETURN, * so that post_syscall() will run and the registers will * simply be restored. * This must go out through sys_rtt instead of syscall_rtt. -- Dave Marquard

Re: [networking-discuss] how to use kmdb?

2007-06-07 Thread Dave Marquardt
"michael" == michael schuster <[EMAIL PROTECTED]> writes: michael> Dave Marquardt wrote: >> "Michael" == Michael Schuster <[EMAIL PROTECTED]> writes: Michael> Tom Chen wrote: >>>> Hello, Thanks for everyone helping me to start kmdb. Now,

Re: [networking-discuss] how to use kmdb?

2007-06-07 Thread Dave Marquardt
paper. The Sun Studio compilers can generate assembly code for you if you use the -S option. On SPARC, the assembly code generated is annotated with the C code as comments and the line number of the C code for each assembly statement. Last I checked on x86 (quite a while back) it just gene

Re: [osol-discuss] Re: Proposal for Community - Port OpenSolaris to System z

2007-05-23 Thread Dave Marquardt
e days when I helped develop AIX/ESA. Anyway, +1 for this as a community or project or both. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-code] Providing a cpu_halt_cpu() function

2007-05-22 Thread Dave Marquardt
f course, this would also affect other machines running with those CPUs, but it sounds like that is not an issue for you. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-code mailing list opensola

Re: [osol-code] Which kernel variable gives me the number of cpus in the system?

2007-05-16 Thread Dave Marquardt
ble in order to loop over all processors. Thomas> I don't think it matters, but I am using a SPARC-based architecture. It matters only in that SPARC currently scales to higher numbers of CPUs and CPU IDs, I suppose. -- Dave Marquardt Sun Microsystems, Inc.

Re: [osol-discuss] How to Log the status(dtrace::) messages from a dtrace program?

2007-04-19 Thread Dave Marquardt
low me to do so. What is the complaint from the shell? It may be you don't have write permission in the directory where you're trying to create a new file or for the existing file. Normally things like "2> file" are handled by the shell, before dtrace is exec'

[osol-code] Re: perl in Solaris

2007-03-05 Thread Dave Marquardt
eems that large any more. Well, that's fine for new systems, but we might want to continue to support older systems with smaller drives where 38mb makes a difference. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077)

Re: [osol-discuss] About Solaris (mistakes) and future

2007-03-01 Thread Dave Marquardt
Casper> .xinitrc and that'll be all. +1. I've managed to get this done in some cases, but it required me editing various configuration files as root. That shouldn't be necessary. Seems like this is a function of xdm that somehow got lost along the w

Re: [networking-discuss] Re: sendfile() on UDP sockets

2007-02-09 Thread Dave Marquardt
t see sendfile having enough capability to do the job. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ networking-discuss mailing list networking-discuss@opensolaris.org

Re: [osol-code] SPARC assembly programming

2007-02-06 Thread Dave Marquardt
ition" by Richard P. Paul, Prentice Hall, Upper Saddle River, NJ. 2000. ISBN 0-13-025596-3 "The SPARC Architecture Manual", David L. Weaver, Tom Germond, editors. SPARC International, Menlo Park, California. 1994. ISBN 0-13-099227-5. -- Dave Marquardt Sun Microsystems

Re: [osol-code] Chip/Core/Thread detection.

2007-02-02 Thread Dave Marquardt
df>. That same document talks about the machine description. I'm pretty sure this information is not currently in the machine description, as we're currently having a debate internal to the Sun sun4v team on whether and how to expose these details. -- Dave Marquardt Sun Microsystems,

Re: [osol-discuss] Re: How to find the number of cores on T1 processor

2007-01-10 Thread Dave Marquardt
their application is suitable for use with a T1000 or T2000. Is that what you're looking for, or more technical details about how a T1 processor works w.r.t. how threads are scheduled, how cores are shared between threads, etc.? -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Re: Shipping "lsof" with Solaris ? / was: Re: problem with /t

2007-01-08 Thread Dave Marquardt
mes> bigger problem is that the structures and the structure members James> themselves are not stable between patches or builds -- they're not James> stable interfaces in the first place. This means that if someone James> renames "foo" to "bar," CTF isn't go

Re: [osol-discuss] Re: Shipping "lsof" with Solaris ? / was: Re: problem with /t

2007-01-08 Thread Dave Marquardt
en ports and files. It occurred to me that we might be able to leverage the CTF information that mdb uses to decode structures in the kernel. Unfortunately, last I looked, the CTF lookup code in mdb was not a public interface, so I'm not sure we can go there at this point. But if we could, then w

[observability-discuss] What fd is "polling" the poll call

2006-12-21 Thread Dave Marquardt
"Dave" == Dave Marquardt writes: Dave> "Roger" == Roger writes: Roger> I have done a truss to the process I can see the poll call: Roger> 7640/1: 0.0148 poll(0x7FFF0990, 1, 0) = 0 Dave> Have you tried "truss -v poll&

[observability-discuss] What fd is "polling" the poll call

2006-12-21 Thread Dave Marquardt
apture it at the right time, it may already be overwritten by the time you look. A tool like truss or dtrace will probably work more reliably in this case. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077)

Re: [osol-discuss] Question about VMware and Solaris

2006-11-22 Thread Dave Marquardt
a few months back, shortly after I started using VMware Server, that the client tools were ported to Solaris. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-code] Where is the kernel source?

2006-11-10 Thread Dave Marquardt
olaris 10, it's code from the next release after Solaris 10. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Re: [osol-discuss] Project Proposal: ON Tool Hg Conversion

2006-10-27 Thread Dave Marquardt
n. Bonnie> The project is finite. Once the tools have been converted to work Bonnie> with Mercurial, the project is complete and finishes. +1. Both needed and a great idea. Thanks. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___

Re: [osol-discuss] Re: Hypervisor for SPARC T1

2006-10-26 Thread Dave Marquardt
able in Solaris Bernd> but I did not find anything about it on opensolaris.org. Well, hypervisor is not a Solaris or OpenSolaris feature. Solaris is just one possible guest of hypervisor. Other operating systems can run on hypervisor too, e.g. Linux, FreeBSD, etc. I'm not familiar with any of

Re: [osol-discuss] Hypervisor for SPARC T1

2006-10-26 Thread Dave Marquardt
relevant places, so I would guess there isn't anything out there yet. I would expect it to be there when S10U3 is released. If it's not there by then, that's a bug. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) __

Re: [osol-discuss] Re: Project Proposal: OpenSolaris Ports System

2006-10-09 Thread Dave Marquardt
Thanks. Steven> Steve Steven> On 10/9/06, Dave Marquardt <[EMAIL PROTECTED]> wrote: >> >> "Steven" == Steven Stallion <[EMAIL PROTECTED]> writes: >> >> >> From above: >> Steven> I would like to propose a solaris ports system l

Re: [osol-code] Re: Inline assembly in dispatcher code

2006-08-16 Thread Dave Marquardt
pers.sun.com/prodtech/cc/articles/inlining.html about these .il files and how to use them. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Re: [osol-discuss] Project Proposal: ONNV

2006-07-25 Thread Dave Marquardt
we have so many leaders, I begin to wonder who's left to follow the leaders. Thanks. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 401-1077 (SUN internal: x64077) ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Project Proposal: OpenSolaris Starter Kit

2006-07-19 Thread Dave Marquardt
resa> inside Sun, and we would like to change that going forward. . . . Teresa> Proposed initial project leaders: Teresa> - Maria Lopez Teresa> - Patrick Finch Teresa> - Michelle Olson Teresa> - Teresa Giacomini Teresa> - Steve Lau Why do you need five leaders? +1 from me,

Re: [osol-discuss] Re: Re: vi should pick up resize during shell escape

2006-05-18 Thread Dave Marquardt
the "least surprise" principle. Your idea of changing the size back to the old size is one way to solve it, the other way, which seems more intuitive to me, is to have vi pick up the new size. Thanks. -- Dave Marquardt Sun Microsystem

[osol-announce] Austin OpenSolaris user group meeting Tuesday, April 25, 2006

2006-04-18 Thread Dave Marquardt
ailing list by sending a blank email to ug-ausosug-subscribe at opensolaris.org. -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 366-9085

[osol-discuss] Austin OpenSolaris user group meeting Tuesday, April 25, 2006

2006-04-18 Thread Dave Marquardt
ailing list by sending a blank email to [EMAIL PROTECTED] -- Dave Marquardt Sun Microsystems, Inc. Austin, TX +1 512 366-9085 ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

  1   2   >