aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake
Commit message (Expand)AuthorAgeFilesLines
* Merge bmake-20181221Simon J. Gerraty2018-12-237-22/+85
* Update bmake to version 20180919Simon J. Gerraty2018-12-0618-89/+154
* Cross-reference style.Makefile(5) from make(1) and make.conf(5).Mateusz Piotrowski2018-09-271-3/+4
* Merge bmake-20180512Simon J. Gerraty2018-05-1916-97/+305
* Revert accidentally commited local change to bmake to prevent debilitatingMatt Macy2018-05-101-4/+2
* Add simple preempt safe epoch APIMatt Macy2018-05-101-2/+4
* Update to bmake-201802222Simon J. Gerraty2018-03-0229-622/+870
* Update to bmake-20171028Simon J. Gerraty2017-11-0225-60/+148
* Import bmake-20170720Simon J. Gerraty2017-07-246-18/+47
* Import bmake-20170711Simon J. Gerraty2017-07-1519-205/+380
* Merge bmake-20170510Simon J. Gerraty2017-05-1030-105/+405
* Ensure buf2 is in scopeSimon J. Gerraty2017-05-101-2/+1
* Str_Match: fix closure tests for [^] and add unit-test.Simon J. Gerraty2017-04-213-3/+8
* Merge bmake-20170420Simon J. Gerraty2017-04-2116-126/+274
* Update to bmake 20170413Simon J. Gerraty2017-04-1514-51/+152
* Do not consider using -C arg "as is" for .CURDIR unless it starts with /.Simon J. Gerraty2017-03-111-1/+2
* Merge bmake-20170301Simon J. Gerraty2017-03-0624-104/+457
* Merge bmake-20161212Simon J. Gerraty2016-12-1925-278/+558
* Update to bmake-20170818Simon J. Gerraty2016-09-0915-105/+328
* Flush every line when using meta mode and no -j or with -B.Bryan Drewery2016-06-291-0/+1
* meta_oodate: set needOODATE if oodate due to missing .meta file.Simon J. Gerraty2016-06-141-0/+1
* Merge bmake-20160606Simon J. Gerraty2016-06-0811-91/+167
* Import bmake-20160604Simon J. Gerraty2016-06-0517-143/+294
* Merge bmake-20160512Simon J. Gerraty2016-05-2044-321/+539
* Update to bmake-20160315Simon J. Gerraty2016-03-1815-39/+104
* Merge bmake-20160307Simon J. Gerraty2016-03-1138-483/+777
* Merge bmake-20151220Simon J. Gerraty2015-12-257-49/+67
* Merge bmake-20151201Simon J. Gerraty2015-12-0827-118/+356
* ParseTrackInput: do not access beyond end of buffer.Simon J. Gerraty2015-11-261-0/+4
* Merge bmake 20151020Simon J. Gerraty2015-10-2335-276/+630
* Update meta2deps example after i386-elf to i386 renameEd Maste2015-07-021-1/+1
* Merge bmake-20150606Simon J. Gerraty2015-06-1113-39/+116
* Merge bmake-20150505 improve detection of malformed conditionals.Simon J. Gerraty2015-05-1013-26/+106
* Merge bmake-20150418Simon J. Gerraty2015-04-21116-909/+3110
* Make sure that -- filemon is at start of a line, so thatSimon J. Gerraty2015-03-131-1/+1
* Update to bmake-20140620Simon J. Gerraty2014-07-0833-163/+431
* Portmgr no longer need the UL hack.Simon J. Gerraty2014-05-271-45/+1
* Merge bmake-20140101 from vendorSimon J. Gerraty2014-01-2722-128/+306
* Don't SEGV when Hash_Table is uninitializedSimon J. Gerraty2013-11-141-0/+3
* Avoid SEGV when passed NULL for listSimon J. Gerraty2013-11-141-0/+3
* Fix Fx syntax.Simon J. Gerraty2013-09-271-1/+1
* If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E")Simon J. Gerraty2013-09-061-1/+18
* Merge bmake-20130904Simon J. Gerraty2013-09-0520-46/+184
* Pay attention to errCheck!Simon J. Gerraty2013-09-011-1/+1
* Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes)Simon J. Gerraty2013-08-162-1/+23
* ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't.Simon J. Gerraty2013-08-101-0/+10
* Move the call to Job_SetPrefix() to Job_Init() so thatSimon J. Gerraty2013-08-042-1/+1
* Merge bmake-20130730Simon J. Gerraty2013-08-0223-165/+362
* Fix use after free bug.Simon J. Gerraty2013-06-181-2/+4
* Update to bmake-20130604 to fix file descriptor leak.Simon J. Gerraty2013-06-055-22/+42