Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-18 | cwfs: post to /srv instead of #s | cinap_lenrek | |
2019-06-20 | cwfs: remove old some assert() debugging | cinap_lenrek | |
2017-08-04 | cwfs: -n always overrides postservice() name, no matter if config mode ↵ | cinap_lenrek | |
changes service | |||
2015-08-21 | cwfs: remove 9p1 support | cinap_lenrek | |
2014-08-09 | cwfs: fix 32bit multiplication overflows for allocation sizes (thanks kenji ↵ | cinap_lenrek | |
okomoto) | |||
2014-05-03 | cwfs: fix 1GB memsize limitation | cinap_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-05 | fix this megashit | cinap_lenrek | |
2013-08-05 | cwfs: remove reflock | cinap_lenrek | |
queues allow multiple readers, reflock seems unneccesary. | |||
2012-07-13 | cwfs: make /srv/cwfs.cmd redable to receive command output | cinap_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-23 | correcting unicode superscripts for 1 2 and 3 | cinap_lenrek | |
2011-09-07 | cwfs: cfs needs to run after con_session(), so revert previous change and ↵ | cinap_lenrek | |
just run consserve() before starting the srv procs | |||
2011-09-07 | cwfs: fix race between cmd_exec("users") and serve processes, cleanup portfns.h | cinap_lenrek | |
2011-06-16 | remove mconf cruft | cinap_lenrek | |
2011-06-11 | cwfs: store newcache format option in config | cinap_lenrek | |
2011-04-29 | make /n/other work | cinap_lenrek | |
2011-04-28 | cwfs: reduce verbosity, added -d options if you want it anyway | cinap_lenrek | |
2011-04-18 | cwfs: fix permissions for command channel | cinap_lenrek | |
2011-04-18 | boot(8): add cwfs support to, restart if mount fails, usbd. cwfs: exit code | cinap_lenrek | |
2011-04-17 | cwfs: code cleanup | cinap_lenrek | |
2011-04-16 | allow setting service name from command arguments | cinap_lenrek | |
2011-04-12 | arg | cinap_lenrek | |
2011-04-12 | proper error message when no service set | cinap_lenrek | |
2011-04-12 | updating cwfs and moving installer in /rc/bin | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |