Activity for UEFI GPT fdisk

  • Startergo Startergo modified a comment on discussion General Discussion

    Just built it successfully with a Vmware Ubuntu 14.04.6 LTS with latest gnu-efi after installing first: sudo apt install build-essential git uuid-dev iasl nasm python libpopt-dev libncursesw5-dev Does not build with latest Ubuntu releases with the default GCC and G++ versions. To build succesfully on newest Ubuntu use: sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ bionic main universe" sudo apt install gcc-4.8 g++-4.8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8...

  • Startergo Startergo modified a comment on discussion General Discussion

    Just built it successfully with a Vmware Ubuntu 14.04.6 LTS with latest gnu-efi after installing first: sudo apt install build-essential git uuid-dev iasl nasm python libpopt-dev libncursesw5-dev Does not build with latest Ubuntu releases with the default GCC and G++ versions. To build succesfully on newest Ubuntu use: sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ bionic main universe" sudo apt install gcc-4.8 g++-4.8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8...

  • Startergo Startergo modified a comment on discussion General Discussion

    Just built it successfully with a Vmware Ubuntu 14.04.6 LTS with latest gnu-efi after installing first: sudo apt install build-essential git uuid-dev iasl nasm python libpopt-dev libncursesw5-dev``` Does not build with latest Ubuntu releases with the default GCC and G++ versions. To build succesfully on newest Ubuntu use: sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ bionic main universe" sudo apt install gcc-4.8 g++-4.8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8...

  • Startergo Startergo posted a comment on discussion General Discussion

    Just built it successfully with a Vmware Ubuntu 14.04.6 LTS with latest gnu-efi after installing first: sudo apt install build-essential git uuid-dev iasl nasm python libpopt-dev libncursesw5-dev Does not build on Ubuntu 20.04.3 LTS. I might test it with Ubuntu 16.04.7 LTS.

  • Bernard Burette committed [6460df]

    Version 0.5 compiles with GCC 5.2.

  • Bernard Burette committed [251cd2]

    Corrected syntax error in building archive.

  • Bernard Burette committed [b8e066]

    Typo.

  • Bernard Burette committed [d549a9]

    Typo.

  • Bernard Burette committed [48e502]

    Emploi de ia32 plutot que i386.

  • Bernard Burette committed [828dc2]

    Adjusted for GNU-EFI 3.0.3.

  • Bernard Burette committed [24008a]

    No need for _FILE_OFFSET_BITS 64.

  • Bernard Burette committed [7c4ca8]

    Version 0.5 compiles with GCC 5.2.

  • Bernard Burette committed [b6a5d0]

    Typo.

  • Bernard Burette committed [307523]

    Needed with GCC version 5.2.

  • Bernard Burette committed [443150]

    New function called bind_textdomain_codeset() i...

  • Bernard Burette committed [822b44]

    Various typos.

  • Bernard Burette committed [875d48]

    Adjusted for new modules gettimeofday.o and dge...

  • Bernard Burette committed [74067e]

    New fopen() in addition to fopen64().

  • Bernard Burette committed [6d3beb]

    Emploi de ia32 plutot que i386.

  • Bernard Burette committed [c0ec1b]

    Typos.

  • Bernard Burette committed [ab5e85]

    Adjusted for GCC version 5.2.

  • bub'soft bub'soft modified a comment on ticket #2

    status: accepted --> closed Will be integrated in v0.5, already in GIT repositor...

  • Bernard Burette committed [babbdf]

    GNU EFI library path.

  • Bernard Burette committed [ebb66a]

    Plus de contrôle via fcntl().

  • Bernard Burette committed [a7f51b]

    Ajout d'include.

  • Bernard Burette committed [b6c72b]

    Plus de contrôle via fcntl().

  • Bernard Burette committed [c52eb6]

    Plus de contrôle via fcntl().

  • Bernard Burette committed [074d21]

    Typo.

  • Bernard Burette committed [f259fb]

    Dans UEFI_console_putchar() le second argument ...

  • Bernard Burette committed [830fd7]

    Version v0.5.

  • Bernard Burette committed [9fa3d8]

    Remplacement de __off64_t par off64_t.

  • Bernard Burette committed [c11925]

    Ajout d'include.

  • Bernard Burette committed [acfa97]

    Include inutile.

  • Bernard Burette committed [034e13]

    Les options -fno-exceptions -fno-rtti sont pour...

  • Bernard Burette committed [95f253]

    Ménage dans les prototypes.

  • Bernard Burette committed [e890d9]

    Typo.

  • Bernard Burette committed [6d1a30]

    Messages plus simples/courts.

  • Bernard Burette committed [29751c]

    Remplacement de __off64_t par off64_t.

  • Bernard Burette committed [f2f9d4]

    Remplacement de __off64_t par off64_t.

  • Bernard Burette committed [26dd04]

    La macro getc() pourrait être définie.

  • Bernard Burette committed [989295]

    Plus homogène.

  • Bernard Burette committed [3b9fc6]

    Include inutile.

  • Bernard Burette committed [413f02]

    La macro putc() pourrait être définie.

  • Bernard Burette committed [0b249e]

    Messages plus simples/courts.

  • Bernard Burette committed [46abf9]

    Messages plus simples/courts.

  • Bernard Burette committed [ef3d7e]

    Messages plus simples/courts.

  • Bernard Burette committed [92d2c4]

    Fichiers devenus inutiles.

  • Bernard Burette committed [e1c727]

    Typo.

  • Bernard Burette committed [a15c0b]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • Bernard Burette committed [4623f0]

    Messages plus simples/courts.

  • Bernard Burette committed [026f67]

    Mise à jour vers 0.4 (la version 0.3 ne marche ...

  • Bernard Burette committed [f599c1]

    Typo.

  • Bernard Burette committed [1a0ab4]

    Typo.

  • Bernard Burette committed [be879b]

    Plus de warning de compilation.

  • Bernard Burette committed [09c633]

    Le cas exit(25) n'est jamais employé.

  • Bernard Burette committed [3b8438]

    Typo.

  • Bernard Burette committed [8cc151]

    Include inutile.

  • bub'soft bub'soft modified ticket #2

    Patch for gnu-efi-3.0.2

  • bub'soft bub'soft modified ticket #2

    Patch for gnu-efi-3.0.2

  • UEFI GPT fdisk UEFI GPT fdisk released /uefigptfdisk-0.4.tar.gz

  • Bernard Burette committed [b7932f]

    Mise à jour vers 0.4 (la version 0.3) ne marche...

  • Bernard Burette committed [a845f7]

    Oubli d'un break dans le case dans fcntl().

  • Bernard Burette committed [04c877]

    Contrôle du stream avant de lire.

  • Bernard Burette committed [002545]

    Lecture via fgetc() pour le premier octet seule...

  • Bernard Burette committed [18b3c5]

    Commentaires.

  • Bernard Burette committed [fe82eb]

    Mise à jour.

  • bub'soft bub'soft modified a comment on discussion General Discussion

    Hi, Thank you for the congratulation, converting that program to UEFI was not simple...

  • Bernard Burette committed [b9920f]

    Typo.

  • Bernard Burette committed [73484b]

    Liste des fichiers objet plutôt que des modules.

  • Bernard Burette committed [330c64]

    Utilisation du package gnu-efi-3.0.2.

  • Bernard Burette committed [7b85f3]

    Include inutile.

  • Bernard Burette committed [4438ee]

    Passage à la version 0.3.

  • Bernard Burette committed [73edfe]

    Typo.

  • UEFI GPT fdisk UEFI GPT fdisk released /uefigptfdisk-0.3.tar.gz

  • Bernard Burette committed [4f2ce8]

    Gestion des erreurs.

  • Bernard Burette committed [5e8af8]

    The getc() function or macro functions identica...

  • Bernard Burette committed [434c97]

    Typo

  • Bernard Burette committed [4ebc7d]

    Gestion des erreurs.

  • Bernard Burette committed [289776]

    Simplification fputc() fgetc() et autres.

  • Bernard Burette committed [74897a]

    The getwc() function or macro functions identic...

  • Bernard Burette committed [1f4125]

    Ajout de fnctl().

  • Bernard Burette committed [b3c2b6]

    Use fgetc() not getc().

  • Bernard Burette committed [67e956]

    Gestion des erreurs.

  • Bernard Burette committed [a0959e]

    The getwc() function or macro functions identic...

  • Bernard Burette committed [c21cf4]

    Gestion des erreurs.

  • Bernard Burette committed [6149c5]

    Gestion des erreurs.

  • Bernard Burette committed [55ae69]

    The putc() function or macro functions identica...

  • Bernard Burette committed [3147fa]

    Alias putc() pour fputc().

  • Bernard Burette committed [a0ba44]

    The putwc() function or macro functions identic...

  • Bernard Burette committed [8a0180]

    The putwc() function or macro functions identic...

  • Bernard Burette committed [c457e0]

    Gestion des erreurs.

  • bub'soft bub'soft modified a comment on discussion General Discussion

    Hi, Thank you for the congratulation, converting that program to UEFI was not simple...

  • bub'soft bub'soft posted a comment on discussion General Discussion

    Hi, Thank you for the congratulation, converting that program to UEFI was not simple...

  • Bernard Burette committed [df3f08]

    Typo.

  • Bernard Burette committed [eab386]

    Function __stack_chk_fail() in initfini.c.

  • bazz bazz posted a comment on discussion General Discussion

    Hi team (or individual)! Congratulations on converting gdisk to EFI. That's awesome!...

  • Bernard Burette committed [957450]

    Missing cast in i386.

  • Bernard Burette committed [f5ec84]

    Typo

  • Bernard Burette committed [a4c536]

    Renamed UEFI_DEBUG_FLAGS to EFI_DEBUG_FLAGS to ...

  • Bernard Burette committed [641c1f]

    Missing define libmy_h_INCLUDED

1 >