July 2005 Commit Log

Number of Commits:
40
Number of Active Developers:
2
alfille 2005-07-31 14:59 Rev.: 1.27

Change printf's to debug format.

12 lines of code changed in 1 file:

alfille 2005-07-30 09:20

Encapsulate STATLOCK;x++;STATUNLOCK as a sinvle STAT_ADD1(x) #define. MAkes things a little prettier.

504 lines of code changed in 10 files:

d1mag 2005-07-30 01:08 Rev.: 1.16

Have to fake a successful write to simultaneous/temperature when
bad-adapater is detected.

6 lines of code changed in 1 file:

alfille 2005-07-28 22:12 Rev.: 1.65

Minor changes in DS9490 including making special families a "switch"

36 lines of code changed in 1 file:

alfille 2005-07-27 22:14 Rev.: 1.64

minor formatting changes in DS9490

52 lines of code changed in 1 file:

alfille 2005-07-21 22:20 Rev.: 1.9

DS2431 memory size is 128 bytes, not 512 like the DS2433

2 lines of code changed in 1 file:

alfille 2005-07-21 22:13 Rev.: 1.8

Change variable names to match customary scheme in DS2433_r_mem

4 lines of code changed in 1 file:

alfille 2005-07-21 22:03

clean up and BUS_send_data thanks to Matthew Percival <matthew@capgo.com>

10 lines of code changed in 2 files:

alfille 2005-07-21 21:45

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:

d1mag 2005-07-21 07:53

Some Solaris updates

176 lines of code changed in 4 files:

d1mag 2005-07-20 07:58 Rev.: 1.4

__STRING missing in Solaris

5 lines of code changed in 1 file:

d1mag 2005-07-20 07:51 Rev.: 1.13

Just in case INET6 isn't defined

6 lines of code changed in 1 file:

d1mag 2005-07-20 07:46 Rev.: 1.3

include limits.h for solaris

4 lines of code changed in 1 file:

d1mag 2005-07-20 07:21 Rev.: 1.2

Should include netinet/tcp.h instead

2 lines of code changed in 1 file:

d1mag 2005-07-13 04:38 Rev.: 1.41

This is included from compat_getopt.h

1 lines of code changed in 1 file:

d1mag 2005-07-13 03:28

Make sure owperl (OW.so) is loading libow.so from /opt/owfs/lib

6 lines of code changed in 2 files:

d1mag 2005-07-12 11:24 Rev.: 1.6

Typo again

1 lines of code changed in 1 file:

d1mag 2005-07-12 11:21 Rev.: 1.5

A typo..

1 lines of code changed in 1 file:

d1mag 2005-07-12 11:04

Compiled owserver and owhttpd for Solaris 7. Added some missing functions
and updated the autoconf script.

2907 lines of code changed in 26 files:

d1mag 2005-07-11 07:47

Updating makefiles to make sure there are dependencies to pthread and libow.

38 lines of code changed in 6 files:

d1mag 2005-07-10 10:33

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:

d1mag 2005-07-08 07:09

Removed stateinfo

4 lines of code changed in 2 files:

d1mag 2005-07-08 06:29 Rev.: 1.32

Forgot to initiate the while struct.

2 lines of code changed in 1 file:

d1mag 2005-07-08 05:52

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:

d1mag 2005-07-08 00:20

LOTS of debug outputs to trace the strange hangings...

37 lines of code changed in 2 files:

d1mag 2005-07-07 04:14 Rev.: 1.60

Even more debug-output for the usb adapter

9 lines of code changed in 1 file:

d1mag 2005-07-07 03:21 Rev.: 1.59

Found a possible endless loop during startup.

10 lines of code changed in 1 file:

d1mag 2005-07-07 02:59

Set the unique DS1420 at startup too. (not only during reconnect or full
directory listing)

79 lines of code changed in 2 files:

d1mag 2005-07-07 01:06 Rev.: 1.57

Updates to set unique ds1420 id during reconnect too if found.

47 lines of code changed in 1 file:

d1mag 2005-07-06 03:44

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:

d1mag 2005-07-06 01:53 Rev.: 1.65

Darn... The initialization of pthread seem to be neccessary for WRT54G.

7 lines of code changed in 1 file:

d1mag 2005-07-05 07:08

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:

d1mag 2005-07-05 06:49

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:

alfille 2005-07-04 15:54

DS2431 support

86 lines of code changed in 6 files:

alfille 2005-07-04 10:53 Rev.: 1.4

Removing ow_select.c which has been empty and uncompiled for a year!

0 lines of code changed in 1 file:

alfille 2005-07-04 10:43

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:

d1mag 2005-07-04 06:43 Rev.: 1.54

Found a bug in write_seek() which caused problems with multiple indevices.

2 lines of code changed in 1 file:

d1mag 2005-07-03 16:12

Some minor cleanup and comments

103 lines of code changed in 6 files:

d1mag 2005-07-03 12:59 Rev.: 1.54

Return -ENODEV instead when no more devices is found.

2 lines of code changed in 1 file:

d1mag 2005-07-03 09:21

Some updates to handle reconnect of a disconnected USB adapter.

408 lines of code changed in 9 files:

June 2005 »

Generated by StatCVS 0.6.0