freebsd-dev/sys/compat/linux
Peter Wemm d3cc2bd29e Initial attempt at getting Linux QMAGIC shared lib support. I have
successfully run linux netscape 2.0b3 with a QMAGIC ld.so and libc/libm
that I found on some linux machine that I _think_ is running slackware 3.0.

There are still problems..  ld.so claims the libraries are the wrong
format, but it still runs anyway.. :-/  The QMAGIC ld.so also screams
about needing ld.so.cache, and running a linux ldconfig is quite
educational.  You soon learn to run "chroot /compat/linux /bin/ldconfig"
where ldconfig is living in /compat/linux/bin. :-]

(Lets just say that it puts loads of symlinks in /usr/lib otherwise :-)
1995-12-15 03:28:38 +00:00
..
linux_file.c Clean up some warnings by using the generated structures in <sys/sysproto.h> 1995-12-15 03:06:57 +00:00
linux_ioctl.c Clean up some warnings by using the generated structures in <sys/sysproto.h> 1995-12-15 03:06:57 +00:00
linux_ipc.c Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
linux_misc.c Initial attempt at getting Linux QMAGIC shared lib support. I have 1995-12-15 03:28:38 +00:00
linux_signal.c Clean up some warnings by using the generated structures in <sys/sysproto.h> 1995-12-15 03:06:57 +00:00
linux_socket.c Clean up some warnings by using the generated structures in <sys/sysproto.h> 1995-12-15 03:06:57 +00:00
linux_stats.c Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00