VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1500   17 years bird compile lib/regex.c as early as possible.
(edit) @1499   17 years bird buffer the entire makefile / 256KB. saves a little bit of time on the …
(edit) @1484   17 years bird Fixed memchr crash in kbuild_get_object_base. A recent regression …
(edit) @1478   17 years bird fixed a silly bug in func_commands that would cause it to go beyond …
(edit) @1477   17 years bird Check for '\0' in defines, just to keep the value_length sane.
(edit) @1469   17 years bird _msize doesn't like NULL pointers.
(edit) @1461   17 years bird copyright year.
(edit) @1459   17 years bird Made $(abspathex path,cwd) work like $(abspath path) if cwd is empty. …
(edit) @1458   17 years bird Use the variable file location in evalval and evalcall.
(edit) @1455   17 years bird Fixed electric heap build problem.
(edit) @1454   17 years bird gcc and electric heap.
(edit) @1453   17 years bird ported to unix.
(edit) @1452   17 years bird Fixed bug in $(commands ) that caused occational heap corruption.
(edit) @1451   17 years bird Made it build without VARIABLE_HASH defined.
(edit) @1450   17 years bird cosmetics.
(edit) @1449   17 years bird Fixed massive collision issue with variable_hash_1i.
(edit) @1448   17 years bird Tuning.
(edit) @1447   17 years bird tuning.
(edit) @1446   17 years bird Using the variable buffer for temp storage is (probably) fast, smaller …
(edit) @1445   17 years bird Fixed evalval and evalcall - eval_buffer will change the input, so a …
(edit) @1444   17 years bird Increased SMALL_SCOPE_VARIABLE_BUCKETS to avoid massive collitions …
(edit) @1443   17 years bird fixed another bug.
(edit) @1442   17 years bird fixes.
(edit) @1440   17 years bird Added comp-cmds-ex, commands, commands-sc and commands-usr. Added a …
(edit) @1439   17 years bird CONFIG_WITH_EVALPLUS: evalctx, evalval, evalvalctx, evalcall and …
(edit) @1438   17 years bird Added $(make-stats ) that provides access to memory and hash stats (if …
(edit) @1437   17 years bird local variables requires more space for storing the origin value in …
(edit) @1436   17 years bird Made it build with bison too.
(edit) @1433   17 years bird Fixed the multiple output rules that screwed up the parallel builds …
(edit) @1432   17 years bird CLEAN was using DEPS, changed to INTERMEDIATES.
(edit) @1431   17 years bird silly debug stuff.
(edit) @1430   17 years bird Use INTERMEDIATES instead of DEPS/ORDERDEPS since the latter no longer …
(edit) @1423   17 years bird Fixed bug in the CreateProcess failure handling, should now fail …
(edit) @1422   17 years bird More on the ticket #30 testcase.
(edit) @1419   17 years bird added a testcase for ticket #30.
(edit) @1409   17 years bird Made a variation of the $(eval) function call evalctx that pushes and …
(edit) @1408   17 years bird Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES.
(edit) @1397   17 years bird Seems '_.' is a bad idea, use 'dt'.
(edit) @1396   17 years bird Don't allow '..' elements in the objbase, convert them to '_.'.
(edit) @1393   17 years bird Added an --output/-o option for use with -p.
(edit) @1387   17 years bird Fixed typo in $(libpath).
(edit) @1386   17 years bird added testcase for the $(libpath ) function (OS/2).
(edit) @1383   17 years bird Added $(libpath var,val) for accessing the OS/2 library paths.
(edit) @1379   17 years bird PARISC and S390 architecture defines with dection. Detect arm, mips …
(edit) @1377   17 years bird Added some KMK_OPTS_* variables to allow makefiles to deal with -j N …
(edit) @1376   17 years bird Bail out on = and : too (see ash/expand.c).
(edit) @1374   17 years bird Second try on the fix.
(edit) @1373   17 years bird Don't get excited about the ~ in 8.3 file names, avoid lot's of slow …
(edit) @1372   17 years bird Fixed endless recursion caused by a missed sh_char_sh reference that …
(edit) @1368   17 years bird don't be optimistic in the cache lookup code, the next component might …
(edit) @1356   17 years bird Fixed busted --changed implementation. It leaked a handle if the files …
(edit) @1341   17 years bird Detect Solaris.
(edit) @1340   17 years bird Made bootstrap work. (kmk_redirect + version.c clash)
(edit) @1335   17 years bird Fix strlcpy warnings on darwin.
(edit) @1334   17 years bird fixed warnings.
(edit) @1333   17 years bird More annoying warnings.
(edit) @1332   17 years bird kill strlen warnings++.
(edit) @1331   17 years bird kill strlen warnings++.
(edit) @1330   17 years bird include prototype for _dyld_get_image_name.
(edit) @1329   17 years bird fixed a few warnings the broken --help and --version for install.
(edit) @1328   17 years bird include our getopt.h
(edit) @1327   17 years bird include getopt.h.
(edit) @1324   17 years bird Check KMKFLAGS the other place too.
(edit) @1323   17 years bird header.
(edit) @1322   17 years bird a generic wrapper program for debugging program execution (like …
(edit) @1321   17 years bird Fix stat(./).
(edit) @1320   17 years bird don't crash in usage().
(edit) @1318   17 years bird no xmalloc in the kmk_test link.
(edit) @1317   17 years bird build fix.
(edit) @1316   17 years bird main prototype fix.
(edit) @1313   17 years bird Fixed --affinity and corrected --priority help.
(edit) @1310   17 years bird combined the bulk of the cmp stuff into cmp_util.c. implemented cp …
(edit) @1309   17 years bird combined the bulk of the cmp stuff into cmp_util.c. implemented cp …
(edit) @1308   17 years bird Added two new options: -C <dir> and -E var=val.
(edit) @1307   17 years bird Empty strings are 0 bytes long…
(edit) @1306   17 years bird fixed argument mixup. added help for kmk options.
(edit) @1305   17 years bird fixed argument mixup. added help for kmk options.
(edit) @1304   17 years bird Added some append options too.
(edit) @1303   17 years bird Added an --affinity option.
(edit) @1302   17 years bird Moved kmk_redirect.
(edit) @1301   17 years bird Added options for sending the output to a file without having to make …
(edit) @1300   17 years bird The 'i' handling got lost…
(edit) @1299   17 years bird show batchfile content.
(edit) @1298   17 years bird better check for the kmk shell. don't freak out and use the shell on …
(edit) @1297   17 years bird Skip blank program argument (kmk).
(edit) @1294   17 years bird copy & past bug.
(edit) @1293   17 years bird spaces
(edit) @1292   17 years bird Added kmk_builtin_test and kmk_test - a slightly modified version of …
(edit) @1291   17 years bird NetBSD src/bin/test/test.c, revision 1.33.
(edit) @1290   17 years bird Allow builtins to spawn and schedule spawning.
(edit) @1287   17 years bird Added --ignore-non-existing and --changed flags. (latter not implemented)
(edit) @1286   17 years bird KBUILD_OS_* -> K_OS from k/kDefs.h. Use k/kTypes.h too.
(edit) @1285   17 years bird nt_fullpath doens't return unixslashes, so call fixslash.
(edit) @1284   17 years bird Use double quotes.
(edit) @1283   17 years bird Use kDefs.h and kTypes.h to avoid having a zillion ways of testing for …
(edit) @1281   17 years bird docs, and separator alternatives.
(edit) @1280   17 years bird print_version fix.
(edit) @1279   17 years bird KMKFLAGS for users.
(edit) @1278   17 years bird execvp screws up wrt to anyone waiting on us on window.
(edit) @1276   17 years bird todo.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette