Re: gumstix port: any plans to include the OVERO board?

2009-01-05 Thread Dale Rahn
rastructure I need to do to support the Cortex-A8 MMU before any processor beyond ARM1136 could be supported (and ARM10/ARMv6 cpus would run better with the fix). Unfortunately, this task is a couple weeks of work, time that I haven't had lately. Dale Rahn dr...@dalerahn.com

Re: crunchgen undefined reference

2007-04-12 Thread Dale Rahn
bin > > progs cat > > libs -lc > > #crunchgen cat.conf For ELF platforms use # crunchgen -E cat.conf this will call 'crunchide -k _crunched_cat_stub cat.lo' later which will keep to the proper symbol name. Dale Rahn [EMAIL PROTECTED]

Re: wikipedia article

2006-06-12 Thread Dale Rahn
hs before the first freebsd release. > However, NetBSD was a fork of 386BSD0.1+patchkit, where the group developing the patchkit became FreeBSD. Dale Rahn [EMAIL PROTECTED]

Re: sl-c1000 progress

2008-08-29 Thread Dale Rahn
or not. There is a reasonably good chance that with just a few tweaks OpenBSD would run just fine on CF media in the removable bay, in fact it may work without any tweaks. To my knowledge, no OpenBSD developer has ever had or had access to a SL-C1000. Dale Rahn [EMAIL PROTECTED]

Re: Firefox 2.0.0.12

2008-04-08 Thread Dale Rahn
anism could detect the prebind data and 'ignore' it, then the md5 values could be verified. While no problems with the full system scan of prebind, the update mode (which ports would use) may have had a problem. Dale Rahn [EMAIL PROTECTED]

Re: USB speed (umass): what should I expect?

2008-04-12 Thread Dale Rahn
I doing something wrong? I've searched the archives, but didn't come up > with anything. > I presume that /dev/sd0c or sdN[a-k] was used to access the USB device this goes thru the buffer cache which defeats the use of larger blocks under OpenBSD. To accurately compare the I/O speed

MacPPC interrupt controller change testing

2008-05-20 Thread Dale Rahn
%r5,CI_CPL(%r4) - cmpl0,%r3,%r5 - beq 1f b _C_LABEL(lcsplx) 1: blr Index: arch/macppc/dev/macintr.c === RCS file: /cvs/src/sys/arch/macppc/dev/macintr.c,v retrieving revision 1.33 diff -u -r1.

Re: iBook

2008-07-07 Thread Dale Rahn
released the OpenBSD/macppc bootloader was modified and accidentally disabled the ability to load a kernel from an HFS filesystem. This was not discovered until after 4.3 was released. It should be fixed by the time 4.4 is released. In the meantime, either use the .iso fi

Re: Mailing List for SH Platform

2008-07-17 Thread Dale Rahn
s ported to the LanDisk: > http://openbsd.org/landisk.html. > There is no specific mailing list for landisk, direct the traffic to [EMAIL PROTECTED] If it is determined that there is enough landisk specific mail, a mailing list would be created at that time. Dale Rahn [EMAIL PROTECTED]

Re: Throwing exceptions over shared library boundaries in C++

2006-09-20 Thread Dale Rahn
to $(CXX) -shared test.o $(LIBS) -o $(TARGET) -lstdc++ It appears to catch the exception just fine. Dale Rahn [EMAIL PROTECTED]

Good Bye OpenBSD/cats

2006-10-01 Thread Dale Rahn
o get started if OpenBSD/cats had not existed, however at this point it has no significant use. Time to spend our time on more useful pursuits. Dale Rahn [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: dlopen() functions calling symbols in parent

2006-11-29 Thread Dale Rahn
#x27; from the Makefile for it to compile, but then: > > # make > gcc -Wall -rdynamic -o test1 test1.c > test1.c: In function `main': > test1.c:25: warning: assignment discards qualifiers from pointer target type > gcc -Wall -shared -o test2.so test2.c > # ./test1 > ./test1:./test2.so: undefined symbol 'bar' > Cannot load specified object > # > > Under Linux it seems that '-rdynamic' is the magic incantation, because > without this it also fails. However I don't know what the OpenBSD equivalent > is. > > Could someone provide me with the necessary clue please? > > Thanks, > > Brian. > Dale Rahn [EMAIL PROTECTED]

Re: dlopen() broken in snapshot?

2006-03-21 Thread Dale Rahn
shared library are not exported, for this to work you must pass the linker flag -E or --export-dynamic, then the program will work as expected. eg: $ gcc -Wl,-E b.c Dale Rahn [EMAIL PROTECTED]

Re: gphoto2/gtkam segmentation fault on i386-current

2005-09-26 Thread Dale Rahn
_ closer than before. However you have found a bug in -current code. It should be fixed very shortly. Dale Rahn [EMAIL PROTECTED]

Re: getting usb networking up on the Zaurus

2005-10-01 Thread Dale Rahn
! > Sorry, usb client mode is not supported in OpenBSD at this time. Only usb host mode is supported see usb(4) for list. The hardware supports usb on-the-go, but OpenBSD doesn't have a driver for it yet. Dale Rahn [EMAIL PROTECTED]

Re: Skype?

2005-11-17 Thread Dale Rahn
o communicate with him. I do not > like to tell him, I use OpenBSD on my laptop and cannot use it.. > Unfortunately it will not work at this time. A change went in to -current (exec_elf.c) which improves the situation (the program will start) but skype fails short

Re: OpenBSD on D-Link Access Points

2005-12-27 Thread Dale Rahn
uwe/slides.pdf). > > Looks like it needs very fine soldering skills just to attach a serial > port: http://seattlewireless.net/index.cgi/SamSung4510 > If anyone knows about an ARM 11 based device that has reasonable IO: network, disk options (CF or better), minipci, ...

