github mirror github
github synced and deleted reference dependabot/npm_and_yarn/samples/databases/wide-world-importers/wwi-app/wwwroot/lib/webcomponentsjs/babel/traverse-7.23.2 at github/sql-server-samples from mirror 2023-10-20 03:03:18 +00:00
github synced commits to development at github/amiga-clib2 from mirror 2023-10-11 14:53:18 +00:00
f9d1222bd7 Fix for wrong address alignment rounding
github synced commits to master at github/sql-server-samples from mirror 2023-10-03 02:43:20 +00:00
29aa2bb401 Merge pull request #1207 from lcwright/lcwright-patch-1
32363e2a0d Update and rename set-monitoring.ps1 to set-feature-flags.ps1
Compare 2 commits »
github synced commits to master at github/sql-server-samples from mirror 2023-10-02 18:33:19 +00:00
76db1cf1c3 Merge pull request #1206 from MikeRayMSFT/set-monitoring
cabcc3fc45 Wrap subscription
a6ef579e87 Update script
c562436023 Add script to set monitoring
Compare 4 commits »
github synced commits to master at github/sql-server-samples from mirror 2023-09-22 21:43:20 +00:00
ed92fede17 Merge pull request #1203 from anosov1960/master
319d756b9f changed role
Compare 2 commits »
github synced commits to development at github/amiga-clib2 from mirror 2023-09-14 09:33:20 +00:00
d37909e409 Documented why bypassing the read/write buffer is only attempted if there is at least a full buffer worth of data to be read or written.
github synced commits to development at github/amiga-clib2 from mirror 2023-09-11 16:13:25 +00:00
f5631d8bda The inner loop of the read operation already fills the buffer as far as it can go. No need to drop into "continue;".
github synced commits to development at github/amiga-clib2 from mirror 2023-09-10 15:43:22 +00:00
9a9ae7d6fd The SIGABRT handler can no longer invoke abort() recursively.
64ab8643b5 The size of a slab entry is now calculated inside a single local function, rather than calculated differently in different parts of stdlib_slab.c. This change made it easier to simplify the implementation.
f7fd63acb4 Indentation fix.
8bd7403ae3 The 'struct MemoryNode' is now so larger than the smallest usable allocation size is now 16 bytes.
5efacb1a2b Fix for unnecessary compiler warnings.
Compare 5 commits »
github synced commits to development at github/amiga-clib2 from mirror 2023-09-09 23:23:19 +00:00
7207c96a6f Made the slab allocator work with libunix.a again.
21bc996705 Fixed to make use of the aligned slab address when verifying that the slab node is present in the slab. The requested slab size is now properly rounded up to a power of 2 and will always be limited to a valid range.
438fd5bbd2 Fixed the MemoryNode padding, which was short of a 32 bit word.
101846e423 If the memory management system constructor fails, it now prints some diagnostic debug output.
Compare 4 commits »
github synced commits to development at github/amiga-clib2 from mirror 2023-09-09 15:13:20 +00:00
fba7f7da9b Small type corrections.
115099698a Added an assertion to verify that the first free chunk on the slab's list is really always available.
4f3d0c981c If the memory debug option is active, realloc() can no longer damage the trailing guard area.
Compare 3 commits »