Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-12 | truss: support for amd64 | cinap_lenrek | |
2014-02-10 | acid: remove objchar, prefering foobar.$objtype.acid | cinap_lenrek | |
acid already sets up objtype for us. | |||
2014-02-10 | acid: update acid libraries for amd64 | cinap_lenrek | |
2014-02-02 | newuser: dont bark when we cannot bind $home/bin/$objtype after /bin, create ↵ | cinap_lenrek | |
$home/bin/amd64 | |||
2014-02-02 | add acid library for amd64 | cinap_lenrek | |
2014-02-01 | rootstub: create amd64 directories for acme | cinap_lenrek | |
2013-12-25 | acid leak: remove arena pointer a < 0xff000000 check | cinap_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-21 | add plumbing rules for page bookmarks and audio playback | cinap_lenrek | |
2013-12-17 | acid 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-23 | kbdfs: 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-10 | ndb/common: add ipv6 addresses of root name servers | cinap_lenrek | |
2013-11-08 | kernel: make image cache not hold onto the channel, remove nocache flag | cinap_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-26 | ndb/common: update ip for d.root-servers.net | cinap_lenrek | |
2013-10-26 | ndb/common: dont use bell-labs dns servers for rfc1980 zones | cinap_lenrek | |
2013-10-23 | newuser: make lib/profile read drawterms /dev/secstore when available | cinap_lenrek | |
2013-09-21 | rootstub: create directories for mips | cinap_lenrek | |
2013-08-11 | create /sys/lib/ssl | cinap_lenrek | |
2013-06-10 | acid: fix dumptree() acid function to work in kernel debug, update ↵ | cinap_lenrek | |
malloc.acid and pool.acid files | |||
2013-05-26 | keep 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-20 | kbmap/ua: fix uppercase ь | ftrvxmtrx | |
2013-05-19 | kbmap/ru: fix uppercase ь | ftrvxmtrx | |
2013-04-29 | /sys/lib/rootstub: fix missing /alpha/lib/ape directory | ppatience0 | |
2013-04-28 | fix missing return compile error for manual book index generator | cinap_lenrek | |
2013-02-27 | dont use full qualified domain names in example configuration | cinap_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-24 | cdproto: only include binaries for $objtype, filter temporary files | cinap_lenrek | |
2013-02-16 | troff macros: change unix /usr/lib paths to plan9 /sys/lib and /usr/bin/col ↵ | cinap_lenrek | |
-> /bin/col | |||
2013-02-11 | create /lib/firmware in rootstub | cinap_lenrek | |
2013-02-04 | cdproto create /sys/log/www | stanley lieber | |
2013-02-04 | add rc-httpd | stanley lieber | |
2013-01-22 | mount /n/other from /srv/boot instead of /srv/cwfs | cinap_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-18 | rewrite.direct: rewrite aliases before delivering to local users to avoid ↵ | stanley lieber | |
re-sending the message | |||
2013-01-02 | add empty /lib/tftpd directory | cinap_lenrek | |
2012-12-21 | Renamed the serbian latin kbmap and changed some minor errors | Marko Kostić | |
in it (lj > q, nj > w). | |||
2012-10-17 | kernel: mnt cache rework | cinap_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-19 | user: 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-18 | bring kernel acid library in sync (import from sources) | cinap_lenrek | |
2012-09-10 | add hungary keyboard map (contributed by bencef) | cinap_lenrek | |
2012-09-10 | lp: HTML table support | cinap_lenrek | |
2012-09-10 | lp: handle HTML files with html2ms | troff in process/generic | cinap_lenrek | |
2012-09-10 | hgwebfs: remove prefixing // from file path | cinap_lenrek | |
2012-09-08 | support 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, geronimo | stanley lieber | |
2012-08-17 | lib/profile: remove startupasfs, start rio as subprocess so we drop to rc if ↵ | cinap_lenrek | |
it fails (no framebuffer), drawterm | |||
2012-07-25 | plan9.ini: remove *nomp= | cinap_lenrek | |
2012-05-03 | bring back il protocol support | cinap_lenrek | |
2012-04-09 | profile: use vga/unicode.font in default lib/profile | stanley lieber | |