Age | Commit message (Collapse) | Author |
|
touch it back to its previous mtime after cvs updating if you want to
|
|
|
|
|
|
|
|
Some code to get my MV3600 to work. -moj
|
|
|
|
|
|
make time_t int not int32_t.
|
|
lint-free code when these differ in name accross platforms.
Fundamnetal type has not changed (was int on alpha and long on others).
|
|
|
|
|
|
|
|
htonl and friends.
|
|
|
|
|
|
|
|
|
|
|
|
machine dependent "short" and "long" integer. Correct and enhance manpage.
Change all short and longs to u_int16_t and u_int32_t, respectively.
OpenBSD RCSIds
|
|
|
|
|
|
|
|
|
|
lint(1) about it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An '&' missing in splx macro; causing that sometimes didn't
the interrupt level get set.
|
|
|
|
|
|
|
|
|
|
|
|
pr#1695
|
|
|
|
|