minix/lib
Ben Gras 7e73260cf5 - enable remembering of device memory ranges set by PCI and
told to kernel
  - makes VM ask the kernel if a certain process is allowed
    to map in a range of physical memory (VM rounds it to page
    boundaries afterwards - but it's impossible to map anything
    smaller otherwise so I assume this is safe, i.e. there won't
    be anything else in that page; certainly no regular memory)
  - VM permission check cleanup (no more hardcoded calls, less
    hardcoded logic, more readable main loop), a loose end left
    by GQ
  - remove do_copy warning, as the ipc server triggers this but
    it's no more harmful than the special cases already excluded
    explicitly (VFS, PM, etc).
2009-11-03 11:12:23 +00:00
..
ack Fix HUGE_VAL warnings 2009-08-18 19:10:48 +00:00
ansi Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
curses Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
dummy Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
editline Retry read after EINTR. 2006-06-14 13:18:53 +00:00
end Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
float Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
fphook Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
gnu Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
i86 Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
i386 various syscall entry points 2009-09-21 14:46:10 +00:00
ip Avoid alarm to prevent the setitimer interval from being reset 2009-09-03 20:35:22 +00:00
math Fix HUGE_VAL warnings 2009-08-18 19:10:20 +00:00
other - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
posix Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
regex Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
stdio make remove(3) remove directories as well 2009-07-12 14:44:37 +00:00
stdtime ftime() 2009-09-21 14:44:35 +00:00
syscall Remove duplicate nanosleep stub 2009-09-22 12:05:22 +00:00
syslib - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
sysutil Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
sysvipc new sysv ipc call stubs 2009-09-21 14:41:03 +00:00
timers Throw away unused dirs, generated Makefiles. 2006-01-17 10:36:53 +00:00
util Don't close the master fd before returning if slave opens ok 2006-03-27 11:08:53 +00:00
.depend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
.depend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
generate.sh put the zoneinfo library files directly in the lib/stdtime dir 2007-04-12 14:29:30 +00:00
Makedepend-ack Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makedepend-gnu Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
Makefile new sysv ipc call stubs 2009-09-21 14:41:03 +00:00
Makefile.in sysvipc dir 2009-09-21 14:42:13 +00:00
README Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00

make depend  - find dependencies of ack libraries
make all     - compile ack libraries
make install - compile and install ack libraries

make depend-gnu  - find dependencies of gnu libraries
make all-gnu     - compile gnu libraries
make install-gnu - compile and install gnu libraries