CVSROOT: /home/cvs/parisc Module name: linux Changes by: rhirst 01/04/02 14:54:08 Modified files: kernel : sys.c Log message: On some machines, at least, sshd calls setrlimit to set the stack limit to 0x3fffffff. setup_arg_pages() assumes that limit will be page aligned, and ends up with a stack segment at 0xbff00001. Resulted in first char of argv[0] being dropped on children of sshd.