Re: [osol-code] code review -- removal of graph/spline from ON (PSARC 2009/585)

2010-05-31 Thread Richard Lowe
James C. McPherson wrote: > On 31/05/10 12:04 PM, Garrett D'Amore wrote: >> I need a quickie code review... just Makefile and packaging really. >> This cleans up graph and spline, which will enable a bunch of other >> lpsched and postscript conversion cleanups. (Ultimately this >> facilitates remo

Re: [osol-code] Building with gcc

2009-12-01 Thread Richard Lowe
Albert Lee writes: > > Likewise, if cdm's pbchk is already catching #pragma ident, it's clearly a > bug for it to ignore #ident. > It catches anything that looks to be an SCCS keyword, it shouldn't care about #ident, #pragma ident, or any other non /%.%/ section of the line containing them. --

Re: [osol-code] Scalar::Util doesn't seem to be complete on current /dev branch

2009-06-29 Thread Richard Lowe
James Carlson writes: > % find /usr/perl5 -print | fgrep Scalar/Util > /usr/perl5/5.8.4/lib/Scalar/Util.pm > /usr/perl5/5.8.4/lib/i86pc-solaris-64int/Scalar/Util > /usr/perl5/5.8.4/lib/i86pc-solaris-64int/Scalar/Util/PP.pm > /usr/perl5/5.8.4/lib/i86pc-solaris-64int/Scalar/Util.pm % find /usr/per

Re: [osol-code] snv_111 fails to build frm source archive

2009-03-31 Thread Richard Lowe
John Beck writes: > Dina> These changes to libcryptoutil/random went to snv_112, not snv_111. > Dina> The RTI was held until after snv_111 closed. John Beck? > > You are correct. > > > Dina> If all you have is some conglomeration of snv_108 to snv_111, I don't > Dina> (yet) understand how code f

Re: [osol-code] problems running nightly

2009-01-09 Thread Richard Lowe
Richard Lowe writes: > James Carlson writes: > >> Paul Durrant writes: >>> James Carlson wrote: >>> > Paul Durrant writes: >>> >> James Carlson wrote: >>> >>> I had this problem a while ago, and it turned out that I was using a

Re: [osol-code] problems running nightly

2009-01-09 Thread Richard Lowe
James Carlson writes: > Paul Durrant writes: >> James Carlson wrote: >> > Paul Durrant writes: >> >> James Carlson wrote: >> >>> I had this problem a while ago, and it turned out that I was using a >> >>> stale copy of the 'on-closed' tarball. Could that be your problem as >> >>> well? >> >>> >>

Re: [osol-code] C99 VLAs ("variable length arrays") still don't work... ; -( / was: [Fwd: 6575435 ctf tools cannot handle C99 VLAs ("variable length arrays")]

2009-01-07 Thread Richard Lowe
Roland Mainz writes: > Hi! > > > > It seems VLAs still do not work - the Sun Studio build now works if we > use DWARF but gcc now fails like this: > -- snip -- > ../common/bltins/shiocmd_solaris.c -mcpu=v8 -mno-v8plus > ERROR: ctfconvert: die 8002: failed to get unsigned (form 0x13) > Removi

Re: [osol-code] read-only filesystems...

2008-02-01 Thread Richard Lowe
"Garrett D'Amore" <[EMAIL PROTECTED]> writes: > Artem Kachitchkine wrote: >> >>> [EMAIL PROTECTED]> pfexec truss -f -t mount mount -F pcfs -o ro >>> /dev/dsk/c2t0d0p0:1 /mnt >>> 3708: mount("/dev/dsk/c2t0d0p0:1", "/mnt", MS_OPTIONSTR, "pcfs", >>> 0x, 0, 0x08063240, 1024) Err#30 EROFS >

Re: [osol-code] What is the "Floating point scrubber" ?

2008-01-30 Thread Richard Lowe
Roland Mainz <[EMAIL PROTECTED]> writes: > Hi! > > > > What is the "Floating point scrubber" referenced in CR #6656791 > ("Floating point scrubber needs weaker CPU and processor set bindings") > ? I know the memory and cache scrubbers but a scrubber system for > floating-point sounds... weire

Re: [osol-code] Is it "legal" to disable CTF for OS/Net libraries ?

