Arm64 ports/devel/gdb support

2018-06-23 Thread Dale Rahn
Here is the diffs that will build a native arm64 gdb that is mostly functional. Single stepping is not working, however that is suspected to be a kernel issue more than a gdb issue. gdb will recognize and load coredumps as well as inspect live programs. register contents appear to be correct. break

Re: [PATCH] devel/llvm crashes on macppc when there's no Altivec

2011-08-06 Thread Dale Rahn
oblems when > > running Slackintosh. This makes building big packages under > > OpenBSD almost impossible, I'm afraid.) > > I can't help here but that's clearly not a problem with the port > build. > Unless we were to choose to make two flavors of the port (not certain if this is desireable or not). Dale Rahn dr...@dalerahn.com

ld.so speedup for large binaries with many shared libraries

2011-04-23 Thread Dale Rahn
refcount; /* dep libs only */ int opencount; /* # dlopen() & exe */ @@ -233,6 +236,7 @@ extern elf_object_t *_dl_objects; extern elf_object_t *_dl_last_object; extern elf_object_t *_dl_loading_object; +void _dl_append_search(elf_object_t *object); ext

Re: potential qemu crash fix, please test

2011-01-25 Thread Dale Rahn
Jan 24 15:35:01 2011 > +@@ -195,7 +195,7 @@ static int net_socket_mcast_create(struct sockaddr_in > + /* Force mcast msgs to loopback (eg. several QEMUs in same host */ > + val = 1; > + ret=setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, > +- (const char *)&val, sizeof(val)); > ++ (const char *)&val, sizeof(char)); > + if (ret < 0) { > + perror("setsockopt(SOL_IP, IP_MULTICAST_LOOP)"); > + goto fail; > Dale Rahn dr...@dalerahn.com

Fetch problems trying to do bulk build

2008-08-20 Thread Dale Rahn
em to exist on this system. >> Fetch Yes/xlife-5.3.tar.gz. ftp: Yes/xlife-5.3.tar.gz: no address associated with name ftp> -- Then it gives an interactive ftp prompt. Additionally, Smarty-2.6.14-docs.tar.gz checksum doesn't match. Finally, I couldn't locate the distfile for mi

kqemu SMP problem.

2008-04-03 Thread Dale Rahn
${FILESDIR}/${_f} ${WRKBUILD} Dale Rahn [EMAIL PROTECTED]