summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/main.c
AgeCommit message (Collapse)Author
2022-12-18cwfs: post to /srv instead of #scinap_lenrek
2019-06-20cwfs: remove old some assert() debuggingcinap_lenrek
2017-08-04cwfs: -n always overrides postservice() name, no matter if config mode ↵cinap_lenrek
changes service
2015-08-21cwfs: remove 9p1 supportcinap_lenrek
2014-08-09cwfs: fix 32bit multiplication overflows for allocation sizes (thanks kenji ↵cinap_lenrek
okomoto)
2014-05-03cwfs: fix 1GB memsize limitationcinap_lenrek
the malloc pool allocator is limited in its allocation size. as almost all data structures in cwfs are never freed, use brk() in ialloc() instead of mallocalign(). this means memory returned by ialloc() cannot be freed! to make sure we do not call free by accident, remove the #define malloc(n) ialloc(n, 0) macro and use ialloc() directly as in the original code to show the intend of permanent allocations.
2013-08-05fix this megashitcinap_lenrek
2013-08-05cwfs: remove reflockcinap_lenrek
queues allow multiple readers, reflock seems unneccesary.
2012-07-13cwfs: make /srv/cwfs.cmd redable to receive command outputcinap_lenrek
before, cwfs would print everything to /dev/cons. this change will redirect the output of commands to the /srv/cwfs.cmd pipe so one can use: con -C /srv/cwfs.cmd and not have the fish for the output in /dev/kmesg. use standard error (/dev/cons) for unsolicited messages as there is not always a reader on the command file.
2012-02-23correcting unicode superscripts for 1 2 and 3cinap_lenrek
2011-09-07cwfs: cfs needs to run after con_session(), so revert previous change and ↵cinap_lenrek
just run consserve() before starting the srv procs
2011-09-07cwfs: fix race between cmd_exec("users") and serve processes, cleanup portfns.hcinap_lenrek
2011-06-16remove mconf cruftcinap_lenrek
2011-06-11cwfs: store newcache format option in configcinap_lenrek
2011-04-29make /n/other workcinap_lenrek
2011-04-28cwfs: reduce verbosity, added -d options if you want it anywaycinap_lenrek
2011-04-18cwfs: fix permissions for command channelcinap_lenrek
2011-04-18boot(8): add cwfs support to, restart if mount fails, usbd. cwfs: exit codecinap_lenrek
2011-04-17cwfs: code cleanupcinap_lenrek
2011-04-16allow setting service name from command argumentscinap_lenrek
2011-04-12argcinap_lenrek
2011-04-12proper error message when no service setcinap_lenrek
2011-04-12updating cwfs and moving installer in /rc/bincinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen