Changing syscalls numbers

2001-10-31 Thread Nickolay A.Kritsky
Hi, freebsd-hackers. Recently I was trying to change some syscalls numbers (i.e. syscall exit would have number 5 and syscall open would have number 1). My thought was, that for that operation one must edit file /usr/src/sys/kern/syscalls.master and remake world. I edited the file named above,

Re: Changing syscalls numbers

2001-10-31 Thread Evan Sarmiento
Did you type make init_sysent.c, after editing syscalls.master? - Evan To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Changing syscalls numbers

2001-10-31 Thread Maxime Henrion
Nickolay A.Kritsky wrote: Hi, freebsd-hackers. Recently I was trying to change some syscalls numbers (i.e. syscall exit would have number 5 and syscall open would have number 1). My thought was, that for that operation one must edit file /usr/src/sys/kern/syscalls.master and remake

Re: Changing syscalls numbers

2001-10-31 Thread Nickolay A.Kritsky
Hello Evan, Wednesday, October 31, 2001, 2:41:57 PM, you wrote: ES Did you type make init_sysent.c, after editing syscalls.master? ES - Evan No. I relied on make buildkernel. I will try this now. Maxime Henrion [EMAIL PROTECTED] wrote : MH /usr/src/sys/kern/makesyscalls.sh syscalls.master