[PATCH] kenv issue when there is no static environment

2013-03-03 Thread Jayachandran C.
Planning to check the attached patch later this week, please let me know if there any objections. In case where there are no static kernel environment entries, the function init_dynamic_kenv() adds an incorrect entry at position 0 of the dynamic kernel environment. This entry is usually empt

Re: There is a known problem with MIPS tinderbox.

2012-04-06 Thread Jayachandran C.
2012/4/7 Stanislav Sedov : > On Fri, 6 Apr 2012 13:08:12 +0530 > "Jayachandran C." mentioned: > >> On Fri, Apr 6, 2012 at 12:01 PM, Stanislav Sedov wrote: >> > >> > On Apr 5, 2012, at 11:08 PM, Jayachandran C. wrote: >> >> >>

Re: There is a known problem with MIPS tinderbox.

2012-04-06 Thread Jayachandran C.
On Fri, Apr 6, 2012 at 12:01 PM, Stanislav Sedov wrote: > > On Apr 5, 2012, at 11:08 PM, Jayachandran C. wrote: >> >> >> The asn1 library has a export map containing 'global: *', this exports >> two symbols _fdata and _ftext versioned.  When libkafs5 is

Re: There is a known problem with MIPS tinderbox.

2012-04-05 Thread Jayachandran C.
On Fri, Apr 6, 2012 at 2:54 AM, Stanislav Sedov wrote: > On Thu, 5 Apr 2012 12:39:00 -0700 > Juli Mallett mentioned: > >> On Thu, Apr 5, 2012 at 12:28, Doug Barton wrote: >> > But as always, if someone comes up with an actual problem related to the >> > [BIND] update I'm happy to address it. >>

[RFC] Fix OF_finddevice return code for FDT

2011-11-03 Thread Jayachandran C.
[I had posted this to freebsd-ppc@ and freebsd-arm@, did not see any comments, posting to freebsd-current@ to see if there is any interest or comments] While reviewing the previous FDT patch, nwhitehorn@ noted that the return code of OF_finddevice was not correct in case of FDT. According to the 1

Re: [RFC] FDT fix for 64 bit platforms

2011-10-15 Thread Jayachandran C.
On Sat, Oct 15, 2011 at 8:43 PM, Nathan Whitehorn wrote: > On 10/15/11 01:12, Jayachandran C. wrote: >> >> On Sat, Oct 15, 2011 at 2:01 AM, Nathan Whitehorn >>  wrote: >>> >>> On 10/14/11 14:10, Jayachandran C. wrote: >>>> >>>&

Re: [RFC] FDT fix for 64 bit platforms

2011-10-14 Thread Jayachandran C.
On Sat, Oct 15, 2011 at 2:01 AM, Nathan Whitehorn wrote: > On 10/14/11 14:10, Jayachandran C. wrote: >> >> I'm planning commit this -CURRENT if there an no objections. >> >> In the current implementation, phandle is used to store a pointer to >> the l

[RFC] FDT fix for 64 bit platforms

2011-10-14 Thread Jayachandran C.
I'm planning commit this -CURRENT if there an no objections. In the current implementation, phandle is used to store a pointer to the location inside the device tree. Since phandle_t is u32, this will not work on 64 bit platforms. With this fix, the phandle is the offset from the start of device

Re: newfs broken in -CURRENT after 204654

2010-03-08 Thread Jayachandran C.
On Mon, Mar 08, 2010 at 11:58:39AM +, Poul-Henning Kamp wrote: > In message <20100308125643.1ac0b...@ernst.jennejohn.org>, Gary Jennejohn > writes > : > >On Mon, 8 Mar 2010 14:17:17 +0530 > > >> I'm trying this one more time, since the issue is still unresolved. > >> > >> newfs(8) broke for

newfs broken in -CURRENT after 204654

2010-03-08 Thread Jayachandran C.
On Thu, Mar 04, 2010 at 06:34:03PM +0530, C. Jayachandran wrote: > I'm testing this on the mips platform, but I think there is an issue > with change that made sectorsize int64_t, because the ioctl > DIOCGSECTORSIZE used to read sector size seems to take u_int. This > quick change fixes it for me