May 20, 2019 6 0 If each thread’s TEB is referenced by the fs selector, does that mean that the 80386 is limited to 1024 threads? Raymond Chen They don't all have to be different simultaneously.
May 17, 2019 10 0 When would CopyFile succeed but produce a file filled with zeroes? Raymond Chen Did the bytes actually make it to the disk?
May 16, 2019 7 0 Why are Bluetooth functions exported from the infrared control panel? Raymond Chen Artifacts of service pack constraints from long ago.
May 15, 2019 4 0 Mundane git commit-tree tricks, Part 7: Combining more than two files into one while preserving line history, manual octopus merging Raymond Chen Sometimes you just have to take things into your own hands.
May 14, 2019 7 1 Mundane git tricks: Combining two files into one while preserving line history Raymond Chen Starting with the two-file case.
May 13, 2019 0 Mundane git commit-tree tricks, Part 6: Resetting by reusing an earlier tree Raymond Chen Just take me back.
May 10, 2019 1 0 Mundane git commit-tree tricks, Part 5: Squashing without git rebase Raymond Chen Working completely from trees.
May 9, 2019 5 0 Mundane git commit-tree tricks, Part 4: Changing a squash to a merge Raymond Chen Retroactively removing a command line switch.
May 8, 2019 5 1 Mundane git commit-tree tricks, Part 3: Building a throwaway commit in order to perform a combined cherry-pick-squash Raymond Chen You can create a commit just so you can pick it.
May 7, 2019 0 Mundane git commit-tree tricks, Part 2: Building a merge commit manually out of a tree Raymond Chen A variation on a theme.