core: update usbi_dbg to take the context as an argument
[platform/upstream/libusb.git] / libusb / os / sunos_usb.c
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2020-09-13 Chris Dickenscore: Miscellaneous internal logging cleanup
2020-08-18 Chris DickensFix typos detected by codespell and manual inspection
2020-08-10 Zhiqiang Liulibusb: fix a memory leak in sunos_new_string_list...
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris Dickenssunos: Fix a number of compiler warnings
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-28 Chris Dickenscore: Fix some minor inconsistencies in API and coding
2020-04-17 Chris Dickenscore: Change pointer type from 'unsigned char' to ...
2020-04-17 Chris Dickenscore: Kill the 'host_endian' argument for most functions
2020-03-16 Chris Dickenscore: Make the 'reset_device' function of the backend...
2020-03-16 Chris Dickenscore: Move parameter validation from backend to core
2020-03-16 Chris Dickenscore: Kill usbi_backend.clock_gettime() function
2020-02-26 Chris Dickenscore: Introduce accessor functions for structure privat...
2020-01-27 Chris Dickenslinux_usbfs: Drop support for kernel versions earlier...
2020-01-24 Chris Dickensconfigure.ac: Cleanup and refactoring
2020-01-24 Chris DickensMisc: Clean up zero-length strings and recursion in...
2020-01-24 Chris DickensMisc: Cleanup across multiple backends
2020-01-24 Chris Dickenscore: Make style of debug messages with errno consisten...
2019-10-31 Kenjiro TsujiSolaris: format mismatch in some usbi_dbg()
2019-09-26 Kenjiro TsujiSolaris backend depends on Solaris private symbols
2019-09-26 Kenjiro TsujiSolaris: fails to find USB devices on SPARC platform
2019-09-26 Kenjiro TsujiSolaris backend is not correctly setting the one transf...
2019-04-05 Alexander Pyhalovsolaris: Fix crash on closing libusb handle
2019-04-05 Alexander PyhalovUse more portable di_prop_lookup_ints() interface
2019-04-05 Alexander Pyhalovtransfer_lock should be released before usbi_handle_tra...
2018-12-05 Alexander Pyhalovusbi_dbg() uses backend's clock_gettime(), break recurs...
2018-12-05 Alexander PyhalovEnable timerfd on sunos when available
2017-12-26 JoshuaSolaris: Add detach/attach kernel driver support
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2016-07-25 Lei ChenSolaris backend