2008-01-14 Thread Richard Lowe
Roland Mainz <[EMAIL PROTECTED]> writes: > Richard Lowe wrote: >> Roland Mainz <[EMAIL PROTECTED]> writes: > [snip] >> >> but in any >> >> case, yes, given the c99 changes, we should make the ctf tools handle >> >> that. U

Re: [osol-code] Is it "legal" to disable CTF for OS/Net libraries ?

2008-01-13 Thread Richard Lowe
is such a >> designation) are both busy on other things at the moment. So if you >> can't get around with by using the DWARF mode, then feel free to pitch >> in by proposing a set of diffs and we'll sponsor you: this should >> be relatively trivial to fix. > >

Re: [osol-code] nightly ON closed-bins

2007-12-03 Thread Richard Lowe
Nils Goroll <[EMAIL PROTECTED]> writes: > Hi all, > > apologies if this question has already been answered - yes, I did > search the forum: > > - It seems to me that the closed bins in > http://dlc.sun.com/osol/on/downloads/nightly-bins are not strictly > nightly. It there a reason why they are no

Re: [osol-code] The best building method?

2007-10-10 Thread Richard Lowe
James Carlson <[EMAIL PROTECTED]> writes: > James Carlson writes: >> Assuming it's just one of the drivers or kernel modules, you can >> always go down into one of the $SRC/uts/intel/* subdirectories and do >> a "dmake" there. That can then be manually copied to the system being >> tested -- then

Re: [osol-code] ONNV Development Workspaces and hg

2007-09-09 Thread Richard Lowe
"Shawn Walker" <[EMAIL PROTECTED]> writes: > This seems rather tedious to do for every change. What do you folks do > when making changes to ONNV? Do you work / build nightlies out of your > mercurial directory? Do you commit them to a local mercurial > repository? If so, can you tell me what setu

Re: [osol-code] unreferenced file policy for ON

2007-08-16 Thread Richard Lowe
James Carlson <[EMAIL PROTECTED]> writes: > Mark J. Nelson writes: >> I think an upstream sync necessarily implies pulling the current upstream >> source, integrating your changes, and building it OUTSIDE of the context >> of ON. Anything else is negligent. Including the unused-in-ON code >>

Re: [osol-code] unreferenced file policy for ON

2007-08-16 Thread Richard Lowe
Darren J Moffat <[EMAIL PROTECTED]> writes: > Joerg Schilling wrote: >> Peter Memishian <[EMAIL PROTECTED]> wrote: >> >>> Folks, >>> >>> During the ksh93 code review, the topic of policies for unreferenced files >>> in ON came up. As per http://opensolaris.org/os/community/on/findunref >>> we've

Re: [osol-code] Heads up: Sun internal restrictions on build snv_70

2007-07-10 Thread Richard Lowe
Stephen Lau <[EMAIL PROTECTED]> writes: > Just wanted to send a pointer to mark's heads up message that was > mirrored. I forgot to ask for opensolaris-code to be included in the > recipients. > > http://opensolaris.org/os/community/on/flag-days/pages/2007070901/ > Which is just one reason why

Re: [osol-code] CANNOT build ON source b66 on Solaris Express b66

2007-07-03 Thread Richard Lowe
陶捷 Tao Jie wrote: > Dear all: > > I'm building ON source b66 these days. But I fail all the time, no > matter what I've tried, the "nightly opensolaris.sh" or "cd usr/src/uts; > dmake all". > > My build environment is: > Intel P4 with 512M memory, Solaris Express B66 + Sun Studio 11 >

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

2007-06-11 Thread Richard Lowe
Mike Kupfer wrote: "meem" == Peter Memishian <[EMAIL PROTECTED]> writes: meem> What ensures the packaging will end up correct when it's set? As Roland mentioned, nothing. But packaging for the open build is already broken, and the expectation is that we'd never set this flag for an internal b

Re: [osol-code] ABI Change effecting Solaris 9 32bit X86 Binaries?

2007-06-06 Thread Richard Lowe
James C. McPherson wrote: Ben Rockwood wrote: I've had a couple applications have assorted strange problems on recent Nevada builds. One of the applications was the LiteSpeed Web Server, and the response from LiteSpeed regarding the problem was that an ABI change broke compatibility with existi

Re: [osol-code] Re: [Fwd: [ksh93-integration-discuss] ksh93-integration pre-reviewround"two" (webrev 2007-05-14)]

