summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
2019-03-30dist/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-17rootstub: create arm and mips directories in /usr/glenda/bin (tanks timclassic)cinap_lenrek
2019-01-23troff: 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-07add entries for il rcpuBurnZeZ
2018-12-06acid: fix transcriptBurnZeZ
2018-12-01hgwebfs: write headers individually, so they are not limited by webfs iounit ↵cinap_lenrek
(thanks mischief)
2018-11-28upas: get rid of broken validatesender example, remove redundant upas/misc ↵cinap_lenrek
and setup target
2018-11-28hgwebfs: read to eof by default to match urllib2 behaviormischief
2018-10-22/sys/lib/dist/mkfile: add pi.img target for raspi sdcard imagecinap_lenrek
2018-10-08remove /lib/tftpd from proto filecinap_lenrek
2018-10-08get rid of /lib/tftpdcinap_lenrek
2018-06-25/sys/lib/dist/ndb/common: synchronize root servers and link to root hints sourcemischief
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/rootstubstanley lieber
2017-10-04hgwebfs: simplify retry loop constructioncinap_lenrek
2017-10-04hg: disable tag caching, allows accessing hg repo from dumpcinap_lenrek
2017-09-10rename 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-18remove /sys/lib/##redacted##.##redacted## (thanks ##redacted##)cinap_lenrek
2017-06-12acid: fix goofupaiju
2017-06-12acid: watchpoint supportaiju
2017-06-05make python subprocess module work with ape/shcinap_lenrek
2017-05-11/sys/lib/acid/port: make line() also print the line numberBurnZeZ
2017-05-09troff: charlib: fix right hand special charactercinap_lenrek
2017-05-01dist/ndb: move sources auth server to ndb/common, list root dns servers in ↵cinap_lenrek
ndb/local as a fallback
2017-03-29move blit roms to /sys/lib/blitcinap_lenrek
2017-03-18inst: make command window not overlap stats window in glendas riostartcinap_lenrek
2017-03-18cdproto: make mdir for glendacinap_lenrek
2017-03-04cdproto: various cleanupscinap_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-26hgwebfs: keep trying as long as we get needkey responseaiju
2017-02-25hgwebfs: rewind data before pushingaiju
2017-01-31/sys/lib/plumb/basic: fix rule for audio files (thanks deuteron)cinap_lenrek
2016-12-25cdproto: explicitely create /$objtype/bin subdirectories for all archscinap_lenrek
2016-11-12kernel/qio: get rid of unused qcopycnt debug variablecinap_lenrek
2016-11-05kernel: avoid padblock copying for devtls/devssl/esp, cleanup debuggingcinap_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-27fix wrong manpage section index generation for rc-httpd(8)cinap_lenrek
2016-08-08hgwebfs: make hgwebfs prompt for passwordcinap_lenrek
2016-05-28add polish keymap (thanks chomzee!)cinap_lenrek
2016-05-22/sys/lib/dist/mkfile: efi iso/hybrid supportcinap_lenrek
2016-05-19dist/mkfile: generate iso/hybrid image for 9front.isocinap_lenrek
2016-05-16add srvtls and the corresponding tcp17020 servicecinap_lenrek
2016-05-05add belarusian (by) keymap (thanks eric lindblad)cinap_lenrek
2016-05-05remove š and Š from estonian keymapcinap_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-04rootstub: remove alphacinap_lenrek
2016-05-04cdproto: remove alphacinap_lenrek
2016-05-04retire the dec alpha portcinap_lenrek
2016-05-02/lib/ndb/common: update ip addresses for [BCHL].ROOT-SERVERS.NETcinap_lenrek
2016-04-13Subject: 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-13fix 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