Re: code analysis tools

2007-03-26 Thread jjhartley
From: "Gregg Reynolds" <[EMAIL PROTECTED]> > > On 3/26/07, Marco Peereboom <[EMAIL PROTECTED]> wrote: > > ectags > > ctags > > cscope > > > > All work fine within emacsOS and vim. > > > > http://fxr.watson.org/ is invaluable too. > > I see GNU Global does something similar: Has anyone played wit

Re: An introduction of sorts

2007-03-21 Thread jjhartley
From: Dan Farrell <[EMAIL PROTECTED]> > > Being prepared to be in the community is the best way to make the > entrance smoother... > > -Read the faq. > -Read undeadly.org > -Rtfm and Google prior to posting questions... show that you've done > your homework. > -Have thick skin > >> I'm a new kid

minimum hardware requirements for NTP server?

2006-10-29 Thread jjhartley
I would like to set up OpenBSD 4.0 as an NTP server using GPS as the time source instead of punching a hole periodically in a firewall to query the Internet time servers. Does anyone have recommendations for the minimum hardware required to implement this? I have old 200MHz, 400MHz, 600MHz, &

anyone have any nmea(4) stories?

2006-10-06 Thread jjhartley
Has anyone set up a GPS to serve as a ntp source yet? Care to share any insights gained? Thanks. j

Re: Looking for general info on OpenBSD

2006-08-23 Thread jjhartley
> On Wed, Aug 23, 2006 at 10:33:46AM -0700, Jon R H wrote: > > Dose OpenBSD have a printed manual like... > > Starting with your documentation questions: AFAIK, OpenBSD's official > documentation is limited to: > > * The definitive man pages. > * The published FAQ > * The PF User's Guide >

Wireshark 0.99 on OpenBSD 3.9

2006-08-07 Thread jjhartley
FYI. For those contemplating installing Wireshark, the 0.99.2 snapshot currently available on http://www.wireshark.org/download.html does not build on 3.9. There has been recent discussion on wireshark-dev@ about this, and the latest SVN source appears to correct the problem(s): http://www.ma

running Linux Firefox on 3.9?

2006-07-11 Thread jjhartley
I simplistically installed the Linux version of Firefox, firefox-1.5.0.4.tar.gz, & given that I already have OpenOffice 2.0.3 installed, I thought I had all the prerequisites in place in order to run Firefox. I don't. Firefox generated a dialog on first invocation, but immediately generated a

Re: question about mount command

2006-06-24 Thread jjhartley
Original message from "pk.ra" [EMAIL PROTECTED]: > My hard disk is divided into four partitions. There are two MSDOS partitions, > one FreeBSD and one partition for OpenBSD. There are files with name on other > languages on my MSDOS partitions. How can I mount these partitions with > correct >

Re: OpenOffice.org 2.0 works on OpenBSD

2006-06-06 Thread jjhartley
Original message from Frank Denis [EMAIL PROTECTED]: > Openoffice.org still works fine under OpenBSD. > I don't have any host with X11 right now, but the basic steps to install > it were : > > - pkg_add redhat_base > - get the Openoffice.org RPM > - /emul/linux/bin/rpm --ignoreos --ignorearc

Re: mounting winxp

2006-06-02 Thread jjhartley
Original message from "Martin Gruden" [EMAIL PROTECTED]: > I have a noob question. > I have two disks wd0 and wd1 . On wd1a to wd1f i have obsd3.9 an on wd0 i > have winXP. > I read the fstab man page but it doesn't explain anything about mounting xp. Read Section 14.16 of the OpenBSD FAQ. Y

Re: Problems mounting a usb disk

2006-06-01 Thread jjhartley
Original message from David Burau [EMAIL PROTECTED]: > Hi, > > i've installed OpenBSD 3.9 on a IBM T20 notebook. > Everything is working fine. > Bit I'm not able to mount a usb disk. > dmesg output ist: > - > sd0 at scsibus1 targ 1 lun 0... > sd0: 76319MN, 76319

Re: C++ problem in current snapshot (2006-05-22) [SOLVED]

2006-05-26 Thread jjhartley
Original message from Toni Mueller [EMAIL PROTECTED]: > ... > Now, what's the recommended books for C++ these days? _The C++ Programming Language_ by Bjarne Stroustrup.

Re: Static functions in C code

2006-05-26 Thread jjhartley
Original message from "Diego Giagio" [EMAIL PROTECTED]: > > 1. there are debugging requirements. Static functions do not expose entry > > points. > > Even for user-level code? If you are thinking there is a difference between kernel code & userland code, no. Compilers compile code based upon

Re: Static functions in C code

2006-05-25 Thread jjhartley
Original message from Diego Giagio [EMAIL PROTECTED]: > ... > I have a concern, thought: why most applications don't use the 'static' > keyword for > functions with internal linkage ? Wouldn't that avoid function name clashes > when > developing large programs? Either because: 1. there are d

Ethereal on 3.9?

2006-05-24 Thread jjhartley
This topic usually comes up near each release. Has anyone tried the 3.8 instructions below yet on 3.9? http://www.linbsd.org/ethereal_on_openbsd38.html Jim

Re: ifficiency

2006-05-22 Thread jjhartley
Original message from prad [EMAIL PROTECTED]: > On Monday 22 May 2006 17:54, you wrote: > ... > i was puzzled reading something on one of the wikipedia links provided: > "The opposite of lazy evaluation is eager evaluation, also known as strict > evaluation. Eager evaluation is the evaluation be

Re: ifficiency

2006-05-22 Thread jjhartley
Original message from prad <[EMAIL PROTECTED]>: > suppose that you have 2 conditions A and B where B take a lot of effort to > determine (eg looking for a string match in a huge file). > > either A or B needs to be true before you can execute 'this'. > > the 2 if statements below are equival

OpenOffice with JRE or without?

2006-05-12 Thread jjhartley
In investigating what's needed to install & configure OpenOffice, I see on their Website that I have the choice of downloading it with or without the JRE. Remembering some of traffic here discussing the issues of installing/compiling Java 1.5, how stable is the Linux JRE on OpenBSD? Am I bette

Re: www.openbsd.org defaults to Japanese

2006-05-02 Thread jjhartley
From: "Tan Dang" <[EMAIL PROTECTED]> > Any reason why www.openbsd.org displays Japanese by default now? > > Tan I see English when accessing www.openbsd.org as I have always done so. You might want to look at your locale settings.

Re: GoDaddy.com Donates $10K to Open Source Development Project

2006-04-19 Thread jjhartley
"Nick Guenther" <[EMAIL PROTECTED]> wrote: > Melameth, Daniel D. <[EMAIL PROTECTED]> wrote: >> Congratulations to the team... >> >> http://www.thehostingnews.com/article2217.html > > Hmm? Hopefully it seems that Mozilla's donation has kicked off a > scrambling of companies to buy bragging rights a

Re: C++ textbooks: recommendations?

2006-04-04 Thread jjhartley
That's easy. Get the information for the guy who envisioned the language. _The C++ Programming Language_ Bjarne Stroustrup. Addison-Wesley, 2000 ISBN: 0201700735 http://www.amazon.com/gp/product/0201700735/sr=1-1/qid=1144196764/ref=sr_1_1/104-6908142-7055123?%5Fencoding=UTF8&s=books -