2007-06-01 Thread Richard Lowe
Al Hopper wrote: On Fri, 1 Jun 2007, Peter Memishian wrote: > > * A number of places do something like this: > > > > # > > # ksh is not lint-clean yet. Fake up a target. > > # > > lint: > > @ print "usr/src/cmd/ksh is

Re: [osol-code] small onnv/onnv-gate rollback

2007-05-04 Thread Richard Lowe
Mike Kupfer wrote: "stevel" == Stephen Lau <[EMAIL PROTECTED]> writes: stevel> It looks like there was an old errant hg process holding onto stevel> onnv/onnv-gate, so it never got unmounted (and thus remounted). stevel> I've killed it now, which forced the remount, and it looks like stevel> i

Re: [osol-code] small onnv/onnv-gate rollback

2007-05-03 Thread Richard Lowe
Stephen Lau wrote: I had to do a small rollback of the gate last night by 3 changesets to fix the incorrect "onnv_64***" tag that was applied by mistake. cheers, steve Note that due to what appears to be yet another autofs quirk, this is still not visible as done when pulling from onnv-gate.

Re: [osol-code] Re: makebfu's trouble with"cpiotranslate:usr/perl5/5.6.1/lib/.svn/text-base/Carp.pm.svn-base: nopackaging info"...

2007-04-25 Thread Richard Lowe
Roland Mainz wrote: Darren J Moffat wrote: Roland Mainz wrote: AFAIK OpenSolaris tries to support two SCMs, Mercurial and Subversion, right ? IMO both should be supported for all OpenSolaris repositories... Yes for OpenSolaris.org the site. No for all projects/consolidations. Each project/con

Re: [osol-code] Re: makebfu's trouble with "cpiotranslate: usr/perl5/5.6.1/lib/.svn/text-base/Carp.pm.svn-base: no packaging info" ...

2007-04-18 Thread Richard Lowe
Roland Mainz wrote: Stephen Hahn wrote: * Roland Mainz <[EMAIL PROTECTED]> [2007-04-17 15:19]: Mike Kupfer wrote: "Roland" == Roland Mainz <[EMAIL PROTECTED]> writes: Roland> - Should I add support for Mercuial and GIT, too ? As far as patching ON code, we're not planning on using GIT, so I

Re: [osol-code] Re: makebfu's trouble with "cpiotranslate: usr/perl5/5.6.1/lib/.svn/text-base/Carp.pm.svn-base: no packaging info" ...

2007-04-18 Thread Richard Lowe
Mike Kupfer wrote: "Roland" == Roland Mainz <[EMAIL PROTECTED]> writes: Roland> ... BTW: I guess some of the follow-ups of the ksh93-integration Roland> project will still be Subversion based since they may use Roland> branches from that tree (e.g. shcomp/shbinexec&co.) ... I think you'll find

Re: [osol-code] codereview request: Tadpole SPARCLE support

2007-04-07 Thread Richard Lowe
Garrett D'Amore wrote: I sent you review off-list, since I saw the request on IRC before I saw the request here, further notes on your notes inline. I've posted a codereview, which I would love to have folks review. This adds the platform support for SPARCLE (aka Sun Ultra 3) per PSARC 2007/

Re: [ksh93-integration-discuss]Re:[osol-code]Roundtwo:((pre-)pre-review)ksh93-integrationwebrev2007-02-02

2007-03-19 Thread Richard Lowe
Peter Memishian wrote: > AFAIK only April can do that... I don't have a SCCS repository around > (and "findunref" only looks at files which are under SCCS control > (welcome to http://bugs.grommit.com/show_bug.cgi?id=159 ("findunref > needs to learn about mercurial") ... ;-( )) ... ;-( Actua

Re: [osol-code] Integrating documentation into the source tree?

2007-03-14 Thread Richard Lowe
Alexander Kolbasov wrote: > Suppose that someone wants to integrate some code and in the process of > developing it some documentation is also produced. Currently there is > no good place to stick this documentation in the source tree. What do > you think about having usr/doc subtree for such

Re: [osol-code] Round two:((pre-)pre-review)ksh93-integrationwebrev2007-02-02

2007-03-08 Thread Richard Lowe
John Plocher wrote: Keith M Wesolowski wrote: On Thu, Mar 08, 2007 at 04:03:19AM +0100, Roland Mainz wrote: Grumpf... Am I correct in thinking that your concerns around removing these files are entirely a result of a belief that the structure of the code should be optimised for bulk upgrades fr

