2005-04-16 15:20:36 -07:00
/ *
* definitions f o r s y s _ c a l l _ t a b l e , e a c h l i n e r e p r e s e n t s a n
* entry i n t h e t a b l e i n t h e f o r m
* SYSCALL( 3 1 b i t s y s c a l l , 6 4 b i t s y s c a l l , 3 1 b i t e m u l a t e d s y s c a l l )
*
* this f i l e i s m e a n t t o b e i n c l u d e d f r o m e n t r y . S a n d e n t r y 6 4 . S
* /
# define N I _ S Y S C A L L S Y S C A L L ( s y s _ n i _ s y s c a l l ,s y s _ n i _ s y s c a l l ,s y s _ n i _ s y s c a l l )
NI_ S Y S C A L L / * 0 * /
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ e x i t ,s y s _ e x i t ,c o m p a t _ s y s _ e x i t )
2007-04-27 16:01:40 +02:00
SYSCALL( s y s _ f o r k ,s y s _ f o r k ,s y s _ f o r k )
2014-02-26 14:40:43 +01:00
SYSCALL( s y s _ r e a d ,s y s _ r e a d ,c o m p a t _ s y s _ s39 0 _ r e a d )
SYSCALL( s y s _ w r i t e ,s y s _ w r i t e ,c o m p a t _ s y s _ s39 0 _ w r i t e )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ o p e n ,s y s _ o p e n ,c o m p a t _ s y s _ o p e n ) / * 5 * /
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ c l o s e ,s y s _ c l o s e ,c o m p a t _ s y s _ c l o s e )
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ r e s t a r t _ s y s c a l l ,s y s _ r e s t a r t _ s y s c a l l ,s y s _ r e s t a r t _ s y s c a l l )
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ c r e a t ,s y s _ c r e a t ,c o m p a t _ s y s _ c r e a t )
SYSCALL( s y s _ l i n k ,s y s _ l i n k ,c o m p a t _ s y s _ l i n k )
SYSCALL( s y s _ u n l i n k ,s y s _ u n l i n k ,c o m p a t _ s y s _ u n l i n k ) / * 1 0 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ e x e c v e ,s y s _ e x e c v e ,c o m p a t _ s y s _ e x e c v e )
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ c h d i r ,s y s _ c h d i r ,c o m p a t _ s y s _ c h d i r )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ t i m e ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ t i m e ) / * o l d t i m e s y s c a l l * /
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ m k n o d ,s y s _ m k n o d ,c o m p a t _ s y s _ m k n o d )
SYSCALL( s y s _ c h m o d ,s y s _ c h m o d ,c o m p a t _ s y s _ c h m o d ) / * 1 5 * /
2014-02-25 14:08:39 +01:00
SYSCALL( s y s _ l c h o w n 1 6 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ l c h o w n 1 6 ) / * o l d l c h o w n 1 6 s y s c a l l * /
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d b r e a k s y s c a l l h o l d e r * /
NI_ S Y S C A L L / * o l d s t a t s y s c a l l h o l d e r * /
2013-02-24 10:52:26 -05:00
SYSCALL( s y s _ l s e e k ,s y s _ l s e e k ,c o m p a t _ s y s _ l s e e k )
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ g e t p i d ,s y s _ g e t p i d ,s y s _ g e t p i d ) / * 2 0 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ m o u n t ,s y s _ m o u n t ,c o m p a t _ s y s _ m o u n t )
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ o l d u m o u n t ,s y s _ o l d u m o u n t ,c o m p a t _ s y s _ o l d u m o u n t )
2014-02-25 15:52:24 +01:00
SYSCALL( s y s _ s e t u i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t u i d16 ) / * o l d s e t u i d16 s y s c a l l * /
2014-02-26 10:58:09 +01:00
SYSCALL( s y s _ g e t u i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ g e t u i d16 ) / * o l d g e t u i d16 s y s c a l l * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s t i m e ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s t i m e ) / * 2 5 o l d s t i m e s y s c a l l * /
SYSCALL( s y s _ p t r a c e ,s y s _ p t r a c e ,c o m p a t _ s y s _ p t r a c e )
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ a l a r m ,s y s _ a l a r m ,c o m p a t _ s y s _ a l a r m )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d f s t a t s y s c a l l * /
2008-10-10 21:33:19 +02:00
SYSCALL( s y s _ p a u s e ,s y s _ p a u s e ,s y s _ p a u s e )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ u t i m e ,s y s _ u t i m e ,c o m p a t _ s y s _ u t i m e ) / * 3 0 * /
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d s t t y s y s c a l l * /
NI_ S Y S C A L L / * o l d g t t y s y s c a l l * /
2014-02-27 09:52:01 +01:00
SYSCALL( s y s _ a c c e s s ,s y s _ a c c e s s ,c o m p a t _ s y s _ a c c e s s )
SYSCALL( s y s _ n i c e ,s y s _ n i c e ,c o m p a t _ s y s _ n i c e )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * 3 5 o l d f t i m e s y s c a l l * /
SYSCALL( s y s _ s y n c ,s y s _ s y n c ,s y s _ s y n c )
2014-02-27 13:42:10 +01:00
SYSCALL( s y s _ k i l l ,s y s _ k i l l ,c o m p a t _ s y s _ k i l l )
SYSCALL( s y s _ r e n a m e ,s y s _ r e n a m e ,c o m p a t _ s y s _ r e n a m e )
SYSCALL( s y s _ m k d i r ,s y s _ m k d i r ,c o m p a t _ s y s _ m k d i r )
SYSCALL( s y s _ r m d i r ,s y s _ r m d i r ,c o m p a t _ s y s _ r m d i r ) / * 4 0 * /
SYSCALL( s y s _ d u p ,s y s _ d u p ,c o m p a t _ s y s _ d u p )
SYSCALL( s y s _ p i p e ,s y s _ p i p e ,c o m p a t _ s y s _ p i p e )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ t i m e s ,s y s _ t i m e s ,c o m p a t _ s y s _ t i m e s )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d p r o f s y s c a l l * /
2014-02-27 13:42:10 +01:00
SYSCALL( s y s _ b r k ,s y s _ b r k ,c o m p a t _ s y s _ b r k ) / * 4 5 * /
2014-02-25 14:08:39 +01:00
SYSCALL( s y s _ s e t g i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t g i d16 ) / * o l d s e t g i d16 s y s c a l l * /
2014-02-26 10:58:09 +01:00
SYSCALL( s y s _ g e t g i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ g e t g i d16 ) / * o l d g e t g i d16 s y s c a l l * /
2014-02-27 13:42:10 +01:00
SYSCALL( s y s _ s i g n a l ,s y s _ s i g n a l ,c o m p a t _ s y s _ s i g n a l )
2014-02-26 10:58:09 +01:00
SYSCALL( s y s _ g e t e u i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ g e t e u i d16 ) / * o l d g e t e u i d16 s y s c a l l * /
SYSCALL( s y s _ g e t e g i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ g e t e g i d16 ) / * 5 0 o l d g e t e g i d16 s y s c a l l * /
2014-02-27 13:42:10 +01:00
SYSCALL( s y s _ a c c t ,s y s _ a c c t ,c o m p a t _ s y s _ a c c t )
SYSCALL( s y s _ u m o u n t ,s y s _ u m o u n t ,c o m p a t _ s y s _ u m o u n t )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d l o c k s y s c a l l * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ i o c t l ,s y s _ i o c t l ,c o m p a t _ s y s _ i o c t l )
SYSCALL( s y s _ f c n t l ,s y s _ f c n t l ,c o m p a t _ s y s _ f c n t l ) / * 5 5 * /
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * i n t e l m p x s y s c a l l * /
2014-02-27 14:04:43 +01:00
SYSCALL( s y s _ s e t p g i d ,s y s _ s e t p g i d ,c o m p a t _ s y s _ s e t p g i d )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d u l i m i t s y s c a l l * /
NI_ S Y S C A L L / * o l d u n a m e s y s c a l l * /
2014-02-27 14:04:43 +01:00
SYSCALL( s y s _ u m a s k ,s y s _ u m a s k ,c o m p a t _ s y s _ u m a s k ) / * 6 0 * /
SYSCALL( s y s _ c h r o o t ,s y s _ c h r o o t ,c o m p a t _ s y s _ c h r o o t )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ u s t a t ,s y s _ u s t a t ,c o m p a t _ s y s _ u s t a t )
2014-02-27 14:04:43 +01:00
SYSCALL( s y s _ d u p2 ,s y s _ d u p2 ,c o m p a t _ s y s _ d u p2 )
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ g e t p p i d ,s y s _ g e t p p i d ,s y s _ g e t p p i d )
SYSCALL( s y s _ g e t p g r p ,s y s _ g e t p g r p ,s y s _ g e t p g r p ) / * 6 5 * /
SYSCALL( s y s _ s e t s i d ,s y s _ s e t s i d ,s y s _ s e t s i d )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ s i g a c t i o n ,s y s _ s i g a c t i o n ,c o m p a t _ s y s _ s i g a c t i o n )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d s g e t m a s k s y s c a l l * /
NI_ S Y S C A L L / * o l d s s e t m a s k s y s c a l l * /
2014-02-25 15:52:24 +01:00
SYSCALL( s y s _ s e t r e u i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t r e u i d16 ) / * o l d s e t r e u i d16 s y s c a l l * /
2014-02-25 14:08:39 +01:00
SYSCALL( s y s _ s e t r e g i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t r e g i d16 ) / * o l d s e t r e g i d16 s y s c a l l * /
2014-02-27 14:04:43 +01:00
SYSCALL( s y s _ s i g s u s p e n d ,s y s _ s i g s u s p e n d ,c o m p a t _ s y s _ s i g s u s p e n d )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s i g p e n d i n g ,s y s _ s i g p e n d i n g ,c o m p a t _ s y s _ s i g p e n d i n g )
2014-02-27 14:04:43 +01:00
SYSCALL( s y s _ s e t h o s t n a m e ,s y s _ s e t h o s t n a m e ,c o m p a t _ s y s _ s e t h o s t n a m e )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s e t r l i m i t ,s y s _ s e t r l i m i t ,c o m p a t _ s y s _ s e t r l i m i t ) / * 7 5 * /
SYSCALL( s y s _ o l d _ g e t r l i m i t ,s y s _ g e t r l i m i t ,c o m p a t _ s y s _ o l d _ g e t r l i m i t )
2013-03-03 12:49:06 -05:00
SYSCALL( s y s _ g e t r u s a g e ,s y s _ g e t r u s a g e ,c o m p a t _ s y s _ g e t r u s a g e )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ g e t t i m e o f d a y ,s y s _ g e t t i m e o f d a y ,c o m p a t _ s y s _ g e t t i m e o f d a y )
SYSCALL( s y s _ s e t t i m e o f d a y ,s y s _ s e t t i m e o f d a y ,c o m p a t _ s y s _ s e t t i m e o f d a y )
2014-02-25 16:17:41 +01:00
SYSCALL( s y s _ g e t g r o u p s16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ g e t g r o u p s16 ) / * 8 0 o l d g e t g r o u p s16 s y s c a l l * /
SYSCALL( s y s _ s e t g r o u p s16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t g r o u p s16 ) / * o l d s e t g r o u p s16 s y s c a l l * /
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d s e l e c t s y s c a l l * /
2014-02-27 14:04:43 +01:00
SYSCALL( s y s _ s y m l i n k ,s y s _ s y m l i n k ,c o m p a t _ s y s _ s y m l i n k )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d l s t a t s y s c a l l * /
2014-02-27 14:04:43 +01:00
SYSCALL( s y s _ r e a d l i n k ,s y s _ r e a d l i n k ,c o m p a t _ s y s _ r e a d l i n k ) / * 8 5 * /
SYSCALL( s y s _ u s e l i b ,s y s _ u s e l i b ,c o m p a t _ s y s _ u s e l i b )
SYSCALL( s y s _ s w a p o n ,s y s _ s w a p o n ,c o m p a t _ s y s _ s w a p o n )
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ r e b o o t ,s y s _ r e b o o t ,c o m p a t _ s y s _ r e b o o t )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ n i _ s y s c a l l ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ o l d _ r e a d d i r ) / * o l d r e a d d i r s y s c a l l * /
2014-02-26 14:05:34 +01:00
SYSCALL( s y s _ o l d _ m m a p ,s y s _ o l d _ m m a p ,c o m p a t _ s y s _ s39 0 _ o l d _ m m a p ) / * 9 0 * /
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ m u n m a p ,s y s _ m u n m a p ,c o m p a t _ s y s _ m u n m a p )
2013-02-24 13:49:08 -05:00
SYSCALL( s y s _ t r u n c a t e ,s y s _ t r u n c a t e ,c o m p a t _ s y s _ t r u n c a t e )
SYSCALL( s y s _ f t r u n c a t e ,s y s _ f t r u n c a t e ,c o m p a t _ s y s _ f t r u n c a t e )
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ f c h m o d ,s y s _ f c h m o d ,c o m p a t _ s y s _ f c h m o d )
2014-02-25 14:08:39 +01:00
SYSCALL( s y s _ f c h o w n 1 6 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ f c h o w n 1 6 ) / * 9 5 o l d f c h o w n 1 6 s y s c a l l * /
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ g e t p r i o r i t y ,s y s _ g e t p r i o r i t y ,c o m p a t _ s y s _ g e t p r i o r i t y )
SYSCALL( s y s _ s e t p r i o r i t y ,s y s _ s e t p r i o r i t y ,c o m p a t _ s y s _ s e t p r i o r i t y )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d p r o f i l s y s c a l l * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s t a t f s ,s y s _ s t a t f s ,c o m p a t _ s y s _ s t a t f s )
SYSCALL( s y s _ f s t a t f s ,s y s _ f s t a t f s ,c o m p a t _ s y s _ f s t a t f s ) / * 1 0 0 * /
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * i o p e r m f o r i 3 8 6 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s o c k e t c a l l ,s y s _ s o c k e t c a l l ,c o m p a t _ s y s _ s o c k e t c a l l )
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ s y s l o g ,s y s _ s y s l o g ,c o m p a t _ s y s _ s y s l o g )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ s e t i t i m e r ,s y s _ s e t i t i m e r ,c o m p a t _ s y s _ s e t i t i m e r )
SYSCALL( s y s _ g e t i t i m e r ,s y s _ g e t i t i m e r ,c o m p a t _ s y s _ g e t i t i m e r ) / * 1 0 5 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ n e w s t a t ,s y s _ n e w s t a t ,c o m p a t _ s y s _ n e w s t a t )
SYSCALL( s y s _ n e w l s t a t ,s y s _ n e w l s t a t ,c o m p a t _ s y s _ n e w l s t a t )
SYSCALL( s y s _ n e w f s t a t ,s y s _ n e w f s t a t ,c o m p a t _ s y s _ n e w f s t a t )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d u n a m e s y s c a l l * /
2013-02-25 18:42:04 -05:00
SYSCALL( s y s _ l o o k u p _ d c o o k i e ,s y s _ l o o k u p _ d c o o k i e ,c o m p a t _ s y s _ l o o k u p _ d c o o k i e ) / * 1 1 0 * /
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ v h a n g u p ,s y s _ v h a n g u p ,s y s _ v h a n g u p )
NI_ S Y S C A L L / * o l d " i d l e " s y s t e m c a l l * /
NI_ S Y S C A L L / * v m 8 6 o l d f o r i 3 8 6 * /
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ w a i t 4 ,s y s _ w a i t 4 ,c o m p a t _ s y s _ w a i t 4 )
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ s w a p o f f ,s y s _ s w a p o f f ,c o m p a t _ s y s _ s w a p o f f ) / * 1 1 5 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s y s i n f o ,s y s _ s y s i n f o ,c o m p a t _ s y s _ s y s i n f o )
2013-01-21 23:15:25 -05:00
SYSCALL( s y s _ s39 0 _ i p c ,s y s _ s39 0 _ i p c ,c o m p a t _ s y s _ s39 0 _ i p c )
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ f s y n c ,s y s _ f s y n c ,c o m p a t _ s y s _ f s y n c )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s i g r e t u r n ,s y s _ s i g r e t u r n ,c o m p a t _ s y s _ s i g r e t u r n )
2014-03-01 12:18:46 +01:00
SYSCALL( s y s _ c l o n e ,s y s _ c l o n e ,c o m p a t _ s y s _ c l o n e ) / * 1 2 0 * /
2014-02-27 14:20:53 +01:00
SYSCALL( s y s _ s e t d o m a i n n a m e ,s y s _ s e t d o m a i n n a m e ,c o m p a t _ s y s _ s e t d o m a i n n a m e )
SYSCALL( s y s _ n e w u n a m e ,s y s _ n e w u n a m e ,c o m p a t _ s y s _ n e w u n a m e )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * m o d i f y _ l d t f o r i 3 8 6 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ a d j t i m e x ,s y s _ a d j t i m e x ,c o m p a t _ s y s _ a d j t i m e x )
2014-02-27 15:16:04 +01:00
SYSCALL( s y s _ m p r o t e c t ,s y s _ m p r o t e c t ,c o m p a t _ s y s _ m p r o t e c t ) / * 1 2 5 * /
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ s i g p r o c m a s k ,s y s _ s i g p r o c m a s k ,c o m p a t _ s y s _ s i g p r o c m a s k )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * o l d " c r e a t e m o d u l e " * /
2014-02-27 15:16:04 +01:00
SYSCALL( s y s _ i n i t _ m o d u l e ,s y s _ i n i t _ m o d u l e ,c o m p a t _ s y s _ i n i t _ m o d u l e )
SYSCALL( s y s _ d e l e t e _ m o d u l e ,s y s _ d e l e t e _ m o d u l e ,c o m p a t _ s y s _ d e l e t e _ m o d u l e )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * 1 3 0 : o l d g e t _ k e r n e l _ s y m s * /
2014-02-27 15:16:04 +01:00
SYSCALL( s y s _ q u o t a c t l ,s y s _ q u o t a c t l ,c o m p a t _ s y s _ q u o t a c t l )
SYSCALL( s y s _ g e t p g i d ,s y s _ g e t p g i d ,c o m p a t _ s y s _ g e t p g i d )
SYSCALL( s y s _ f c h d i r ,s y s _ f c h d i r ,c o m p a t _ s y s _ f c h d i r )
SYSCALL( s y s _ b d f l u s h ,s y s _ b d f l u s h ,c o m p a t _ s y s _ b d f l u s h )
SYSCALL( s y s _ s y s f s ,s y s _ s y s f s ,c o m p a t _ s y s _ s y s f s ) / * 1 3 5 * /
SYSCALL( s y s _ p e r s o n a l i t y ,s y s _ s39 0 _ p e r s o n a l i t y ,c o m p a t _ s y s _ s39 0 _ p e r s o n a l i t y )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * f o r a f s _ s y s c a l l * /
2014-02-25 16:17:41 +01:00
SYSCALL( s y s _ s e t f s u i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t f s u i d16 ) / * o l d s e t f s u i d16 s y s c a l l * /
SYSCALL( s y s _ s e t f s g i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t f s g i d16 ) / * o l d s e t f s g i d16 s y s c a l l * /
2014-02-27 15:16:04 +01:00
SYSCALL( s y s _ l l s e e k ,s y s _ l l s e e k ,c o m p a t _ s y s _ l l s e e k ) / * 1 4 0 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ g e t d e n t s ,s y s _ g e t d e n t s ,c o m p a t _ s y s _ g e t d e n t s )
SYSCALL( s y s _ s e l e c t ,s y s _ s e l e c t ,c o m p a t _ s y s _ s e l e c t )
2014-02-27 15:33:06 +01:00
SYSCALL( s y s _ f l o c k ,s y s _ f l o c k ,c o m p a t _ s y s _ f l o c k )
SYSCALL( s y s _ m s y n c ,s y s _ m s y n c ,c o m p a t _ s y s _ m s y n c )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ r e a d v ,s y s _ r e a d v ,c o m p a t _ s y s _ r e a d v ) / * 1 4 5 * /
SYSCALL( s y s _ w r i t e v ,s y s _ w r i t e v ,c o m p a t _ s y s _ w r i t e v )
2014-02-27 15:33:06 +01:00
SYSCALL( s y s _ g e t s i d ,s y s _ g e t s i d ,c o m p a t _ s y s _ g e t s i d )
SYSCALL( s y s _ f d a t a s y n c ,s y s _ f d a t a s y n c ,c o m p a t _ s y s _ f d a t a s y n c )
2013-03-19 14:25:51 -04:00
SYSCALL( s y s _ s y s c t l ,s y s _ s y s c t l ,c o m p a t _ s y s _ s y s c t l )
2014-02-27 15:33:06 +01:00
SYSCALL( s y s _ m l o c k ,s y s _ m l o c k ,c o m p a t _ s y s _ m l o c k ) / * 1 5 0 * /
SYSCALL( s y s _ m u n l o c k ,s y s _ m u n l o c k ,c o m p a t _ s y s _ m u n l o c k )
SYSCALL( s y s _ m l o c k a l l ,s y s _ m l o c k a l l ,c o m p a t _ s y s _ m l o c k a l l )
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ m u n l o c k a l l ,s y s _ m u n l o c k a l l ,s y s _ m u n l o c k a l l )
2014-02-27 15:33:06 +01:00
SYSCALL( s y s _ s c h e d _ s e t p a r a m ,s y s _ s c h e d _ s e t p a r a m ,c o m p a t _ s y s _ s c h e d _ s e t p a r a m )
SYSCALL( s y s _ s c h e d _ g e t p a r a m ,s y s _ s c h e d _ g e t p a r a m ,c o m p a t _ s y s _ s c h e d _ g e t p a r a m ) / * 1 5 5 * /
SYSCALL( s y s _ s c h e d _ s e t s c h e d u l e r ,s y s _ s c h e d _ s e t s c h e d u l e r ,c o m p a t _ s y s _ s c h e d _ s e t s c h e d u l e r )
2014-02-27 16:49:10 +01:00
SYSCALL( s y s _ s c h e d _ g e t s c h e d u l e r ,s y s _ s c h e d _ g e t s c h e d u l e r ,c o m p a t _ s y s _ s c h e d _ g e t s c h e d u l e r )
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ s c h e d _ y i e l d ,s y s _ s c h e d _ y i e l d ,s y s _ s c h e d _ y i e l d )
2014-02-27 16:49:10 +01:00
SYSCALL( s y s _ s c h e d _ g e t _ p r i o r i t y _ m a x ,s y s _ s c h e d _ g e t _ p r i o r i t y _ m a x ,c o m p a t _ s y s _ s c h e d _ g e t _ p r i o r i t y _ m a x )
SYSCALL( s y s _ s c h e d _ g e t _ p r i o r i t y _ m i n ,s y s _ s c h e d _ g e t _ p r i o r i t y _ m i n ,c o m p a t _ s y s _ s c h e d _ g e t _ p r i o r i t y _ m i n ) / * 1 6 0 * /
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ s c h e d _ r r _ g e t _ i n t e r v a l ,s y s _ s c h e d _ r r _ g e t _ i n t e r v a l ,c o m p a t _ s y s _ s c h e d _ r r _ g e t _ i n t e r v a l )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ n a n o s l e e p ,s y s _ n a n o s l e e p ,c o m p a t _ s y s _ n a n o s l e e p )
2014-02-27 16:49:10 +01:00
SYSCALL( s y s _ m r e m a p ,s y s _ m r e m a p ,c o m p a t _ s y s _ m r e m a p )
2014-02-25 15:52:24 +01:00
SYSCALL( s y s _ s e t r e s u i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t r e s u i d16 ) / * o l d s e t r e s u i d16 s y s c a l l * /
SYSCALL( s y s _ g e t r e s u i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ g e t r e s u i d16 ) / * 1 6 5 o l d g e t r e s u i d16 s y s c a l l * /
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * f o r v m 8 6 * /
NI_ S Y S C A L L / * o l d s y s _ q u e r y _ m o d u l e * /
2014-02-27 16:49:10 +01:00
SYSCALL( s y s _ p o l l ,s y s _ p o l l ,c o m p a t _ s y s _ p o l l )
2011-08-26 18:03:11 -04:00
NI_ S Y S C A L L / * o l d n f s s e r v c t l * /
2014-02-25 15:52:24 +01:00
SYSCALL( s y s _ s e t r e s g i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s e t r e s g i d16 ) / * 1 7 0 o l d s e t r e s g i d16 s y s c a l l * /
2014-02-25 16:17:41 +01:00
SYSCALL( s y s _ g e t r e s g i d16 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ g e t r e s g i d16 ) / * o l d g e t r e s g i d16 s y s c a l l * /
2014-02-27 16:49:10 +01:00
SYSCALL( s y s _ p r c t l ,s y s _ p r c t l ,c o m p a t _ s y s _ p r c t l )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ r t _ s i g r e t u r n ,s y s _ r t _ s i g r e t u r n ,c o m p a t _ s y s _ r t _ s i g r e t u r n )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ r t _ s i g a c t i o n ,s y s _ r t _ s i g a c t i o n ,c o m p a t _ s y s _ r t _ s i g a c t i o n )
SYSCALL( s y s _ r t _ s i g p r o c m a s k ,s y s _ r t _ s i g p r o c m a s k ,c o m p a t _ s y s _ r t _ s i g p r o c m a s k ) / * 1 7 5 * /
SYSCALL( s y s _ r t _ s i g p e n d i n g ,s y s _ r t _ s i g p e n d i n g ,c o m p a t _ s y s _ r t _ s i g p e n d i n g )
SYSCALL( s y s _ r t _ s i g t i m e d w a i t ,s y s _ r t _ s i g t i m e d w a i t ,c o m p a t _ s y s _ r t _ s i g t i m e d w a i t )
SYSCALL( s y s _ r t _ s i g q u e u e i n f o ,s y s _ r t _ s i g q u e u e i n f o ,c o m p a t _ s y s _ r t _ s i g q u e u e i n f o )
SYSCALL( s y s _ r t _ s i g s u s p e n d ,s y s _ r t _ s i g s u s p e n d ,c o m p a t _ s y s _ r t _ s i g s u s p e n d )
2014-02-26 12:51:40 +01:00
SYSCALL( s y s _ p r e a d64 ,s y s _ p r e a d64 ,c o m p a t _ s y s _ s39 0 _ p r e a d64 ) / * 1 8 0 * /
SYSCALL( s y s _ p w r i t e 6 4 ,s y s _ p w r i t e 6 4 ,c o m p a t _ s y s _ s39 0 _ p w r i t e 6 4 )
2014-02-25 14:08:39 +01:00
SYSCALL( s y s _ c h o w n 1 6 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ c h o w n 1 6 ) / * o l d c h o w n 1 6 s y s c a l l * /
2014-02-27 16:49:10 +01:00
SYSCALL( s y s _ g e t c w d ,s y s _ g e t c w d ,c o m p a t _ s y s _ g e t c w d )
SYSCALL( s y s _ c a p g e t ,s y s _ c a p g e t ,c o m p a t _ s y s _ c a p g e t )
SYSCALL( s y s _ c a p s e t ,s y s _ c a p s e t ,c o m p a t _ s y s _ c a p s e t ) / * 1 8 5 * /
2012-12-23 03:36:41 -05:00
SYSCALL( s y s _ s i g a l t s t a c k ,s y s _ s i g a l t s t a c k ,c o m p a t _ s y s _ s i g a l t s t a c k )
2013-02-24 02:17:03 -05:00
SYSCALL( s y s _ s e n d f i l e ,s y s _ s e n d f i l e 6 4 ,c o m p a t _ s y s _ s e n d f i l e )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * s t r e a m s1 * /
NI_ S Y S C A L L / * s t r e a m s2 * /
2007-04-27 16:01:40 +02:00
SYSCALL( s y s _ v f o r k ,s y s _ v f o r k ,s y s _ v f o r k ) / * 1 9 0 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ g e t r l i m i t ,s y s _ g e t r l i m i t ,c o m p a t _ s y s _ g e t r l i m i t )
2014-02-26 14:05:34 +01:00
SYSCALL( s y s _ m m a p2 ,s y s _ m m a p2 ,c o m p a t _ s y s _ s39 0 _ m m a p2 )
2014-02-26 10:58:09 +01:00
SYSCALL( s y s _ t r u n c a t e 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ t r u n c a t e 6 4 )
2014-02-26 12:51:40 +01:00
SYSCALL( s y s _ f t r u n c a t e 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ f t r u n c a t e 6 4 )
SYSCALL( s y s _ s t a t 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ s t a t 6 4 ) / * 1 9 5 * /
2014-02-26 14:05:34 +01:00
SYSCALL( s y s _ l s t a t 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ l s t a t 6 4 )
SYSCALL( s y s _ f s t a t 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ f s t a t 6 4 )
2014-02-27 16:49:10 +01:00
SYSCALL( s y s _ l c h o w n ,s y s _ l c h o w n ,c o m p a t _ s y s _ l c h o w n )
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ g e t u i d ,s y s _ g e t u i d ,s y s _ g e t u i d )
SYSCALL( s y s _ g e t g i d ,s y s _ g e t g i d ,s y s _ g e t g i d ) / * 2 0 0 * /
SYSCALL( s y s _ g e t e u i d ,s y s _ g e t e u i d ,s y s _ g e t e u i d )
SYSCALL( s y s _ g e t e g i d ,s y s _ g e t e g i d ,s y s _ g e t e g i d )
2014-02-27 17:35:23 +01:00
SYSCALL( s y s _ s e t r e u i d ,s y s _ s e t r e u i d ,c o m p a t _ s y s _ s e t r e u i d )
SYSCALL( s y s _ s e t r e g i d ,s y s _ s e t r e g i d ,c o m p a t _ s y s _ s e t r e g i d )
SYSCALL( s y s _ g e t g r o u p s ,s y s _ g e t g r o u p s ,c o m p a t _ s y s _ g e t g r o u p s ) / * 2 0 5 * /
SYSCALL( s y s _ s e t g r o u p s ,s y s _ s e t g r o u p s ,c o m p a t _ s y s _ s e t g r o u p s )
SYSCALL( s y s _ f c h o w n ,s y s _ f c h o w n ,c o m p a t _ s y s _ f c h o w n )
SYSCALL( s y s _ s e t r e s u i d ,s y s _ s e t r e s u i d ,c o m p a t _ s y s _ s e t r e s u i d )
SYSCALL( s y s _ g e t r e s u i d ,s y s _ g e t r e s u i d ,c o m p a t _ s y s _ g e t r e s u i d )
SYSCALL( s y s _ s e t r e s g i d ,s y s _ s e t r e s g i d ,c o m p a t _ s y s _ s e t r e s g i d ) / * 2 1 0 * /
SYSCALL( s y s _ g e t r e s g i d ,s y s _ g e t r e s g i d ,c o m p a t _ s y s _ g e t r e s g i d )
SYSCALL( s y s _ c h o w n ,s y s _ c h o w n ,c o m p a t _ s y s _ c h o w n )
2014-02-28 10:31:37 +01:00
SYSCALL( s y s _ s e t u i d ,s y s _ s e t u i d ,c o m p a t _ s y s _ s e t u i d )
SYSCALL( s y s _ s e t g i d ,s y s _ s e t g i d ,c o m p a t _ s y s _ s e t g i d )
SYSCALL( s y s _ s e t f s u i d ,s y s _ s e t f s u i d ,c o m p a t _ s y s _ s e t f s u i d ) / * 2 1 5 * /
SYSCALL( s y s _ s e t f s g i d ,s y s _ s e t f s g i d ,c o m p a t _ s y s _ s e t f s g i d )
SYSCALL( s y s _ p i v o t _ r o o t ,s y s _ p i v o t _ r o o t ,c o m p a t _ s y s _ p i v o t _ r o o t )
SYSCALL( s y s _ m i n c o r e ,s y s _ m i n c o r e ,c o m p a t _ s y s _ m i n c o r e )
SYSCALL( s y s _ m a d v i s e ,s y s _ m a d v i s e ,c o m p a t _ s y s _ m a d v i s e )
2014-02-28 12:59:44 +01:00
SYSCALL( s y s _ g e t d e n t s64 ,s y s _ g e t d e n t s64 ,c o m p a t _ s y s _ g e t d e n t s64 ) / * 2 2 0 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ f c n t l 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ f c n t l 6 4 )
2014-02-26 12:51:40 +01:00
SYSCALL( s y s _ r e a d a h e a d ,s y s _ r e a d a h e a d ,c o m p a t _ s y s _ s39 0 _ r e a d a h e a d )
2013-02-24 02:17:03 -05:00
SYSCALL( s y s _ s e n d f i l e 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s e n d f i l e 6 4 )
2014-02-28 10:31:37 +01:00
SYSCALL( s y s _ s e t x a t t r ,s y s _ s e t x a t t r ,c o m p a t _ s y s _ s e t x a t t r )
SYSCALL( s y s _ l s e t x a t t r ,s y s _ l s e t x a t t r ,c o m p a t _ s y s _ l s e t x a t t r ) / * 2 2 5 * /
SYSCALL( s y s _ f s e t x a t t r ,s y s _ f s e t x a t t r ,c o m p a t _ s y s _ f s e t x a t t r )
2014-02-28 12:59:44 +01:00
SYSCALL( s y s _ g e t x a t t r ,s y s _ g e t x a t t r ,c o m p a t _ s y s _ g e t x a t t r )
SYSCALL( s y s _ l g e t x a t t r ,s y s _ l g e t x a t t r ,c o m p a t _ s y s _ l g e t x a t t r )
SYSCALL( s y s _ f g e t x a t t r ,s y s _ f g e t x a t t r ,c o m p a t _ s y s _ f g e t x a t t r )
SYSCALL( s y s _ l i s t x a t t r ,s y s _ l i s t x a t t r ,c o m p a t _ s y s _ l i s t x a t t r ) / * 2 3 0 * /
SYSCALL( s y s _ l l i s t x a t t r ,s y s _ l l i s t x a t t r ,c o m p a t _ s y s _ l l i s t x a t t r )
SYSCALL( s y s _ f l i s t x a t t r ,s y s _ f l i s t x a t t r ,c o m p a t _ s y s _ f l i s t x a t t r )
SYSCALL( s y s _ r e m o v e x a t t r ,s y s _ r e m o v e x a t t r ,c o m p a t _ s y s _ r e m o v e x a t t r )
SYSCALL( s y s _ l r e m o v e x a t t r ,s y s _ l r e m o v e x a t t r ,c o m p a t _ s y s _ l r e m o v e x a t t r )
SYSCALL( s y s _ f r e m o v e x a t t r ,s y s _ f r e m o v e x a t t r ,c o m p a t _ s y s _ f r e m o v e x a t t r ) / * 2 3 5 * /
2005-04-16 15:20:36 -07:00
SYSCALL( s y s _ g e t t i d ,s y s _ g e t t i d ,s y s _ g e t t i d )
2014-03-01 11:52:48 +01:00
SYSCALL( s y s _ t k i l l ,s y s _ t k i l l ,c o m p a t _ s y s _ t k i l l )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ f u t e x ,s y s _ f u t e x ,c o m p a t _ s y s _ f u t e x )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s c h e d _ s e t a f f i n i t y ,s y s _ s c h e d _ s e t a f f i n i t y ,c o m p a t _ s y s _ s c h e d _ s e t a f f i n i t y )
SYSCALL( s y s _ s c h e d _ g e t a f f i n i t y ,s y s _ s c h e d _ g e t a f f i n i t y ,c o m p a t _ s y s _ s c h e d _ g e t a f f i n i t y ) / * 2 4 0 * /
2014-03-01 11:52:48 +01:00
SYSCALL( s y s _ t g k i l l ,s y s _ t g k i l l ,c o m p a t _ s y s _ t g k i l l )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * r e s e r v e d f o r T U X * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ i o _ s e t u p ,s y s _ i o _ s e t u p ,c o m p a t _ s y s _ i o _ s e t u p )
2014-02-28 13:22:47 +01:00
SYSCALL( s y s _ i o _ d e s t r o y ,s y s _ i o _ d e s t r o y ,c o m p a t _ s y s _ i o _ d e s t r o y )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ i o _ g e t e v e n t s ,s y s _ i o _ g e t e v e n t s ,c o m p a t _ s y s _ i o _ g e t e v e n t s ) / * 2 4 5 * /
SYSCALL( s y s _ i o _ s u b m i t ,s y s _ i o _ s u b m i t ,c o m p a t _ s y s _ i o _ s u b m i t )
2014-02-28 13:22:47 +01:00
SYSCALL( s y s _ i o _ c a n c e l ,s y s _ i o _ c a n c e l ,c o m p a t _ s y s _ i o _ c a n c e l )
SYSCALL( s y s _ e x i t _ g r o u p ,s y s _ e x i t _ g r o u p ,c o m p a t _ s y s _ e x i t _ g r o u p )
SYSCALL( s y s _ e p o l l _ c r e a t e ,s y s _ e p o l l _ c r e a t e ,c o m p a t _ s y s _ e p o l l _ c r e a t e )
SYSCALL( s y s _ e p o l l _ c t l ,s y s _ e p o l l _ c t l ,c o m p a t _ s y s _ e p o l l _ c t l ) / * 2 5 0 * /
SYSCALL( s y s _ e p o l l _ w a i t ,s y s _ e p o l l _ w a i t ,c o m p a t _ s y s _ e p o l l _ w a i t )
SYSCALL( s y s _ s e t _ t i d _ a d d r e s s ,s y s _ s e t _ t i d _ a d d r e s s ,c o m p a t _ s y s _ s e t _ t i d _ a d d r e s s )
2014-02-26 14:40:43 +01:00
SYSCALL( s y s _ s39 0 _ f a d v i s e 6 4 ,s y s _ f a d v i s e 6 4 _ 6 4 ,c o m p a t _ s y s _ s39 0 _ f a d v i s e 6 4 )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ t i m e r _ c r e a t e ,s y s _ t i m e r _ c r e a t e ,c o m p a t _ s y s _ t i m e r _ c r e a t e )
SYSCALL( s y s _ t i m e r _ s e t t i m e ,s y s _ t i m e r _ s e t t i m e ,c o m p a t _ s y s _ t i m e r _ s e t t i m e ) / * 2 5 5 * /
SYSCALL( s y s _ t i m e r _ g e t t i m e ,s y s _ t i m e r _ g e t t i m e ,c o m p a t _ s y s _ t i m e r _ g e t t i m e )
2014-02-28 13:22:47 +01:00
SYSCALL( s y s _ t i m e r _ g e t o v e r r u n ,s y s _ t i m e r _ g e t o v e r r u n ,c o m p a t _ s y s _ t i m e r _ g e t o v e r r u n )
SYSCALL( s y s _ t i m e r _ d e l e t e ,s y s _ t i m e r _ d e l e t e ,c o m p a t _ s y s _ t i m e r _ d e l e t e )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ c l o c k _ s e t t i m e ,s y s _ c l o c k _ s e t t i m e ,c o m p a t _ s y s _ c l o c k _ s e t t i m e )
SYSCALL( s y s _ c l o c k _ g e t t i m e ,s y s _ c l o c k _ g e t t i m e ,c o m p a t _ s y s _ c l o c k _ g e t t i m e ) / * 2 6 0 * /
SYSCALL( s y s _ c l o c k _ g e t r e s ,s y s _ c l o c k _ g e t r e s ,c o m p a t _ s y s _ c l o c k _ g e t r e s )
SYSCALL( s y s _ c l o c k _ n a n o s l e e p ,s y s _ c l o c k _ n a n o s l e e p ,c o m p a t _ s y s _ c l o c k _ n a n o s l e e p )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * r e s e r v e d f o r v s e r v e r * /
2014-02-26 14:40:43 +01:00
SYSCALL( s y s _ s39 0 _ f a d v i s e 6 4 _ 6 4 ,s y s _ n i _ s y s c a l l ,c o m p a t _ s y s _ s39 0 _ f a d v i s e 6 4 _ 6 4 )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ s t a t f s64 ,s y s _ s t a t f s64 ,c o m p a t _ s y s _ s t a t f s64 )
SYSCALL( s y s _ f s t a t f s64 ,s y s _ f s t a t f s64 ,c o m p a t _ s y s _ f s t a t f s64 )
2014-02-28 13:46:09 +01:00
SYSCALL( s y s _ r e m a p _ f i l e _ p a g e s ,s y s _ r e m a p _ f i l e _ p a g e s ,c o m p a t _ s y s _ r e m a p _ f i l e _ p a g e s )
2005-04-16 15:20:36 -07:00
NI_ S Y S C A L L / * 2 6 8 s y s _ m b i n d * /
NI_ S Y S C A L L / * 2 6 9 s y s _ g e t _ m e m p o l i c y * /
NI_ S Y S C A L L / * 2 7 0 s y s _ s e t _ m e m p o l i c y * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ m q _ o p e n ,s y s _ m q _ o p e n ,c o m p a t _ s y s _ m q _ o p e n )
2014-02-28 13:22:47 +01:00
SYSCALL( s y s _ m q _ u n l i n k ,s y s _ m q _ u n l i n k ,c o m p a t _ s y s _ m q _ u n l i n k )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ m q _ t i m e d s e n d ,s y s _ m q _ t i m e d s e n d ,c o m p a t _ s y s _ m q _ t i m e d s e n d )
SYSCALL( s y s _ m q _ t i m e d r e c e i v e ,s y s _ m q _ t i m e d r e c e i v e ,c o m p a t _ s y s _ m q _ t i m e d r e c e i v e )
SYSCALL( s y s _ m q _ n o t i f y ,s y s _ m q _ n o t i f y ,c o m p a t _ s y s _ m q _ n o t i f y ) / * 2 7 5 * /
SYSCALL( s y s _ m q _ g e t s e t a t t r ,s y s _ m q _ g e t s e t a t t r ,c o m p a t _ s y s _ m q _ g e t s e t a t t r )
SYSCALL( s y s _ k e x e c _ l o a d ,s y s _ k e x e c _ l o a d ,c o m p a t _ s y s _ k e x e c _ l o a d )
2014-02-28 13:46:09 +01:00
SYSCALL( s y s _ a d d _ k e y ,s y s _ a d d _ k e y ,c o m p a t _ s y s _ a d d _ k e y )
SYSCALL( s y s _ r e q u e s t _ k e y ,s y s _ r e q u e s t _ k e y ,c o m p a t _ s y s _ r e q u e s t _ k e y )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ k e y c t l ,s y s _ k e y c t l ,c o m p a t _ s y s _ k e y c t l ) / * 2 8 0 * /
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ w a i t i d ,s y s _ w a i t i d ,c o m p a t _ s y s _ w a i t i d )
2014-02-28 13:46:09 +01:00
SYSCALL( s y s _ i o p r i o _ s e t ,s y s _ i o p r i o _ s e t ,c o m p a t _ s y s _ i o p r i o _ s e t )
SYSCALL( s y s _ i o p r i o _ g e t ,s y s _ i o p r i o _ g e t ,c o m p a t _ s y s _ i o p r i o _ g e t )
2005-08-01 21:11:34 -07:00
SYSCALL( s y s _ i n o t i f y _ i n i t ,s y s _ i n o t i f y _ i n i t ,s y s _ i n o t i f y _ i n i t )
2014-02-28 13:46:09 +01:00
SYSCALL( s y s _ i n o t i f y _ a d d _ w a t c h ,s y s _ i n o t i f y _ a d d _ w a t c h ,c o m p a t _ s y s _ i n o t i f y _ a d d _ w a t c h ) / * 2 8 5 * /
SYSCALL( s y s _ i n o t i f y _ r m _ w a t c h ,s y s _ i n o t i f y _ r m _ w a t c h ,c o m p a t _ s y s _ i n o t i f y _ r m _ w a t c h )
2006-02-01 03:06:38 -08:00
NI_ S Y S C A L L / * 2 8 7 s y s _ m i g r a t e _ p a g e s * /
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ o p e n a t ,s y s _ o p e n a t ,c o m p a t _ s y s _ o p e n a t )
2014-02-28 13:46:09 +01:00
SYSCALL( s y s _ m k d i r a t ,s y s _ m k d i r a t ,c o m p a t _ s y s _ m k d i r a t )
SYSCALL( s y s _ m k n o d a t ,s y s _ m k n o d a t ,c o m p a t _ s y s _ m k n o d a t ) / * 2 9 0 * /
SYSCALL( s y s _ f c h o w n a t ,s y s _ f c h o w n a t ,c o m p a t _ s y s _ f c h o w n a t )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ f u t i m e s a t ,s y s _ f u t i m e s a t ,c o m p a t _ s y s _ f u t i m e s a t )
2014-02-26 14:05:34 +01:00
SYSCALL( s y s _ f s t a t a t 6 4 ,s y s _ n e w f s t a t a t ,c o m p a t _ s y s _ s39 0 _ f s t a t a t 6 4 )
2014-02-28 15:33:00 +01:00
SYSCALL( s y s _ u n l i n k a t ,s y s _ u n l i n k a t ,c o m p a t _ s y s _ u n l i n k a t )
SYSCALL( s y s _ r e n a m e a t ,s y s _ r e n a m e a t ,c o m p a t _ s y s _ r e n a m e a t ) / * 2 9 5 * /
SYSCALL( s y s _ l i n k a t ,s y s _ l i n k a t ,c o m p a t _ s y s _ l i n k a t )
SYSCALL( s y s _ s y m l i n k a t ,s y s _ s y m l i n k a t ,c o m p a t _ s y s _ s y m l i n k a t )
SYSCALL( s y s _ r e a d l i n k a t ,s y s _ r e a d l i n k a t ,c o m p a t _ s y s _ r e a d l i n k a t )
SYSCALL( s y s _ f c h m o d a t ,s y s _ f c h m o d a t ,c o m p a t _ s y s _ f c h m o d a t )
SYSCALL( s y s _ f a c c e s s a t ,s y s _ f a c c e s s a t ,c o m p a t _ s y s _ f a c c e s s a t ) / * 3 0 0 * /
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ p s e l e c t 6 ,s y s _ p s e l e c t 6 ,c o m p a t _ s y s _ p s e l e c t 6 )
SYSCALL( s y s _ p p o l l ,s y s _ p p o l l ,c o m p a t _ s y s _ p p o l l )
2014-02-28 15:33:00 +01:00
SYSCALL( s y s _ u n s h a r e ,s y s _ u n s h a r e ,c o m p a t _ s y s _ u n s h a r e )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ s e t _ r o b u s t _ l i s t ,s y s _ s e t _ r o b u s t _ l i s t ,c o m p a t _ s y s _ s e t _ r o b u s t _ l i s t )
SYSCALL( s y s _ g e t _ r o b u s t _ l i s t ,s y s _ g e t _ r o b u s t _ l i s t ,c o m p a t _ s y s _ g e t _ r o b u s t _ l i s t )
2014-02-28 15:33:00 +01:00
SYSCALL( s y s _ s p l i c e ,s y s _ s p l i c e ,c o m p a t _ s y s _ s p l i c e )
2014-03-01 13:09:26 +01:00
SYSCALL( s y s _ s y n c _ f i l e _ r a n g e ,s y s _ s y n c _ f i l e _ r a n g e ,c o m p a t _ s y s _ s39 0 _ s y n c _ f i l e _ r a n g e )
2014-02-28 15:33:00 +01:00
SYSCALL( s y s _ t e e ,s y s _ t e e ,c o m p a t _ s y s _ t e e )
2013-03-02 10:19:56 -05:00
SYSCALL( s y s _ v m s p l i c e ,s y s _ v m s p l i c e ,c o m p a t _ s y s _ v m s p l i c e )
2006-10-04 20:02:09 +02:00
NI_ S Y S C A L L / * 3 1 0 s y s _ m o v e _ p a g e s * /
2014-03-01 11:52:48 +01:00
SYSCALL( s y s _ g e t c p u ,s y s _ g e t c p u ,c o m p a t _ s y s _ g e t c p u )
2013-02-24 14:52:17 -05:00
SYSCALL( s y s _ e p o l l _ p w a i t ,s y s _ e p o l l _ p w a i t ,c o m p a t _ s y s _ e p o l l _ p w a i t )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ u t i m e s ,s y s _ u t i m e s ,c o m p a t _ s y s _ u t i m e s )
2014-03-01 13:09:26 +01:00
SYSCALL( s y s _ s39 0 _ f a l l o c a t e ,s y s _ f a l l o c a t e ,c o m p a t _ s y s _ s39 0 _ f a l l o c a t e )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ u t i m e n s a t ,s y s _ u t i m e n s a t ,c o m p a t _ s y s _ u t i m e n s a t ) / * 3 1 5 * /
2013-02-24 01:41:39 -05:00
SYSCALL( s y s _ s i g n a l f d ,s y s _ s i g n a l f d ,c o m p a t _ s y s _ s i g n a l f d )
timerfd: new timerfd API
This is the new timerfd API as it is implemented by the following patch:
int timerfd_create(int clockid, int flags);
int timerfd_settime(int ufd, int flags,
const struct itimerspec *utmr,
struct itimerspec *otmr);
int timerfd_gettime(int ufd, struct itimerspec *otmr);
The timerfd_create() API creates an un-programmed timerfd fd. The "clockid"
parameter can be either CLOCK_MONOTONIC or CLOCK_REALTIME.
The timerfd_settime() API give new settings by the timerfd fd, by optionally
retrieving the previous expiration time (in case the "otmr" parameter is not
NULL).
The time value specified in "utmr" is absolute, if the TFD_TIMER_ABSTIME bit
is set in the "flags" parameter. Otherwise it's a relative time.
The timerfd_gettime() API returns the next expiration time of the timer, or
{0, 0} if the timerfd has not been set yet.
Like the previous timerfd API implementation, read(2) and poll(2) are
supported (with the same interface). Here's a simple test program I used to
exercise the new timerfd APIs:
http://www.xmailserver.org/timerfd-test2.c
[akpm@linux-foundation.org: coding-style cleanups]
[akpm@linux-foundation.org: fix ia64 build]
[akpm@linux-foundation.org: fix m68k build]
[akpm@linux-foundation.org: fix mips build]
[akpm@linux-foundation.org: fix alpha, arm, blackfin, cris, m68k, s390, sparc and sparc64 builds]
[heiko.carstens@de.ibm.com: fix s390]
[akpm@linux-foundation.org: fix powerpc build]
[akpm@linux-foundation.org: fix sparc64 more]
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-04 22:27:26 -08:00
NI_ S Y S C A L L / * 3 1 7 o l d s y s _ t i m e r _ f d * /
2014-03-01 11:52:48 +01:00
SYSCALL( s y s _ e v e n t f d ,s y s _ e v e n t f d ,c o m p a t _ s y s _ e v e n t f d )
SYSCALL( s y s _ t i m e r f d _ c r e a t e ,s y s _ t i m e r f d _ c r e a t e ,c o m p a t _ s y s _ t i m e r f d _ c r e a t e )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ t i m e r f d _ s e t t i m e ,s y s _ t i m e r f d _ s e t t i m e ,c o m p a t _ s y s _ t i m e r f d _ s e t t i m e ) / * 3 2 0 * /
SYSCALL( s y s _ t i m e r f d _ g e t t i m e ,s y s _ t i m e r f d _ g e t t i m e ,c o m p a t _ s y s _ t i m e r f d _ g e t t i m e )
2013-02-24 01:41:39 -05:00
SYSCALL( s y s _ s i g n a l f d4 ,s y s _ s i g n a l f d4 ,c o m p a t _ s y s _ s i g n a l f d4 )
2014-03-01 11:52:48 +01:00
SYSCALL( s y s _ e v e n t f d2 ,s y s _ e v e n t f d2 ,c o m p a t _ s y s _ e v e n t f d2 )
SYSCALL( s y s _ i n o t i f y _ i n i t 1 ,s y s _ i n o t i f y _ i n i t 1 ,c o m p a t _ s y s _ i n o t i f y _ i n i t 1 )
SYSCALL( s y s _ p i p e 2 ,s y s _ p i p e 2 ,c o m p a t _ s y s _ p i p e 2 ) / * 3 2 5 * /
SYSCALL( s y s _ d u p3 ,s y s _ d u p3 ,c o m p a t _ s y s _ d u p3 )
SYSCALL( s y s _ e p o l l _ c r e a t e 1 ,s y s _ e p o l l _ c r e a t e 1 ,c o m p a t _ s y s _ e p o l l _ c r e a t e 1 )
2013-03-20 10:42:10 -04:00
SYSCALL( s y s _ p r e a d v ,s y s _ p r e a d v ,c o m p a t _ s y s _ p r e a d v )
SYSCALL( s y s _ p w r i t e v ,s y s _ p w r i t e v ,c o m p a t _ s y s _ p w r i t e v )
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ r t _ t g s i g q u e u e i n f o ,s y s _ r t _ t g s i g q u e u e i n f o ,c o m p a t _ s y s _ r t _ t g s i g q u e u e i n f o ) / * 3 3 0 * /
2014-03-01 12:18:46 +01:00
SYSCALL( s y s _ p e r f _ e v e n t _ o p e n ,s y s _ p e r f _ e v e n t _ o p e n ,c o m p a t _ s y s _ p e r f _ e v e n t _ o p e n )
SYSCALL( s y s _ f a n o t i f y _ i n i t ,s y s _ f a n o t i f y _ i n i t ,c o m p a t _ s y s _ f a n o t i f y _ i n i t )
2013-03-05 20:10:59 -05:00
SYSCALL( s y s _ f a n o t i f y _ m a r k ,s y s _ f a n o t i f y _ m a r k ,c o m p a t _ s y s _ f a n o t i f y _ m a r k )
2014-03-01 12:18:46 +01:00
SYSCALL( s y s _ p r l i m i t 6 4 ,s y s _ p r l i m i t 6 4 ,c o m p a t _ s y s _ p r l i m i t 6 4 )
SYSCALL( s y s _ n a m e _ t o _ h a n d l e _ a t ,s y s _ n a m e _ t o _ h a n d l e _ a t ,c o m p a t _ s y s _ n a m e _ t o _ h a n d l e _ a t ) / * 3 3 5 * /
2012-12-23 15:02:12 -05:00
SYSCALL( s y s _ o p e n _ b y _ h a n d l e _ a t ,s y s _ o p e n _ b y _ h a n d l e _ a t ,c o m p a t _ s y s _ o p e n _ b y _ h a n d l e _ a t )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ c l o c k _ a d j t i m e ,s y s _ c l o c k _ a d j t i m e ,c o m p a t _ s y s _ c l o c k _ a d j t i m e )
2014-03-01 12:18:46 +01:00
SYSCALL( s y s _ s y n c f s ,s y s _ s y n c f s ,c o m p a t _ s y s _ s y n c f s )
SYSCALL( s y s _ s e t n s ,s y s _ s e t n s ,c o m p a t _ s y s _ s e t n s )
2014-03-05 10:05:56 +01:00
SYSCALL( s y s _ p r o c e s s _ v m _ r e a d v ,s y s _ p r o c e s s _ v m _ r e a d v ,c o m p a t _ s y s _ p r o c e s s _ v m _ r e a d v ) / * 3 4 0 * /
SYSCALL( s y s _ p r o c e s s _ v m _ w r i t e v ,s y s _ p r o c e s s _ v m _ w r i t e v ,c o m p a t _ s y s _ p r o c e s s _ v m _ w r i t e v )
2014-03-01 12:18:46 +01:00
SYSCALL( s y s _ n i _ s y s c a l l ,s y s _ s39 0 _ r u n t i m e _ i n s t r ,c o m p a t _ s y s _ s39 0 _ r u n t i m e _ i n s t r )
SYSCALL( s y s _ k c m p ,s y s _ k c m p ,c o m p a t _ s y s _ k c m p )
SYSCALL( s y s _ f i n i t _ m o d u l e ,s y s _ f i n i t _ m o d u l e ,c o m p a t _ s y s _ f i n i t _ m o d u l e )
SYSCALL( s y s _ s c h e d _ s e t a t t r ,s y s _ s c h e d _ s e t a t t r ,c o m p a t _ s y s _ s c h e d _ s e t a t t r ) / * 3 4 5 * /
SYSCALL( s y s _ s c h e d _ g e t a t t r ,s y s _ s c h e d _ g e t a t t r ,c o m p a t _ s y s _ s c h e d _ g e t a t t r )
2014-04-08 13:13:38 +02:00
SYSCALL( s y s _ r e n a m e a t 2 ,s y s _ r e n a m e a t 2 ,c o m p a t _ s y s _ r e n a m e a t 2 )
2014-08-08 09:39:14 +02:00
SYSCALL( s y s _ s e c c o m p ,s y s _ s e c c o m p ,c o m p a t _ s y s _ s e c c o m p )
SYSCALL( s y s _ g e t r a n d o m ,s y s _ g e t r a n d o m ,c o m p a t _ s y s _ g e t r a n d o m )
2014-08-11 14:50:37 +02:00
SYSCALL( s y s _ m e m f d _ c r e a t e ,s y s _ m e m f d _ c r e a t e ,c o m p a t _ s y s _ m e m f d _ c r e a t e ) / * 3 5 0 * /
2014-10-09 12:58:25 +02:00
SYSCALL( s y s _ b p f ,s y s _ b p f ,c o m p a t _ s y s _ b p f )
2014-11-14 14:27:58 +01:00
SYSCALL( s y s _ n i _ s y s c a l l ,s y s _ s39 0 _ p c i _ m m i o _ w r i t e ,c o m p a t _ s y s _ s39 0 _ p c i _ m m i o _ w r i t e )
SYSCALL( s y s _ n i _ s y s c a l l ,s y s _ s39 0 _ p c i _ m m i o _ r e a d ,c o m p a t _ s y s _ s39 0 _ p c i _ m m i o _ r e a d )