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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 105 (100.0%) | 6558 (100.0%) | 62.4 |
| alfille | 92 (87.6%) | 6500 (99.1%) | 70.6 |
| d1mag | 13 (12.4%) | 58 (0.9%) | 4.4 |
Update some more .cvsignore files.
3 lines of code changed in 1 file:
Remove hated owNFSd
0 lines of code changed in 8 files:
Fix compilation problem for Ubunto and cleaning up the makefiles.
Add owfs-devel and owfs-owcapi rpm's.
Add example-code for owcapi.
3 lines of code changed in 2 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.
2 lines of code changed in 1 file:
Noticed that OW_USB and OW_CACHE only should be necessary when compiling
owlib, and not the binaries. Cleaned up the Makefiles a bit after that.
2 lines of code changed in 1 file:
Fix potential memory leak from FS_ParsedName(), and call to FS_ParsedName_destroy()
is not needed if initialization fails. Add extra libraries automatically in
configure-script to simplify compilation to MacOSX and Solaris hosts.
1 lines of code changed in 1 file:
Compiled owserver and owhttpd for Solaris 7. Added some missing functions
and updated the autoconf script.
2 lines of code changed in 1 file:
Updated dependencies to pthread library, especially libow.so should
have it just to make owperl work on older libc. search.h is not
included when compiling ow_wrap.c. (Otherwise it fails on Fedora Core 1)
2 lines of code changed in 1 file:
Found some memory leaks... FS_ParsedNameDestroy() have to be called after
FS_ParsedName() even if it fails, such as if a 1-wire device isn't found
on the bus.
4 lines of code changed in 1 file:
Update Makefiles with dependencies to ../../../owlib/src/c/libow.la.
When using --disable-shared it should relink all binaries if owlib is updated.
11 lines of code changed in 1 file:
Change all LOCK-functions and add semi-colon to get better indentation.
28 lines of code changed in 3 files:
More debugging info in NFS
42 lines of code changed in 1 file:
NFS final code clean up -- now to debug!
107 lines of code changed in 2 files:
NFS parameters
0 lines of code changed in 1 file:
improved --help and --morehelp messages
12 lines of code changed in 1 file:
Jerry Scharf found that char type as return from getopt_long gives an error on ARM processors.
10 lines of code changed in 1 file:
NFS: work on commandline options
21 lines of code changed in 1 file:
Now to figure the NFS part
100 lines of code changed in 1 file:
NFS: fix ow_exit typos
13 lines of code changed in 3 files:
NFS: added library initialization, took out many options.
168 lines of code changed in 1 file:
Split main and callback. Changed names to match other modules.
294 lines of code changed in 4 files:
NFS: remove unneeded code
1 lines of code changed in 10 files:
NFS compiles without fatal errors. Haven't tested function, however.
268 lines of code changed in 10 files:
NFS work -- trying to get to compile
327 lines of code changed in 5 files:
NFS: deamon.c now compiles
41 lines of code changed in 2 files:
NFS: attr.c now compiles
11 lines of code changed in 1 file:
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.
73 lines of code changed in 1 file:
readdir and readdirplus and fsstat for nfs
265 lines of code changed in 3 files:
argz
75 lines of code changed in 1 file:
NFS work on directories -- still needs to finish indexing, and a mutex around buffer stuffing
105 lines of code changed in 1 file:
NFS refactoring -- moving more into nfs_svc
162 lines of code changed in 2 files:
More NFS work .. almost all operations except directory
205 lines of code changed in 1 file:
Changing static structures to pointers, especially for attribute data and read buffer. (NFS related)
122 lines of code changed in 2 files:
removing static buffers for NFS
52 lines of code changed in 1 file:
xdr.c cosmetic changes
715 lines of code changed in 1 file:
NFS formatting
292 lines of code changed in 2 files:
NFS work: Lookup(fix) Access Readlink
32 lines of code changed in 1 file:
NFS -- lookup work.
31 lines of code changed in 1 file:
Changes to NFS for setattr, getattr
106 lines of code changed in 2 files:
(4 more)