Skip to content

Commit

Permalink
Add my contributions to Barebox
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Oct 8, 2018
1 parent 49f3f40 commit ba01afc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ Build the pdf using [docker-run(1)] and [make(1)].

**[Buildroot](https://github.com/buildroot/buildroot/commits?author=gportay)** I added package QtWebEngine and config Raspberry Pi 3 (64-bits).

**[Barebox](https://git.pengutronix.de/cgit/barebox/log/?qt=grep&q=PORTAY)** I fixed readline implementation to prevent from printing a non printable character and from looping to infinity. I fixed a NULL pointer dereference that causes an crash.

**[genimage](https://github.com/pengutronix/genimage/commits?author=gportay)** I added a hdimage property to set the position of the extended partition recorded into the Master Boot Record.

**[Lighttpd](https://github.com/lighttpd/lighttpd1.4/commits?author=gportay)** I mainlined CRLs for client certificate verification and make client verification errors ignored is not enforced.
Expand Down
2 changes: 2 additions & 0 deletions en_US/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

**[Buildroot](https://github.com/buildroot/buildroot/commits?author=gportay)** I added package QtWebEngine and config Raspberry Pi 3 (64-bits).

**[Barebox](https://git.pengutronix.de/cgit/barebox/log/?qt=grep&q=PORTAY)** I fixed readline implementation to prevent from printing a non printable character and from looping to infinity. I fixed a NULL pointer dereference that causes an crash.

**[genimage](https://github.com/pengutronix/genimage/commits?author=gportay)** I added a hdimage property to set the position of the extended partition recorded into the Master Boot Record.

**[Lighttpd](https://github.com/lighttpd/lighttpd1.4/commits?author=gportay)** I mainlined CRLs for client certificate verification and make client verification errors ignored is not enforced.
Expand Down
1 change: 1 addition & 0 deletions english.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ \subsection{Training Periods}
\cventry{2004}{Technical Trainee}{Sagem Monetel}{Valence}{}{I was in charge of changing the compiler of an embedded C application to the free GNU/GCC compiler. I also developed a benchmark to demonstrate the power of a payment terminal during a transaction.}
\subsection{Open-Source Contributions}
\cvitem{\href{https://github.com/buildroot/buildroot/commits?author=gportay}{Buildroot}}{I added package QtWebEngine and config Raspberry Pi 3 (64-bits).}
\cvitem{\href{https://git.pengutronix.de/cgit/barebox/log/?qt=grep&q=PORTAY}{Barebox}}{I fixed readline implementation to prevent from printing a non printable character and from looping to infinity. I fixed a NULL pointer dereference that causes an crash.}
\cvitem{\href{https://github.com/pengutronix/genimage/commits?author=gportay}{genimage}}{I added a hdimage property to set the position of the extended partition recorded into the Master Boot Record.}
\cvitem{\href{https://github.com/lighttpd/lighttpd1.4/commits?author=gportay}{Lighttpd}}{I mainlined CRLs for client certificate verification and make client verification errors ignored is not enforced.}
\cvitem{\href{https://github.com/jackaudio/jack2/commits?author=gportay}{jack2}}{I fixed uninitialized members that cause invalid reads when run by valgrind.}
Expand Down
2 changes: 2 additions & 0 deletions fr_FR/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

**[Buildroot](https://github.com/buildroot/buildroot/commits?author=gportay)** J'ai ajouté le paquet QtWebEngine et la configuration Raspberry Pi 3 (64-bits).

**[Barebox](https://git.pengutronix.de/cgit/barebox/log/?qt=grep&q=PORTAY)** J'ai modifié l'implementation de readline pour prévenir l'affichage de caractères non imprimables et de boucler à l'infinie. J'ai corrigé le déréférencement d'un pointeur NULL qui causait un crash.

**[genimage](https://github.com/pengutronix/genimage/commits?author=gportay)** J'ai ajouté une propriété à hdimage pour configurer la position de la partition étendue enregistrée dans le Master Boot Record.

**[Lighttpd](https://github.com/lighttpd/lighttpd1.4/commits?author=gportay)** J'ai ajouté le support des CRLs pour la vérification du certificat client et ignoré les erreurs de vérification du certificat client si l'option n'est pas forcée.
Expand Down
1 change: 1 addition & 0 deletions french.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ \subsection{Stages}
\cventry{2004}{Stage Technicien de 2e année de DUT}{Sagem Monetel}{Valence}{}{J’ai eut la charge de porter une application C embarquée vers le compilateur libre GNU/GCC. J’ai également développé un outil de test de performance afin de démontrer la puissance du terminal de paiement durant une transaction bancaire.}
\subsection{Contributions Open-Source}
\cvitem{\href{https://github.com/buildroot/buildroot/commits?author=gportay}{Buildroot}}{J'ai ajouté le paquet QtWebEngine et la configuration Raspberry Pi 3 (64-bits).}
\cvitem{\href{https://git.pengutronix.de/cgit/barebox/log/?qt=grep&q=PORTAY}{Barebox}}{J'ai modifié l'implementation de readline pour prévenir l'affichage de caractères non imprimables et de boucler à l'infinie. J'ai corrigé le déréférencement d'un pointeur NULL qui causait un crash.}
\cvitem{\href{https://github.com/pengutronix/genimage/commits?author=gportay}{genimage}}{J'ai ajouté une propriété à hdimage pour configurer la position de la partition étendue enregistrée dans le Master Boot Record.}
\cvitem{\href{https://github.com/lighttpd/lighttpd1.4/commits?author=gportay}{Lighttpd}}{J'ai ajouté le support des CRLs pour la vérification du certificat client et ignoré les erreurs de vérification du certificat client si l'option n'est pas forcée.}
\cvitem{\href{https://github.com/jackaudio/jack2/commits?author=gportay}{jack2}}{J'ai initialisé des variables membres non initialisées qui entraînaient des lectures invalides lorsqu'il était exécuté sous valgrind.}
Expand Down

0 comments on commit ba01afc

Please sign in to comment.