1acfc925 | 08-Aug-2023 |
David Boddie <david@boddie.org.uk> |
Merged in fix-string-module-check-in-gunzip (pull request #16)
Fixed String module load check in gunzip.
Approved-by: Charles Forsyth |
c43b652e | 11-Jun-2023 |
David Boddie <david@boddie.org.uk> |
Fixed String module load check in gunzip. |
75323f49 | 18-Dec-2021 |
David Boddie <david@boddie.org.uk> |
Merged in fix-outlstring-in-tc (pull request #14)
Update outlstring function in tc to match others
Approved-by: Charles Forsyth |
4947f060 | 11-Oct-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove duplicate vflag definition |
aa479b94 | 11-Oct-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
make message more helpful |
c3e3cf59 | 11-Oct-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
allow vflag > 1 |
de44e51c | 30-Sep-2021 |
David Boddie <david@boddie.org.uk> |
Update outlstring function in tc to match others |
9665a507 | 30-Sep-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
install tl as tl not 5l |
e99c80a3 | 30-Sep-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove mention of long obsolete IE plugin |
48f27553 | 23-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
update NOTICEs and other legal bits to reflect changes to Plan 9's licence and confirm MIT-template for Inferno base and revisions |
6fe7692e | 12-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remoove obsolete notice |
1b2614f9 | 12-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove obsolete NOTICE prototypes. add lib/legal/README to explain why the other files are there |
871e0f01 | 12-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove obsolete NOTICE files superceded by /NOTICE
|
61bcf0cf | 12-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove All rights reserved. fix copyright statements. remove Styx trademark |
8429d75b | 11-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove obsolete All rights reserved. fix email address |
98799e61 | 07-Mar-2021 |
Valery Ushakov <uwe@stderr.spb.ru> |
Merged in feature/NetBSD/arm (pull request #13)
NetBSD/arm support
Approved-by: Charles Forsyth |
29b38a8c | 07-Mar-2021 |
Richard Miller <millerresearch@gmail.com> |
Merged in utils-riscv (pull request #10)
RISC-V compiler and linker corrections
Approved-by: Charles Forsyth |
b2e326f2 | 07-Mar-2021 |
Sergey Ryabin <bebebeko@metacoma.io> |
Merged in namespace_noauth (pull request #9)
Add -A mount option for namespace(6)
Approved-by: Charles Forsyth |
6cde411a | 07-Mar-2021 |
Charles Forsyth <charles.forsyth@gmail.com> |
remove LGPL licences and convert remaining GPL/LGPL licences including /NOTICE to MIT form |
7bb791f1 | 03-Feb-2021 |
David Boddie <david@boddie.org.uk> |
Merged in Linux/spim (pull request #11)
Fixes for spim architecture running on a Linux host
Approved-by: Charles Forsyth |
206fe115 | 03-Feb-2021 |
Valery Ushakov <uwe@stderr.spb.ru> |
Merged in bugfix/parseman-space-escapes (pull request #12)
lib/parseman: recognize all troff space escapes
Approved-by: Charles Forsyth |
63be3725 | 04-Jan-2021 |
Valery Ushakov <uwe@stderr.spb.ru> |
lib/parseman: recognize all troff space escapes
parsetext() recognizes escapes for \& zero-width space, and \| narrow space (1/6 em-space in troff). Recognize also \^ - half-narrow space (1/12 em)
lib/parseman: recognize all troff space escapes
parsetext() recognizes escapes for \& zero-width space, and \| narrow space (1/6 em-space in troff). Recognize also \^ - half-narrow space (1/12 em) and ignore it (found e.g. in dd(1)), and \0 - digit-width space and map it to plain space character (found e.g. in text(9)).
show more ...
|
e2733178 | 04-Jan-2021 |
Valery Ushakov <uwe@stderr.spb.ru> |
NetBSD/arm: segflush - use mprotect to add PROT_EXEC
ARM has separate read and execute protection bits so after writing out JIT code we need to make it executable. |
8adc601b | 03-Jan-2021 |
Valery Ushakov <uwe@stderr.spb.ru> |
NetBSD/arm: disable pax mprotect restrictions for emu
ARM has separate read and execute protection bits so after writing out JIT code we need to make it executable with mprotect(2), but PAX wouldn't
NetBSD/arm: disable pax mprotect restrictions for emu
ARM has separate read and execute protection bits so after writing out JIT code we need to make it executable with mprotect(2), but PAX wouldn't let us by default. Mark the emu binary so that this restriction is lifted.
On other machines where this is not an issue set PAXCTL to a no-op.
show more ...
|
c6b71775 | 19-Sep-2019 |
Paul Boddie <paul@boddie.org.uk> |
Employed Debian tool naming and distribution conventions |