Re: Writng safe C code

2002-03-13 Thread Vladimir G. Ivanovic
Also google with "safe C" and you'll hit upon Cyclone, SCC and other interesting tools. --- Vladimir -------- Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto

Re: top command

2002-03-27 Thread Vladimir G. Ivanovic
"vm" == vishist mandapaka <[EMAIL PROTECTED]> writes: vm> Hi, vm>Can anyone point me to the source code for "top" command.=20 vm> thanks Try http://rpmfind.net/linux/RPM/index.html . --- Vladimir Vladimir G. Ivanovic

Re: next release

2002-04-29 Thread Vladimir G. Ivanovic
People also buy Red Hat Network entitlements that give them access to updated rpms and isos. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447

[OT] Re: Pricing discrepancy (Re: next release)

2002-04-30 Thread Vladimir G. Ivanovic
myth. The total American tax burden is considerably less than, say, a German's or Frenchman's tax burden. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMA

Re: A Red Hat user's introduction to Debian

2002-05-01 Thread Vladimir G. Ivanovic
ernatives has been ported to skipjack, the distribution no longer fits on one CD, the RHN takes care of updates. I do, however, like the idea of suggestions in addition to requirements. But that's strictly an RFE. --- Vladimir Vladimir G. Ivanovichttp://leonor

Frozen device registry --- why?

2002-05-20 Thread Vladimir G. Ivanovic
Would someone tell me why Linus asked that the device registry be frozen? Don't new devices require new device number allocations? Thanks. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowp

Re: Build/Development environments...

2002-06-15 Thread Vladimir G. Ivanovic
. Also, even though I have no experience with it, you should probably look at SourceForge v3.1. And if you're on Solaris, I recommend Teamware. Simple, fast, intuitive, and easy. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowp

Re: OT: clearcase ...

2002-06-15 Thread Vladimir G. Ivanovic
ked into a costly, proprietary solution[sic] forever. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447

Re: OT: clearcase ...

2002-06-15 Thread Vladimir G. Ivanovic
oject, and that, in my experience, is a rarity. --- Vladimir ---- Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447 +1 650 678 8014 "RT&q

Re: Build/Development environments...

2002-06-15 Thread Vladimir G. Ivanovic
ls. The mission of the Eclipse Project is to adapt and evolve the eclipse technology to meet the needs of the eclipse tool building community and its users, so that the vision of eclipse as an industry platform is realized. --- Vladimir ---- Vladimir G. Ivanovic

RPM article on DistroWatch.com (and Slashdot,org)

2002-06-16 Thread Vladimir G. Ivanovic
* "Is RPM Doomed?" by Ladislave Bodnar http://www.distrowatch.com/article-rpm.php * Slashdot "discussion" http://slashdot.org/article.pl?sid=02/06/16/123252&mode=nested&tid=106 --- Vladimir ---- Vladimir G. Ivanovichttp://leonora.

Re: Question on gcc installation

2002-06-21 Thread Vladimir G. Ivanovic
The command "rpm -ql " will show you where all the files are. Isn't the GNUpro toolkit a commercial product? If that's true, you'll have to pay for it. --- Vladimir Vladimir G. Ivanovichttp://leonora.org

Re: RH8.0 linker problem: 'collect2: cannot find ld'

2003-01-21 Thread Vladimir G. Ivanovic
.13.90.0.2-2 --- Vladimir -------- Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447 +1 650 678 8014 The lyfe so short, the craft so long to learn

Unexpected results compiling a program containing kill(2)

2003-03-09 Thread Vladimir G. Ivanovic
ys that kill is "very portable amount UNIX systems" although there are some different interpretations. The C99 standard does not list kill. Both SVR4 and BSD 4.4 have kill, but with SVR4 needing to include sys/types.h in addition to signal.h. -----

Re: Unexpected results compiling a program containing kill(2)

2003-03-10 Thread Vladimir G. Ivanovic
Miloslav, Thanks for your answer. You're right, it is odd. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROT

sys/systat.h and S_IFMT definition

2003-07-08 Thread Vladimir G. Ivanovic
error. Is this right? Thanks. --- Vladimir ---- Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447

Re: sys/systat.h and S_IFMT definition

2003-07-09 Thread Vladimir G. Ivanovic
>>>>> "mt" == Miloslav Trmac <[EMAIL PROTECTED]> writes: mt> On Tue, Jul 08, 2003 at 08:32:35AM -0700, Vladimir G. Ivanovic wrote: >> Isn't S_IFMT defined as part of POSIX and not part of the XSI extensions? >> >> h