Commit graph

11 commits

Author SHA1 Message Date
Jakub Klama
ac0155dd1b Add hashtable.c to the build. 2016-01-31 01:55:47 +01:00
Jakub Klama
fcfdba2cfb Reformat file, add 9P mode definitions. 2016-01-31 01:53:48 +01:00
Jakub Klama
3367fb46ea Reformat file, improve l9p_describe_fcall(). 2016-01-31 01:53:02 +01:00
Jakub Klama
1fedce2aa6 Use wrappers for malloc() and calloc().
They will come handy for putting lib9p in the kernel.
2016-01-31 01:52:08 +01:00
Jakub Klama
c9624690a9 Add simple hashtable implementation.
This is to replace using inefficient lists to store tags and
fids.
2016-01-31 01:51:03 +01:00
Jakub Klama
830759c75e Add minimal libsbuf implementation for Mac OS X. 2016-01-31 01:50:35 +01:00
Jakub Klama
d3e4c06341 First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
Jakub Klama
91ad441d73 Rework code significantly.
- Use vectored I/O everywhere
- Add routines to pretty-print 9P requests
- Improve code style
- Implement clunk request
and so on.
2016-01-28 00:40:43 +01:00
Jakub Klama
080c92c18f Semi-functional file listing and reading. 2016-01-23 22:57:40 +01:00
Jakub Klama
f46d2136e9 Initial, non-functional code drop. 2016-01-23 18:45:17 +01:00
Jakub Klama
be76f4b73e Initial commit 2015-12-28 00:14:46 +01:00