index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
generate.c
Age
Commit message (
Expand
)
Author
2016-10-14
Implement the ${<D} and ${<F} variables, as documented in the manual.
Martin Natano
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2014-05-18
a bit more reallocarray (and kill ecalloc, which isn't used)
Marc Espie
2013-04-23
remove TIMESTAMP abstraction layer, prodded by theo.
Marc Espie
2012-10-09
- SPECIAL_DEPRECATED -> SPECIAL_NOTHING
Marc Espie
2012-04-11
make has had heuristics to avoid parallel make recursion.
Marc Espie
2010-07-19
Correct $OpenBSD$ stuff
Marc Espie
2010-07-19
two small changes:
Marc Espie
2007-09-17
kill extra spaces at end of line
Marc Espie
2007-09-16
scaffolding to recognize special targets/sources using ohash functions.
Marc Espie
2007-09-03
use calloc() for the sake of regularity, prompted by deraadt@
Marc Espie
2007-07-08
A set of big related changes. okay millert@, tested further by kettenis@
Marc Espie
2006-01-20
use stdint.h where appropriate. okay millert@
Marc Espie
2002-06-11
This is the first step in sanitizing the conditional parser.
Marc Espie
2001-05-23
Mostly clean-up:
Marc Espie
2001-05-03
Synch with my current work.
Marc Espie
2001-03-02
Use the ohash_* that's now in libc.
Marc Espie
2000-06-23
This is the speed-up patch, which doubles make speed (almost).
Marc Espie