Re: [osol-code] Round two:((pre-)pre-review)ksh93-integrationwebrev2007-02-02

2007-03-07 Thread Richard Lowe
Roland Mainz wrote: Mike Kupfer wrote: "Roland" == Roland Mainz <[EMAIL PROTECTED]> writes: Roland> but I fear which possible "precedent" could be constructed from Roland> that (like "... lets rename all files which are unused from ${i} Roland> to ${i}.unused ..." or something like that) ... ;

Re: [osol-code] Mercurial Build Bundles Instructions fail

2007-02-27 Thread Richard Lowe
Stephen Lau wrote: Shawn Walker wrote: The instructions on this page: http://dlc.sun.com/osol/on/downloads/hg-build-snapshots/ Seem to indicate I should be able to do this: hg clone -r onnv_59 ssh://[EMAIL PROTECTED]/hg/onnv/onnv-gate However, that results in this: destination directory: onnv-

Re: [osol-code] Re: [tools-discuss] keywords in the post-Hg world

2007-02-07 Thread Richard Lowe
Garrett D'Amore wrote: Garrett D'Amore wrote: Danek Duvall wrote: On Wed, Feb 07, 2007 at 11:35:52AM -0800, Stephen Hahn wrote: That seems more than fair. Couldn't we make the keywords removal an incremental process, via one of the code cleanliness filters? (As we did for t

Re: [osol-code] onnv/onnv-gate repository

2007-02-07 Thread Richard Lowe
Stephen Lau wrote: Darren J Moffat wrote: Stephen Lau wrote: Can you please give step by step instructions on exactly where we need to rollback to, ie the revision/changeset number last known to be good (or one close it it) would be really helpful. It looks like the last common changeset w

Re: [osol-code] Re: [tools-discuss] keywords in the post-Hg world

2007-01-30 Thread Richard Lowe
Michael Shapiro wrote: On Mon, Jan 29, 2007 at 07:23:07PM -0800, David Powell wrote: However, what I'd really, really like to see is a way to embed a keyword that is taken from a build (say "snv54" or somesuch) via Makefile, for production builds, and has some other text for unofficial builds (

Re: [osol-code] ksh93-integration prototype004 2007-01-27 webref+diff

2007-01-29 Thread Richard Lowe
Richard Lowe wrote: Roland Mainz wrote: [EMAIL PROTECTED] wrote: - All AST sources are in usr/src/lib/lib(ast|pp|dll|cmd|shell)/common/ and usr/src/cmd/ast/. All files are 100% identical with the upstream (AT&T) versions except those listed in "usr/src/lib/libs

Re: [osol-code] ksh93-integration prototype004 2007-01-27 webref+diff

2007-01-29 Thread Richard Lowe
Roland Mainz wrote: [EMAIL PROTECTED] wrote: - All AST sources are in usr/src/lib/lib(ast|pp|dll|cmd|shell)/common/ and usr/src/cmd/ast/. All files are 100% identical with the upstream (AT&T) versions except those listed in "usr/src/lib/libshell/misc/ksh93_solaris_builtin_patch.diff". I don't u

Re: [osol-code] ksh93-integration prototype004 2007-01-27 webref+diff

2007-01-29 Thread Richard Lowe
Roland Mainz wrote: Hi! I created a couple of webrevs in various flavours based on today's ksh93-integration sources. This isn't the "reliminary review request" (yet; the official rquest should come on ~~ monday or tuesday), just an attempt to provide an updated webrev. I'm yet to look

Re: [osol-code] Future frequency of restricted builds

2007-01-11 Thread Richard Lowe
Darren J Moffat wrote: Stephen Hahn wrote: * Mike Kupfer <[EMAIL PROTECTED]> [2007-01-11 10:25]: "sch" == Stephen Hahn <[EMAIL PROTECTED]> writes: sch> I'm quite happy with the discussion, although my inclination is sch> to get the immediate term issue resolved and then spend some time sch

Re: [osol-code] Future frequency of restricted builds

2007-01-11 Thread Richard Lowe
Mike Kupfer wrote: "sch" == Stephen Hahn <[EMAIL PROTECTED]> writes: sch> So... out of every 8 builds, the last two are restricted for sch> stabilization? Works for me. I like it, if that schedule can be held to from all sides (barring the forthcoming releases discussion, obviously).

