search for: latinov

Displaying 15 results from an estimated 15 matches for "latinov".

Did you mean: latino
2014 Sep 08
2
[PATCH] add mips64 support
On 09/08/2014 05:57 AM, Dejan Latinovic wrote: >> From: H. Peter Anvin [hpa at zytor.com] >> Sent: Friday, September 05, 2014 7:13 PM >> To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems >> Subject: Re: [klibc] [PATCH] add mips64 support > >> Why copy the files rather than share t...
2015 Jan 24
1
[PATCH] add mips64 support
On 12/15/2014 05:56 AM, Dejan Latinovic wrote: > > Hello, > > Any updates on mips64 support for klibc? > > Can I do anything to help merging > mips64 changes? > Sorry, my personal life exploded in late August, and I have bee chronically behind ever since. Is this the only patch needed? From: Dejan Latinov...
2014 Sep 05
2
[PATCH] add mips64 support
On 09/04/2014 07:57 AM, Dejan Latinovic wrote: > Description: All files are copied over from klibc/arch/mips, > and used witout any changes and aditional adaptation. Why copy the files rather than share them? -hpa
2014 Apr 09
3
[PATCH] add mips64 support
On 03/11/2014 09:38 AM, H. Peter Anvin wrote: > On 03/10/2014 11:21 PM, YunQiang Su wrote: >> From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> > > Description goes here? I think it would be helpful to break this up > into a few patches with descriptions. > >> + unsigned long __f20; >> + unsigned long __f21; >> + unsigned long __f22; >> + unsigned long __f23; &g...
2014 Dec 15
0
[PATCH] add mips64 support
Hello, Any updates on mips64 support for klibc? Can I do anything to help merging mips64 changes? ________________________________________ From: H. Peter Anvin [hpa at zytor.com] Sent: Monday, September 08, 2014 8:45 PM To: Dejan Latinovic; YunQiang Su; klibc at zytor.com Subject: Re: [klibc] [PATCH] add mips64 support On 09/08/2014 05:57 AM, Dejan Latinovic wrote: >> From: H. Peter Anvin [hpa at zytor.com] >> Sent: Friday, September 05, 2014 7:13 PM >> To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximi...
2014 Aug 27
2
[PATCH] add mips64 support
On 07/14/2014 05:24 AM, Dejan Latinovic wrote: > > > Hello, > I apologize for a late response. > > > I have crated a new version of patch with mips64 support for klibc. > > > Here are some changes: > - archsetjmp.h has been reduced. > - Symbolic register names are fixed (asm.h). > - Some not...
2014 Mar 11
0
[PATCH] add mips64 support
On 03/10/2014 11:21 PM, YunQiang Su wrote: > From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> Description goes here? I think it would be helpful to break this up into a few patches with descriptions. > + unsigned long __f20; > + unsigned long __f21; > + unsigned long __f22; > + unsigned long __f23; > + unsigned long __f24; > + uns...
2015 Mar 06
0
[klibc:master] add-mips64-support-arch-mips32
Commit-ID: ccd50880175e79fb9bc544c96d72b8971303cc0a Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=ccd50880175e79fb9bc544c96d72b8971303cc0a Author: Dejan Latinovic <Dejan.Latinovic at imgtec.com> AuthorDate: Thu, 5 Mar 2015 16:51:44 -0800 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Thu, 5 Mar 2015 16:51:44 -0800 add-mips64-support-arch-mips32 Description: Add mips64 support, using existing mips32 code. - using mips32 assem...
2014 Mar 11
4
[PATCH] add mips64 support
From: Dejan Latinovic <Dejan.Latinovic at imgtec.com> --- usr/include/arch/mips64/klibc/archconfig.h | 3 + usr/include/arch/mips64/klibc/archsetjmp.h | 39 ++++++ usr/include/arch/mips64/machine/asm.h | 76 ++++++++++ usr/include/fcntl.h | 2 +- usr/include/sys/md.h...
2015 Mar 06
0
[klibc:master] add-mips64-support-arch-mips64-specific
Commit-ID: 3438d861da2e6939a6b0d454ffe247c19ead5993 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=3438d861da2e6939a6b0d454ffe247c19ead5993 Author: Dejan Latinovic <Dejan.Latinovic at imgtec.com> AuthorDate: Thu, 5 Mar 2015 16:51:45 -0800 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Thu, 5 Mar 2015 16:51:45 -0800 add-mips64-support-arch-mips64-specific Description: Adding mips64 specific chagnes. Modeled on mips 32 and adapt...
2015 Mar 06
0
[klibc:master] add-mips64-support-headers
Commit-ID: 493f9a99220aed4eb7c6e3dd9018c037d45b13e2 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=493f9a99220aed4eb7c6e3dd9018c037d45b13e2 Author: Dejan Latinovic <Dejan.Latinovic at imgtec.com> AuthorDate: Thu, 5 Mar 2015 16:51:44 -0800 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Thu, 5 Mar 2015 16:51:44 -0800 add-mips64-support-headers Description: Added header files for mips64. Modeled on mips 32 header files and adapte...
2014 Sep 04
0
[PATCH] add mips64 support
> From: H. Peter Anvin [hpa at zytor.com] > Sent: Wednesday, August 27, 2014 5:34 AM > To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems > Subject: Re: [klibc] [PATCH] add mips64 support > Please don't submit a single monolithic patch. Instead break it down > into reasonable subchunks, each with a description. This is the same > procedure as for submitting patc...
2014 Sep 08
0
[PATCH] add mips64 support
> From: H. Peter Anvin [hpa at zytor.com] > Sent: Friday, September 05, 2014 7:13 PM > To: Dejan Latinovic; YunQiang Su; klibc at zytor.com; maximilian attems > Subject: Re: [klibc] [PATCH] add mips64 support > Why copy the files rather than share them? Hi Peter, here is new version of add-mips64-support-arch-mips32.patch, with used existing mips32 assembler files. Is this solution more accep...
2019 Jan 19
1
[ANNOUNCE] klibc 2.0.5
...g numbers for 64-bit architectures [klibc] Delete makerpm.sh, maketar.sh [klibc] Update URLs in docs and spec file [klibc] Delete remnants of m32r Benjamin Drung (2): [klibc] ipconfig: Implement classless static routes [klibc] mount_main: Fix empty string check Dejan Latinovic (3): add-mips64-support-headers add-mips64-support-arch-mips32 add-mips64-support-arch-mips64-specific Greg Thelen (5): [klibc] include sys/types.h in more places [klibc] remove unused variables [klibc] use more consistent quoting [klibc] remove some ...
2014 Jul 14
0
[PATCH] add mips64 support
Hello, I apologize for a late response. I have crated a new version of patch with mips64 support for klibc. Here are some changes: - archsetjmp.h has been reduced. - Symbolic register names are fixed (asm.h). - Some not needed parts were removed. - crt0.S is fixed to work properly for both shared and static apps. - setjmp.S has been reduced. - Some part are used from mips, to avoid coping