Opened 12 years ago
Closed 12 years ago
#3455 closed task (fixed)
kmod-16
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 7.5 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New version.
- Bug fixes:
- Fix usage of readdir_r()
- Add some missing checks for memory allocation errors
- New features:
- Remove option from libkmod to allow waiting on module removal if
the module is being used. It's dangerous since it can block the
caller indefinitely.
- Improve compatibility with musl libc
- Add fallback implementation for compilers without _Static_assert(),
e.g. gcc < 4.6
- Minor optimizations to the hash table
- Make depmod warn if a module has incorrect devname specification
- Use cleanup attribute
Change History (2)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed at revision 10430.