Skip to content

Tags: martinpitt/umockdev

Tags

0.19.4

Toggle 0.19.4's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.19.4

- 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

Toggle 0.19.3's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.19.3

- preload: Wrap __fstat64_time64()

0.19.2

Toggle 0.19.2's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.19.2

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

0.19.1

Toggle 0.19.1's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.19.1

- 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

Toggle 0.19.0's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.19.0

- 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

Toggle 0.18.4's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.18.4

- 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

Toggle 0.18.3's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.18.3

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

0.18.2

Toggle 0.18.2's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.18.2

- preload: Fix time64 redirect for glibc 2.39.9

0.18.1

Toggle 0.18.1's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.18.1

- preload: Provide wrappers for functions specific to 64-bit time_t (thanks Steve Langasek)
- preload: Fix building with _FILE_OFFSET_BITS (thanks Zixing Liu and Steve Langasek)

0.18.0

Toggle 0.18.0's commit message

Verified

This tag was signed with the committer’s verified signature.
martinpitt Martin Pitt
0.18.0

- Record and restore SELinux context for mocked /dev nodes
- preload: wrap fstatfs() and statfs() on musl
- Fix build with meson 1.4