Age | Commit 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/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 | |||
2016-04-13 | python: make hashlib.py fallback to openssl in case of old python binary | cinap_lenrek | |
2016-04-12 | add danish keymap (thanks Eric Lindblad) | cinap_lenrek | |
2016-04-11 | python: remove openssl support, use ape/libsec for cryptographics hash functions | cinap_lenrek | |
2016-04-10 | hg: create system wide /sys/lib/hgrc to enabled hgwebfs extension | cinap_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-10 | hg: set mercurial.url.has_https when hgwebfs extension is in use | cinap_lenrek | |
this allows the use of SSL/HTTPS even when python is not build with openssl support. | |||
2016-04-03 | mercurial: CVE-2016-3630 | cinap_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-14 | truss: add fake __NSEC syscall name for ape | cinap_lenrek | |
2016-03-14 | truss: fix "bad string" error due to missing ape _nsec() syscall | cinap_lenrek | |
2016-02-29 | glenda's default profile: remove /n/other mount, done by /lib/namespace | cinap_lenrek | |
2016-02-14 | adding experimental rcpu service | cinap_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-14 | newuser: /n/other now handled in /lib/namespace | cinap_lenrek | |
2016-01-12 | fix manpage references | cinap_lenrek | |
2015-12-11 | /sys/lib/dist/ndb/common: update for sl's auth servers | stanley lieber | |