RE: FreeBSD MIDI support

2006-07-10 Thread Yuriy Tsibizov
Are there any projects regarding this topic? I recently started coding kernel modules, however, there are some design issues involving way of MIDI implementation, so i hoped to contact somebody who's working on the same thing, or to join develop. team if there is any project

Re: gdb able to debug both fbsd and linux binaries

2006-07-10 Thread Alexander Kabaev
On Sun, 9 Jul 2006 11:46:53 +0200 Divacky Roman [EMAIL PROTECTED] wrote: hi, is it able to somehow make gdb be able to debug fbsd and linux binaries at the same time? I mean.. alter somehow the way its built in buildworld or something thnx roman --

Re: FreeBSD MIDI support

2006-07-10 Thread Alexander Leidinger
Quoting zarko bulatovic [EMAIL PROTECTED] (from Mon, 10 Jul 2006 04:09:15 -0700): [CCing multimedia@, where more people interested in this topic listen] Are there any projects regarding this topic? I recently started coding I'm not aware of one. kernel modules, however, there are some

Re: kern/99979: Get Ready for Kernel Module in C++

2006-07-10 Thread mag
Joseph Koshy wrote: I would write my kernel module in C++, just like IOKit of OpenDarwin. Thus, all conflicts against C++ in current FreeBSD kernel source must be swept out firstly. Your patch is missing the following: - runtime support for static constructors and destructors - runtime

Re: kern/99979: Get Ready for Kernel Module in C++

2006-07-10 Thread Julian Elischer
[EMAIL PROTECTED] wrote: Joseph Koshy wrote: I would write my kernel module in C++, just like IOKit of OpenDarwin. Thus, all conflicts against C++ in current FreeBSD kernel source must be swept out firstly. While the idea of using C++ in the kernel made me very nervous, I have seen some

Re: File Mirror Software

2006-07-10 Thread John-Mark Gurney
Brad Falzon wrote this message on Mon, Jul 10, 2006 at 13:30 +0930: Currently, we're building our replacement file mirror box. (Its a beefy 5TB Server) Anyway, currently, we use the application 'mirror' to handle ftp mirrors and our own rsynctool which connects to a database for our rsync

Re: FreeBSD MIDI support

2006-07-10 Thread John-Mark Gurney
zarko bulatovic wrote this message on Mon, Jul 10, 2006 at 04:09 -0700: Are there any projects regarding this topic? I recently started coding kernel modules, however, there are some design issues involving way of MIDI implementation, so i hoped to contact somebody who's working on the

Re: kern/99979: Get Ready for Kernel Module in C++

2006-07-10 Thread Václav Haisman
Julian Elischer wrote, On 10.7.2006 21:45: [EMAIL PROTECTED] wrote: Joseph Koshy wrote: I would write my kernel module in C++, just like IOKit of OpenDarwin. Thus, all conflicts against C++ in current FreeBSD kernel source must be swept out firstly. While the idea of using C++ in the

Re: gdb able to debug both fbsd and linux binaries

2006-07-10 Thread Greg 'groggy' Lehey
On Sunday, 9 July 2006 at 7:52:32 -0400, Alexander Kabaev wrote: On Sun, 9 Jul 2006 11:46:53 +0200 Divacky Roman [EMAIL PROTECTED] wrote: is it able to somehow make gdb be able to debug fbsd and linux binaries at the same time? I mean.. alter somehow the way its built in buildworld or