comedilib.git
2001-07-15 David SchleefChange prototype of comedi_get_cmd_generic_timed
2001-07-15 David SchleefNeeds string.h, not others
2001-07-15 David SchleefMajor hacking, just like cmd.c
2001-07-15 David SchleefReplace <string.h>
2001-07-15 David SchleefRemove commented stuff
2001-07-14 David SchleefChanged main.c to common.c
2001-07-14 David SchleefChanged the name of verbose_flag; Added a few more...
2001-07-14 David SchleefMajor fixes and added inline documentation. It's actua...
2001-07-14 David SchleefAdded a bit of __comedi_errno initialization
2001-07-12 Frank Mori... removed bit about chanlist error in cmdtest, since...
2001-07-12 Frank Mori... added a burst-mode-like command to comedi_get_cmd_gener...
2001-07-12 Frank Mori... more comedi_cmd related documentation
2001-07-10 Frank Mori... fix for compile warning with range.c
2001-07-10 David SchleefUpdates from (someone), plus corrections and additions...
2001-07-10 David SchleefAdded comments
2001-07-10 David Schleefclean python and perl, even if not built
2001-07-10 David SchleefAdded debug_ptr(). Fixed do_test_for_cmd()
2001-07-10 David SchleefRemove sched.h, because we don't use it and uclibc...
2001-07-10 David SchleefPerl demos moved from perl/ directory
2001-07-10 David Schleef*** empty log message ***
2001-07-10 David SchleefCopied the etc/ directory from Comedi
2001-07-10 David SchleefA text version, for all the crazies
2001-07-10 David SchleefRemove comedilib_reference, rebuild comedilib*html
2001-07-10 David SchleefFix getopt segfaulting
2001-07-09 David SchleefChanged from siginfo handler to signal.
2001-07-09 David SchleefMoved chatter behind if(verbose)
2001-07-06 Frank Mori... added CR_PACK description
2001-07-05 David SchleefFixed getuid()/geteuid() problem causing modprobe post...
2001-07-02 Frank Mori... Added a little bit more to command section.
2001-07-01 David SchleefMore work on cmd trig sources
2001-07-01 Frank Mori... added a bit to the command section, merged comedilib_re...
2001-06-27 David SchleefAdded install targets for perl, python, debian
2001-06-27 David SchleefChanged install target to install_debian
2001-06-27 David SchleefUses deprecated functions, so added _COMEDILIB_DEPRECATED
2001-06-27 David SchleefChanged from siginfo handler to simple signal handler
2001-06-27 David SchleefAdded #! line
2001-06-27 David SchleefAdded _COMEDILIB_DEPRECATED, 'cuz we still support...
2001-06-27 David SchleefChange return value of comedi_close to int
2001-06-27 David SchleefCleanup and rearrangement
2001-06-27 David SchleefFix bug about the return value of comedi_get_range()
2001-06-27 David Schleefre-autogenerated
2001-06-27 David SchleefDon't need fcntl(,F_SETSIG,)
2001-06-27 David SchleefFix previous bugus check-ins.
2001-06-27 David SchleefAdded device nodes
2001-06-27 David Schleefchange INFINITY to HUGE_VAL
2001-06-27 David Schleef*** empty log message ***
2001-06-27 Frank Mori... made ao_waveform use same parse_options() as other...
2001-06-27 Frank Mori... update from wuttke joachim
2001-06-21 Frank Mori... made it refuse to resize buffer if we are removing...
2001-06-20 Frank Mori... noted a Makefile problem
2001-06-14 David SchleefSome work on docs
2001-06-13 David Schleefrewrote
2001-06-12 David SchleefAdded realtime command line option. Fixed tests to...
2001-06-12 David SchleefFix realtime flag.
2001-06-12 David SchleefTest for internal triggering.
2001-06-12 David SchleefAdded insn ioctl support.
2001-06-12 David Schleefgeneral hacking, convert comedi_trigger to comedi_data_...
2001-06-12 David Schleeffixes for cross-compilation
2001-06-04 Frank Mori... updated reference to default buffer size from 128k...
2001-05-28 David SchleefAdd targets for python wrapper (disabled by default)
2001-05-28 David Schleefhmmm... should compile things before I check them in.
2001-05-28 David SchleefFix things so that they actually work
2001-05-28 Frank Mori... fixed bug
2001-05-28 David Schleefa python wrapper
2001-05-28 David Schleefcopied from comedi
2001-05-28 David Schleefadditional tests, fixes, move some functions to ../lib
2001-05-28 David Schleefstaging area for moving functions from here to ../lib
2001-05-28 David Schleefadded HAVE_COMEDI_POLL
2001-05-28 David Schleefadded cmd.c
2001-05-28 David Schleefadded cmd related functions
2001-05-28 David Schleefadded get_subdevice_flags()
2001-05-28 David Schleefadded get_cmd_src_mask, get_cmd_generic_timed, comedi_p...
2001-05-28 David Schleefadded poll example
2001-05-28 David Schleefmore results
2001-05-28 David SchleefChanged to LGPL, because that's what it was supposed...
2001-05-24 David Schleefchanged N_CALDACS to 32
2001-05-14 Frank Mori... removed outdated lseek stuff
2001-05-14 Frank Mori... explicitly initialized value, subdevice, channel, aref...
2001-05-04 Tim Ousleychanged all GPCTR names to GPCT
2001-05-02 Frank Mori... added checks for malloc failure
2001-05-02 Frank Mori... a small step towards standardized comedi error codes
2001-05-01 Frank Mori... added copy of GPL
2001-04-28 David SchleefFixed test for debian package build
2001-04-27 Frank Mori... put back comedi_get_max_buffer_size
2001-04-27 Tim Ousleyadded #define for GPCTR_GET_INT_CLK_FRQ
2001-04-24 Frank Mori... removed buffer config functions that I accidentally...
2001-04-20 Tim Ousleyadded GPCTR constants.
2001-04-08 Frank Mori... added some comments describing alpha functions
2001-04-08 Frank Mori... added comedi_buf_offset function that returns buf_user_ptr
2001-04-08 Frank Mori... forgot to add buffer.c file containing definitions...
2001-04-06 Frank Mori... added buffer info ioctl support and some alpha buffer...
2001-03-13 David Schleefa script probably only useful to ds
2001-03-13 David Schleefmake install now installs man pages to the wrong place...
2001-03-13 David Schleef*** empty log message ***
2001-03-07 David Schleef*** empty log message ***
2001-03-02 David Schleefchange bufconfig version test from 0.7.56 to 0.7.57 r0_7_15
2001-03-02 David Schleefadded test to make sure area is unmapped
2001-03-02 David Schleef*** empty log message ***
2001-03-01 David Schleefchanged bufconfig to support new bufconfig structure
2001-03-01 David Schleefadded bufconfig test
next