BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000927 [uClibc] Architecture Specific minor N/A 06-27-06 09:32 01-04-08 22:49
Reporter sh4d0wstr1f3 View Status public  
Assigned To uClibc
Priority normal Resolution fixed  
Status closed   Product Version 0.9.28
Summary 0000927: No support for semtimedop(2)
Description The patch provided adds support for _syscall6 under x86. It also allows use of the semtimedop(2) system call.
Additional Information
Attached Files  semtimedop.df [^] (7,556 bytes) 06-27-06 09:32

- Relationships

- Notes
(0001687)
vapier
10-06-06 23:06

ive already added syscall6 support for x86 ... i dont really like the proposed patch for semtimedop though as it adds pointless overhead of a 6th argument to all ipc functions but one
 
(0003399)
vapier
01-04-08 22:49

the only other option would be to have two sets of multiplexed calls (one for 5 args and one for 6 args), but that added more in byte size than just tacking on a 6th arg everywhere

you added "static inline" to the semtimedop syscall which is incorrect ... it wouldnt actually export a symbol in the libc

ive fixed things up and committed to svn trunk ... thanks
 

- Issue History
Date Modified Username Field Change
06-27-06 09:32 sh4d0wstr1f3 New Issue
06-27-06 09:32 sh4d0wstr1f3 Status new => assigned
06-27-06 09:32 sh4d0wstr1f3 Assigned To  => uClibc
06-27-06 09:32 sh4d0wstr1f3 File Added: semtimedop.df
10-06-06 23:06 vapier Note Added: 0001687
10-06-06 23:06 vapier Summary No support for semtimedop(2) / _syscall6 => No support for semtimedop(2)
01-04-08 22:49 vapier Note Added: 0003399
01-04-08 22:49 vapier Status assigned => closed
01-04-08 22:49 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker