summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
2015-03-05set /mail/tmp permissions world writable in cdprotocinap_lenrek
2015-02-26leak: report alloc size mismatchcinap_lenrek
2015-02-20gs: backport aes support for pdf-1.6cinap_lenrek
2015-02-19gs: work arround broken xref table pdfscinap_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-07added games/c64aiju
2014-12-11qmail: call mail instead of smtp with the wrong pathstanley lieber
2014-12-09hgwebfs: 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-13rootstub: create /sys/src/pkg and /sys/lib/pkg directoriescinap_lenrek
2014-10-31dist: generate efi bootable cd imagecinap_lenrek
2014-09-15hg: make intermediate directories like newer hg doesmischief
2014-08-28/sys/lib/dist/ndb/common: add auth=fs.stanleylieber.com authdom=inristanley lieber
2014-07-03ndb/common: add ipv6-icmp, ipv6-nonxt, ipv6-opts, bootpsstanley lieber
2014-07-01acid: fix notestk() on amd64Aram Hăvărneanu
Use Ureg->pc instead of Ureg->ir.
2014-06-25sam: mark samsave executablemischief
sam generates $home/sam.save for modified files. it expects /sys/lib/samsave to be executable to restore the modified files.
2014-06-22remove imagepagerefs() acid functioncinap_lenrek
2014-05-20add _nsec() syscall 53 for binary compatibility with labs distributioncinap_lenrek
the new syscall is added under the symbol _nsec() for binary compatibility. nsec() is still a library function reading /dev/bintime.
2014-02-25acid: fix errstr syscall data offset for truss librarymischief
2014-02-24acid: add some debugging aid function for counting kernel image cache page refscinap_lenrek
2014-02-16truss: use A instead of X as address format for data dumpcinap_lenrek
2014-02-16truss: fix syscall address formatscinap_lenrek
2014-02-14acid: add semacquire/semrelease/tsemacquire syscalls, handle _seek hack for ↵cinap_lenrek
amd64 (thanks erik)
2014-02-12acid: fix acid/network, fix address formats from X to Acinap_lenrek
2014-02-12truss: support for amd64cinap_lenrek
2014-02-10acid: remove objchar, prefering foobar.$objtype.acidcinap_lenrek
acid already sets up objtype for us.
2014-02-10acid: update acid libraries for amd64cinap_lenrek
2014-02-02newuser: dont bark when we cannot bind $home/bin/$objtype after /bin, create ↵cinap_lenrek
$home/bin/amd64
2014-02-02add acid library for amd64cinap_lenrek
2014-02-01rootstub: create amd64 directories for acmecinap_lenrek
2013-12-25acid leak: remove arena pointer a < 0xff000000 checkcinap_lenrek
in the kernel, area can lie above 0xff000000
2013-12-22/sys/lib/plumb/basic: add commas to some rules for file names that will ↵stanley lieber
frequently contain commas
2013-12-21add plumbing rules for page bookmarks and audio playbackcinap_lenrek
2013-12-17acid leak: handle ALIGN_MAGIC padding of skip area for mallocalign()cinap_lenrek
the alloc and realloc tag words do not start at the beginning of a block created by mallocalign(). instead, the block is padded with ALIGN_MAGIC.
2013-11-23kbdfs: add esc1+shift and esc1+ctrl pages (see sources kbmap-uk-weird patch)cinap_lenrek
Add pages for esc1+shift and esc1+ctrl - some UK USB keyboards (Dell) and it seems some German ones: https://groups.google.com/forum/#!topic/comp.os.plan9/ycok6NTCWCg seem to generate an esc1 + code scancode combination for the pipe/backslash key. Seems like overkill to add two whole pages for just two keys, but there again RAM is cheap these days. Probably should take the changes across to omap/kbd.c (and by extension bcm/kbd.c) but the changes are trivial.
2013-11-10ndb/common: add ipv6 addresses of root name serverscinap_lenrek
2013-11-08kernel: make image cache not hold onto the channel, remove nocache flagcinap_lenrek
the image cache should not hold onto the text file channel when not neccesary. now, the image keeps track of the number of page cache references in Image.pgref. if the number of page cache references and Image.ref are equal, this means all the references to this image are from the page cache. so no segments are using this image. in that case, we can close the channel, but keep the Image in the hash table. when attachimage() finds our image, it will check if Image.c is nil and reattach the channel to the image before it is used. the Image.nocache flag isnt needed anymore.
2013-10-26ndb/common: update ip for d.root-servers.netcinap_lenrek
2013-10-26ndb/common: dont use bell-labs dns servers for rfc1980 zonescinap_lenrek
2013-10-23newuser: make lib/profile read drawterms /dev/secstore when availablecinap_lenrek
2013-09-21rootstub: create directories for mipscinap_lenrek
2013-08-11create /sys/lib/sslcinap_lenrek
2013-06-10acid: fix dumptree() acid function to work in kernel debug, update ↵cinap_lenrek
malloc.acid and pool.acid files
2013-05-26keep fpregs always in sse (FXSAVE) format, adapt libmach and acid files for ↵cinap_lenrek
new format we now always use the new FXSAVE format in FPsave structure and fpregs file, converting back and forth in fpx87save() and fpx87restore(). document that fprestore() is a destructive operation now. change fp register definition in libmach and adapt fpr() acid funciton. avoid unneccesary copy of fpstate and fpsave in sysfork(). functions including syscalls do not preserve the fp registers and copying fpstate from the current process would mean we had to fpsave(&up->fpsave); first. simply not doing it, new process starts in FPinit state.
2013-05-20kbmap/ua: fix uppercase ьftrvxmtrx
2013-05-19kbmap/ru: fix uppercase ьftrvxmtrx
2013-04-29/sys/lib/rootstub: fix missing /alpha/lib/ape directoryppatience0
2013-04-28fix missing return compile error for manual book index generatorcinap_lenrek
2013-02-27dont use full qualified domain names in example configurationcinap_lenrek
use shorter sysnames instead of full qualified domain names so one doesnt have to setup the dns server in the example configuration.
2013-02-24cdproto: only include binaries for $objtype, filter temporary filescinap_lenrek
2013-02-16troff macros: change unix /usr/lib paths to plan9 /sys/lib and /usr/bin/col ↵cinap_lenrek
-> /bin/col
2013-02-11create /lib/firmware in rootstubcinap_lenrek