Revert "Check integer overflow in do_cmd_ioctl() and do_cmdtest_ioctl()."
[comedi.git] / comedi / comedi_fops.c
2012-01-13 Ian AbbottRevert "Check integer overflow in do_cmd_ioctl() and...
2011-11-23 Ian AbbottRemove arbitrary limit in do_insnlist_ioctl() and do_in...
2011-11-23 Ian AbbottCheck integer overflow in do_cmd_ioctl() and do_cmdtest...
2011-11-23 Ian AbbottCheck integer overflow in do_insnlist_ioctl().
2011-11-23 Ian AbbottRevert "Check integer overflow in do_insnlist_ioctl()"
2011-11-08 Bernd PorrChecks for NULL pointers to prevent kernel oops when...
2011-11-07 Ian AbbottCheck integer overflow in do_insnlist_ioctl()
2011-11-01 Ian AbbottFix signal handling in read and write
2011-11-01 Ian AbbottFix mmap_count.
2011-06-27 Ian AbbottFix infoleak to userspace.
2011-01-18 Ian AbbottMost drivers ignore the base channel in insn->chanspec...
2010-05-19 Ian AbbottFix previous commit. For COMEDI_BUFINFO, if command...
2010-05-17 Ian AbbottFor COMEDI_BUFINFO ioctl, check for locked or busy...
2010-05-17 Ian AbbottFor COMEDI_BUFINFO ioctl, if subdevice has no async...
2010-05-14 Ian AbbottFor write(), don't bother writing data to buffer if...
2010-03-24 Ian AbbottThe 'open' method in struct comedi_device_struct now...
2009-06-02 Ian AbbottMade sysfs attribute code compatible with earlier kernels.
2009-05-11 Ian AbbottCorrected type of a printk argument in resize_async_buf...
2009-04-02 Frank Mori HessAdded sysfs attribute files for setting and querying...
2009-02-09 Ian Abbottcomedi_open: Fix null pointer dereference.
2009-02-09 Ian AbbottFix GCC warning in call to request_module(): "format...
2008-12-15 Frank Mori HessReturn error instead of segfaulting if user trys to...
2008-12-15 Frank Mori HessAdded some validation of comedi module parameter values.
2008-12-09 Frank Mori HessFixed minor numbers for subdevice files.
2008-12-08 Bernd PorrAs suggested the legacy device count is set to zero...
2008-12-08 Ian AbbottAdd a module parameter 'comedi_autoconfig'. Set it...
2008-10-22 Ian AbbottCorrected type mismatch in comedi_alloc_subdevice_minor...
2008-10-20 Frank Mori HessFixed some module reference counting problems due to...
2008-10-20 Frank Mori HessFixed up device_create call for auto-probed device...
2008-10-16 Frank Mori HessFixed a compile error and a warning.
2008-10-16 Frank Mori HessAdded support for udev/sysfs to core and ni_pcimio...
2008-09-16 Frank Mori HessFixed problem with reporting of insn_bits support duw...
2008-09-16 Frank Mori HessAdded insn_bits_supported field to subdevice info ioctl...
2008-08-15 Frank Mori HessThe big kernel lock was never held during read() or...
2008-08-05 Ian AbbottParameters of device_create() changed in 2.6.27-rc1...
2008-07-15 Ian Abbott'struct class_device' removed from 2.6.26 kernel, so...
2008-06-27 Frank Mori HessFixed poll/select on write subdevice.
2008-04-18 Ian AbbottUse __module_get(THIS_MODULE) instead of try_module_get...
2008-04-18 Ian AbbottDon't bother checking MOD_IN_USE in comedi_cleanup.
2008-03-28 Frank Mori HessAdded INSN_CONFIG_GET_HARDWARE_BUFFER_SIZE and implemen...
2008-01-14 Ian AbbottCorrected test for INSN_WRITE data value exceeding...
2008-01-14 Ian AbbottApplied comedi_indent script.
2008-01-13 Bernd PorrAdded a proper PWM subdevice for comedi.
2008-01-07 Ian AbbottOnly set SRF_RT subdevice flag if comedi_switch_to_rt...
2008-01-02 Ian AbbottFor COMEDI_DEVCONFIG ioctl, if argument is NULL, refuse...
2008-01-02 Ian AbbottChanged read, write, poll, and mmap file operations...
2007-12-12 Ian AbbottUse unlocked_ioctl file operation instead of ioctl...
2007-12-05 Ian AbbottFor read and write, check if command still running...
2007-12-05 Ian AbbottUse per-subdevice spin-lock instead of big_comedi_lock...
2007-11-09 Ian AbbottFor COMEDI_CMD ioctl, check chanlist_len > 0.
2007-11-07 Ian AbbottSupport 32-bit ioctl calls on 64-bit kernel (CONFIG_COM...
2007-11-04 Frank Mori HessApplied comedi_indent script to all source files.
2007-10-25 Frank Mori HessAdded check against maxdata for write instructions.
2007-10-24 Frank Mori HessEach comedi_async struct should have its own wait_queue...
2007-10-17 Ian AbbottReplaced kmalloc/memset sequence with kzalloc or kcalloc.
2007-10-12 Frank Mori HessPruned obsolete lseek code.
2007-08-21 Ian AbbottSanity check drivers setting do_cmd without setting...
2007-08-13 Frank Mori HessNULL inttrig in do_become_nonbusy().
2007-08-07 Frank Mori HessSet SRF_RUNNING and SRF_ERROR together atomically in...
2007-07-27 Frank Mori HessGot rid of useless 3rd parameter of comedi_event().
2007-07-27 Ian AbbottConstified ranges, board structures, and miscellaneous...
2007-07-26 Frank Mori HessProtected use of subdevice runflags with spinlock,...
2007-07-24 Ian AbbottRemoved include/linux/devfs_fs_kernel.h
2007-07-16 Frank Mori HessFixed devinfo ioctl for subdevice files (/dev/comediN_s...
2007-07-13 Frank Mori HessBuffered counting with dma works now for m-series boards.
2007-06-28 Frank Mori HessPatch from Anders Blomdell <anders.blomdell@control...
2007-06-13 Frank Mori HessFixed spurious warnings about AO interrupts not being...
2007-06-13 Frank Mori HessGot rid of comedi_subdevice.cmd_cleanup after some...
2007-05-01 Frank Mori HessFixed horrible grinding noises on mmap.
2007-05-01 Frank Mori HessBe more careful about using all the write-allocated...
2007-04-29 Frank Mori HessAllocate async buffer pages with dma_alloc_coherent...
2007-04-26 Frank Mori HessAdded support for a cmd_cleanup() callback on subdevice...
2007-04-19 Frank Mori HessMade some changes to async buffer, to better accommodat...
2007-02-26 Frank Mori HessAdded support for configuring dio direction on NI 660x...
2007-02-05 Frank Mori HessOnly check if parse_insn returns a negative value.
2007-01-05 Frank Mori HessRenamed INSN_CONFIG_RESET_COUNT to more general INSN_CO...
2006-12-19 Frank Mori HessAdded support for hardware arming of counters, and set
2006-12-15 Frank Mori HessAdded INSN_CONFIG_RESET_COUNT
2006-12-08 Frank Mori HessFirst pass at consistent support for NI general-purpose...
2006-11-17 Frank Mori HessDon't assume class_device has a devt member.
2006-11-15 Frank Mori HessAdded support for generating a seperate device file...
2006-11-13 Ian AbbottFixed some C++-isms: mixed declarations and code.
2006-11-09 Frank Mori HessAdded dev_t to comedi_subdevice in preparation for...
2006-10-27 Frank Mori Hesscheck length of INSN_CONFIG_ANALOG_TRIG
2006-10-24 Frank Mori HessCheck length of INSN_BITS instructions in core.
2006-10-23 Frank Mori HessAdded support for changing routing of signals to RTSI...
2006-10-19 Frank Mori HessAdded some more data length checks for config instructi...
2006-08-22 Ian AbbottRenamed CLASS_DEVICE_CREATE to COMEDI_CLASS_DEVICE_CREA...
2006-08-15 Frank Mori HessFix rounding up of buffer size to integer multiple...
2006-08-08 Frank Mori HessAdded length checks for data array of INSN_CONFIG_ALT_S...
2006-07-12 Frank Mori HessAdded check for length of INSN_CONFIG_SET_RTSI_CLOCK_MODE,
2006-06-12 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott):
2006-05-02 Frank Mori HessPatch from caleb@aei-tech.com (Caleb Tennis), which...
2006-03-09 Frank Mori HessAdded warning message to encourage checks of config...
2006-01-15 Frank Mori HessFix compile against 2.6.15 kernel by using CLASS_DEVICE...
2005-11-21 Frank Mori HessStatic initialization of spinlocks has been deprecated...
2005-10-19 Frank Mori Hessfree async->cmd.chanlist before it gets blown away...
2005-10-19 Frank Mori HessFix memory leak noted by "Michael Brooks" <mbrooks...
2005-10-07 David SchleefRemove compatibility for 2.0 and 2.2
2005-10-06 David Schleefmerge branch-0_7 back to HEAD
next