| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
1) place __FBSDID() correctly IAW style(9).
2) revert (and slightly correct) a "complex" expression in an if()
statement.
|
| |
|
|
|
|
|
|
| |
with each other.
Reviewed by: markm, dwmalone
|
| |
|
|
|
|
|
| |
Minor adjustments to rwall.c. Increased the size of a couple of char
arrays and replaced a potentially dangeerous strcpy/strcat with snprintf().
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
|
| |
that was expecting a "struct timeval" on the stack. I've guessed at a
suitable replacement timeout.
|
| |
|
|
Reviewed by: Geoff
Submitted by: Christopher G. Demetriou
|