| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
|
|
|
|
|
|
| |
is no direct need for sys/proc.h or sys/resource.h. Some consumers
of kinfo_proc need these for the proc flags and rlimit defines like
RLIM_INF so add the appropriate includes to them.
OK deraadt@ sthen@
|
|
|
|
|
|
| |
this avoids wiring (8MB-256KB). From AerieBSD.
ok deraadt@
|
|
|
|
|
|
| |
option parsing. Found out the hard way by jdixon on ifstated.
ok sobrado@, jdixon@, millert@
|
| |
|
|
|
|
| |
confusing. at least it confused thib...
|
|
|
|
|
|
|
|
|
|
|
| |
(no restore) is specified, the watchdog will not be restored to it's
original values when watchdogd terminates.
that means, when watchdogd is run with -n and you 'halt' the system, the
watchdog hardware will reset it. which is wanted when the machine is
remote and the system shuts down unplanned.
"looks ok" markus
|
| |
|
| |
|
|
|
|
|
|
| |
section.
ok jmc@
|
| |
|
| |
|
|
|
|
| |
ok henning@
|
| |
|
|
from userland (not yet linked to the build process).
ok henning@
|