* acpi(4): Import acpica-unix-20090521.
* acpi(4): Improved power & frequency management for cpus.
* acpi(4): Significantly improved APIC support.
- * buf/bio: New read-prioitizing bioq sort algorithm. The new algorithm does a much better job
+ * buf/bio: New read-prioritizing bioq sort algorithm. The new algorithm does a much better job
prioritizing reads over writes and also contains features to avoid starving-out writes. It
works best with CAM based drivers but NATA uses some of its functionality too.
* buf/bio: Make biowait(), getpbuf(), and most other buf/bio functions MPSAFE.
* Better CRC handling, bad-file handling.
* Refactor merged search function to try to avoid missed entries.
* Limit recursion for long directory chains, update mtime/ctime.
- * Improve performance for large write loads
- * Improve directory layout (in-place upgrade to version 2)
- * Allow hammer -b to specify bytes per second if no suffix is supplied
+ * Improve performance for large write loads.
+ * Improve directory layout (in-place upgrade to version 2).
+ * Allow hammer -b to specify bytes per second if no suffix is supplied.
* Extract PFS null mounts from anywhere in the filesystem, instead of just from the `/pfs` subdirectory.
* Add hammer info directive which prints useful info about a hammer filesystem.
* Fix a huge number of compiler warnings for various userland utilities.
* battd(8): Fix some errors and improve the man page
* compilers.conf(5): This file allows to configure ''external'' compilers (e.g. LLVM/clang) for usage with the DragonFly build(7) system.
- * cpdup(1): Allow uid/gid/flags changes to fail if running as user
- * env(1): unbreak build of 2.2 release branch under HEAD
- * expr(1): Add support for -- as required by POSIX
+ * cpdup(1): Allow uid/gid/flags changes to fail if running as user.
+ * env(1): unbreak build of 2.2 release branch under HEAD.
+ * expr(1): Add support for -- as required by POSIX.
* fetch(1): Synced with FreeBSD.
* devtab: As devfs(5) support access to devices via serial numbers, `/etc/devtab` can be used to map serial number to human readable labels.
* devfsctl(1): New utility to add/remove/control devfs(5) rules.
* Add an indexing feature to the -t option.
* unix98 ptys
* Implement posix_openpt, ptsname, grantpt, unlockpt
- * Change openpty(3) to use unix98 ptys by default and let it fall back to bsd ptys if any problem occurs
+ * Change openpty(3) to use unix98 ptys by default and let it fall back to bsd ptys if any problem occurs.
* vinum(8): Support for geometries larger than 2 TB was added.
> ### amd64 related changes