Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/__kernel_time_t/__time_t | Joakim Tjernlund | 2005-07-28 | 1 | -2/+2 |
| | |||||
* | A while back, the sysvipc code was changed to use IPC_64 in the calls. | Manuel Novoa III | 2005-07-28 | 1 | -9/+10 |
| | | | | | | Unfortunatly, the semid_ds structs were not changed as needed. So import the necessary (tweaked) files from glibc. Only tested on x86 today, but I'll be testing mips tomorrow. | ||||
* | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen | 2003-08-14 | 1 | -2/+2 |
| | | | | match the kernel type exactly. | ||||
* | Make shm stuff work properly. | Eric Andersen | 2002-08-25 | 1 | -10/+9 |
| | | | | -Erik | ||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+87 |
and to better support each arch. This is a really big patch... -Erik |