From: Jeff D. <jd...@ka...> - 1999-12-16 19:16:37
|
Here are the log entries: RCS file: /cvsroot/user-mode-linux/linux/linux/arch/um/main.c,v ---------------------------- revision 1.2 date: 1999/12/16 17:16:57; author: jdike; state: Exp; lines: +2 -2 Shrank the size of the space argument. At 256, it somehow needed two execs to pad out the command line enough, and that confused the argument parser. RCS file: /cvsroot/user-mode-linux/linux/linux/arch/um/kernel/syscall_kern.c,v ---------------------------- revision 1.2 date: 1999/12/16 19:09:11; author: jdike; state: Exp; lines: +4 -0 Hooked up fchown. ---------------------------- RCS file: /cvsroot/user-mode-linux/linux/linux/arch/um/kernel/tlb.c,v ---------------------------- revision 1.2 date: 1999/12/16 19:08:30; author: jdike; state: Exp; lines: +19 -6 Fixed a bug which interpreted kernel pte flags according to the user pte definitions, resulting in write-only kernel page tables. |