Re: CF ethernet hardware

2011-08-09 Thread Dale Rahn
ed connectivity for a zaurus. > > -- > Best Regards > Edd Barrett > > http://www.theunixzoo.co.uk > Cannot comment on that specific card, but Buffalo LPC-CF_CLT (10Mb only?) and Hawking 10/100M H-CF686TX work fine. Dale Rahn dr...@dalerahn.com

Re: earmark on hfsplus port

2010-03-22 Thread Dale Rahn
ne to verify what filesystems (hfs/hfs+/journal/case-sensitive) features would work with the hfsplus package if the macos partition was cleanly shut down (journal). If someone were to do this testing and post a diff to ports@ with such testing results, such diff would likely be accepted. Dale Rahn dr...@dalerahn.com

Re: 10baseT non-functional for gem

2010-09-14 Thread Dale Rahn
OpenBSD mostly since it has nearly never been seen except for Apple systems. The second phy is ignored on these systems. Dale Rahn dr...@dalerahn.com

Re: gcc4 cross-tools

2010-09-19 Thread Dale Rahn
n conclusion, all targets of gcc4 it is not possible to create a cross-tools. > > This appears to be correct. I had tried a couple of archs, however had not realized it is all targets. gcc4 does not have the correct search paths set up for the cross environment. I will look into this again today as I have some time. Dale Rahn dr...@dalerahn.com

Re: gcc4 cross-tools

2010-09-24 Thread Dale Rahn
On Sun, Sep 19, 2010 at 12:58:51PM -0500, Dale Rahn wrote: > On Sun, Sep 19, 2010 at 09:37:59PM +0900, Hitoshi NAKAMORI wrote: > > HI all, > > I run "make obj" and try to make cross-tools again. > > > > looks a variable errors are caused same factor. > >

Re: OpenBSD on Xserve G5 dual core, 2 GHz

2009-11-26 Thread Dale Rahn
uch that it is unable to function. On the 2x single core systems, the SATA subsystem does not function, however with pci SCSI/SATA/ATA card, the system can operate. Dale Rahn dr...@dalerahn.com

Re: vi in /bin

2009-12-18 Thread Dale Rahn
und. > I just export TERM=xterm, fsck /usr and / mount both rw and vi away > > Is there a common emergency that comes up where /usr is not available? > When working on changed to the dynamic linker, vi was always the first test program (sanity testing). And yes, it broke quite a number of times. Dale Rahn dr...@dalerahn.com

Re: ldconfig: default path?

2009-12-29 Thread Dale Rahn
ssible, it allows the user (or startup environment) to control the addition of other directories. However this does not explain the original problem you were having, I would suggest running the application with 'LD_DEBUG' environment set eg: LD_DEBUG='' a.

Re: Azalia problem: no sound

2010-02-11 Thread Dale Rahn
if (this->subid == 0x02631028 ||/* DELL_E5500 */ > - this->subid == 0x02501028 || /* DELL_M4400 */ > - this->subid == 0x02331028 ||/* DELL_E6400 */ > - this->subid == 0x024f1028) {/* DELL_E6500 *

Re: http://www.theregister.co.uk/2009/11/03/linux_kernel_vulnerability

2009-11-09 Thread Dale Rahn
s. > I would love to see a decent (cortex based?) arm laptop/netbook. But this one isn't: 64MB ram, 800x480 resolution, unmentioned arm processor at unmentioned MHz, WindowsCE instead of linux? Dale Rahn dr...@dalerahn.com

Re: http://www.theregister.co.uk/2009/11/03/linux_kernel_vulnerability

2009-11-09 Thread Dale Rahn
ects on newer faster hardware that dont get my time. The base code for the beagle port was actually derived from the early 2420 code I had written, if one checks the copyrights. I was careful to make certain that all of the remaining bits corresponded to beagle docs... Dale Rahn dr...@dalerahn.com

Re: RAMDISK_CD-based MP kernel hangs when activating secondary CPUs (4.8)

2010-11-18 Thread Dale Rahn
gt; > -- > The problem can be reproduced by simply adding those two MP config lines to > the standard > RAMDISK_CD kernel config. > > It is likely that this is an 'option SMALL_KERNEL' interaction, however realize this is a configuration that OpenBSD isn't likely to support. Dale Rahn dr...@dalerahn.com

Re: Installing OpenBSD/macppc from USB CD-ROM

2011-01-11 Thread Dale Rahn
o look thru the list of devices on the machine: 'dev /' 'ls' to find what name is appropriate for the device might be something like 'boot u...@2/d...@1:,ofwboot 4.8/macppc/bsd.rd' Dale Rahn dr...@dalerahn.com