[root]/owfs/module/ownfsd/src/include

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 66 (100.0%) | 1123 (100.0%) | 17.0 |
| alfille | 62 (93.9%) | 1111 (98.9%) | 17.9 |
| d1mag | 4 (6.1%) | 12 (1.1%) | 3.0 |
Update some more .cvsignore files.
2 lines of code changed in 1 file:
Remove hated owNFSd
0 lines of code changed in 7 files:
Change @RM@ in makefiles.
Install two include files from now on... owfs_config.h and owcapi.h
src/include/config.h contain autogenerated configuration instead of owfs_config.h.
All *.h and *.c is updated to #include <config.h> which is normal behavior.
6 lines of code changed in 2 files:
Don't install the header-files anymore. Only owcapi.h is installed.
4 lines of code changed in 1 file:
NFS final code clean up -- now to debug!
0 lines of code changed in 1 file:
NFS: work on commandline options
1 lines of code changed in 1 file:
NFS: added library initialization, took out many options.
1 lines of code changed in 1 file:
Split main and callback. Changed names to match other modules.
4 lines of code changed in 1 file:
NFS: remove unneeded headers
2 lines of code changed in 14 files:
NFS compiles without fatal errors. Haven't tested function, however.
22 lines of code changed in 1 file:
NFS work -- trying to get to compile
1 lines of code changed in 1 file:
NFS: deamon.c now compiles
56 lines of code changed in 3 files:
NFS: attr.c now compiles
27 lines of code changed in 2 files:
change enum name from msg_type to msg_classification to avoid namespace clash.
2 lines of code changed in 1 file:
All NFS routeines finished. Now comes the long hard configurati9on and debugging. Will work on pruning deadwood and fixing includes.
21 lines of code changed in 1 file:
readdir and readdirplus and fsstat for nfs
23 lines of code changed in 1 file:
NFS refactoring -- moving more into nfs_svc
20 lines of code changed in 1 file:
More NFS work .. almost all operations except directory
411 lines of code changed in 2 files:
Changing static structures to pointers, especially for attribute data and read buffer. (NFS related)
12 lines of code changed in 1 file:
Changes to NFS for setattr, getattr
7 lines of code changed in 1 file:
Separated FS_fstat parsedname creation and fstat, so that other routines (mfs) can call fstat on an existing pn.
0 lines of code changed in 1 file:
Change syntax on FS_dirname_state and FS_dirname_type to make more consistent and also to ease NFS work
21 lines of code changed in 1 file:
ownfsd work: filehandle structure
30 lines of code changed in 1 file:
start of ownfsd (NFS 1-wire server) work
450 lines of code changed in 19 files: