Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-03-29 | move blit roms to /sys/lib/blit | cinap_lenrek | |
2017-03-18 | inst: make command window not overlap stats window in glendas riostart | cinap_lenrek | |
2017-03-18 | cdproto: make mdir for glenda | cinap_lenrek | |
2017-03-04 | cdproto: various cleanups | cinap_lenrek | |
- bind /n/src9 only when theres .hg directory, so you can use /root as /n/src9 - skip *.6 and *.orig files in source direcrtories - skip *.pdf and *.ps files in /sys/man - skip cpurc.local and termrc.local - dont create /fd, /mnt and/n in the root - be specific about /lib - create /cfg/pxe | |||
2017-02-26 | hgwebfs: keep trying as long as we get needkey response | aiju | |
2017-02-25 | hgwebfs: rewind data before pushing | aiju | |
2017-01-31 | /sys/lib/plumb/basic: fix rule for audio files (thanks deuteron) | cinap_lenrek | |
2016-12-25 | cdproto: explicitely create /$objtype/bin subdirectories for all archs | cinap_lenrek | |
2016-11-12 | kernel/qio: get rid of unused qcopycnt debug variable | cinap_lenrek | |
2016-11-05 | kernel: avoid padblock copying for devtls/devssl/esp, cleanup debugging | cinap_lenrek | |
to avoid copying in padblock() when adding cryptographics macs to a block in devtls/devssl/esp we reserve 16 extra bytes to the allocation. remove qio ixsummary() function and add acid function qiostats() to /sys/lib/acid/kernel simplify iallocb(), remove iallocsummary() statitics. | |||
2016-08-27 | fix wrong manpage section index generation for rc-httpd(8) | cinap_lenrek | |
2016-08-08 | hgwebfs: make hgwebfs prompt for password | cinap_lenrek | |
2016-05-28 | add polish keymap (thanks chomzee!) | cinap_lenrek | |
2016-05-22 | /sys/lib/dist/mkfile: efi iso/hybrid support | cinap_lenrek | |
2016-05-19 | dist/mkfile: generate iso/hybrid image for 9front.iso | cinap_lenrek | |
2016-05-16 | add srvtls and the corresponding tcp17020 service | cinap_lenrek | |
2016-05-05 | add belarusian (by) keymap (thanks eric lindblad) | cinap_lenrek | |
2016-05-05 | remove š and Š from estonian keymap | cinap_lenrek | |
Probably the temporary solution to obtain the Estonian uppercase Š and Ž [S and Z with caron (ˇ)] without Shift + AltGr, I note in https://code.9front.org/hg/plan9front/rev/5b6853beadb4 you've written a Shift + AltGr (table 7) for Polish, would be using the caron (ˇ) mapped to key 41 followed by Shift s or Shift z; it was a mistake to earlier map a mode 4 in my fix of /sys/lib/kbmap/ee. It is a bit of an inconvenience to have an AltGr mapping to š and ž, but not a Shift + AltGr mapping to Š and Ž, but that's the best I can do for now. I send a new ee file without the mode 4. https://code.9front.org/hg/plan9front/rev/851d5d9022af these should not be in here 1.97+4 31 'Š 1.98+4 44 'Ž https://code.9front.org/hg/plan9front/rev/378ba39fc90a Sincerely, Eric Lindblad | |||
2016-05-04 | rootstub: remove alpha | cinap_lenrek | |
2016-05-04 | cdproto: remove alpha | cinap_lenrek | |
2016-05-04 | retire the dec alpha port | cinap_lenrek | |
2016-05-02 | /lib/ndb/common: update ip addresses for [BCHL].ROOT-SERVERS.NET | cinap_lenrek | |
2016-04-13 | Subject: typo: ee corrected (thanks Eric Lindblad) | cinap_lenrek | |
sorry there were entries as 3 27 '§ 3 27 '½ should have been 3 27 '§ 3 43 '½ attached is a corrected version | |||
2016-04-13 | fix estonian keymap (thanks Eric Lindblad) | cinap_lenrek | |
The /sys/lib/kbmap/ee file seemed to have CRs in it. If a first column in the table (for modifier key) as 4 is for Alt Gr + Shift then the attached (UTF-8 without BOM) should work as a replacement ee file. Best Regards, Eric Lindblad |