Skip to content

Releases: martinpitt/umockdev

0.19.7

26 Mar 09:16
0.19.7

Choose a tag to compare

tests: Don't assume a fixed baud rate when identifying ttys (thanks Thanks Daniel van Vugt)

0.19.6

22 Mar 04:04
0.19.6

Choose a tag to compare

  • preload: Reinitialize mutexes after forking. (Thanks Daniel van Vugt) (LP: #2144723)

0.19.5

21 Feb 02:31
0.19.5

Choose a tag to compare

  • ioctl: Forward standard termios calls to real pty (fixes tests with Rust coreutils)
  • ioctl: Implement POSIX-compliant errno handling

0.19.4

12 Oct 07:59
0.19.4

Choose a tag to compare

  • preload: Hide sticky bit from emulated block dev stat
  • preload: Wrap listxattr()
  • uevent-sender: Retry udev_device_new_from_syspath() on failure
  • uevent_sender: Retry sendmsg() on EAGAIN
  • tests: Adjust for evtest 1.36

0.19.3

01 Aug 12:49
0.19.3

Choose a tag to compare

  • preload: Wrap __fstat64_time64()

0.19.2

30 Jul 15:32
0.19.2

Choose a tag to compare

  • preload: Trap dirfd access to /dev, fstat(), and open_tree()

0.19.1

02 Jan 13:51
0.19.1

Choose a tag to compare

  • preload: Restore errno in ioctl_emulate_open()
  • preload: Only emulate ioctls on emulated devices
  • Fix ioctl_tree_execute() ret type and initialization (thanks Helge Deller)
  • tests: Disable spidev on big-endian 32-bit platforms (thanks Helge Deller)

0.19.0

27 Dec 20:26
0.19.0

Choose a tag to compare

  • API: Add UMockdev.Testbed.wait_script() to sync to scripts/evemu replays
  • API: UMockdev.Testbed.load_script_from_string()
  • API: UMockdev.Testbed.load_evemu_events_from_string()
  • Make uevent synthesis thread-safe (thanks Bob Henz)
  • Handle "connection refused" when sending a uevent (thanks Bob Henz)

0.18.4

04 Sep 05:47
0.18.4

Choose a tag to compare

  • Add ioctls for Chromium OS EC devices (thanks Abhinav Baid)
  • Generate "remove" uevent in umockdev_testbed_remove_device() (thanks Bob Henz)
  • Recursively remove children with uevents (thanks Bob Henz)
  • preload: Fix sigmask block and restore race (thanks barath)

0.18.3

23 May 07:54
0.18.3

Choose a tag to compare

  • preload: Re-fix time64 redirects for glibc < 2.39.9