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] Re: [tools-discuss] keywords in the post-Hg world

2007-02-07 Thread Garrett D'Amore
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 th

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

2007-02-07 Thread Garrett D'Amore
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 the CDDL version change...) >> > > For ge

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

2007-02-07 Thread Stephen Lau
Stephen Hahn wrote: * James Carlson <[EMAIL PROTECTED]> [2007-02-07 11:30]: Stephen Lau writes: I've updated the SCMMigrationTasks page on the genunix wiki. The 'implement keywords' task has now become 'strip SCCS keywords from ON'. That should be a fun putback for someone to do ;-) "not it!

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

2007-02-07 Thread Danek Duvall
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 the CDDL version change...) For generic ident strings and the handful of oth

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

2007-02-07 Thread Stephen Hahn
* James Carlson <[EMAIL PROTECTED]> [2007-02-07 11:30]: > Stephen Lau writes: > > I've updated the SCMMigrationTasks page on the genunix wiki. The > > 'implement keywords' task has now become 'strip SCCS keywords from ON'. > > That should be a fun putback for someone to do ;-) > > "not it!" T

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

2007-02-07 Thread Stephen Hahn
* Stephen Lau <[EMAIL PROTECTED]> [2007-02-07 11:24]: > >Oh boy, thats a lot of work. > > > >Lets hope we never have this kind of failure in the bridge again. The > >sooner mercurial becomes the master the better! > > As I said in #onnv, the sooner this bridge can be burned, the better. :) (I

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

2007-02-07 Thread James Carlson
Stephen Lau writes: > I've updated the SCMMigrationTasks page on the genunix wiki. The > 'implement keywords' task has now become 'strip SCCS keywords from ON'. > That should be a fun putback for someone to do ;-) "not it!" -- James Carlson, Solaris Networking <[EMAIL PROTECTED]>

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

2007-02-07 Thread Stephen Lau
Darren J Moffat wrote: Richard Lowe wrote: (no guarantees there isn't a better way) # All the revisions you have and they don't, except the merges hg outgoing -M --template '{node}' > to-preserve # Export all those in such a way they glob in the right order for node in $(hg log -m # Assuming

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

2007-02-07 Thread Darren J Moffat
Richard Lowe wrote: (no guarantees there isn't a better way) # All the revisions you have and they don't, except the merges hg outgoing -M --template '{node}' > to-preserve # Export all those in such a way they glob in the right order for node in $( Oh boy, thats a lot of work. Lets hope we n

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

2007-02-07 Thread Stephen Lau
as Rich just reminded me - this should preferably be scriptable, so we can run it just prior to putback. cheers, steve Stephen Lau wrote: I've updated the SCMMigrationTasks page on the genunix wiki. The 'implement keywords' task has now become 'strip SCCS keywords from ON'. That should be a

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

2007-02-07 Thread Stephen Lau
I've updated the SCMMigrationTasks page on the genunix wiki. The 'implement keywords' task has now become 'strip SCCS keywords from ON'. That should be a fun putback for someone to do ;-) cheers, steve Stephen Lau wrote: Just to poke this thread some more, the overwhelming consensus I've seen

Re: [osol-code] Arithmetic overflow

2007-02-07 Thread Bart Smaalders
[EMAIL PROTECTED] wrote: Hi, C language does not support exceptions on arithmetic overflow. How do people handle these situations? Do you use custom assembly code to check the status of machine registers after arithmetic operations, or do you simply ignore it and pretend it would never happen? If

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

[osol-code] project emancipation now open!

2007-02-07 Thread John Sonnenschein
Just a quick announcement that the closed binary emancipation project is now open at http://www.opensolaris.org/os/project/emancipation/ . I've put some skeleton .c files up corresponding with the functions of libc_i18n that need to be reimplemented on our hg repo: hg.opensolaris.org/hg/ema

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

2007-02-07 Thread Stephen Lau
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 was: changeset: 12

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

2007-02-07 Thread Darren J Moffat
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 was: changeset: 1216:bbbeae705cee user:

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

2007-02-07 Thread Stephen Lau
Darren J Moffat wrote: Stephen Lau wrote: Stephen Lau wrote: Ugh. Rich and I found a bug in the bridge dating back to the FMA wad in February of 2006, so unfortunately I'm going to do a massive rollback to regenerate the gate. I advise not pulling from the gate for a while until I can get t

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

2007-02-07 Thread Darren J Moffat
Stephen Lau wrote: Stephen Lau wrote: Ugh. Rich and I found a bug in the bridge dating back to the FMA wad in February of 2006, so unfortunately I'm going to do a massive rollback to regenerate the gate. I advise not pulling from the gate for a while until I can get this fixed. cheers, st

Re: [osol-code] what is the path of source directory?

2007-02-07 Thread Paul Durrant
On 2/7/07, devendra <[EMAIL PROTECTED]> wrote: as i know before searching anything it must be indexed for indexing which the source Directory...tell me the paths of src and index directorys Which source do you refer to? If you want ON source then you need to download it from opensolaris.

[osol-code] Arithmetic overflow

2007-02-07 Thread negativedrift
Hi, C language does not support exceptions on arithmetic overflow. How do people handle these situations? Do you use custom assembly code to check the status of machine registers after arithmetic operations, or do you simply ignore it and pretend it would never happen? If you do check for overflow,

Re: vs. |_LP64| vs. 32bit/64bit usr/include/ast/ merge / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integration prototype004 2007-01-27 webref+diff

2007-02-07 Thread Casper . Dik
>With the schily makefilesystem, you need one set of autoconf results >for all my tools and a small additional set for cdda2wav. If soneone likes to >use a static prebuild setup, this would not take much effort. This is pretty much what we do for perl; we run configure and create the makefiles a

Re: vs. |_LP64| vs. 32bit/64bit usr/include/ast/ merge / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integration prototype004 2007-01-27 webref+diff

2007-02-07 Thread Joerg Schilling
"Garrett D'Amore" <[EMAIL PROTECTED]> wrote: > If we had to run autoconf on every package we integrate, it would do > horrible, miserable things to build times. (I'd also suggest looking at > NetBSD, they have a similar approach, where their GNU stuff is > "preconfigured" in their build script, s

Re: vs. |_LP64| vs. 32bit/64bit usr/include/ast/ merge / was: Re: [ksh93-integration-discuss] Re: [osol-code] ksh93-integration prototype004 2007-01-27 webref+diff

2007-02-07 Thread Joerg Schilling
Glenn Fowler <[EMAIL PROTECTED]> wrote: > > On Tue, 6 Feb 2007 11:23:17 -0800 Keith M Wesolowski wrote: > > "... no autoconf in ON ..." > > > It's fine for AT&T to offer components that autoconfigure if that's > > what their customers want. There's some value in being able to get > > some kind of

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

2007-02-07 Thread Roland Mainz
James Carlson wrote: > Roland Mainz writes: > > James Carlson wrote: [snip] > > [snip] > > > > > cmd/ksh/amd64/Makefile > > > > > cmd/ksh/i386/Makefile > > > > > > > > > > 39-48: use the $(INS.link) rule instead. > > > > > > > > Erm... that won't work AFAIK. $(USRKSH_ALIAS_LIST) is a variable lis

[osol-code] what is the path of source directory?

2007-02-07 Thread devendra
hi as i know before searching anything it must be indexed for indexing which the source Directory...tell me the paths of src and index directorys This message posted from opensolaris.org ___ opensolaris-code mailing list opensolaris-code@opensol