summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/Makefile')
0 files changed, 0 insertions, 0 deletions
a load of pointless casts - one that even lint doesn't bleat about.dsl 2009-02-11Fix sign-compare issues.lukem 2007-02-02Instead of abusing stdio to get a signal-safe version of sprintf, provide one.christos 2006-10-27Add signal-safe versions of snprintf and vsnprintfchristos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-01-18Merge the nathanw_sa branch.thorpej 1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem 1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem 1998-11-15delintchristos 1998-10-15Allocate space exponentially, not linearly.mycroft 1998-08-28add asprintf and vasprintf, originally written by Todd Miller for OpenBSDperry 1998-02-03remove obsolete register declarationsperry 1997-07-13Fix RCSID'schristos 1997-05-03Upon an attempt to write to a stream that can't be written to, set errnokleink 1996-03-29Add explict function return typesjtc 1995-02-02Merged with 4.4lite.jtc