VirtualBox

source: kBuild/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3462   4 years bird kash: indent
(edit) @3461   4 years bird kash: Cache one pstack_block since parsecmd seems to be called for …
(edit) @3460   4 years bird kash: Use event semaphores to signal parent shell early before the …
(edit) @3459   4 years bird kash: more sh_destroy work.
(edit) @3458   4 years bird kash: Use reference counting of parser output in threaded-mode.
(edit) @3457   4 years bird kash: New parser allocator for non-forked-mode.
(edit) @3456   4 years bird kash: parser.c,memalloc.c/.h,expand.c: Prepared the parser for using a …
(edit) @3455   4 years bird kash: eval.c/expredir: corrected assertion in default case.
(edit) @3454   4 years bird kash: shfile_movefd: bounds check fix.
(edit) @3453   4 years bird kash: eval: Call expredircleanup before we pop the allocator stack.
(edit) @3452   4 years bird kash: tests/pipe-2 can't be using the same file in both ends of the pipe.
(edit) @3451   4 years bird kash: forked-mode build fixes.
(edit) @3450   4 years bird kash: Missing nt_child_inject_standard_handles.c file.
(edit) @3449   4 years bird kash: Eliminate the 'temp' node field in nfile so we can share node …
(edit) @3448   4 years bird kash: shtread.h: a couple of atomic inc/dec operations for reference …
(edit) @3447   4 years bird kash: Avoid handle inheritance on windows when possible, allowing …
(edit) @3446   4 years bird kash: mutex fix.
(edit) @3445   4 years bird kash: fixed a couple of alloctions when setting up subshells. Must …
(edit) @3444   4 years bird kash: when duplicateing a fdtab, don't heed close-on-exec on windows …
(edit) @3443   4 years bird kash: Need to initialize expfname in the generated function copy code too.
(edit) @3442   4 years bird kash: Turns out the redirlist needs to be copied too.
(edit) @3441   4 years bird kash: sh_getenv loop-for-ever fix. sh_exec threaded-mode fix.
(edit) @3440   4 years bird kash: Must make sure nfile::expfname is initialized and set to NULL …
(edit) @3439   4 years bird kash: Hammering on threaded mode. Got shexit half working. …
(edit) @3438   4 years bird kash: Hammering on threaded mode.
(edit) @3437   4 years bird kash: refactoring evalcommand - complicated, part II.
(edit) @3436   4 years bird kash: Remove vfork code, we've never used it and we wont need it if we …
(edit) @3435   4 years bird kash: Remove vfork code, we've never used it and we wont need it if we …
(edit) @3434   4 years bird kash: refactoring evalcommand - complicated, part I.
(edit) @3433   4 years bird kash: refactoring forkshell(); simple stuff.
(edit) @3432   4 years bird kmk: Quick output hack to repeat the failure output at the end of …
(edit) @3431   4 years bird kmk/Makefile.kmk: windows build fix.
(edit) @3430   4 years bird /Config.kmk: Quick tweak for building on newer macs.
(edit) @3429   4 years bird kash/mystring.h: Build fix for MacOSX ask 10.15.
(edit) @3428   4 years bird Rebuilt kmk.exe and kmk_redirect for win.x86 against r3427.
(edit) @3427   4 years bird Config.kmk: LIBS adjustments for windows to make cross building x86 on …
(edit) @3426   4 years bird Rebuilt kmk.exe and kmk_redirect.exe for win.amd64 against r3425.
(edit) @3425   4 years bird kmk: Optimized func_kbuild_source_one by caching the target level part …
(edit) @3424   4 years bird header.kmk: Must unexport PATH_DEVTOOLS or the warning will trigger …
(edit) @3423   4 years bird header.kmk: Complain if legacy variables like BUILD_TYPE and …
(edit) @3422   4 years bird kbuild/*.kmk: PATH_KBUILD->KBUILD_PATH
(edit) @3421   4 years bird kmk/variable.c: Ditto for BUILD_PLATFORM*.
(edit) @3420   4 years bird kmk/variable.c: The PATH_KBUILD* variables should be recursive …
(edit) @3419   4 years bird header.kmk: Added warnings to PATH_DEVTOOLS*.
(edit) @3418   4 years bird sdks/*,units/qt3.kmk: s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g
(edit) @3417   4 years bird footer-pass1.kmk: comment fix
(edit) @3416   4 years bird sub*.kmk: One lone BUILD_PLATFORM_ARCH -> KBUILD_HOST_ARCH.
(edit) @3415   4 years bird kmk: Fixed mixup from r2433 where _TARGET_TOOL was extended but the …
(edit) @3414   4 years bird Rebuilt kmk and kmk_redirect for win.amd64 against r3413.
(edit) @3413   4 years bird kmk/kSubmit: Only dump history when asked to.
(edit) @3412   4 years bird kmk_redirect: Wrong index into paOrders causing sudden death in the …
(edit) @3411   4 years bird kash: windows build it
(edit) @3410   4 years bird kash: Name the real time signals on linux.
(edit) @3409   4 years bird kash: Generate the signal names at compile time rather than lazily at …
(edit) @3408   4 years bird kash: Don't use sys_siglist, use strsignal instead. Should be present …
(edit) @3407   4 years bird sdks: Added MACOSX1015 and MACOSX1014 sdks.
(edit) @3406   4 years bird sdks/MACOSX10*.kmk: Must set OBJCXXFLAGS too.
(edit) @3405   4 years bird sdks: Added MACOSX1010.
(edit) @3404   4 years bird CLANG??MACHO.kmk: Must truncate the response file now that it is precious.
(edit) @3403   4 years bird More CLANGXXMACHO.kmk tweaking. Added script for generating a …
(edit) @3402   4 years bird header.kmk: Added KMK_WITH_VERSION_COMPARE indicator mirroring …
(edit) @3401   4 years bird kBuild: Adding CLANGXXMACHO tool and MACOSX1013 sdk.
(edit) @3400   4 years bird kmk/expreval.c: Build fix. strlen() operator/function
(edit) @3399   4 years bird kmk/expreval.c: Don't pick up version compare operators in the middle …
(edit) @3398   4 years bird kmk/expreval.c: Extended the expressions with version string …
(edit) @3397   4 years bird kmk/function.c: Forgot to adjust the qsort callback when version=1 in …
(edit) @3396   4 years bird kmk/main.c: Corrected KMK_OPTS_JOBS to try avoid zero value for the …
(edit) @3395   4 years bird kmk/variable.c: Build fix. Added KBUILD_HOST_VERSION_BUILD for windows …
(edit) @3394   4 years bird kmk: Added version sort function: versort, rversort, versortfiles, …
(edit) @3393   4 years bird tools/*GCC|GXX*: More prefix/suffix stuff. Separate for gcc/g++, …
(edit) @3392   4 years bird LLVM*: Cleanups.
(edit) @3391   4 years bird tools/GXX*: Added _PREFIX/_SUFFIX properties to all g++ tools. Some …
(edit) @3390   4 years bird Rebuilt most of win.amd64 and win.x86 against r3389.
(edit) @3389   4 years bird kmk: Avoid setting umask just to get it, store the current value in a …
(edit) @3388   4 years bird ntunlink.c: Make sure BasicInfo.FileAttributes isn't zero, or the …
(edit) @3387   4 years bird mscfakes.c: Don't pass zero to SetFileAttributes.
(edit) @3386   4 years bird ntunlink.c: Make birdMakeWritable work with non-NULL hRoot.
(edit) @3385   4 years bird Rebuilt kWorker.exe for win.amd64 and win.x86 against r3384.
(edit) @3384   4 years bird kWorker: Hack for older windows versions where api-ms-win-crt-*.dll …
(edit) @3383   4 years bird units/vccprecomp.kmk: Pick up the PCHTOOL rather than LDTOOL.
(edit) @3382   4 years bird Rebuilt kWorker for win.amd64 and win.x86 against r3381.
(edit) @3381   4 years bird kFsCache: Account of race between us reading a directory and someone …
(edit) @3380   4 years bird Cache testcase.
(edit) @3379   4 years bird kFsCache: Fixed bug in name updating of missing entires. Fixed …
(edit) @3378   4 years bird kWorker: Set g_Sandbox.pTool to NULL when creating (looking up) the …
(edit) @3377   4 years bird Rebuilt kWorker for win.amd64 and win.x86 against r3376.
(edit) @3376   4 years bird kWorker: The missing SetDllDirectoryW hack (for the tool/exe). Better …
(edit) @3375   4 years bird Rebuilt win.amd64 and win.x86 against r3374
(edit) @3374   4 years bird kWorker: Generalized the hash caching to support SHA-1, SHA-256 and …
(edit) @3373   4 years bird footer-pass2-installs.kmk: Drop .NOTPARALLEL in …
(edit) @3372   4 years bird kFsCache: KFSLOOKUPERROR_PATH_TOO_SHORT.
(edit) @3371   4 years bird kWorker: Need more small TLS DLLs when moc uses kSubmit too.
(edit) @3370   4 years bird VCC142*: Must disable the scalable include cache when using kSubmit as …
(edit) @3369   4 years bird kWorker: Hacked the LoadLibrary code to only have one mspdb140.dll …
(edit) @3368   4 years bird kWorker: nits.
(edit) @3367   4 years bird kWorker: Remove accidental line.
(edit) @3366   4 years bird kWorker: More complete TLS handling. More TLS DLLs. Make handle …
(edit) @3365   4 years bird kWorker: CreateFileW/A should must not trust negative caching for …
(edit) @3364   4 years bird kDepObj: -W4 warning fixes.
(edit) @3363   4 years bird kSubmit: Quoting fixes for the history dump.
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