Re: [osol-code] Re: [tools-discuss] src.opensolaris.org stability issues

2007-01-11 Thread Richard Lowe
Stephen Lau wrote: Darren J Moffat wrote: Stephen Lau wrote: We've been having serious stability issues with the OpenGrok webapp serving the OpenSolaris Source Browser (http://src.opensolaris.org). We started observing the failures about 2 months ago when we rolled out support for indexing a

Re: [osol-code] Future frequency of restricted builds

2007-01-10 Thread Richard Lowe
John Plocher wrote: Darren J Moffat wrote: John Plocher wrote: James Carlson wrote: The issue with release management still seems murky to me. I assume that distributions do not get to manage uname -r, unless they're willing to fork. If this is the ON community's task, then how (reasonably)

Re: [osol-code] Re: Future frequency of restricted builds

2007-01-10 Thread Richard Lowe
Richard Lowe wrote: Darren Reed wrote: ... I've already said this in an off-list reply, but I guess I'll say it again here. Having everyone release their distribution from branches leaves us with the gate entirely divorced from a binary deliverable. In that situation it would

Re: [osol-code] Re: Future frequency of restricted builds

2007-01-10 Thread Richard Lowe
Darren Reed wrote: ... I've already said this in an off-list reply, but I guess I'll say it again here. Having everyone release their distribution from branches leaves us with the gate entirely divorced from a binary deliverable. In that situation it would get little to no testing. This is

Re: [osol-code] Future frequency of restricted builds

2007-01-09 Thread Richard Lowe
John Plocher wrote: Richard Lowe wrote: And if ConsolidationA chooses to release, and it depends on ConsolidationB which doesn't, ConsolidationA doesn't have any kind of stabilization period for something parts of it depend on. What am I missing here? ... All this says i

Re: [osol-code] Future frequency of restricted builds

2007-01-09 Thread Richard Lowe
John Plocher wrote: Richard Lowe wrote: It cannot be up to consolidations individually, how would you then handle cross-consolidation dependencies? Very carefully :-) If the dependency is on public interfaces that have a Committed stability, then this isn't much of a problem.

Re: [osol-code] Future frequency of restricted builds

2007-01-09 Thread Richard Lowe
John Plocher wrote: James Carlson wrote: John Plocher writes: I don't understand where this view that OpenSolaris Communities don't have releases came from. It's a source base. What's the "release model" for a source base that has no delivery mechanism? There is a vast difference between

Re: [osol-code] Future frequency of restricted builds

