VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3094   8 years bird utime/lutime windows emulation fixes.
(edit) @3092   8 years bird cmp.c,cmp_utils.c: 64-bit I/O on windows, please.
(edit) @3091   8 years bird strcache2.c: nits
(edit) @3090   8 years bird Increase the default hash table sizes (the virtualbox project has grown).
(edit) @3089   8 years bird kWorker: More exit 43 details.
(edit) @3085   8 years bird Config.kmk: Minimum 32-bit OS X version is now 10.5 because we want …
(edit) @3084   8 years bird strcache2.c: fixed HAVE_CASE_INSENSITIVE_FS case (unused)
(edit) @3082   8 years bird nt/kFsCache: Fixed buggy negative lookup caching.
(edit) @3080   8 years bird kWorker: More details on exit code 43.
(edit) @3074   8 years bird touch: OS/2 build fix
(edit) @3073   8 years bird kash: Added KASH_USE_PREGENERATED_CODE trick to the makefile.
(edit) @3072   8 years bird touch: solaris 10 build fixes.
(edit) @3071   8 years bird redirect.c: solaris 10 build fix (no O_CLOEXEC flag)
(edit) @3068   8 years bird gcc 7 warnings
(edit) @3067   8 years bird Bootstrap fix: adding new touch.c
(edit) @3066   8 years bird misc gcc warning fixes [fixes]
(edit) @3065   8 years bird misc gcc warning fixes
(edit) @3064   8 years bird kDepObj: warnings
(edit) @3063   8 years bird warnings
(edit) @3062   8 years bird netbsd patches from Uwe. Messing around on arm (arm -> arm32, adding …
(edit) @3060   8 years bird kmk,lib: ported kmk_touch to windows (nt).
(edit) @3059   8 years bird kmk: Initial kmk_touch implementation.
(edit) @3057   8 years bird kash: rewrite kmk_builtin_% to kmk_% on the fly to allow harmless …
(edit) @3056   8 years bird redirect: Added trick for skipping fork+exec when dealing with nested …
(edit) @3053   8 years bird redirect.c: OS/2 fixes.
(edit) @3052   8 years bird job.c: Fixed argv processing bug on OS/2 that caused the shell to be …
(edit) @3051   8 years bird kmk,kWorker: More aggressive handling of --nice (and --priority) on …
(edit) @3049   8 years bird job.c: Always display commands when a job failed because of a signal …
(edit) @3046   8 years bird kbuild_lookup_variable_n: Don't simplify SDK_ReorderCompilerIncs_INCS …
(edit) @3043   8 years bird kWorker: DLL and EXE search PATH fixes
(edit) @3042   8 years bird kWorker: Fixed failure 43 (42+1) problem when running built tools from …
(edit) @3041   8 years bird kmk: added --nice option as an alias for --priority=1
(edit) @3040   8 years bird kmk_builtin_command: do bourn style argument splitting, not stupid …
(edit) @3039   8 years bird kmk_redirect,kmk_kSubmit: Added --append <var=value> and --prepend …
(edit) @3038   8 years bird kmk/expreval.c: error message typo.
(edit) @3034   8 years bird kmkbuiltin.c/kmk_builtin_command skip multiple spaces between args.
(edit) @3032   8 years bird kRedirectDoSpawn: rcExit needs to initialized in the non _MSC_VER case.
(edit) @3029   8 years bird kmk,redirect: bootstrap and build fixes.
(edit) @3027   8 years bird dir.c,glob.h: Only try access extended kmk-only glob_t members when …
(edit) @3026   8 years bird dir.c: include default glob.h or we may get the wrong one while …
(edit) @3024   8 years bird dir-nt-bird.c / dir_glob_readir: Try avoid names with spaces in them.
(edit) @3021   8 years bird ntstuff.h: 32-bit build fix
(edit) @3020   8 years bird tstNtFts.c: build fix
(edit) @3019   8 years bird ntstat.c: mount point fix.
(edit) @3017   8 years bird dir-nt-bird.c/nt_fullpath_cached: Avoid components with spaces in them.
(edit) @3014   9 years bird ntstat.c: Fixed regression from r2993, kudos to tititou36 for spotting it.
(edit) @3013   9 years bird kDuplicates -> kDeDup
(edit) @3012   9 years bird kDuplicates -> kDeDup
(edit) @3011   9 years bird kDuplicates: Windows version of the util (intended to save space in …
(edit) @3010   9 years bird kDuplicates: Windows version of the util (intended to save space in …
(edit) @3009   9 years bird ntunlink: W apis.
(edit) @3008   9 years bird birdStatHandle*: Don't get the filename it's a directory, …
(edit) @3007   9 years bird lib/nt: Deal better with NTFS mount points.
(edit) @3006   9 years bird fts-nt.c: paranoia.
(edit) @3005   9 years bird fts-nt.c: Wide char support, part 4.
(edit) @3004   9 years bird fts-nt.c: Wide char support, part 3.
(edit) @3003   9 years bird ntstat.c: bugfix
(edit) @3002   9 years bird fts-nt.c: cleanups
(edit) @3001   9 years bird fts-nt.c: Wide char support, part 2.
(edit) @3000   9 years bird fts-nt.c: Wide char support, part 1.
(edit) @2999   9 years bird fts-nt.c: Wide char support, part 1.
(edit) @2998   9 years bird fts-nt.c: Wide char support, part 1.
(edit) @2997   9 years bird rm.c: Use fts_dirfd on windows.
(edit) @2996   9 years bird cp.c: -r differs from -R, document -v.
(edit) @2995   9 years bird rm.c: Use fts_dirfd on windows.
(edit) @2994   9 years bird kmk: use fts-nt.c on windows.
(edit) @2993   9 years bird ntstat.c: tiny optimization.
(edit) @2992   9 years bird fts-nt: prefix public names.
(edit) @2991   9 years bird tstNtFts: also compile against old code.
(edit) @2990   9 years bird fts-nt: Ported fts_children.
(edit) @2989   9 years bird fts-nt: test case and svn keywords.
(edit) @2988   9 years bird fts-nt.c: cleanups.
(edit) @2987   9 years bird kWorker: More stats and cache stats for a few more file types.
(edit) @2986   9 years bird lib/nt: Got fts-nt halfways working, quite a few NT interface changes.
(edit) @2985   9 years bird lib/nt: Got fts-nt halfways working, quite a few NT interface changes.
(edit) @2984   9 years bird md5sum: buffer fun.
(edit) @2983   9 years bird lib/nt: Imported fts-nt.h from FreeBSD SVN head/include/fts.h, …
(edit) @2982   9 years bird lib/nt: Imported fts-nt.c from FreeBSD SVN head/lib/libc/gen/fts.c, …
(edit) @2981   9 years bird kmk: Use GetActiveProcessorCount instead of GetSystemInfo when …
(edit) @2969   9 years bird flush stderr before debugbreak
(edit) @2968   9 years bird kWorker: KWORKER_STATS env var triggers statistics to be dumped on exit.
(edit) @2967   9 years bird kFsCache: Implemented object names changing to a longer ones.
(edit) @2965   9 years bird kWorker: Need to reserve more space for large precompiled header …
(edit) @2962   9 years bird kWorker: Fixed combined console buffer overflow problem when there's a …
(edit) @2961   9 years bird kWorker: Better handling of fixed allocations in cl.exe, avoiding that …
(edit) @2959   9 years bird kSubmit/kWorker: Added --no-pch-caching parameter to work around …
(edit) @2957   9 years bird kWorker: precompiled header files didn't work out, unfortunately.
(edit) @2955   9 years bird kDepObj: Added -e<ignored .ext> option for avoid circular dependencies …
(edit) @2950   9 years bird wrong way
(edit) @2949   9 years bird kWorker: Reuse crypt context between cl runs.
(edit) @2948   9 years bird kWorker/kDep: save a few header stat calls while optimizing dependencies.
(edit) @2946   9 years bird kWorker: Made the memory limit dynamic and overridable using …
(edit) @2945   9 years bird kFsCache: Finally tracked down the heap corruption bug in the …
(edit) @2944   9 years bird kFsCache: Finally tracked down the heap corruption bug in the …
(edit) @2941   9 years bird kWorker: More moc work - mainly related to mapping read cached files.
(edit) @2940   9 years bird kWorker: Fixed busted read-only caching, checking out using memory …
(edit) @2938   9 years bird kWorker: TlsAlloc and FlsAlloc must only be intercepted for EXE …
(edit) @2936   9 years bird kWorker: Intercept TlsAlloc and TlsFree too, same reason as for the …
(edit) @2935   9 years bird kWorker: Optimized executable writable section restoring.
(edit) @2934   9 years bird kWorker: Some cleanups
Note: See TracRevisionLog for help on using the revision log.

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