History log of /freebsd-10-stable/libexec/atrun/atrun.c
Revision Date Author Comments
# 296756 12-Mar-2016 ngie

MFC r295079:

Fix the type for hw.ncpu, so sysctlbyname doesn't consistently fail on
64-bit architectures where sizeof(int) != sizeof(size_t).

PR: 206758


# 265368 05-May-2014 ghelmer

MFC r264617:

Fix releasing the lock in the parent atrun process after the queue
directory has been processed. Otherwise, a long-running child process
caused other atrun invocations to stall unnecessarily.

Submitted by: J.R. Oldroyd jr at opal.com


# 265368 05-May-2014 ghelmer

MFC r264617:

Fix releasing the lock in the parent atrun process after the queue
directory has been processed. Otherwise, a long-running child process
caused other atrun invocations to stall unnecessarily.

Submitted by: J.R. Oldroyd jr at opal.com