Age | Commit message (Collapse) | Author |
|
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build
|
|
- occured -> occurred
|
|
hid_init(); ok matthieu millert
|
|
|
|
- new sentence, new line;
- whitespace at EOL
|
|
new sentence, new line
.Pa for URL is clearer
|
|
now build libraries with propolice enabled. Without this, existing
binaries (such as ports/packages) that link with any system library
other than libc will fail with an undefined symbol of "___guard"
(__guard on ELF).
Pointed out by markus@ and discussed with deraadt@
|
|
--
Ok'd by: deraadt@
|
|
|
|
|
|
This adds the new program usbhidaction which can be used to assign actions
to events that occur on a uhid device. For example, you can now make the
volume buttons on some newer keyboards actually do something.
|
|
From NetBSD
|
|
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
|
|
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
|
|
|