| Age | Commit message (Collapse) | Author |
|
Consistently drop assembler flags.
|
|
|
|
If it fails, it'll fall into the botch case so don't bother calling CERROR
on failure.
|
|
|
|
|
|
|
|
Also fix the wording for EINVAL as suggested by Robert Elz.
|
|
|
|
to sync with their default gcc configuration.
We could relax this again later, after a filing a defect report with the
ISO C comitee and getting an answer contradicting the gcc teams
interpretation (and then fix the gcc target configurations instead).
|
|
|
|
|
|
|
|
opt != NULL (Eitan Adler)
|
|
|
|
|
|
alignment by default. Override this to 8byte alignment for alpha and arm
eabi.
Someone (tm) can review this change once the standards and compiler(s)
have sorted themselves out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the file action list) by limiting the maximum number of file actions to
twice the current file descriptor limit.
Fix a few bugs in the support functions and document the new limit.
From Maxime Villard.
|
|
|
|
fit into a signed 64 bit int. Found by latest t_floatunditf test case
failuer, hint from Matt Thomas.
|
|
|
|
shuffle register argument so the kernel won't need to access the stack to
retrieve that last argument.
|
|
|
|
|
|
the arguments into those registers before invoking the syscall having
the kernel syscall handler from having to do that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
outside */dist/* subdirectories.
When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
|
|
CID 1161172 double free
|
|
|
|
|
|
error.
|
|
|
|
of all 'X' would dereference, and maybe assign to, memory
before the template. Simplify.
|
|
|
|
|
|
PR/47660 (Julio Merino)
|
|
instead of referring to the actual source directory ${NETBSDSRC}.
|