| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Minor spelling fixes in:
tools, share, bluetooth, pmcstat, etc
Many of these have user-visible strings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r264400:
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
r265836:
Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.
|
|
|
|
|
|
| |
override WARNS.
Reported by: <marius@nuenneri.ch> and uqs@
|
|
|
|
| |
Bump WARNS to 5 while being here.
|
|
|
|
| |
OK'ed by: core
|
|
|
|
|
|
| |
PR: 52954
Submitted by: Priit Piipuu <priit.piipuu@mail.ee>
Reviewed by: phk
|
|
|
|
| |
Use _PATH_* where where possible.
|
|
|
|
|
|
|
|
| |
of supported operations by example read() and write() operations.
Inspired by: http://www.daemonnews.org/200010/blueprints.html
PR: 16173
Submitted by: sobomax
|
| |
|
|
|
|
|
| |
* Change the devsw declaration to standard form and add missing fields
* Change the filename from cdev_mod.ko to cdev.ko
|
|
PR: misc/8621
Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
|