summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2015-10-29 19:18:19 +0000
committerchristos <christos@NetBSD.org>2015-10-29 19:18:19 +0000
commitbdd73524d71229d72c81cb2408a78f45c1ba601d (patch)
treeb1363cf4c81d31ce314477221824b2d6924a6e85 /sys/dev/microcode
parente43e9ae7b77caee6cf0d787099be415136f2fa0c (diff)
- use #defined constants (from gisbach)
- back to setting tm_zone to NULL when we don't know.
Diffstat (limited to 'sys/dev/microcode')
0 files changed, 0 insertions, 0 deletions
loc(). Since __findenv() kindly treatsenami equal sign as an end of string, we can pass the string of form "key=value" to lookup "key". 2010-10-02Restore binary compatibility with applications which use putenv(3)tron on constant strings (e.g. postdrop(1)): - Don't write to the environment string passed to putenv(3). - Don't overwrite the value of an existing environment string unless the memory was actually allocated by setenv(3). 2010-10-02Remember that we didn't malloc() memory for an environment variabletron if it has been set via putenv(3). 2010-10-01make putenv POSIX compliant.christos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22280, verified by myself.