No description
Find a file
Ben Gras 53f94f8ed4 dynamic executables on ramdisk support
See UPDATING about upgrading clang for dynamic linking.

	. allow executables on ramdisk to be dynamically linked; this means
	  putting a few required shared libraries and ld.elf_so on the ramdisk.
	. this makes the ramdisk (usage) smaller when they are dynamic, but
	  bigger when they're not.
	. also we can safely ditch newroot and call mount directly as that is
	  all newroot does.
	. create proto.common to share a bunch of entries between
	  small/nonsmall cases
2012-04-16 14:06:09 +02:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Import NetBSD cat(1) 2012-03-14 16:54:30 +01:00
commands dynamic executables on ramdisk support 2012-04-16 14:06:09 +02:00
common recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs dynamic executables on ramdisk support 2012-04-16 14:06:09 +02:00
drivers dynamic executables on ramdisk support 2012-04-16 14:06:09 +02:00
etc build shared versions of libraries 2012-04-16 05:21:20 +02:00
external Import NetBSD file(1) 2012-04-03 01:15:36 +02:00
include recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
kernel recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
lib build shared versions of libraries 2012-04-16 05:21:20 +02:00
libexec build shared versions of libraries 2012-04-16 05:21:20 +02:00
man Add a simple utility to send control messages 2012-04-13 12:58:41 +00:00
sbin Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
servers recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
share build shared versions of libraries 2012-04-16 05:21:20 +02:00
sys Import NetBSD usr.bin/login 2012-04-11 20:02:15 +02:00
test tests: link them dynamically by default 2012-04-16 05:21:21 +02:00
tools build shared versions of libraries 2012-04-16 05:21:20 +02:00
usr.bin build shared versions of libraries 2012-04-16 05:21:20 +02:00
usr.sbin user(8): remove output file from source 2012-02-14 15:49:04 +01:00
.gitignore build shared versions of libraries 2012-04-16 05:21:20 +02:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile clean up master Makefile a bit 2012-04-01 03:45:02 +02:00