| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-15 | (no commit message) | gnucode | |
| 2025-04-15 | trial change. I deleted a redundant sentence. | gnucode | |
| 2025-04-15 | trivial change. "The Startech" -> "Startech" | gnucode | |
| 2025-04-10 | Typo fixed | Zhaoming Luo | |
| Message-ID: <20250410005549.25167-1-zhmingluo@163.com> | |||
| 2025-04-04 | TODO: cmake testsuite | Samuel Thibault | |
| 2025-04-04 | contributing: Fix the 'curl' testsuite | Zhaoming Luo | |
| This is done. Message-ID: <20250403044219.376545-2-zhmingluo@163.com> | |||
| 2025-03-26 | contributing: Improve the get time functions accuracy using HPET | Zhaoming Luo | |
| This is done. See: https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=6d91c78f0c240e3c7d81e19e85507e0aec580d6f Message-ID: <20250326040608.53962-1-zhmingluo@163.com> | |||
| 2025-03-01 | Note that we can use HPET to make our time reporting more precise | Samuel Thibault | |
| 2025-02-27 | ext2fs got switched to xattr by default already | Samuel Thibault | |
| 2025-02-27 | Comment on rumpdisk vs swap | Samuel Thibault | |
| 2025-02-27 | the gdb 64bit patch was commited | Samuel Thibault | |
| 2025-02-25 | Note that remap saying server died is expected | Samuel Thibault | |
| 2025-02-10 | Fix memory object methods names | Samuel Thibault | |
| 2025-02-05 | contributing: Actually the python testsuite issues on hurd-amd64 appear on ↵ | Samuel Thibault | |
| hurd-i386 too | |||
| 2025-02-04 | Note about vm_page_evict probably being the one to care about swap size | Samuel Thibault | |
| 2025-02-04 | Notes about out of memory situations | Samuel Thibault | |
| 2025-02-04 | fixed | Samuel Thibault | |
| 2025-02-02 | gdb: Advise to use set directories | Samuel Thibault | |
| 2025-02-02 | source is needed, sure | Samuel Thibault | |
| 2025-02-02 | There is no need to add LD_something nowadays | Samuel Thibault | |
| 2025-02-02 | HTML h1 to make anchor of Running_the_Hurd work. | Yuqian Yang | |
| Ikiwiki seems to not have the feature of automatically creating a section anchor. So I use this ugly way to make it. Message-ID: <20250131103138.1138-3-crupest@crupest.life> | |||
| 2025-02-02 | Organize and detail Running_the_Hurd in home page. | Yuqian Yang | |
| * The old "Access to a GNU/Hurd System" is very vague. Move it to Running section. * Add details to Running section. Separate following things into individual paragraphs. * Running platforms * Pre-installed image or LiveCD * Distributions * Add some recommandations. Message-ID: <20250131103138.1138-2-crupest@crupest.life> | |||
| 2025-01-29 | Add more info about running hurd in VirtualBox. | Yuqian Yang | |
| Many people are familiar with VirtualBox, or using OS other than GNU/Linux. VirtualBox gives them more opportunity to play with Hurd. Message-ID: <20250129151431.360-2-crupest@crupest.life> | |||
| 2025-01-27 | Add source code link to sidebar. | Yuqian Yang | |
| Make it easier to get source code directly. Message-ID: <20250127071653.399-2-crupest@crupest.life> | |||
| 2025-01-26 | First suggest to install from the distribution | Samuel Thibault | |
| 2025-01-26 | Add doc of topgit installation to make it easier. | Yuqian Yang | |
| One notable problem is that topgit is default to install to prefix `~` rather than `~/.local`, which might surprise some people. Message-ID: <dd9fa4d97a742e6fbed9bd607930132a@crupest.life> | |||
| 2025-01-17 | TODO: also fix the curl testsuite, not much is needed | Samuel Thibault | |
| and it's a quite central build dep | |||
| 2025-01-17 | update documentation for bootstrap | Samuel Thibault | |
| 2025-01-15 | Open issues: Update clock_gettime page | Zhaoming Luo | |
| The clock_gettime(CLOCK_MONOTONIC) is implemented. See https://sourceware.org/git?p=glibc.git;a=commit;h=3782ffaf3e6c2a071df029b96712e596b5229838 so this page is out of date. Rename the page to nanosecond-precision_clock, and remove the information about clock_gettime(CLOCK_MONOTONIC). | |||
| 2025-01-09 | pthread_setname_np is done | Samuel Thibault | |
| 2025-01-09 | hurd-console using xkb is done | Samuel Thibault | |
| 2025-01-07 | typo | Samuel Thibault | |
| 2025-01-02 | typo | Samuel Thibault | |
| 2025-01-02 | Add faq entry about foo_max | Samuel Thibault | |
| 2025-01-02 | Translator: Add the introduction to the rtc translator | Zhaoming Luo | |
| * hurd/translator.mdwn: Add an entry for the rtc translator * hurd/translator/rtc.mdwn: Add the introduction to the rtc translator Message-ID: <20250102015524.1253093-1-zhmingluo@163.com> | |||
| 2025-01-01 | No, gettimeofday can't use CLOCK_MONOTONIC, it's really supposed to be the ↵ | Samuel Thibault | |
| wallclock time, subject to jumps | |||
| 2024-12-22 | Mention the overcommit rlimit name | Samuel Thibault | |
| 2024-12-17 | note about lwip and dhcp | Samuel Thibault | |
| 2024-12-12 | Contributing: Remove the 'Add /dev/rtc' small hack entry as it has been ↵ | Zhaoming Luo | |
| completed Signed-off-by: Zhaoming Luo <zhmingluo@163.com> Message-ID: <20241211234455.623986-1-zhmingluo@163.com> | |||
| 2024-12-11 | Add microkernel/mach/mig/documentation/mig-mutate page | Zhaoming Luo | |
| * microkernel/mach/mig/documentation.mdwn: add a link pointing to mig-mutate page * .../mach/mig/documentation/mig-mutate.mdwn: new file. Introduction to a mig-mutate.h file Signed-off-by: Zhaoming Luo <zhmingluo@163.com> Message-ID: <20241211033007.536408-2-zhmingluo@163.com> | |||
| 2024-12-08 | Add an introduction about a mig-mutate.h file | Zhaoming Luo | |
| Add a link pointing to an introduction about a mig-mutate.h file * microkernel/mach/mig/documentation.mdwn: new further relevant documentation Message-ID: <20241208001157.157886-1-zhmingluo@163.com> | |||
| 2024-12-04 | build: Add manifest for Guix. | Janneke Nieuwenhuizen | |
| * manifest.scm: New file. * README (Development environment): Mention it. Message-ID: <20241204181037.24687-3-janneke@gnu.org> | |||
| 2024-12-04 | Add README. | Janneke Nieuwenhuizen | |
| * README: New file, documenting dependencies and development build. Message-ID: <20241204181037.24687-1-janneke@gnu.org> | |||
| 2024-12-04 | Mention recent Guix recent developments and status. | Janneke Nieuwenhuizen | |
| * community/meetings/Guix_Days_2024.mdwn: New page. * community/meetings.mdwn: Link it. * hurd/running/Guix.mdwn: Updates. Message-ID: <20241204181037.24687-4-janneke@gnu.org> | |||
| 2024-12-04 | Fix non-supported ``` blockquotes. | Janneke Nieuwenhuizen | |
| Throughout. Message-ID: <20241204181037.24687-2-janneke@gnu.org> | |||
| 2024-11-20 | Note about MAP_NORESERVE | Samuel Thibault | |
| 2024-11-19 | TODO | Samuel Thibault | |
| 2024-11-18 | Note why making sure no two rumpdisks | Samuel Thibault | |
| 2024-11-18 | fix running posixtestsuite | Samuel Thibault | |
| 2024-11-17 | TODO: plug acpi shutdown even | Samuel Thibault | |
