Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-25 | kbmap: add croatian kbmap (thanks skerbergs) | cinap_lenrek | |
2020-05-04 | tmac.eai: wrapper around -me: auto indexing sections, .TC macro (thanks ↵ | Sigrid | |
sirjofri) | |||
2020-05-04 | add missing /sys/lib/tmac/me files (thanks sirjofri) | Sigrid | |
2020-03-21 | update colemak kbmap, simpler version with scroll working (thanks jeremy) | Sigrid | |
2020-03-21 | add colemak kbmap (thanks Silas McCroskey) | Sigrid | |
2020-03-21 | add swiss german kbmap (thanks mike) | Sigrid | |
2020-02-26 | include section 9 in manpage plumb rules. | Ori Bernstein | |
We added section 9 to the manual. However, the plumb rule only recognized sections 1 through 8. Fix it to include section 9. | |||
2020-02-23 | /sys/lib/kbmap: update 0xf860 to Kshift value, fix fake shifts on esc1 | Sigrid | |
2019-12-09 | riostart: when system uses serial console, provide a system shell on it | cinap_lenrek | |
on systems with serial console and graphics such as the raspberry pi, it is nice to get a system shell on the serial console even when no monitor is connected. | |||
2019-10-22 | /sys/lib/plumb/basic: open nedmail windows with -noscroll | Alex Musolino | |
This preserves the desired behaviour of *not* scrolling to the bottom of plumbed messages even when rio(1) is invoked with the -s flag. | |||
2019-10-13 | backup: Set execution bits in backup scripts | Roberto E. Vargas Caballero | |
2019-09-12 | acid/kernel: for stacktraces, try to use context from error stack when ↵ | cinap_lenrek | |
process is not sleeping when a process state has not been saved (Proc.mach != nil) then the contents of Proc.sched should be considered invalid. to approximate a stacktrace in this case, we use the error stack and get a stacktrace from the last waserror() call. | |||
2019-08-24 | /sys/lib/dist/mkfile: adjust 2GB for pi3 and zynq img | cinap_lenrek | |
2019-08-24 | /sys/lib/dist/mkfile: storage vendors idea of 2GB is deflating | cinap_lenrek | |
2019-08-21 | /sys/lib/acid/kernel: fix procstk() for arm64, set kdir for arm/arm64 to ↵ | cinap_lenrek | |
bcm/bcm64 | |||
2019-08-18 | add missing device tree file for raspberry pi 4 | cinap_lenrek | |
2019-08-18 | add raspberry pi 4 kernel and bootloader to pi3.img target | cinap_lenrek | |
2019-05-23 | gs: apply fixes for CVE-2018-16509 (thanks jsmoody) | cinap_lenrek | |
2019-05-06 | dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3 | cinap_lenrek | |
2019-05-04 | acid: add arm64 support | cinap_lenrek | |
2019-05-03 | rootstub: add /sys/lib/dist/ndb/dhcp/ | cinap_lenrek | |
2019-04-23 | distproto: add /lib/news/ (thanks lyndon) | cinap_lenrek | |
2019-04-19 | distproto: add /lib/ndb/dhcp/ directory (thanks lyndon) | cinap_lenrek | |
2019-04-08 | rootstub: create arm64 directories | cinap_lenrek | |
2019-03-30 | dist/mkfile: aux/stub -d /n/src9/usr to avoid overbinding /usr in case ↵ | cinap_lenrek | |
/n/src9 an / alias when /n/src9 is an alias for / (bind / /n/src9), then the bind from /sys/lib/dist/usr on /n/src9/usr would also overbind /usr and potentially make the build target file inaccessible. the solution is to run aux/stub -d /n/src9/usr. this works as aux/stub mounts itself on /n/src9, so the bind for /n/src9/usr will not override /usr in the root filesystem but the stub directory from aux/stub. | |||
2019-03-17 | rootstub: create arm and mips directories in /usr/glenda/bin (tanks timclassic) | cinap_lenrek | |
2019-01-23 | troff: fix -ms mug (thanks aksr) | cinap_lenrek | |
Executing .KS after .1C exhibits a bug. Instead on the next page, the text between .KS and .KE is shown at the bottom of the page (where footnote would be). To reproduce the bug: http://sprunge.us/xyCUX7 The bug can be fixed by changing two lines in tmac.s: if \\n(NX<1 .bp\} to if \\n(NX<=1 .bp\} and if \\n(NX<1 'bp\} to if \\n(NX<=1 'bp\} | |||
2019-01-12 | /sys/lib/plumb/basic: make plumbing page bookmarks work with relative paths ↵ | cinap_lenrek | |
(thanks Tobias Heinicke) | |||
2018-12-07 | add entries for il rcpu | BurnZeZ | |
2018-12-06 | acid: fix transcript | BurnZeZ | |
2018-12-01 | hgwebfs: write headers individually, so they are not limited by webfs iounit ↵ | cinap_lenrek | |
(thanks mischief) | |||
2018-11-28 | upas: get rid of broken validatesender example, remove redundant upas/misc ↵ | cinap_lenrek | |
and setup target | |||
2018-11-28 | hgwebfs: read to eof by default to match urllib2 behavior | mischief | |
2018-10-22 | /sys/lib/dist/mkfile: add pi.img target for raspi sdcard image | cinap_lenrek | |
2018-10-08 | remove /lib/tftpd from proto file | cinap_lenrek | |
2018-10-08 | get rid of /lib/tftpd | cinap_lenrek | |
2018-06-25 | /sys/lib/dist/ndb/common: synchronize root servers and link to root hints source | mischief | |
2018-01-31 | /sys/lib/dist/mkfile: fix cfg/plan9.ini dependency (only visible after binds) | cinap_lenrek | |
2018-01-05 | /sys/lib/dist: split 9boot into 9bootproto, make *.386.iso and *.amd64.iso ↵ | cinap_lenrek | |
targets | |||
2017-12-11 | /sys/lib/rootstub | stanley lieber | |
2017-10-04 | hgwebfs: simplify retry loop construction | cinap_lenrek | |
2017-10-04 | hg: disable tag caching, allows accessing hg repo from dump | cinap_lenrek | |
2017-09-10 | rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update ↵ | cinap_lenrek | |
documentation there isnt much of a point in keep maintaining separate kernel configurations for terminal and cpu kernels as the role can be switched with service=cpu boot parameter. to make stuff cosistent, we will just have one "pc" kernel and one "pc64" kernel configuration now. | |||
2017-06-18 | remove /sys/lib/##redacted##.##redacted## (thanks ##redacted##) | cinap_lenrek | |
2017-06-12 | acid: fix goofup | aiju | |
2017-06-12 | acid: watchpoint support | aiju | |
2017-06-05 | make python subprocess module work with ape/sh | cinap_lenrek | |
2017-05-11 | /sys/lib/acid/port: make line() also print the line number | BurnZeZ | |
2017-05-09 | troff: charlib: fix right hand special character | cinap_lenrek | |
2017-05-01 | dist/ndb: move sources auth server to ndb/common, list root dns servers in ↵ | cinap_lenrek | |
ndb/local as a fallback |