From freebsd-embedded at dino.sk Wed Jul 1 14:42:47 2009 From: freebsd-embedded at dino.sk (Milan Obuch) Date: Wed Jul 1 14:42:53 2009 Subject: TinyBSD and CURRENT Message-ID: <200907011631.47176.freebsd-embedded@dino.sk> Hi, does anybode use this combination? I am trying to use TinyBSD to build FreeBSD flash based router with vimage. It seems to be not up to date in our repository. First, I replace 'devide sio' with 'device uart' in TINYBSD kernel config file. Then, for some reason, I must add 'options COMPAT_FREEBSD7' into TINYBSD kernel config file (actually I replace FREEBSD4 compatibility with 7), otherwise kernel build process stops when compiling sysv_shm.c file: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror /usr/src/sys/kern/sysv_shm.c /usr/src/sys/kern/sysv_shm.c:882: error: field 'shm_perm' has incomplete type cc1: warnings being treated as errors /usr/src/sys/kern/sysv_shm.c: In function 'oshmctl': /usr/src/sys/kern/sysv_shm.c:925: warning: implicit declaration of function 'ipcperm_new2old' /usr/src/sys/kern/sysv_shm.c:925: warning: nested extern declaration of 'ipcperm_new2old' /usr/src/sys/kern/sysv_shm.c:939: warning: implicit declaration of function 'freebsd7_shmctl' /usr/src/sys/kern/sysv_shm.c:939: warning: nested extern declaration of 'freebsd7_shmctl' /usr/src/sys/kern/sysv_shm.c: At top level: /usr/src/sys/kern/sysv_shm.c:954: error: 'freebsd7_shmctl' undeclared here (not in a function) *** Error code 1 Stop in /usr/obj/usr/src/sys/TINYBSD. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. After fixing that, I was able to build working image (tested with WRAP), just two small points needs to be resolved - ttyu names in /etc/ttys instead of ttyd, which was just an easy one, but for some reason, there is no /etc/fstab file, which provokes some noise about it when booting. Did someone else tested TinyBSD under CURRENT? Are there any traps I did not spot? Regards, Milan From info at martenvijn.nl Wed Jul 1 15:02:04 2009 From: info at martenvijn.nl (Marten Vijn) Date: Wed Jul 1 15:02:10 2009 Subject: TinyBSD and CURRENT In-Reply-To: <200907011631.47176.freebsd-embedded@dino.sk> References: <200907011631.47176.freebsd-embedded@dino.sk> Message-ID: <1246460520.4682.27.camel@polaris> On Wed, 2009-07-01 at 16:31 +0200, Milan Obuch wrote: > Hi, > > does anybode use this combination? I am trying to use TinyBSD to build FreeBSD > flash based router with vimage. Could you try the to copy a GENERIC kernel to conf//TINYBSD Mostly i strip the kenrel from there..... tinybsd a behind in configs most of the time expect also problems in /etc/ttys and /etc/remote cheers Marten -- Marten Vijn linux 2.0.18 OpenBSD 3.6 FreeBSD 4.6 http://martenvijn.nl http://opencommunitycamp.org http://wifisoft.org From olivier at cochard.me Sun Jul 5 22:12:38 2009 From: olivier at cochard.me (=?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?=) Date: Sun Jul 5 22:13:24 2009 Subject: Patch for adding label support to NanoBSD Message-ID: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> Hi all, here is a patch that add label support to NanoBSD: This remove the need of generate different image (ad0 or da0 boot drive). You can download this patch here (tested on current): http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/nanobsd.glabel.patch I've merge the 2 update script updatep1 and updatep2 in one script, and adapt them to this new label use. You can download this new update script here: http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/Files/usr/local/bin/upgrade It's Scott Ullrich (pfSense) who give me this advice to use glabel for fix this problem. Do you think if theses changes can be include in the official NanoBSD ? Regards, Olivier http://bsdrp.net http://www.freenas.org From bugmaster at FreeBSD.org Mon Jul 6 11:06:55 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 6 11:07:47 2009 Subject: Current problem reports assigned to freebsd-embedded@FreeBSD.org Message-ID: <200907061106.n66B6sv2010713@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/135588 embedded [nanobsd] simple patch for adding amd64 support o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c 3 problems total. From matthias-bsde at mteege.de Tue Jul 7 11:24:20 2009 From: matthias-bsde at mteege.de (Matthias Teege) Date: Tue Jul 7 11:24:27 2009 Subject: cfg files at /var Message-ID: Moin, I need to load files from /cfg to /var on a nanobsd box during boot. As I understand nanobsd.sh correct, this is not intended. Is there something I miss here? Does anyone populate /var from /cfg? Thanks Matthias From fb-embedded at psconsult.nl Tue Jul 7 13:34:01 2009 From: fb-embedded at psconsult.nl (Paul Schenkeveld) Date: Tue Jul 7 13:34:07 2009 Subject: Patch for adding label support to NanoBSD In-Reply-To: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> References: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> Message-ID: <20090707125458.GA2233@psconsult.nl> On Sun, Jul 05, 2009 at 11:40:11PM +0200, Olivier Cochard-Labb? wrote: > Hi all, > > here is a patch that add label support to NanoBSD: This remove the > need of generate different image (ad0 or da0 boot drive). > You can download this patch here (tested on current): > http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/nanobsd.glabel.patch I like the idea but what does this mean for upgrading existing NanoBSD installations? From reading the patch it looks like the new _.disk.image file is not compatible with an existing installation and would be a POLA violation. Perhaps a configuration option to choose between the old and new naming can be added? > I've merge the 2 update script updatep1 and updatep2 in one script, > and adapt them to this new label use. > You can download this new update script here: > http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/Files/usr/local/bin/upgrade This makes life easier for sure. Notes on the script itself: - use glabel status instead of glabel list to find the provider name, this makes the script easier to follow and less vulnerable to future changes in the (verbose) output of glabel list. - # Check and set final >>varible<< should be spelled variable. -- Paul Schenkeveld From a.bechini at ing.unipi.it Thu Jul 9 11:00:59 2009 From: a.bechini at ing.unipi.it (Alessio Bechini) Date: Thu Jul 9 11:01:06 2009 Subject: CfP - Embedded Systems @ ACM SAC 2010 Message-ID: <4A55CA2A.5040802@ing.unipi.it> [apologies for cross-postings] 25th ACM Symposium on Applied Computing Sierre, Switzerland, March 22-26 2010 http://www.acm.org/conferences/sac/sac2010 CALL FOR PAPERS FOR THE SPECIAL TRACK: *------------------------------------------* EMBEDDED SYSTEMS Applications, Solutions, and Techniques http://www.ing.unipi.it/sac10 *------------------------------------------* Higher and higher computing power is demanded by CPU-enabled devices currently used in everyday life. Embedded systems are nowadays present in an impressive number of different applications, from consumer electronics to biomedical systems, and the success of their employment is often determined by their functionality/cost ratio. Embedded software has recently developed towards new complexity levels, posing new challenging issues: the adoption of further flexible programming paradigms/architectures is becoming almost mandatory, taking also into account the multithreaded structure required to adequately exploit possible multicore CPUs. Nonetheless, the market pressure calls for the employment of new methodologies for shortening the development time and for driving the evolution of existing products. New efficient solutions to problems emerging in this setting can be put into action by means of a joint effort of academia and industry. Design of embedded systems must take into account a wide variety of constraints: performance, code size, power consumption, presence of real-time tasks, maintainability, security and possibly scalability: the more convenient trade-off has to be found, often operating on a large number of different parameters. In this scenario, solutions can be proposed at different levels of abstraction, making use of an assortment of tools and methodologies: researchers and practitioners have a chance to propose new ideas and to compare experimentations. The focus of this conference track is on the application of both novel and well-known techniques to the embedded systems development. Particular attention is paid to solutions that require expertise in different fields (e.g. computer architecture, OS, compilers, security, software engineering, simulation). The track will benefit also from direct experiences in the employment of embedded devices in ?unconventional? application areas, so to show up new challenges in the system design/development process. In this setting, researchers and practitioners from academia and industry will get a chance to keep in touch with problems, open issues and future directions in the field of development of dedicated applications for embedded systems. *------------------------------------------* Topics of Interest *------------------------------------------* * Methodologies and tools for design-space exploration * Simulation techniques for embedded systems * System-level design * Power-aware design techniques and computing * Testing, debugging, profiling and performance analysis of embedded systems * Networked sensor devices and systems * SoC-based embedded systems and applications * Middleware solutions for embedded systems * Multithreading in embedded systems design and development * Java embedded computing * Software architectures and SOA for embedded systems * Embedded systems exploitation within Information Systems * Multimedia management in embedded systems * Security and dependability support within embedded systems * Embedded systems contribution in meeting security goals * OS & RTOS for embedded systems * Hardware/Software support for real-time applications * Compilation strategies for performance enhancement vs. footprint control * Code transformation and program parallelization for embedded systems * Special-purpose appliances and applications * Case studies *------------------------------------------* Important dates *------------------------------------------* * September 8th, 2009: Paper Submission * October 19th, 2009: Author Notification * November 2nd, 2009: Camera-Ready Copies *------------------------------------------* Submissions *------------------------------------------* Only papers based on original, unpublished work and addressing the listed topics of interest will be considered. Each submitted paper will be fully refereed and undergo a blind review process. Please note that submission of the same paper to multiple tracks is not allowed. The accepted papers will be published in the ACM SAC 2010 proceedings. Further details and conditions are available on the online CFP at the track home page at http://www.ing.unipi.it/sac10 and at the conference home page at http://www.acm.org/conferences/sac/sac2010/. Questions can be directed to the Track Chairs (please check on the track home page). *------------------------------------------* Track Chairs & Program Committee *------------------------------------------* Chairs: Alessio Bechini - Univ. of Pisa - Italy Cosimo Antonio Prete - Univ. of Pisa - Italy Peter Altenbernd - Fachhochschule Darmstadt - Germany Sandro Bartolini - University of Siena - Italy Valerie Bertin - ST Microelectronics - France Jo?o M. P. Cardoso - University of Porto - Portugal Francisco J. Cazorla - Barcelona Supercomputing Center - Spain Pai H. Chou - University of California, Irvine - USA Alexander G. Dean - North Carolina State University - USA Adam Donlin - Xilinx - USA Lavinia Egidi - University of Northeastern Piedmont - Italy Marc Engels - Flanders' Mechatronics Technology Centre, Leuven - Belgium Pierfrancesco Foglia - University of Pisa - Italy Bj?rn Franke - University of Edimburgh - UK Malay Ganai - NEC labs America - USA Roberto Giorgi - University of Siena - Italy David Gregg - Trinity College Dublin - Ireland Matthias Gries - Intel Labs - Germany Rajiv Gupta - University of California Riverside - USA J?rgen Hansson - SEI, Carnegie Mellon University - USA Kenji Hisazumi - Kyushu University - Japan Niraj K. Jha - Princeton University - USA Andreas Krall - TU Wien - Austria Tei-Wei Kuo - National Taiwan University - Taiwan ?kos L?deczi - Vanderbilt University - USA Shih-Hsi Liu - California State Univ. at Fresno - USA Arindam Mallik - IMEC - Belgium Andy D. Pimentel - University of Amsterdam - The Netherlands Christine Rochange - IRIT - France Henk Sips - TU Delft - The Netherlands Jean-Pierre Talpin - INRIA/IRISA - France Miroslav Velev - Aries Design Automation - USA Ning Weng - Southern Illinois University Carbondale - USA Tilman Wolf - University of Massachusetts Amherst - USA Sami Yehia - Thales - France I-Ling Yen - University of Texas at Dallas - USA Xiangrong Zhou - University of Hawaii - USA *------------------------------------------* From nick at anywi.com Thu Jul 9 11:45:31 2009 From: nick at anywi.com (Nick Hibma) Date: Thu Jul 9 11:45:46 2009 Subject: Patch for adding label support to NanoBSD In-Reply-To: <20090707125458.GA2233@psconsult.nl> References: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> <20090707125458.GA2233@psconsult.nl> Message-ID: <200907091255.19779.nick@anywi.com> There is a typo at the end of the script cp /etc/fstap /cfg It probably should be fstab there, no? Nick > On Sun, Jul 05, 2009 at 11:40:11PM +0200, Olivier Cochard-Labb? wrote: > > Hi all, > > > > here is a patch that add label support to NanoBSD: This remove the > > need of generate different image (ad0 or da0 boot drive). > > You can download this patch here (tested on current): > > http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/nanobsd.glabel.patc > >h > > I like the idea but what does this mean for upgrading existing NanoBSD > installations? From reading the patch it looks like the new _.disk.image > file is not compatible with an existing installation and would be a POLA > violation. > > Perhaps a configuration option to choose between the old and new naming > can be added? > > > I've merge the 2 update script updatep1 and updatep2 in one script, > > and adapt them to this new label use. > > You can download this new update script here: > > http://bsdrp.svn.sourceforge.net/viewvc/bsdrp/trunk/Files/usr/local/bin > >/upgrade > > This makes life easier for sure. > > Notes on the script itself: > - use glabel status instead of glabel list to find the provider name, > this makes the script easier to follow and less vulnerable to future > changes in the (verbose) output of glabel list. > - # Check and set final >>varible<< should be spelled variable. > > -- > Paul Schenkeveld > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to > "freebsd-embedded-unsubscribe@freebsd.org" -- AnyWi Technologies From olivier at cochard.me Thu Jul 9 12:37:35 2009 From: olivier at cochard.me (=?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?=) Date: Thu Jul 9 12:37:41 2009 Subject: Patch for adding label support to NanoBSD In-Reply-To: <20090707125458.GA2233@psconsult.nl> References: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> <20090707125458.GA2233@psconsult.nl> Message-ID: <3131aa530907090537y5beac77ya8521b9834fd9ef2@mail.gmail.com> Hi, > I like the idea but what does this mean for upgrading existing NanoBSD > installations? ?From reading the patch it looks like the new _.disk.image > file is not compatible with an existing installation and would be a POLA > violation. > > Perhaps a configuration option to choose between the old and new naming > can be added? The 3 differences between the new and old nanobsd file are: 1. The new don't have the /etc/nanobsd.conf file (not needed anymore) 2. The new have slice labelled 3. The new use label in its fstab Then, if you are using an "old" nanobsd system, it should be possible to upgrade it to a "new" by: 1.use "old" updatep1 or updatep2 for installing the new system 2.use tunefs -L for label the slice, for example tunefs -L nanobsd1 /dev/ad0s1a tunefs -L nanobsd2 /dev/ad0s2a tunefs -L cfg /dev/ad0s3 tunefs -L data /dev/ad0s4 3. modify the /etc/fstab on the mounted upgraded slice for configuring the correct label name for the / (nanobsd1 or nanobsd2) I don't know if it's usefull to include a kind of old2new() function in the upgrade script ? (But the "old" system can't have this "new" script). > Notes on the script itself: > ?- use glabel status instead of glabel list to find the provider name, this > ? makes the script easier to follow and less vulnerable to future changes > ? in the (verbose) output of glabel list. Done, thanks for the tips. > ?- # Check and set final >>varible<< should be spelled variable. Done too... Regards, Olivier From olivier at cochard.me Thu Jul 9 12:38:11 2009 From: olivier at cochard.me (=?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?=) Date: Thu Jul 9 12:38:17 2009 Subject: Patch for adding label support to NanoBSD In-Reply-To: <200907091255.19779.nick@anywi.com> References: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> <20090707125458.GA2233@psconsult.nl> <200907091255.19779.nick@anywi.com> Message-ID: <3131aa530907090537t44bd581ew919d9c5046a38ea1@mail.gmail.com> > There is a typo at the end of the script > > ? ? ? ?cp /etc/fstap /cfg > > It probably should be fstab there, no? Yes, it's fixed. Thanks. Olivier From mailing at gaturkey.com Thu Jul 9 18:00:32 2009 From: mailing at gaturkey.com (Global Access Travel) Date: Thu Jul 9 18:00:40 2009 Subject: Fam Trip to TURKEY for $999 (Refundable) Message-ID: [http://www.turkeycallingus.com/] Exclusive Boutique Enterprise Turkey FAM ISTANBUL - CAPPADOCIA - KONYA - ANTALYA - PAMUKKALE - KUSADASI 9 Nights / 11 Days $999 ? 5 Continents ? 150 Countries Worldwide ? 100.000 Hotels ? Instant Confirmation [http://www.turkeycallingus.com] [http://www.turkeycallingus.com/turkey-fam/TurkeyFam.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamItinerary.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamRates.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamServices.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamHotels.htm] Global Access proudly presents the biggest FAM Trip of the year, teaming with Turkish Airlines and Turkish Ministry of Tourism and Culture. As the host of ASTA IDE 2010 and European Capital of Culture 2010, Turkey is likely to be the one of the most popular destinations in 2010. Those who act early and get to know this beautiful country better will be able to give a better insight to their clients and secure more bookings. Our specially selected travel agents will stay in best hotels in each town, be escorted by professional, top tour guides, taste exceptionally good examples of Turkish Cuisine, and get to know Turkey in elegant way. Join us for a luxury FAM adventure and be our special guest in our beautiful country! COMBINE WITH World Travel Market! One of the biggest travel shows of Europe and the world, WTM, will be held in London between 9-12 November 2009. Combine your London trip with Turkey and benefit from great agent rates to see one of the most popular tourist destinations from USA and Canada. WE WILL REFUND YOUR MONEY BACK ! Upon booking your 20th passenger on a Global Access Travel Service, we will refund you the whole tour price that you?ve paid for the FAM Trip. If you book 20 or more people on a Global Access Travel Service before the FAM Trip starts, then you will travel for free! About Us Global Access Travel (GA) was founded in Turkey by a group of tourism professionals and marketing experts who recognized the needs to offer online services for accommodations, car rentals, and other travel related services to travel agencies. Through its sophisticated online reservation services, GA offers more than 100,000 hotels, motels, resorts, clubs and apartments all around the world. Other services of GA include car rentals, transfers, special tours, luxury services, city breaks, flight tickets and other services such as tailor made tour packages, exhibition organizations, incentives and other travel related services around the globe at competitive rates. [http://www.TurkeyCallingus.com] www.TurkeyCalling.us [http://www.turkeycallingus.com/turkey-calling-contact-us.htm] Global Access Travel Tel: +90 212 258 58 29 Fax: +90 212 258 34 47 E-mail : [mailto:incoming@gaturkey.com] incoming@gaturkey.com Website: [http://www.turkeycallingus.com/] www.TurkeyCalling.Us This message was sent by: FamTrit turkey, N?zhetiye Cad., istanbul, besiktas 34357, Turkey To be removed click here: http://app.icontact.com/icp/mmail-mprofile.pl?r=47129452&l=82243&s=L60Q&m=578549&c=305227 Forward to a friend: http://app.icontact.com/icp/sub/forward?m=578549&s=47129452&c=L60Q&cid=305227 From bugmaster at FreeBSD.org Mon Jul 13 11:06:52 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 13 11:07:53 2009 Subject: Current problem reports assigned to freebsd-embedded@FreeBSD.org Message-ID: <200907131106.n6DB6pXg040544@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/135588 embedded [nanobsd] simple patch for adding amd64 support o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c 3 problems total. From jhb at freebsd.org Mon Jul 13 17:24:50 2009 From: jhb at freebsd.org (John Baldwin) Date: Mon Jul 13 17:24:56 2009 Subject: TinyBSD and CURRENT In-Reply-To: <200907011631.47176.freebsd-embedded@dino.sk> References: <200907011631.47176.freebsd-embedded@dino.sk> Message-ID: <200907131134.03163.jhb@freebsd.org> On Wednesday 01 July 2009 10:31:46 am Milan Obuch wrote: > Hi, > > does anybode use this combination? I am trying to use TinyBSD to build FreeBSD > flash based router with vimage. It seems to be not up to date in our > repository. First, I replace 'devide sio' with 'device uart' in TINYBSD > kernel config file. Then, for some reason, I must add 'options > COMPAT_FREEBSD7' into TINYBSD kernel config file (actually I replace FREEBSD4 > compatibility with 7), otherwise kernel build process stops when compiling > sysv_shm.c file: COMPAT_FREEBSD[456] require COMPAT_FREEBSD7 now. -- John Baldwin From dhorvay at 4whitetiger.com Tue Jul 14 20:17:06 2009 From: dhorvay at 4whitetiger.com (David A. Horvay - MRINetwork ) Date: Tue Jul 14 20:17:19 2009 Subject: Atheros wireless device driver developer Message-ID: Hello Everyone, I have an opportunity for a device driver developer with a heavy wireless Atheros background. Please let me know if anyone is interested or might know someone. Please see job description below. Thank you very much.... -Dave Senior Software Engineer with WLAN Device Driver Development Experience The ideal candidate will have several years of communication experience as well as experience programming low level hardware drivers. Requirements: * BSCS or BSEE or relevant experience * 5+ years of experience in development of WLAN device drivers * Fluency in coding and debugging C * Experience with Atheros drivers a plus * Expertise in one or more of these protocols: ? 802.11 ? ATM ? Sonet/SDH ? NDIS ? Bluetooth ? Ethernet, GBit Ethernet * Experience with one or more of the following operating systems: ? MS Windows, WinCE ? Linux ? Embedded RTOS David A. Horvay Sr. Account Executive Technology Solutions Division MRINetwork Ultimate Placements, LLC One Park Centre Drive, Suite 305A TF:877-334-0285 ext. 202 dhorvay@4whitetiger.com http://www.linkedin.com/in/davidhorvay www.MRINetwork.com BUILDING THE HEART OF BUSINESS (TM) Please understand my mission at MRI Ultimate Placements is to partner with those select clients where there is a philosophical fit. My goal has never been to be all things to all people. ?As a client-focused search consultant I evaluate each potential assignment based on alignment with my area of expertise and the timing and urgency of each search.? From linimon at FreeBSD.org Sat Jul 18 23:13:27 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Jul 18 23:13:33 2009 Subject: misc/136889: [nanobsd] [path] nanobsd error reporting and other refinements Message-ID: <200907182313.n6INDQw4040720@freefall.freebsd.org> Synopsis: [nanobsd] [path] nanobsd error reporting and other refinements Responsible-Changed-From-To: freebsd-bugs->freebsd-embedded Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jul 18 23:13:15 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=136889 From bugmaster at FreeBSD.org Mon Jul 20 11:06:52 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 20 11:07:48 2009 Subject: Current problem reports assigned to freebsd-embedded@FreeBSD.org Message-ID: <200907201106.n6KB6qvJ002221@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/136889 embedded [nanobsd] [path] nanobsd error reporting and other ref o misc/135588 embedded [nanobsd] simple patch for adding amd64 support o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c 4 problems total. From bugmaster at FreeBSD.org Mon Jul 27 11:06:51 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 27 11:07:54 2009 Subject: Current problem reports assigned to freebsd-embedded@FreeBSD.org Message-ID: <200907271106.n6RB6oNZ018881@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/136889 embedded [nanobsd] [path] nanobsd error reporting and other ref o misc/135588 embedded [nanobsd] simple patch for adding amd64 support o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c 4 problems total.