add lchflags, issetugid, utrace, reserves for [gs]etcontext, and sched/SA.
This commit is contained in:
parent
2110531265
commit
b0f29c9c95
@ -1,4 +1,4 @@
|
||||
$NetBSD: syscalls.master,v 1.17 2001/01/27 07:58:22 thorpej Exp $
|
||||
$NetBSD: syscalls.master,v 1.18 2001/02/02 13:01:44 mrg Exp $
|
||||
|
||||
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
|
||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
@ -496,3 +496,46 @@
|
||||
#else
|
||||
303 EXCL __shmctl13
|
||||
#endif
|
||||
304 STD { int netbsd32_lchflags(const netbsd32_charp path, netbsd32_u_long flags); }
|
||||
305 STD { int sys_issetugid(void); }
|
||||
306 STD { int netbsd32_utrace(const netbsd32_charp label, netbsd32_voidp addr, \
|
||||
netbsd32_size_t len); }
|
||||
;
|
||||
; Syscalls 307 and 308 are reserved for getcontext and setcontext
|
||||
;
|
||||
307 UNIMPL
|
||||
308 UNIMPL
|
||||
;
|
||||
; Syscalls 309-339 are reserved for LWP and scheduler activation syscalls.
|
||||
;
|
||||
309 UNIMPL
|
||||
310 UNIMPL
|
||||
311 UNIMPL
|
||||
312 UNIMPL
|
||||
313 UNIMPL
|
||||
314 UNIMPL
|
||||
315 UNIMPL
|
||||
316 UNIMPL
|
||||
317 UNIMPL
|
||||
318 UNIMPL
|
||||
319 UNIMPL
|
||||
320 UNIMPL
|
||||
321 UNIMPL
|
||||
322 UNIMPL
|
||||
323 UNIMPL
|
||||
324 UNIMPL
|
||||
325 UNIMPL
|
||||
326 UNIMPL
|
||||
327 UNIMPL
|
||||
328 UNIMPL
|
||||
329 UNIMPL
|
||||
330 UNIMPL
|
||||
331 UNIMPL
|
||||
332 UNIMPL
|
||||
333 UNIMPL
|
||||
334 UNIMPL
|
||||
335 UNIMPL
|
||||
336 UNIMPL
|
||||
337 UNIMPL
|
||||
338 UNIMPL
|
||||
339 UNIMPL
|
||||
|
Loading…
Reference in New Issue
Block a user