No description
Find a file
Ben Gras 769af57274 further libexec generalization
. new mode for sys_memset: include process so memset can be
	  done in physical or virtual address space.
	. add a mode to mmap() that lets a process allocate uninitialized
	  memory.
	. this allows an exec()er (RS, VFS, etc.) to request uninitialized
	  memory from VM and selectively clear the ranges that don't come
	  from a file, leaving no uninitialized memory left for the process
	  to see.
	. use callbacks for clearing the process, clearing memory in the
	  process, and copying into the process; so that the libexec code
	  can be used from rs, vfs, and in the future, kernel (to load vm)
	  and vm (to load boot-time processes)
2012-06-07 15:15:02 +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 further libexec generalization 2012-06-07 15:15:02 +02:00
common libarchive import 2012-05-02 13:31:48 +02:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs set major version of shlibs to 0 2012-05-10 16:38:24 +02:00
drivers set major version of shlibs to 0 2012-05-10 16:38:24 +02:00
etc further libexec generalization 2012-06-07 15:15:02 +02:00
external set major version of shlibs to 0 2012-05-10 16:38:24 +02:00
include further libexec generalization 2012-06-07 15:15:02 +02:00
kernel further libexec generalization 2012-06-07 15:15:02 +02:00
lib further libexec generalization 2012-06-07 15:15:02 +02:00
libexec AT_SUN_EXECNAME support 2012-04-26 13:32:39 +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 further libexec generalization 2012-06-07 15:15:02 +02:00
share no USE_BOOTPARAM 2012-05-31 01:13:27 +02:00
sys Import NetBSD usr.bin/login 2012-04-11 20:02:15 +02:00
test test43: fix dangling-symlink case 2012-05-02 17:39:58 +02:00
tools only elf/multiboot images 2012-05-31 00:58:44 +02:00
usr.bin build shared versions of libraries 2012-04-16 05:21:20 +02:00
usr.sbin release fixes 2012-04-17 16:58:58 +02: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 libarchive import 2012-05-02 13:31:48 +02:00