RE: sleep/select call in a thread doesn't return if system date is changed

2011-11-03 Thread Deepak Gupta
From: Deepak Gupta Sent: Thursday, November 03, 2011 10:37 AM To: 'freebsd-hackers@freebsd.org.' Subject: sleep/select call in a thread doesn't return if system date is changed I have already checked these two very old messages from 2005 archive http://lists.freebsd.org/pipermai

Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Lars Engels
Hi Hackers, maybe you've heard of the upcoming Raspberry Pi, a credit card sized ARM computer which is about to get sold for 25$ - 35$ from december on. http://www.raspberrypi.org/archives/302 Hardware details: http://elinux.org/RaspberryPiBoard#Hardware_Details The first charge will be 10,000

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread richo
On 03/11/11 10:22 +0100, Lars Engels wrote: Hi Hackers, maybe you've heard of the upcoming Raspberry Pi, a credit card sized ARM computer which is about to get sold for 25$ - 35$ from december on. http://www.raspberrypi.org/archives/302 Hardware details: http://elinux.org/RaspberryPiBoard#Hard

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Aleksandr Rybalko
On Thu, 3 Nov 2011 10:22:22 +0100 Lars Engels wrote: >> Hi Hackers, >> >> maybe you've heard of the upcoming Raspberry Pi, a credit card sized >> ARM computer which is about to get sold for 25$ - 35$ from december >> on. >> >> http://www.raspberrypi.org/archives/302 >> >> Hardware details: htt

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Arnaud Lacombe
Hi, On Thu, Nov 3, 2011 at 9:58 AM, Aleksandr Rybalko wrote: > On Thu, 3 Nov 2011 10:22:22 +0100 > Lars Engels wrote: > >>> Hi Hackers, >>> >>> maybe you've heard of the upcoming Raspberry Pi, a credit card sized >>> ARM computer which is about to get sold for 25$ - 35$ from december >>> on. >>>

Re: What is going on with ash / sh

2011-11-03 Thread Mark Saad
On Wed, Nov 2, 2011 at 4:35 PM, Doug Barton wrote: > On 11/02/2011 13:28, Mark Saad wrote: >> Hackers >>  What is going on here, if I run the following shell script, what is >> the expected output . The script is named xxx >> >> #!/bin/sh >> ps -ax | grep -v grep | grep xxx >> >> Here is what I se

Re: What is going on with ash / sh

2011-11-03 Thread Mark Saad
On Wed, Nov 2, 2011 at 4:37 PM, Garrett Cooper wrote: > On Wed, Nov 2, 2011 at 1:28 PM, Mark Saad wrote: >> Hackers >>  What is going on here, if I run the following shell script, what is >> the expected output . The script is named xxx >> >> #!/bin/sh >> ps -ax | grep -v grep | grep xxx >> >> He

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Arnaud Lacombe
Hi, [Please do not top-post.] On Thu, Nov 3, 2011 at 11:20 AM, Nate Dobbs wrote: > 10 year old core or not, the ARM is the worlds most widely used processor; > Please read what I said correctly, I said "this ARM11 is obsolete" (even if still used, for sure) and "FreeBSD lacks critical KPI". Con

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Nate Dobbs
10 year old core or not, the ARM is the worlds most widely used processor; Unix is 43 years old does this make the Operating System obsolete? On Thu, Nov 3, 2011 at 11:12 AM, Arnaud Lacombe wrote: > Hi, > > On Thu, Nov 3, 2011 at 9:58 AM, Aleksandr Rybalko wrote: > > On Thu, 3 Nov 2011 10:22:22

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Bryan R. Hinton
I would be interested in helping out with this. Bryan On Nov 3, 2011, at 10:20 AM, Nate Dobbs wrote: > 10 year old core or not, the ARM is the worlds most widely used processor; > Unix is 43 years old does this make the Operating System obsolete? > > On Thu, Nov 3, 2011 at 11:12 AM, Arnaud Lac

Re: sleep/select call in a thread doesn't return if system date is changed

2011-11-03 Thread Doug Barton
On 11/02/2011 22:07, Deepak Gupta wrote: > 6.3 release ... is well past EOL. You'd want to run your tests with something more recent ... ideally with 9.0-RC1, or at minimum 8-stable. -- "We could put the whole Internet into a book." "Too practical." Br

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Aleksandr Rybalko
On Thu, 3 Nov 2011 11:12:35 -0400 Arnaud Lacombe wrote: > Hi, > > On Thu, Nov 3, 2011 at 9:58 AM, Aleksandr Rybalko > wrote: > > On Thu, 3 Nov 2011 10:22:22 +0100 > > Lars Engels wrote: > > > >>> Hi Hackers, > >>> > >>> maybe you've heard of the upcoming Raspberry Pi, a credit card > >>> sized

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Arnaud Lacombe
Hi, [added gber@ and cognet@ to the Cc: list] On Thu, Nov 3, 2011 at 9:19 AM, richo wrote: > On 03/11/11 10:22 +0100, Lars Engels wrote: >> >> Hi Hackers, >> >> maybe you've heard of the upcoming Raspberry Pi, a credit card sized ARM >> computer which is about to get sold for 25$ - 35$ from dece

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Peter Jeremy
On 2011-Nov-03 10:22:22 +0100, Lars Engels wrote: >http://www.raspberrypi.org/archives/302 ... >If someone is willing to port FreeBSD to the Raspberry, I'd try to get >one of the boards and send it to the porter. Whilst FreeBSD on the Raspberry Pi would be attractive, I'm not sure how practical i

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Arnaud Lacombe
Hi, On Thu, Nov 3, 2011 at 8:40 PM, Greg 'groggy' Lehey wrote: > On Thursday,  3 November 2011 at 11:33:25 -0400, Arnaud Lacombe wrote: >> [Please do not top-post.] > > Please trim messages. > >> On Thu, Nov 3, 2011 at 11:20 AM, Nate Dobbs >> wrote: >>> 10 year old core or not, the ARM is the w

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Greg 'groggy' Lehey
On Thursday, 3 November 2011 at 21:05:54 -0400, Arnaud Lacombe wrote: > On Thu, Nov 3, 2011 at 8:40 PM, Greg 'groggy' Lehey wrote: >> On Thursday,  3 November 2011 at 11:33:25 -0400, Arnaud Lacombe wrote: >>> On Thu, Nov 3, 2011 at 11:20 AM, Nate Dobbs >>> wrote: 10 year old core or not, t

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Nate Dobbs
On Thu, Nov 3, 2011 at 9:55 PM, Greg 'groggy' Lehey wrote: > On Thursday, 3 November 2011 at 21:05:54 -0400, Arnaud Lacombe wrote: > > On Thu, Nov 3, 2011 at 8:40 PM, Greg 'groggy' Lehey > wrote: > >> On Thursday, 3 November 2011 at 11:33:25 -0400, Arnaud Lacombe wrote: > >>> On Thu, Nov 3, 201

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Arnaud Lacombe
Hi, On Thu, Nov 3, 2011 at 10:05 PM, Nate Dobbs wrote: > On Thu, Nov 3, 2011 at 9:55 PM, Greg 'groggy' Lehey > wrote: >> >> On Thursday,  3 November 2011 at 21:05:54 -0400, Arnaud Lacombe wrote: >> > On Thu, Nov 3, 2011 at 8:40 PM, Greg 'groggy' Lehey >> > wrote: >> >> On Thursday,  3 November

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Kevin Lo
Arnaud Lacombe wrote: > Hi, > > On Thu, Nov 3, 2011 at 8:40 PM, Greg 'groggy' Lehey wrote: > > On Thursday, 3 November 2011 at 11:33:25 -0400, Arnaud Lacombe wrote: > >> [Please do not top-post.] > > > > Please trim messages. > > > >> On Thu, Nov 3, 2011 at 11:20 AM, Nate Dobbs > >> wrote: > >

FreeBSD on ARM Cortex board [Was: Porting FreeBSD to Raspberry Pi]

2011-11-03 Thread Arnaud Lacombe
Hi, [Starting a new thread, added Ben Gray to the Cc: list] On Thu, Nov 3, 2011 at 10:30 PM, Arnaud Lacombe wrote: > Hi, > > On Thu, Nov 3, 2011 at 10:05 PM, Nate Dobbs > wrote: >> On Thu, Nov 3, 2011 at 9:55 PM, Greg 'groggy' Lehey >> wrote: >>> >>> On Thursday,  3 November 2011 at 21:05:54

Re: What is going on with ash / sh

2011-11-03 Thread Tim Kientzle
On Nov 2, 2011, at 1:28 PM, Mark Saad wrote: > Hackers > What is going on here, if I run the following shell script, what is > the expected output . The script is named xxx > > #!/bin/sh > ps -ax | grep -v grep | grep xxx > > Here is what I see > > # sh xxx > 88318 p0 S+ 0:00.00 sh xxx > 8