TODO 657 B

123456789101112
  1. - Mention --enable-kernel=... where appropriate.
  2. - Create and use the 'utmp' group, and explain to the user how to use it to
  3. improve the security of things that write to utmp, such as terminal
  4. emulators.
  5. - Move passwd to /bin.
  6. - Mention --enable-multibyte when building vim.
  7. - POSIX compliance patches (aka, removing the coreutils hack).
  8. - Upgraded to a glibc that supports POSIX message queues.
  9. - Pass --enable-const to ncurses.
  10. - Readline in Ch.6, and add uses of it. For example, Bash accepts the
  11. --with-external-readline (or something like that) argument, and E2fsprogs
  12. can be more "interactive" when compiled w/ a patch against it.