| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
This theoretically allows a compiler to optimize (parts of) the array
away if unused.
While there, make the array size implicit and use a _Static_assert() to
ensure that the definition matches up with the number of elements in the
list.
Notes:
svn path=/head/; revision=249311
|
| |
|
|
| |
Notes:
svn path=/head/; revision=203965
|
| |
|
|
|
|
|
| |
'const char *'.
Notes:
svn path=/head/; revision=90138
|
| |
|
|
|
|
|
|
|
|
|
|
| |
includes changing a struct timeval to an explicit structure of two
int32_t's. This requires using temporary timevals in several places
when calling gettimeofday(), settimeofday(), etc. With this timed now
works properly on 64-bit platforms such as Alpha.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=86644
|
| |
|
|
| |
Notes:
svn path=/head/; revision=25551
|
| |
|
|
|
|
|
|
|
|
|
| |
int's to gid_t and uid_t - should I commit these, too?
Closes PR misc/2625.
Submitted by: Julian Assange <proff@iq.org>
Notes:
svn path=/head/; revision=25520
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8858
|
| |
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Notes:
svn path=/head/; revision=2163
|
|
|
Notes:
svn path=/head/; revision=1539
|