summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
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
2012-03-21vga: fix type in vga.font, make vga/unicode.font filecinap_lenrek
2012-03-16hgwebfs: make push workcinap_lenrek
2012-03-16hgfs: fix mistakecinap_lenrek
2012-03-16hg: hgwebfs extension, ignore /net.altcinap_lenrek
2012-03-12dont track /sys/lib/tlscinap_lenrek
2012-03-10make vga font the defaultcinap_lenrek
2012-02-12fix mistake in /sys/lib/dist/mkfilecinap_lenrek
2012-02-11add /sys/lib/dist/mailstanley lieber
2012-01-11new webfs, rc based hgetcinap_lenrek
2012-01-06Backed out changeset db0fa2edf131cinap_lenrek
reverting bad commit
2012-01-05pkg/create: use separate steps for mk install and mk clean, to avoid mkfile ↵stanley lieber
problems
2011-12-02use mntgen for /mnt and /mnt/exportfsglenda
2011-10-08dont plumb html to pagecinap_lenrek
2011-10-08plumb rules for page, make sam and mothra the defaultcinap_lenrek
2011-09-20dist: bind dummy adm/timezone/localcinap_lenrek
2011-09-05remove old stuffcinap_lenrek
2011-09-03mergeglenda
2011-08-30rootbind: only bind /bin if binaries are therecinap_lenrek