Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-12-09 | /lib/ndb/common: add auth=cb.inri.net authdom=nyc | stanley lieber | |
2015-10-19 | acid/leak: fix endless loop for B2NB(b) == b case (thanks mischief) | cinap_lenrek | |
2015-09-16 | /sys/lib/dist/ndb/common: correct authdom=inri | stanley lieber | |
2015-09-05 | dist/mkfile: add target for the aijuboard *.zynq.img | cinap_lenrek | |
this generates a disk image (to be written to usb or sdmmc card) containing 9fat partition with kernel and a hjfs filesystem partition with the 9front distribution. this could be easily extended to generate raspberry pi images as well, but i have no hardware to test. | |||
2015-08-25 | fix fuckup | glenda | |
2015-08-25 | import E script from bell labs | mischief | |
2015-08-09 | acid -k: fix intrcount() for amd64 | cinap_lenrek | |
2015-08-09 | acid -k: fix procenv() to new data structure | cinap_lenrek | |
2015-08-08 | rootstub: add spim | cinap_lenrek | |
2015-08-08 | cdproto: add spim | cinap_lenrek | |
2015-06-09 | authsrv: remove unused opasstokey | ftrvxmtrx | |
2015-05-25 | rootstub: do not create pkg directories | stanley lieber | |
2015-05-20 | cdproto: /sys/log/httpd should be a directory | mischief | |
2015-05-18 | cdproto: /sys/log/pop3 | cinap_lenrek | |
2015-03-13 | hg: install hgweb templates | cinap_lenrek | |
2015-03-05 | set /mail/tmp permissions world writable in cdproto | cinap_lenrek | |
2015-02-26 | leak: report alloc size mismatch | cinap_lenrek | |
2015-02-20 | gs: backport aes support for pdf-1.6 | cinap_lenrek | |
2015-02-19 | gs: work arround broken xref table pdfs | cinap_lenrek | |
rebuilding the xref table does not work for pdfs with compressed object streams. as a work arround, we skip xref table verification and ignore wrong xref gen # for gen 0 objects. | |||
2015-02-07 | added games/c64 | aiju | |
2014-12-11 | qmail: call mail instead of smtp with the wrong path | stanley lieber | |
2014-12-09 | hgwebfs: add fake add_handler method for HTTPRangeHandler() | cinap_lenrek | |
provide a add_handler() so code trying to add byterange.HTTPRangeHandler will succeed. webfs does handle "206 Partial Content" already. | |||
2014-11-13 | rootstub: create /sys/src/pkg and /sys/lib/pkg directories | cinap_lenrek | |
2014-10-31 | dist: generate efi bootable cd image | cinap_lenrek | |
2014-09-15 | hg: make intermediate directories like newer hg does | mischief | |
2014-08-28 | /sys/lib/dist/ndb/common: add auth=fs.stanleylieber.com authdom=inri | stanley lieber | |
2014-07-03 | ndb/common: add ipv6-icmp, ipv6-nonxt, ipv6-opts, bootps | stanley lieber | |
2014-07-01 | acid: fix notestk() on amd64 | Aram Hăvărneanu | |
Use Ureg->pc instead of Ureg->ir. | |||
2014-06-25 | sam: mark samsave executable | mischief | |
sam generates $home/sam.save for modified files. it expects /sys/lib/samsave to be executable to restore the modified files. | |||
2014-06-22 | remove imagepagerefs() acid function | cinap_lenrek | |
2014-05-20 | add _nsec() syscall 53 for binary compatibility with labs distribution | cinap_lenrek | |
the new syscall is added under the symbol _nsec() for binary compatibility. nsec() is still a library function reading /dev/bintime. | |||
2014-02-25 | acid: fix errstr syscall data offset for truss library | mischief | |
2014-02-24 | acid: add some debugging aid function for counting kernel image cache page refs | cinap_lenrek | |
2014-02-16 | truss: use A instead of X as address format for data dump | cinap_lenrek | |
2014-02-16 | truss: fix syscall address formats | cinap_lenrek | |
2014-02-14 | acid: add semacquire/semrelease/tsemacquire syscalls, handle _seek hack for ↵ | cinap_lenrek | |
amd64 (thanks erik) | |||
2014-02-12 | acid: fix acid/network, fix address formats from X to A | cinap_lenrek | |