Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras 02081e4b62 rename mmap() and munmap()
. it's a good extra interface to have but doesn't
	  meet standardised functionality
	. applications (in pkgsrc) find it and expect
	  full functionality the minix mmap doesn't offter
	. on the whole probably better to hide these functions
	  (mmap and friends) until they are grown up; the base system
	  can use the new minix_* names
2011-07-16 13:01:19 +02:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Add bin/ hierarchy 2011-07-01 18:43:15 +02:00
boot boot: Add multiboot support 2011-06-24 17:21:51 +02:00
commands rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
common New stat structure. 2011-07-12 16:39:55 +02:00
docs New stat structure. 2011-07-12 16:39:55 +02:00
drivers rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
etc Support for 82801CAM PRO/100 VE 2011-07-11 21:10:28 +02:00
include rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
kernel Move minimal libc from libsys into separate lib. 2011-07-09 22:32:38 +02:00
lib rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
man New stat structure. 2011-07-12 16:39:55 +02:00
nbsd_include rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
servers rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
share Move minimal libc from libsys into separate lib. 2011-07-09 22:32:38 +02:00
test Fix time modification on truncate() 2011-07-15 14:21:05 +00:00
tools release.sh: jail precaution 2011-07-14 18:36:40 +02:00
usr.bin Replace indent with NetBSD version 2011-07-05 12:37:57 +02:00
.gitignore .gitignore: add obj-elfbase-nbsd 2011-06-25 18:05:01 +02:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile world: add servers install target 2011-07-07 23:06:00 +02:00