Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Taken from the FreeBSD HAL repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch fixes the inotify syscalls on ARM so they work. It uses
__NR_SYSCALL_BASE from the libc headers (via sys/syscall.h) as this
value depends on which ABI you're using and trying to work that out gets
complicated.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
|
|
|
|
|
|
The kernel driver may send "change" to signify a device state
change and udev can possibly recreate symlinks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to David Härdeman for pointing it out.
|
|
|
|
|
|
|
|
Parts from Ubuntu's 70-ifrename.patch.
|
|
|
|
|
|
|