Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/sys



Module Name:    src
Committed By:   drochner
Date:           Thu Jan 29 21:05:50 UTC 2009

Modified Files:
        src/sys/sys: types.h

Log Message:
Revert change of rlim_t to an unsigned quad_t which crept in in the
time_t merge. This has bad effects on comparisions in the kernel
leading to processes randomly killed for RLIMIT_CPU violation.
(There are situations where the CPU time used can drop below 0, if
the time is changed by ntp. This is certainly not good but this is
a minor issue we obviously could live with and which is not related
to the time_t size change.)


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/sys/types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index