2007-01-09 Thread Richard Lowe
James Carlson wrote: Stephen Hahn writes: The authority to identify a release species and manage integrations moves from internal Sun committees to the Community Group that is publishing a Consolidation. (The role of the Governing Board in coordinating among Community Groups is still to

Re: [osol-code] Future frequency of restricted builds

2007-01-09 Thread Richard Lowe
[EMAIL PROTECTED] wrote: Right. Another possible approach is to have a single OpenSolaris gate (well, one per consolidation). Each distro would create its own stable branch when it gets close to a release. (That branch could still be visible, but it would be run by the distro, not by the commu

Re: [osol-code] Future frequency of restricted builds

2007-01-09 Thread Richard Lowe
James Carlson wrote: For example, if the PAC decides it wants to have a radical new Major release, but the community wants to stick with Minors or smaller because they are more conservative, we have a conflict we can't resolve. Are they aware of the implications? Is the "they" there referring

Re: Folding libnsl into libc ... / was: Re: About libast / was: Re: [osol-code] What is the statusoftheOS/NetJanitors/Sweepers/Cleanup/etc.project ?

2007-01-09 Thread Richard Lowe
[EMAIL PROTECTED] wrote: On Tue, Jan 09, 2007 at 11:46:13AM +0100, [EMAIL PROTECTED] wrote: No issue at all. With gcc builds, string constness should be reasonably well tested by now. If only that were true. The failure mode is at runtime, not build time, and other than maybe Mike Sullivan,

Re: [osol-code] Future frequency of restricted builds

2007-01-08 Thread Richard Lowe
Mike Kupfer wrote: "RL" == Richard Lowe <[EMAIL PROTECTED]> writes: RL> does on+2 appear far enough before on+1 is done that none of these RL> will be problematic? It can, and that's what we've usually done in the past (i.e., when Solaris development was clo

Re: [osol-code] What is the status of the OS/NetJanitors/Sweepers/Cleanup/etc. project ?

2007-01-05 Thread Richard Lowe
James Carlson wrote: Roland Mainz writes: ... the other items include less controversial things - like sticking a "-xtrconst" to all SUNWonbld build tools (and some other places, IMO we should make a list of commands which are run very often and check how the performance can be improved (options

Re: [osol-code] Future frequency of restricted builds

2007-01-04 Thread Richard Lowe
Stephen Hahn wrote: I recently wrote a bit about the restricted integration builds we had during December at http://blogs.sun.com/sch/entry/opensolaris_restricted_builds_through_the One of the aspects I believe we need to settle on is an initial frequency for such restrictions.

Re: [osol-code] dbx causing core dump in libproc

2006-12-06 Thread Richard Lowe
Ian Collins wrote: I'm experiencing an unpleasant crash in libproc from dbx on build 52. The stack trace is: main(0x2, 0x8046ecc, 0x8046ed8) 0x80f6dd3(0x837e5c0, 0x8469e88, 0x8046e54) targ_ppi_init(0x837e5c0, 0x8046e54) 0x81ffc88(0x837e5c0, 0x8046e54) 0x81ff9c4(0x837e5c0, 0x8046e54) ProcMgr::st

Re: [osol-code] Re: [ksh93-integration-discuss] Trouble with"ERROR:ctfconvert:pics/wordexp.o: Couldn't parse stab "#vla0:(0, 14)" (source file pics/wordexp.o)" ...

2006-11-15 Thread Richard Lowe
John Plocher wrote: Glenn Fowler wrote: again show us some real numbers that point to a hotspot in the code that exposes appreciable time/space waste and we'll address it ... we own all of the ast interfaces some have threads in mind but not implemented To clarify - are you saying that, as u

Re: [osol-code] Re: [ksh93-integration-discuss] Trouble with "ERROR: ctfconvert:pics/wordexp.o: Couldn't parse stab "#vla0:(0, 14)" (source file pics/wordexp.o)" ...

2006-11-13 Thread Richard Lowe
Roland Mainz wrote: Roland Mainz wrote: Does anyone know what the following error means: [snip] ERROR: ctfconvert: pics/bltins/read.o: Couldn't parse stab "#vla0:(0,14)" (source file pics/bltins/read.o) -- snip -- It seems this issue crept in either between B37 and B48 or between B48 and

Re: [osol-code] Re: [tools-discuss] IMPT: onnv-gate Bridge failure, and a discrepency

2006-11-06 Thread Richard Lowe
Stephen Lau wrote: I'm done regenerating onnv-gate. I've had to rollback to: 1416:48e679b0807a I've done a comparison against /ws/onnv-gate to make sure there are no other discrepencies, and everything looks good. I intend on pushing to the external Hg onnv-gate this evening - so if you want t

Re: [osol-code] IMPT: onnv-gate Bridge failure, and a discrepency

2006-11-04 Thread Richard Lowe
Stephen Lau wrote: The bridge failed last night on cindi's wad. Internally what happened was that she did a putback on 11/3 that the bridge failed on. Danek backed it out due to merge turds, and it was re-putback on 11/4. The original putback was what got pushed to the Hg onnv-gate, as revi

Re: [osol-code] Re: re: Re: Re: re: strnlen()

2006-10-05 Thread Richard Lowe
James Carlson wrote: Richard Lowe writes: I would disagree, I tend to think (though I'm guilty of not doing so), that doing as much work as is possible on the outside, and making the sponsors role easier is generally worthwhile. If sponsorship is more chore-like than it has to be, les

Re: [osol-code] Re: re: Re: Re: re: strnlen()

2006-10-05 Thread Richard Lowe
James Carlson wrote: Richard Lowe writes: Those of us on the outside don't have SCCS/*. #pragma ident"%Z%%M% %I%%E% SMI" Where the longer strings of spaces are literal tabs. Really, though, until the source code management system is set up to handle direc

Re: [osol-code] Re: re: Re: Re: re: strnlen()

2006-10-05 Thread Richard Lowe
Danek Duvall wrote: On Thu, Oct 05, 2006 at 05:35:02AM -0700, Richard L. Hamilton wrote: Ok, next: what do the unexpanded sccs keywords on the #pragma ident lines look like, i.e. since I'm using usr/src/lib/libc/port/gen/strlen.c as a starting point, what should I make that line look like? T

Re: [osol-code] Re: re: strnlen()

2006-10-04 Thread Richard Lowe
Alan Coopersmith wrote: Garrett D'Amore wrote: Uh, just to be pedantic, _why_ are we still carrying this baggage? Is there an actual, genuine need to retain K&R compatibility going forward forever? I'd have thought at some point Solaris could just say "K&R no longer supported", and rip out the

Re: [osol-code] Cutting back on lint -erroff

2006-08-22 Thread Richard Lowe
[doh, apparently I didn't send this to the list] James Carlson wrote: Meem and I have been talking on and off about reducing the number of -erroff directives in $SRC/uts/Makefile.uts. We both feel that quieting down lint is the wrong direction to go, as it all too often papers over real problem

Re: [osol-code] Access to IKE code in ON

2006-08-16 Thread Richard Lowe
Vandana Brar wrote: Hi, I am trying to access the ipsec/ike code via the instructions in the source browser. Have a couple of questions: - is this source for this functionality also available - if so, how do I access to code? Where I have the os installed the /on dir is not there - neither

Re: [osol-code] OpenSolaris codereviews, involving non-Sun reviewers, how ?

2006-08-14 Thread Richard Lowe
Bonnie Corwin wrote: Hi Frank, If you are publishing internal code anywhere outside Sun for the first time, you need approval for that. See the internal site: http://tonic.eng/space/Process for instructions about posting code for OpenSolaris. And let me know if you have questions. Surely th

Re: [osol-code] building on non-native solaris releases....

2006-08-11 Thread Richard Lowe
Gavin Maltby wrote: Joerg Schilling wrote: This would make OpenSolaris more stable even in the non-cross compilation case. Note that OpenSolaris does use /usr/include from the host system instead of using the include files that are specific to the current build Where that happens for ON it

Re: [osol-code] O/N Packaging changes for missing closed files, again

2006-06-27 Thread Richard Lowe
Darren J Moffat wrote: Rainer Orth wrote: Mike Kupfer writes: "Darren" == Darren J Moffat writes: Okay, but I'm unable to figure out from that list what Rainer should do with SUNWcryptoint. What do you recommend? Darren> What problem is being caused by the way it is handled today ? It's i

Re: [osol-code] O/N Packaging changes for missing closed files, again

2006-06-16 Thread Richard Lowe
Rainer Orth wrote: Richard, I'd suggest not removing anything from the closed tarball (for reasons other than it's movement to usr/src, obviously) While bits of it maybe unused, they're also covered under the OpenSolaris binary license, that allows for their redistribution. which shouldn't

Re: [osol-code] temporary storage limit on dlc.sun.com

2006-06-16 Thread Richard Lowe
Stephen Lau wrote: We've hit the storage limit on the OpenSolaris download center at dlc.sun.com. We're getting more storage added soon, but in the meantime we need to free up some space temporarily until the extra storage comes online. Given that I can really only speak for ON, and that ON

Re: [osol-code] O/N Packaging changes for missing closed files, again

2006-06-16 Thread Richard Lowe
Rainer, I'd suggest not removing anything from the closed tarball (for reasons other than it's movement to usr/src, obviously) While bits of it maybe unused, they're also covered under the OpenSolaris binary license, that allows for their redistribution. -- Rich. ___

Re: [osol-code] consolidation of x86 32-bit syscall implementations?

2006-06-12 Thread Richard Lowe
Bill Sommerfeld wrote: On Mon, 2006-06-12 at 15:13, Glen Kriekenbeck wrote: Hi all, I'm working with an ISV who asks: We notice that the system calls are coded differently in the 32 and 64 bit versions of the OS. The 32 version uses sysenter which the 64 uses syscall. There also seem to be 2

[osol-code] Re: O/N Packaging changes for missing closed files, again

2006-05-06 Thread Richard Lowe
Rainer Orth <[EMAIL PROTECTED]> writes: Additions to bits pointed out by Mike inline... (though with the ordering botched, apologies) > My suggestion is to either move those closed components to new packages of > their own or to to really omit the affected packages when all or most files > are mi