Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-17 | sync whitespace with glibc | Mike Frysinger | |
2005-04-24 | Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl | Joakim Tjernlund | |
syscalls. This won't work on 2.2 kernels(I think). | |||
2004-11-02 | struct ipc_perm, as used by shmctl() when soing shared memory stuff, | Eric Andersen | |
was incorrect in uClibc, and was 2 bytes too short. This caused uClibc shared memory stuff to not behave correctly since struct ipc_perm was included as the first member of, i.e. struct msqid_ds, so the content of that struct were all shifted by two bytes. ugh. Apparently, few people have used shared memory, msgctl(), etc with uClibc thus far, -Erik | |||
2002-09-04 | Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux | "Steven J. Hill" | |
Test Project to compile as well as be consistent with the architecture specific files. Maybe eventually the architecture specific files could be removed all together. | |||
2002-08-25 | Make shm stuff work properly. | Eric Andersen | |
-Erik | |||
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik |