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
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-02-17
Remove unused variables; ok millert@
Miod Vallat
2023-01-17
Arguments may contain more than one variable assignment
Klemens Nanni
2022-12-28
the S in CSRC is Science not Sciences
Jonathan Gray
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2022-10-14
Document missing cases of variable substitution
Klemens Nanni
2022-08-03
make(1) first appeared outside of Bell Labs in PWB/UNIX 1.0
Jonathan Gray
2022-06-09
point developers to the other place where the remaining flags values are
Marc Espie
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-02
make searches for makefile before Makefile;
Jason McIntyre
2022-01-05
remove unused defines
Jonathan Gray
2021-11-11
add some missing Ns; from leon fischer
Jason McIntyre
2021-10-25
Zap unused variables/functions under /usr/src/*bin/
Klemens Nanni
2021-03-08
use a journal reference instead of cstr when possible
Jonathan Gray
2021-03-08
Add some references, most of these were removed when we stopped building
Jonathan Gray
2021-03-06
put back Lst_Destroy(paths) where it belongs
Marc Espie
2021-03-04
warn about proper usage of Lst_Destroy.
Marc Espie
2021-03-04
better if I commit the version which actually includes the header ;)
Marc Espie
2021-03-04
somehow I forgot to add copyright and to include the right prototypes.
Marc Espie
2020-08-30
Fix :S with anchors and replacement
Theo Buehler
2020-06-03
somehow, when I used more bool, I forgot to check with WARNINGS=Yes
Marc Espie
2020-06-03
Init_Sigset() isn't a prototype without the void!
Marc Espie
2020-06-02
kill dead line
Marc Espie
2020-06-02
use the right abstraction to abort jobs, also show debug info as this
Marc Espie
2020-04-20
in case there are several operators on a dependency line, prefer the
Marc Espie
2020-01-29
in the very strange case where make's child gets ptrace'd by its own infant
Marc Espie
2020-01-26
remove OP_* for deprecated keywords (document that :: still uses
Marc Espie
2020-01-26
remove documentation for .MADE
Marc Espie
2020-01-26
deprecate old keywords, some already removed, some now hitting the bitbucket.
Marc Espie
2020-01-26
simplify logic in compat engine, we can set ABORTED directly instead of
Marc Espie
2020-01-16
turns out there WAS something fishy in signal handling in the "generic"
Marc Espie
2020-01-13
move function around to minimize conflicts
Marc Espie
2020-01-13
forgot to remove Job_Begin/Job_End
Marc Espie
2020-01-13
proper prototype
Marc Espie
2020-01-13
forgot gc'ing one function
Marc Espie
2020-01-13
make the choice of engine explicit
Marc Espie
2020-01-13
unify compat mode and parallelmode a bit: there's no longer a need for
Marc Espie
2020-01-13
make things more complex so that they can become simpler:
Marc Espie
2020-01-13
less confusing function name
Marc Espie
2020-01-13
introduce a JOB_KEEPERROR flag so that the logic for moving jobs
Marc Espie
2020-01-13
cleanup header
Marc Espie
2020-01-13
zap more unneeded indirection, may_continue_job is enough
Marc Espie
2020-01-13
remove_job no longer pulls its weight
Marc Espie
2020-01-13
better name for function
Marc Espie
2020-01-13
simplify the way we account for different jobs:
Marc Espie
2020-01-13
and actually comment about it
Marc Espie
2020-01-13
move expensive heuristics a bit and explain better why we do that
Marc Espie
2020-01-13
concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer
Marc Espie
2020-01-13
move a large chunk of suff.c into its own file (independent functions which
Marc Espie
[next]