Opened 9 years ago

Closed 9 years ago

#3713 closed task (fixed)

kmod-19

Reported by: bdubbs@… Owned by: lfs-book@…
Priority: normal Milestone: 7.7
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version:

- Bug fixes:
   - Fix missing CLOEXEC in library
   - Fix error message while opening kmod's index

- New features:
   - Add kmod(8) man page
   - Allow to build with libc's without be32toh()
   - Move code around separating common code and data structures into a
     shared directory. This allows to share more code between library and
     tools, making the binary size of tools shorter.
   - Clarify tools vs library licenses
   - static-nodes: when writting in tmpfiles format, indicate that
     creation of static nodes should only happen at boot. This is used and
     required by systemd-217+.

- Improvements to testsuite:
   - Add tests for newly created shared/ code
   - Improve how tests are declared so there's less boilerplate code for
     each test.

Change History (1)

comment:1 by bdubbs@…, 9 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 10795.

Note: See TracTickets for help on using tickets.