summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
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
2013-02-04cdproto create /sys/log/wwwstanley lieber
2013-02-04add rc-httpdstanley lieber
2013-01-22mount /n/other from /srv/boot instead of /srv/cwfscinap_lenrek
this makes sure tcp boot will have ther user /tmp's the same way as from local cwfs. we used /srv/cwfs to prevent a deadlock with 9660srv as a root filesystem which has been fixed now.
2013-01-18rewrite.direct: rewrite aliases before delivering to local users to avoid ↵stanley lieber
re-sending the message
2013-01-02add empty /lib/tftpd directorycinap_lenrek
2012-12-21Renamed the serbian latin kbmap and changed some minor errorsMarko Kostić
in it (lj > q, nj > w).
2012-10-17kernel: mnt cache reworkcinap_lenrek
avoid double entries in the cache for copen() and properly handle locking so we wont just give up if we cant lock the Mntcache entry, but drop the cache lock, qlock the Mntcache entry, and then recheck the cache. general cleanup (cdev -> ccache, use eqchantdqid())
2012-10-09/sys/lib/acid/kernel: fix imagecache() and procenv()cinap_lenrek
2012-10-09/sys/lib/acid/kernel: needacid("chan")cinap_lenrek
2012-10-07/sys/lib/acid/kernel: fix intrcount()cinap_lenrek
2012-09-19user: Marko Kostić <marko.m.kostic@gmail.com>Marko Kostić
branch 'default' added sys/lib/kbmap/sr (serbian cyrillic kbmap) added sys/lib/kbmap/sr@latin (serbian latin kbmap)
2012-09-18bring kernel acid library in sync (import from sources)cinap_lenrek
2012-09-10add hungary keyboard map (contributed by bencef)cinap_lenrek
2012-09-10lp: HTML table supportcinap_lenrek
2012-09-10lp: handle HTML files with html2ms | troff in process/genericcinap_lenrek
2012-09-10hgwebfs: remove prefixing // from file pathcinap_lenrek
2012-09-08support file:// urls in hgwebfs extension as apparently hg uses them. m(cinap_lenrek
2012-08-28/sys/lib/dist/ndb/common: for god and country, geronimo, geronimo, geronimostanley lieber
2012-08-17lib/profile: remove startupasfs, start rio as subprocess so we drop to rc if ↵cinap_lenrek
it fails (no framebuffer), drawterm
2012-07-25plan9.ini: remove *nomp=cinap_lenrek
2012-05-03bring back il protocol supportcinap_lenrek
2012-04-09profile: use vga/unicode.font in default lib/profilestanley lieber