summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
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
2016-04-13python: make hashlib.py fallback to openssl in case of old python binarycinap_lenrek
2016-04-12add danish keymap (thanks Eric Lindblad)cinap_lenrek
2016-04-11python: remove openssl support, use ape/libsec for cryptographics hash functionscinap_lenrek
2016-04-10hg: create system wide /sys/lib/hgrc to enabled hgwebfs extensioncinap_lenrek
the openssl we currently use is outdated and will be removed soon. webfs will handle the https for us with native tls code. keys have to be stored in factotum for everyone who also wants to commit directly.
2016-04-10hg: set mercurial.url.has_https when hgwebfs extension is in usecinap_lenrek
this allows the use of SSL/HTTPS even when python is not build with openssl support.
2016-04-03mercurial: CVE-2016-3630cinap_lenrek
backported the following patches from mercurial 3.7.3: https://selenic.com/repo/hg/rev/b6ed2505d6cf https://selenic.com/repo/hg/rev/b9714d958e89
2016-03-14truss: add fake __NSEC syscall name for apecinap_lenrek
2016-03-14truss: fix "bad string" error due to missing ape _nsec() syscallcinap_lenrek
2016-02-29glenda's default profile: remove /n/other mount, done by /lib/namespacecinap_lenrek
2016-02-14adding experimental rcpu servicecinap_lenrek
this is a reimplementation of cpu and import utilities in rc using a tlsclient and tlssrv as the encryption and authentication layers. there is only one new service, which after authentication and encryption setup accepts an arbitrary rc script over the network and executes it with the standard filedescriptors redirected to the conversaion (this is *after* authentication and in the context of the authorized user). the new rcpu program has a few improvements over cpu(1): - doesnt mangle program arguments - the remote process will get the clients standard file descriptors, so error and output are separated and you can consume the clients input from the remote side :-) - forwards error status of remote process theres no backwards mode for rimport, but a new program called rexport for the same purpose. all these services use exportfs without the bolted on initial handshake, so the hope is to clean up exportfs in the future and remove all the ugly crap in there.
2016-02-14newuser: /n/other now handled in /lib/namespacecinap_lenrek
2016-01-12fix manpage referencescinap_lenrek
2015-12-11/sys/lib/dist/ndb/common: update for sl's auth serversstanley lieber