kumpf-general Mailing List for Kumpf - linux kernel cryptomodules
Status: Beta
Brought to you by:
iz0ayv
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ben...@id...> - 2004-05-22 12:29:38
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Gabriele A. <gab...@em...> - 2003-05-06 22:31:44
|
Questa e' la prima mail della mailing list :) Per il momento e' italiana dato che siamo tutti italiani..in futuro vedremo. Tempo fa Marco mi ha fatto notare che se lo stesso processo fa 2 read() a distanza di piu' di mezz'ora una dall'altra la prima e' ok ma la seconda fallisce perche' la password e' scaduta. In questi giorni ho provato a fixare il problema tenendo un track di tutti i PID "autorizzati" a leggere un determinato "fd" ma sono giunto alla conclusione ce farlo file per file e' molto complicato. Ho provato a tenere un db dei PID e degli fd che avevano aperto, ed aggiornarlo ad ogni open() e ogni close(); il problema e' che non sempre un processo scrive su un file e poi fa close(fd), ma qualche volta prima fa la close e poi ci scrive sopra con un meccanismo subdolo ma noto: la dup2(). Infatti si apre un file, si fa dup2() con stdout e si chiude il file, kumpf pensa che quel PID non puo' fare piu' scritture sul file ma sbaglia, xche ora le scritture avverranno tramite stdout...c'ho messo un bel po' a capire questa cosa. Sto lavorando intanto ad altre migliorie..il codice in cvs non e' aggornatissimo perche' non sono molto pratico di cvs quindi per non fare troppi casini sto lavorando con un cvs locale, appena mi sento pratico a sufficienza lavoro con quello di sourceforge cosi' chi e' interessato puo' dare un occhio al codice in development. A presto G. |
|
From: Pi G. <pi...@pi...> - 2003-04-28 21:08:25
|
Prova |