Re: kern/104406 on 8.0-RELEASE-p2 ?

2010-04-09 Thread Victor Sudakov
Victor Sudakov wrote: I seem to have symptoms of kern/104406 on a 8.0-RELEASE-p2 system. After an uptime of several days, many processes get stuck in the ufs state. The processes which had already opened some files before the deadlock continue working all right, e.g. my old login

make pkg_install suite reusable, please

2010-04-09 Thread Leinier Cruz Salfran
hello fbsd devs i want to ask you one thing: can you make the 'pkg_install' suite reusable .. means install 'libinstall.a' as a shared object in order to make it reusable by others devs i'm developing a packages manager and i borrow almost all 'pkg_install' in order to be able to do things

Re: make pkg_install suite reusable, please

2010-04-09 Thread Alexander Churanov
2010/4/9 Leinier Cruz Salfran salfrancl.lis...@gmail.com i want to ask you one thing: can you make the 'pkg_install' suite reusable .. means install 'libinstall.a' as a shared object in order to make it reusable by others devs Hi Leinier, I'd like to add my 50 cents. From my point of view,

Re: make pkg_install suite reusable, please

2010-04-09 Thread Alexander Churanov
Leinier, I forgot to mention that character-mode IO also resolves all binary compatibility issues and makes possible implementing wrappers for any programming language much easier. Alexander Churanov ___ freebsd-hackers@freebsd.org mailing list

c question

2010-04-09 Thread Leinier Cruz Salfran
hello all i want to know your oppinions about this: - use a matrix is faster than use a linked list? example: char *szColumnName[10]; unsigned short iColumnAge[10]; struct _llList { struct _llList *prev, *next; char szName[64]; unsigned short iAge; };

Re: c question

2010-04-09 Thread Alexander Churanov
2010/4/9 Leinier Cruz Salfran salfrancl.lis...@gmail.com - use a matrix is faster than use a linked list? example: char *szColumnName[10]; unsigned short iColumnAge[10]; struct _llList { struct _llList *prev, *next; char szName[64]; unsigned short iAge; }; Leinier , This

C6 sleep state

2010-04-09 Thread Sean Bruno
Has anyone worked on code for the C6 power state for the Intel Nehalem processors yet? http://download.intel.com/design/processor/applnots/320354.pdf Sean ___ freebsd-hackers@freebsd.org mailing list

Re: make pkg_install suite reusable, please

2010-04-09 Thread Leinier Cruz Salfran
On Fri, Apr 9, 2010 at 10:38 AM, Alexander Churanov alexanderchura...@gmail.com wrote: Leinier, I forgot to mention that character-mode IO also resolves all binary compatibility issues and makes possible implementing wrappers for any programming language much easier. Alexander Churanov

Re: c question

2010-04-09 Thread Leinier Cruz Salfran
On Fri, Apr 9, 2010 at 10:52 AM, Alexander Churanov alexanderchura...@gmail.com wrote: 2010/4/9 Leinier Cruz Salfran salfrancl.lis...@gmail.com - use a matrix is faster than use a linked list? example: char *szColumnName[10]; unsigned short iColumnAge[10]; struct _llList {  struct

Re: c question

2010-04-09 Thread KAYVEN RIESE
On Fri, 9 Apr 2010, Leinier Cruz Salfran wrote: hello all i want to know your oppinions about this: - use a matrix is faster than use a linked list? yes. example: char *szColumnName[10]; unsigned short iColumnAge[10]; struct _llList { struct _llList *prev, *next; char szName[64];

Re: make pkg_install suite reusable, please

2010-04-09 Thread Garrett Cooper
On Fri, Apr 9, 2010 at 10:38 AM, Leinier Cruz Salfran salfrancl.lis...@gmail.com wrote: On Fri, Apr 9, 2010 at 10:38 AM, Alexander Churanov alexanderchura...@gmail.com wrote: Leinier, I forgot to mention that character-mode IO also resolves all binary compatibility issues and makes possible

Re: make pkg_install suite reusable, please

2010-04-09 Thread Charlie Kester
On Fri 09 Apr 2010 at 07:36:17 PDT Alexander Churanov wrote: 2010/4/9 Leinier Cruz Salfran salfrancl.lis...@gmail.com i want to ask you one thing: can you make the 'pkg_install' suite reusable .. means install 'libinstall.a' as a shared object in order to make it reusable by others devs Hi

Re: make pkg_install suite reusable, please

2010-04-09 Thread Garrett Cooper
On Fri, Apr 9, 2010 at 11:51 AM, Charlie Kester corky1...@comcast.net wrote: On Fri 09 Apr 2010 at 07:36:17 PDT Alexander Churanov wrote: 2010/4/9 Leinier Cruz Salfran salfrancl.lis...@gmail.com i want to ask you one thing: can you make the 'pkg_install' suite reusable .. means install