Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-21 | vga: fix type in vga.font, make vga/unicode.font file | cinap_lenrek | |
2012-03-16 | hgwebfs: make push work | cinap_lenrek | |
2012-03-16 | hgfs: fix mistake | cinap_lenrek | |
2012-03-16 | hg: hgwebfs extension, ignore /net.alt | cinap_lenrek | |
2012-03-12 | dont track /sys/lib/tls | cinap_lenrek | |
2012-03-10 | make vga font the default | cinap_lenrek | |
2012-02-12 | fix mistake in /sys/lib/dist/mkfile | cinap_lenrek | |
2012-02-11 | add /sys/lib/dist/mail | stanley lieber | |
2012-01-11 | new webfs, rc based hget | cinap_lenrek | |
2012-01-06 | Backed out changeset db0fa2edf131 | cinap_lenrek | |
reverting bad commit | |||
2012-01-05 | pkg/create: use separate steps for mk install and mk clean, to avoid mkfile ↵ | stanley lieber | |
problems | |||
2011-12-02 | use mntgen for /mnt and /mnt/exportfs | glenda | |
2011-10-08 | dont plumb html to page | cinap_lenrek | |
2011-10-08 | plumb rules for page, make sam and mothra the default | cinap_lenrek | |
2011-09-20 | dist: bind dummy adm/timezone/local | cinap_lenrek | |
2011-09-05 | remove old stuff | cinap_lenrek | |
2011-09-03 | merge | glenda | |
2011-08-30 | rootbind: only bind /bin if binaries are there | cinap_lenrek | |