| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: re@ (scottl)
|
| |
|
|
|
|
|
|
| |
the NULL.
o use snprintf in preference to unchecked strcat in a couple of places that
likely can't overflow. Makes it easier to grep for strcpy :-)
|
|
|
|
| |
o Use new prototypes and function definitions only.
|
|
|
|
|
|
|
|
|
|
| |
handed a integer, not void).
- No need to set flags to zero when they already will be.
- It was also noted the manner in which the signal handling has changed
might possibly generate some problems (hangs possibly) -- these, while
remaining in the code, will be fixed shortly (within a day).
Submitted by: bde
|
|
|
|
| |
Reviewed by: -audit (and their silence), jhb, maintainer's silence
|
| |
|
| |
|
|
|
|
|
| |
user requests. Note that nothing can be said about the value of 'user'
unless User != NULL.
|
|
|
|
|
| |
rc.conf (enable/disable) not rc.local.
Use full pathname in SYNOPSIS section.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
|
|
|