Change printf's to debug format.
12 lines of code changed in 1 file:
Encapsulate STATLOCK;x++;STATUNLOCK as a sinvle STAT_ADD1(x) #define. MAkes things a little prettier.
504 lines of code changed in 10 files:
Have to fake a successful write to simultaneous/temperature when
bad-adapater is detected.
6 lines of code changed in 1 file:
Minor changes in DS9490 including making special families a "switch"
36 lines of code changed in 1 file:
minor formatting changes in DS9490
52 lines of code changed in 1 file:
DS2431 memory size is 128 bytes, not 512 like the DS2433
2 lines of code changed in 1 file:
Change variable names to match customary scheme in DS2433_r_mem
4 lines of code changed in 1 file:
clean up and BUS_send_data thanks to Matthew Percival <matthew@capgo.com>
10 lines of code changed in 2 files:
Moved BUS_send_and_get to DS9097_send _and_get since it is DS9097-specific. It was copied over (blindly) into DS1410 code, so the same changes were made, though it is clearly wrong there.
277 lines of code changed in 5 files:
Some Solaris updates
176 lines of code changed in 4 files:
__STRING missing in Solaris
5 lines of code changed in 1 file:
Just in case INET6 isn't defined
6 lines of code changed in 1 file:
include limits.h for solaris
4 lines of code changed in 1 file:
Should include netinet/tcp.h instead
2 lines of code changed in 1 file:
This is included from compat_getopt.h
1 lines of code changed in 1 file:
Make sure owperl (OW.so) is loading libow.so from /opt/owfs/lib
6 lines of code changed in 2 files:
Typo again
1 lines of code changed in 1 file:
A typo..
1 lines of code changed in 1 file:
Compiled owserver and owhttpd for Solaris 7. Added some missing functions
and updated the autoconf script.
2907 lines of code changed in 26 files:
Updating makefiles to make sure there are dependencies to pthread and libow.
38 lines of code changed in 6 files:
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)
34 lines of code changed in 12 files:
Removed stateinfo
4 lines of code changed in 2 files:
Forgot to initiate the while struct.
2 lines of code changed in 1 file:
Problems fixed for Jan I think... There where problem with DS9490_reset()
which wasn't always called as many times as it should.
119 lines of code changed in 2 files:
LOTS of debug outputs to trace the strange hangings...
37 lines of code changed in 2 files:
Even more debug-output for the usb adapter
9 lines of code changed in 1 file:
Found a possible endless loop during startup.
10 lines of code changed in 1 file:
Set the unique DS1420 at startup too. (not only during reconnect or full
directory listing)
79 lines of code changed in 2 files:
Updates to set unique ds1420 id during reconnect too if found.
47 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.
18 lines of code changed in 6 files:
Darn... The initialization of pthread seem to be neccessary for WRT54G.
7 lines of code changed in 1 file:
Some updates connected to the reconnection of a USB adapter. Had to add some
locking around usb_find_devices() and some other stuff. Removing 2 adapters
and inserting them at the same time crashed the server.
Removed some unnecessary shallow copies of pn.
Updated some UCLIBC things. I wanted to remove the call to
__pthread_initialize(), and every pthread features seem to work when I
moved around some of the startup code and changed the optimization level.
I didn't even need the PTHREAD_MUTEX_ADAPTIVE_NP mutexes anymore on the
Coldfire board. Haven't tried it on the WRT54G router yet though.
Have tried to find a small uClibc memory leak for WRT54G and Coldfire,
therefor some of the other strange changes. There are no leaks for my
Coldfire board now at least, but haven't tried the WRT54G router yet.
239 lines of code changed in 11 files:
Update Makefiles with dependencies to ../../../owlib/src/c/libow.la.
When using --disable-shared it should relink all binaries if owlib is updated.
25 lines of code changed in 5 files:
DS2431 support
86 lines of code changed in 6 files:
Removing ow_select.c which has been empty and uncompiled for a year!
0 lines of code changed in 1 file:
Added semicolon to DeviceHeader. Fixed up device flags, incouding new DEV_ovdr flag. Removed ow_cache.h since it did nothing useful.
154 lines of code changed in 60 files:
Found a bug in write_seek() which caused problems with multiple indevices.
2 lines of code changed in 1 file:
Some minor cleanup and comments
103 lines of code changed in 6 files:
Return -ENODEV instead when no more devices is found.
2 lines of code changed in 1 file:
Some updates to handle reconnect of a disconnected USB adapter.
408 lines of code changed in 9 files: