summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 dayssource is needed, sureSamuel Thibault
7 daysThere is no need to add LD_something nowadaysSamuel Thibault
7 daysHTML 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>
7 daysOrganize 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>
11 daysAdd 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>
13 daysAdd source code link to sidebar.Yuqian Yang
Make it easier to get source code directly. Message-ID: <20250127071653.399-2-crupest@crupest.life>
14 daysFirst suggest to install from the distributionSamuel Thibault
14 daysAdd 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-17TODO: also fix the curl testsuite, not much is neededSamuel Thibault
and it's a quite central build dep
2025-01-17update documentation for bootstrapSamuel Thibault
2025-01-15Open issues: Update clock_gettime pageZhaoming 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-09pthread_setname_np is doneSamuel Thibault
2025-01-09hurd-console using xkb is doneSamuel Thibault
2025-01-07typoSamuel Thibault
2025-01-02typoSamuel Thibault
2025-01-02Add faq entry about foo_maxSamuel Thibault
2025-01-02Translator: Add the introduction to the rtc translatorZhaoming 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-01No, gettimeofday can't use CLOCK_MONOTONIC, it's really supposed to be the ↵Samuel Thibault
wallclock time, subject to jumps
2024-12-22Mention the overcommit rlimit nameSamuel Thibault
2024-12-17note about lwip and dhcpSamuel Thibault
2024-12-12Contributing: 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-11Add microkernel/mach/mig/documentation/mig-mutate pageZhaoming 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-08Add an introduction about a mig-mutate.h fileZhaoming 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-04build: 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-04Add README.Janneke Nieuwenhuizen
* README: New file, documenting dependencies and development build. Message-ID: <20241204181037.24687-1-janneke@gnu.org>
2024-12-04Mention 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-04Fix non-supported ``` blockquotes.Janneke Nieuwenhuizen
Throughout. Message-ID: <20241204181037.24687-2-janneke@gnu.org>
2024-11-20Note about MAP_NORESERVESamuel Thibault
2024-11-19TODOSamuel Thibault
2024-11-18Note why making sure no two rumpdisksSamuel Thibault
2024-11-18fix running posixtestsuiteSamuel Thibault
2024-11-17TODO: plug acpi shutdown evenSamuel Thibault
2024-11-12Note about the GPLv2/GPLv3 incompatibility still to be fixedSamuel Thibault
2024-11-12note about new packages building bugsSamuel Thibault
2024-11-12document libirqhelpjbranso@dismail.de
* hurd/documentation.mdwn: add link to libirqhelp * hurd/libirqhelp.mdwn: new file Message-ID: <20241014155226.3187-1-jbranso@dismail.de>
2024-11-12add translator/pci-arbiter pagejbranso@dismail.de
* hurd/translator.mdwn: add a link * hurd/translator/pci-arbiter.mdwn: I inlined the open_issues/pci_arbiter.mdwn page. * open_issues/pci_arbiter.mdwn: add a period to complete a sentence. Message-ID: <20241016233039.17856-15-jbranso@dismail.de>
2024-11-12add translator/remap pagejbranso@dismail.de
* hurd/translator.mdwn: link to remap page. * hurd/translator/remap.mdwn: new page. Describe simple remap examples with how to use lwip with pfinet. Some example remap bugs. Message-ID: <20241016233039.17856-14-jbranso@dismail.de>
2024-11-12add translator/symlink pagejbranso@dismail.de
* hurd/translator/symlink.mdwn: new file Message-ID: <20241016233039.17856-13-jbranso@dismail.de>
2024-11-12add translator/devnode page.jbranso@dismail.de
* hurd/translator.mdwn: add a link to devnode * hurd/translator/devnode.mdwn: new file Message-ID: <20241017060129.22626-1-jbranso@dismail.de>
2024-11-12add translator/ftpfs pagejbranso@dismail.de
* hurd/translator.mdwn: add a link to ftpfs * hurd/translator/ftpfs.mdwn: document the fptfs translator with an example. Message-ID: <20241016233039.17856-11-jbranso@dismail.de>
2024-11-12add translator/usermux pagejbranso@dismail.de
* hurd/translator.mdwn: add link to usermux * hurd/translator/usermux.mdwn: describe usermux and add in an old irc log that gives an example that I have not tested. Message-ID: <20241016233039.17856-10-jbranso@dismail.de>
2024-11-12add translator/proxy-defpager pagejbranso@dismail.de
* hurd/translator.mdwn: add a link to proxy-defpager page. * hurd/translator/proxy-defpager.mdwn: new file with a terse explanation. Message-ID: <20241016233039.17856-9-jbranso@dismail.de>
2024-11-12add translator/startup pagejbranso@dismail.de
* hurd/translators.mdwn: add a link to startup * hurd/translators/startup.mdwn: new file with minimal documentation. Message-ID: <20241016233039.17856-8-jbranso@dismail.de>
2024-11-12tweak the translator/procfs pagejbranso@dismail.de
* hurd/translator.mdwn: link to procfs * hurd/translator.mdwn: tweak the page a little. Message-ID: <20241016233039.17856-7-jbranso@dismail.de>
2024-11-12add translator/eth-multiplexer pagejbranso@dismail.de
* hurd/translator.mdwn: add a link * hurd/translator/eth-multiplexer.mdwn: new file. Describe the eth-multiplexer. Document that it is used to set up subhurd's networking. Add a short example of how to start using it. Message-ID: <20241016233039.17856-6-jbranso@dismail.de>
2024-11-12add translator/fakeroot pagejbranso@dismail.de
* hurd/translator.mdwn: add a link to fakeroot * hurd/translator/fakeroot.mdwn: I added a trivial example. Message-ID: <20241016233039.17856-5-jbranso@dismail.de>
2024-11-12edit the translator/storeio page.jbranso@dismail.de
* hurd/translator/storeio.mdwn: I added a bit more description from an old irc log. Message-ID: <20241016233039.17856-4-jbranso@dismail.de>
2024-11-12add translator/password pagejbranso@dismail.de
* hurd/translator.mdwn: add a link to password page * hurd/translator/password.mdwn: new file. I barely describe the password server. Even after reading what I wrote, I still don't really know what the password server does. Message-ID: <20241016233039.17856-3-jbranso@dismail.de>
2024-11-12and translator/ifsock pagejbranso@dismail.de
* hurd/translator.mdwn: add link to ifsock * hurd/translator/ifsock.mdwn: new page. I really do not know much about ifsock, so I described it instead of documenting it. Message-ID: <20241016233039.17856-2-jbranso@dismail.de>
2024-11-12add translator/streamio pagejbranso@dismail.de
* hurd/translator.mdwn: add a link * hurd/translator.mdwn/streamio.mdwn: add a very basic description of streamio based on some old irc logs. Message-ID: <20241016233039.17856-1-jbranso@dismail.de>