Searched hist:23328 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dsuff.cdiff 73970 Wed Mar 07 22:55:08 MST 2001 tmm Fix two bugs in null suffix handling. Both occured only after the suffix
list was cleared.
Rules with null suffixes would not be rebuilt when the suffixes were
added again.
Adding null suffix rules would fail when a rule for the same source was
declared before the suffix list was cleared.

PR: 23328, 24102
Reviewed by: will
Approved by: rwatson
/freebsd-10.1-release/sys/sys/
H A Duser.hdiff 23328 Mon Mar 03 07:51:15 MST 1997 ache Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays size
instead of all hardcoded assumptions historically used
(i.e. sizeof(long) == 4)

Use MAXLOGNAME == 17 for stricter setlogin() size checking. Since
it rounds up to 20, all sizes remains the same
H A Dproc.hdiff 23328 Mon Mar 03 07:51:15 MST 1997 ache Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays size
instead of all hardcoded assumptions historically used
(i.e. sizeof(long) == 4)

Use MAXLOGNAME == 17 for stricter setlogin() size checking. Since
it rounds up to 20, all sizes remains the same

Completed in 199 milliseconds