On Wednesday 2008-04-30 19:09, Soumyadip Das Mahapatra wrote:That proposal looks like buggy. 19:32 yaguchi:/dev/shm > cat ui.c #include <stdint.h> #include <stdio.h> static void u32_swap(void *a, void *b) { *(uint32_t *)b ^= *(uint32_t *)a ^= *(uint32_t *)b ^= *(uint32_t *)a; } int main(void) { uint32_t x = 5, y = 7; printf("%u %u\n", x, y); u32_swap(&x, &y); printf("%u %u\n", x, y); } 19:32 yaguchi:/dev/shm > ./a.out 5 7 7 0 --
| Ryan Hope | reiser4 for 2.6.27-rc1 |
| Ingo Molnar | Re: 2.6.24-rc6-mm1 |
| Tim Tassonis | reiser4 for 2.6.27-rc1 |
| Ingo Molnar | Re: [patch] MTD: fix DOC2000/2001/2001PLUS build error |
git: | |
| Petko Manolov | git and binary files |
| Wink Saville | Resolving conflicts |
| Ken Pratt | pack operation is thrashing my server |
| Junio C Hamano | What's cooking in git.git (Aug 2008, #07; Sat, 23) |
| Richard Stallman | Real men don't attack straw men |
| Julien TOUCHE | setting up ssh tunnel/vpn |
| Jeffrey 'jf' Lim | Re: SSHJail patch for OpenBSD |
| Daniel Ouellet | identifying sparse files and get ride of them trick available? |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Peter MacDonald | demand paging: proposal |
| Stephen Pierce | SLS |
| Drew Eckhardt | Re: 20MB drive & wdxt-gen2 controller on 386? |
