Subject: Re: New kernels don't CR in X
To: Richard Dante <rdante@garlic.com>
From: Alistair G. Crooks <agc@sde.uts.amdahl.com>
List: current-users
Date: 10/20/1995 01:16:13
> When I hit <enter> in an xterm I get a linefeed but no CR.  Thus the pr
> my prompt scrolls to the right of the screen.

stty opost
 
> Also, I can't build a kernel from Oct 18 sources with freebsd binary support
> built in.  This is what I get when it's getting linked together:
> 
> ld -x -z -T F8100000 -o netbsd -e start ${SYSTEM_OBJ} vers.o
> freebsd_sysent.o: Undefined symbol `_getppid' referenced from data segment
> *** Error code 1

As David Norrys pointed out:

*** /usr/src/sys/compat/freebsd/syscalls.master 1995/10/19 11:11:56     1.1
--- /usr/src/sys/compat/freebsd/syscalls.master 1995/10/19 11:12:33
***************
*** 99,105 ****
  37    NOARGS          { int sys_kill(int pid, int signum); }
  38    STD             { int compat_43_freebsd_sys_stat(char *path, \
                            struct ostat *ub); } ostat
! 39    NOARGS          { pid_t getppid(void); }
  40    STD             { int compat_43_freebsd_sys_lstat(char *path, \
                            struct ostat *ub); } olstat
  41    NOARGS          { int sys_dup(u_int fd); }
--- 99,105 ----
  37    NOARGS          { int sys_kill(int pid, int signum); }
  38    STD             { int compat_43_freebsd_sys_stat(char *path, \
                            struct ostat *ub); } ostat
! 39    NOARGS          { pid_t sys_getppid(void); }
  40    STD             { int compat_43_freebsd_sys_lstat(char *path, \
                            struct ostat *ub); } olstat
  41    NOARGS          { int sys_dup(u_int fd); }

And, when you've done all that, remember to
chmod 755 /usr/src/share/zoneinfo/datfiles/yearistype.sh

Sorry, folks, no time at the moment for a Snapshot Report. Blame my
manager...

Cheers,
Alistair
--
Alistair G. Crooks (agc@uts.amdahl.com)                    +44 125 234 6377
Amdahl European HQ, Dogmersfield Park, Hartley Wintney, Hants RG27 8TE, UK.
[These are only my opinions, and certainly not those of Amdahl Corporation]