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
2015-02-13 14:44:29 +01:00
* entry i n t h e t a b l e i n t h e f o r m
* SYSCALL( 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 )
2005-04-16 15:20:36 -07:00
*
2015-02-13 14:44:29 +01:00
* 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
2005-04-16 15:20:36 -07:00
* /
2015-02-13 14:44:29 +01:00
# 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 )
2005-04-16 15:20:36 -07:00
2015-02-13 14:44:29 +01:00
NI_ S Y S C A L L / * 0 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ e x i t ,s y s _ e x i t )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ f o r k ,s y s _ f o r k )
SYSCALL( 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 ,c o m p a t _ s y s _ s39 0 _ w r i t e )
SYSCALL( s y s _ o p e n ,c o m p a t _ s y s _ o p e n ) / * 5 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ c l o s e ,s y s _ c l o s e )
2015-02-13 14:44:29 +01: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 )
SYSCALL( 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 ,c o m p a t _ s y s _ l i n k )
SYSCALL( 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 * /
SYSCALL( s y s _ e x e c v e ,c o m p a t _ s y s _ e x e c v e )
SYSCALL( s y s _ c h d i r ,c o m p a t _ s y s _ c h d i r )
SYSCALL( 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 * /
SYSCALL( 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 ,c o m p a t _ s y s _ c h m o d ) / * 1 5 * /
SYSCALL( 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 * /
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 * /
SYSCALL( s y s _ l s e e k ,c o m p a t _ s y s _ l s e e k )
SYSCALL( s y s _ g e t p i d ,s y s _ g e t p i d ) / * 2 0 * /
SYSCALL( s y s _ m o u n t ,c o m p a t _ s y s _ m o u n t )
SYSCALL( 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 )
SYSCALL( 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 * /
SYSCALL( 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 * /
SYSCALL( 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 ,c o m p a t _ s y s _ p t r a c e )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ a l a r m ,s y s _ a l a r m )
2015-02-13 14:44:29 +01:00
NI_ S Y S C A L L / * o l d f s t a t s y s c a l l * /
SYSCALL( s y s _ p a u s e ,s y s _ p a u s e )
SYSCALL( s y s _ u t i m e ,c o m p a t _ s y s _ u t i m e ) / * 3 0 * /
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 * /
SYSCALL( s y s _ a c c e s s ,c o m p a t _ s y s _ a c c e s s )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ n i c e ,s y s _ n i c e )
2015-02-13 14:44:29 +01: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 )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ k i l l ,s y s _ k i l l )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,c o m p a t _ s y s _ m k d i r )
SYSCALL( s y s _ r m d i r ,c o m p a t _ s y s _ r m d i r ) / * 4 0 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ d u p ,s y s _ d u p )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ p i p e ,c o m p a t _ s y s _ p i p e )
SYSCALL( s y s _ t i m e s ,c o m p a t _ s y s _ t i m e s )
NI_ S Y S C A L L / * o l d p r o f s y s c a l l * /
SYSCALL( s y s _ b r k ,c o m p a t _ s y s _ b r k ) / * 4 5 * /
SYSCALL( 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 * /
SYSCALL( 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 * /
SYSCALL( s y s _ s i g n a l ,c o m p a t _ s y s _ s i g n a l )
SYSCALL( 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 _ 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 * /
SYSCALL( 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 ,c o m p a t _ s y s _ u m o u n t )
NI_ S Y S C A L L / * o l d l o c k s y s c a l l * /
SYSCALL( 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 ,c o m p a t _ s y s _ f c n t l ) / * 5 5 * /
NI_ S Y S C A L L / * i n t e l m p x s y s c a l l * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ s e t p g i d ,s y s _ s e t p g i d )
2015-02-13 14:44:29 +01: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 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ u m a s k ,s y s _ u m a s k ) / * 6 0 * /
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ c h r o o t ,c o m p a t _ s y s _ c h r o o t )
SYSCALL( s y s _ u s t a t ,c o m p a t _ s y s _ u s t a t )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ d u p2 ,s y s _ d u p2 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ) / * 6 5 * /
SYSCALL( s y s _ s e t s i d ,s y s _ s e t s i d )
SYSCALL( 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 )
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 * /
SYSCALL( 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 * /
SYSCALL( 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 * /
SYSCALL( 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 )
SYSCALL( 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 )
SYSCALL( 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 )
SYSCALL( 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 _ 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 )
SYSCALL( 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 )
SYSCALL( 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 ,c o m p a t _ s y s _ s e t t i m e o f d a y )
SYSCALL( 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 _ 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 * /
NI_ S Y S C A L L / * o l d s e l e c t s y s c a l l * /
SYSCALL( 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 )
NI_ S Y S C A L L / * o l d l s t a t s y s c a l l * /
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ s w a p o n )
SYSCALL( s y s _ r e b o o t ,c o m p a t _ s y s _ r e b o o t )
SYSCALL( 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 * /
SYSCALL( 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 * /
SYSCALL( s y s _ m u n m a p ,c o m p a t _ s y s _ m u n m a p )
SYSCALL( 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 ,c o m p a t _ s y s _ f t r u n c a t e )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ f c h m o d ,s y s _ f c h m o d )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 * /
2015-09-17 18:30:35 +02: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 )
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 )
2015-02-13 14:44:29 +01: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 * /
SYSCALL( 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 ,c o m p a t _ s y s _ f s t a t f s ) / * 1 0 0 * /
NI_ S Y S C A L L / * i o p e r m f o r i 3 8 6 * /
SYSCALL( 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 )
SYSCALL( s y s _ s y s l o g ,c o m p a t _ s y s _ s y s l o g )
SYSCALL( 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 ,c o m p a t _ s y s _ g e t i t i m e r ) / * 1 0 5 * /
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ n e w f s t a t )
NI_ S Y S C A L L / * o l d u n a m e s y s c a l l * /
SYSCALL( 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 * /
SYSCALL( 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 * /
SYSCALL( s y s _ w a i t 4 ,c o m p a t _ s y s _ w a i t 4 )
SYSCALL( 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 * /
SYSCALL( 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 )
SYSCALL( s y s _ s39 0 _ i p c ,c o m p a t _ s y s _ s39 0 _ i p c )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ f s y n c ,s y s _ f s y n c )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 )
SYSCALL( 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 * /
SYSCALL( 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 ,c o m p a t _ s y s _ n e w u n a m e )
NI_ S Y S C A L L / * m o d i f y _ l d t f o r i 3 8 6 * /
SYSCALL( 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 )
SYSCALL( 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 * /
SYSCALL( 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 )
NI_ S Y S C A L L / * o l d " c r e a t e m o d u l e " * /
SYSCALL( 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 ,c o m p a t _ s y s _ d e l e t e _ m o d u l e )
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 * /
SYSCALL( 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 )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ g e t p g i d ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,c o m p a t _ s y s _ s y s f s ) / * 1 3 5 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ s39 0 _ 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 )
2015-02-13 14:44:29 +01:00
NI_ S Y S C A L L / * f o r a f s _ s y s c a l l * /
SYSCALL( 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 _ 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 * /
SYSCALL( 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 * /
SYSCALL( 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 ,c o m p a t _ s y s _ s e l e c t )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ f l o c k ,s y s _ f l o c k )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ m s y n c ,c o m p a t _ s y s _ m s y n c )
SYSCALL( 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 ,c o m p a t _ s y s _ w r i t e v )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ g e t s i d ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ s y s c t l ,c o m p a t _ s y s _ s y s c t l )
SYSCALL( 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 ,c o m p a t _ s y s _ m u n l o c k )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ m l o c k a l l ,s y s _ m l o c k a l l )
2015-02-13 14:44:29 +01: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 )
SYSCALL( 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 ,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 ,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 )
2015-09-17 18:30:35 +02: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 )
2015-02-13 14:44:29 +01: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 )
2015-09-17 18:30:35 +02: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 )
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 ) / * 1 6 0 * /
2015-02-13 14:44:29 +01:00
SYSCALL( 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 )
SYSCALL( 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 )
SYSCALL( s y s _ m r e m a p ,c o m p a t _ s y s _ m r e m a p )
SYSCALL( 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 _ 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 * /
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 * /
SYSCALL( s y s _ p o l l ,c o m p a t _ s y s _ p o l l )
NI_ S Y S C A L L / * o l d n f s s e r v c t l * /
SYSCALL( 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 * /
SYSCALL( 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 * /
SYSCALL( s y s _ p r c t l ,c o m p a t _ s y s _ p r c t l )
SYSCALL( 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 )
SYSCALL( 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 ,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 ,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 ,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 ,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 ,c o m p a t _ s y s _ r t _ s i g s u s p e n d )
SYSCALL( 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 ,c o m p a t _ s y s _ s39 0 _ p w r i t e 6 4 )
SYSCALL( 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 * /
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ c a p s e t ) / * 1 8 5 * /
SYSCALL( 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 )
SYSCALL( 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 )
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 * /
SYSCALL( s y s _ v f o r k ,s y s _ v f o r k ) / * 1 9 0 * /
SYSCALL( 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 )
SYSCALL( s y s _ m m a p2 ,c o m p a t _ s y s _ s39 0 _ m m a p2 )
SYSCALL( 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 )
SYSCALL( 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 _ 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 * /
SYSCALL( 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 _ 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 )
SYSCALL( s y s _ l c h o w n ,c o m p a t _ s y s _ l c h o w n )
SYSCALL( 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 ) / * 2 0 0 * /
SYSCALL( 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 )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ s e t r e u i d ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,c o m p a t _ s y s _ s e t g r o u p s )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ f c h o w n ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 )
2015-09-17 18:30:35 +02:00
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 ) / * 2 1 0 * /
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,c o m p a t _ s y s _ c h o w n )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ s e t u i d ,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 )
SYSCALL( s y s _ s e t f s u i d ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ m a d v i s e )
SYSCALL( 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 * /
SYSCALL( 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 )
SYSCALL( 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 )
SYSCALL( 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 )
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ f s e t x a t t r )
SYSCALL( 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 ,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 ,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 ,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 ,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 ,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 ,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 ,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 ,c o m p a t _ s y s _ f r e m o v e x a t t r ) / * 2 3 5 * /
SYSCALL( s y s _ g e t t i d ,s y s _ g e t t i d )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ t k i l l ,s y s _ t k i l l )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ f u t e x ,c o m p a t _ s y s _ f u t e x )
SYSCALL( 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 ,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 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ t g k i l l ,s y s _ t g k i l l )
2015-02-13 14:44:29 +01:00
NI_ S Y S C A L L / * r e s e r v e d f o r T U X * /
SYSCALL( 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 )
SYSCALL( 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 )
SYSCALL( 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 ,c o m p a t _ s y s _ i o _ s u b m i t )
SYSCALL( 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 )
2015-09-17 18:30:35 +02:00
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 )
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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ s e t _ t i d _ a d d r e s s )
SYSCALL( 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 )
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ t i m e r _ g e t t i m e )
2015-09-17 18:30:35 +02: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 )
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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,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 ,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 ,c o m p a t _ s y s _ c l o c k _ n a n o s l e e p )
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 * /
SYSCALL( 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 )
SYSCALL( 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 ,c o m p a t _ s y s _ f s t a t f s64 )
SYSCALL( 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 )
2014-03-06 18:25:13 +01:00
SYSCALL( s y s _ m b i n d ,c o m p a t _ s y s _ m b i n d )
SYSCALL( s y s _ g e t _ m e m p o l i c y ,c o m p a t _ s y s _ g e t _ m e m p o l i c y )
SYSCALL( s y s _ s e t _ m e m p o l i c y ,c o m p a t _ s y s _ s e t _ m e m p o l i c y )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ m q _ o p e n ,c o m p a t _ s y s _ m q _ o p e n )
SYSCALL( 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 )
SYSCALL( 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 ,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 ,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 ,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 ,c o m p a t _ s y s _ k e x e c _ l o a d )
SYSCALL( 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 ,c o m p a t _ s y s _ r e q u e s t _ k e y )
SYSCALL( 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 * /
SYSCALL( s y s _ w a i t i d ,c o m p a t _ s y s _ w a i t i d )
2015-09-17 18:30:35 +02: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 )
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 )
2015-02-13 14:44:29 +01: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 )
SYSCALL( 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 * /
2015-09-17 18:30:35 +02:00
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 )
2014-03-06 18:25:13 +01:00
SYSCALL( s y s _ m i g r a t e _ p a g e s ,c o m p a t _ s y s _ m i g r a t e _ p a g e s )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ o p e n a t ,c o m p a t _ s y s _ o p e n a t )
SYSCALL( 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 ,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 ,c o m p a t _ s y s _ f c h o w n a t )
SYSCALL( 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 )
SYSCALL( 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 )
SYSCALL( 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 ,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 ,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 ,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 ,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 ,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 ,c o m p a t _ s y s _ f a c c e s s a t ) / * 3 0 0 * /
SYSCALL( 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 ,c o m p a t _ s y s _ p p o l l )
SYSCALL( 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 )
SYSCALL( 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 ,c o m p a t _ s y s _ g e t _ r o b u s t _ l i s t )
SYSCALL( s y s _ s p l i c e ,c o m p a t _ s y s _ s p l i c e )
SYSCALL( 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 )
SYSCALL( s y s _ t e e ,c o m p a t _ s y s _ t e e )
SYSCALL( 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 )
2014-03-06 18:25:13 +01:00
SYSCALL( s y s _ m o v e _ p a g e s ,c o m p a t _ s y s _ m o v e _ p a g e s )
2015-02-13 14:44:29 +01:00
SYSCALL( s y s _ g e t c p u ,c o m p a t _ s y s _ g e t c p u )
SYSCALL( 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 )
SYSCALL( s y s _ u t i m e s ,c o m p a t _ s y s _ u t i m e s )
SYSCALL( 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 )
SYSCALL( 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 * /
SYSCALL( 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 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ e v e n t f d ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,c o m p a t _ s y s _ t i m e r f d _ g e t t i m e )
SYSCALL( 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 )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ e v e n t f d2 ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 * /
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ d u p3 ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,c o m p a t _ s y s _ p w r i t e v )
SYSCALL( 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 * /
SYSCALL( 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 )
2015-09-17 18:30:35 +02:00
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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 )
SYSCALL( 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 ,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 * /
SYSCALL( 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 )
SYSCALL( 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 )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ s y n c f s ,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 )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,c o m p a t _ s y s _ p r o c e s s _ v m _ w r i t e v )
2015-09-17 18:30:35 +02:00
SYSCALL( s y s _ s39 0 _ r u n t i m e _ i n s t r ,s y s _ s39 0 _ r u n t i m e _ i n s t r )
2015-02-13 14:44:29 +01:00
SYSCALL( 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 ,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 ,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 ,c o m p a t _ s y s _ s c h e d _ g e t a t t r )
SYSCALL( 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 )
SYSCALL( 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 ,c o m p a t _ s y s _ g e t r a n d o m )
SYSCALL( 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 * /
SYSCALL( s y s _ b p f ,c o m p a t _ s y s _ b p f )
SYSCALL( 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 _ 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 )
SYSCALL( s y s _ e x e c v e a t ,c o m p a t _ s y s _ e x e c v e a t )
2015-09-09 09:39:58 +02:00
SYSCALL( s y s _ u s e r f a u l t f d ,s y s _ u s e r f a u l t f d ) / * 3 5 5 * /
2015-09-07 12:15:56 -04:00
SYSCALL( s y s _ m e m b a r r i e r ,s y s _ m e m b a r r i e r )
2015-09-17 18:30:36 +02:00
SYSCALL( s y s _ r e c v m m s g ,c o m p a t _ s y s _ r e c v m m s g )
SYSCALL( s y s _ s e n d m m s g ,c o m p a t _ s y s _ s e n d m m s g )
SYSCALL( s y s _ s o c k e t ,s y s _ s o c k e t )
SYSCALL( s y s _ s o c k e t p a i r ,c o m p a t _ s y s _ s o c k e t p a i r ) / * 3 6 0 * /
SYSCALL( s y s _ b i n d ,s y s _ b i n d )
SYSCALL( s y s _ c o n n e c t ,s y s _ c o n n e c t )
SYSCALL( s y s _ l i s t e n ,s y s _ l i s t e n )
SYSCALL( s y s _ a c c e p t 4 ,s y s _ a c c e p t 4 )
SYSCALL( s y s _ g e t s o c k o p t ,c o m p a t _ s y s _ g e t s o c k o p t ) / * 3 6 5 * /
SYSCALL( s y s _ s e t s o c k o p t ,c o m p a t _ s y s _ s e t s o c k o p t )
SYSCALL( s y s _ g e t s o c k n a m e ,c o m p a t _ s y s _ g e t s o c k n a m e )
SYSCALL( s y s _ g e t p e e r n a m e ,c o m p a t _ s y s _ g e t p e e r n a m e )
SYSCALL( s y s _ s e n d t o ,c o m p a t _ s y s _ s e n d t o )
SYSCALL( s y s _ s e n d m s g ,c o m p a t _ s y s _ s e n d m s g ) / * 3 7 0 * /
SYSCALL( s y s _ r e c v f r o m ,c o m p a t _ s y s _ r e c v f r o m )
SYSCALL( s y s _ r e c v m s g ,c o m p a t _ s y s _ r e c v m s g )
SYSCALL( s y s _ s h u t d o w n ,s y s _ s h u t d o w n )
2015-11-16 12:31:33 +01:00
SYSCALL( s y s _ m l o c k 2 ,c o m p a t _ s y s _ m l o c k 2 )
2016-01-19 10:19:02 +01:00
SYSCALL( s y s _ c o p y _ f i l e _ r a n g e ,c o m p a t _ s y s _ c o p y _ f i l e _ r a n g e ) / * 3 7 5 * /