History log of /minix/include/ (Results 226 – 250 of 1169)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
24ec0d7304-Nov-2013 David van Moolenbroek <david@minix3.org>

Clean up interface to PM and VFS

- introduce new call numbers, names, and field aliases;
- initialize request messages to zero for all ABI calls;
- format callnr.h in the same way as com.h;
- redo c

Clean up interface to PM and VFS

- introduce new call numbers, names, and field aliases;
- initialize request messages to zero for all ABI calls;
- format callnr.h in the same way as com.h;
- redo call tables in both servers;
- remove param.h namespace pollution in the servers;
- make brk(2) go to VM directly, rather than through PM;
- remove obsolete BRK, UTIME, and WAIT calls;
- clean up path copying routine in VFS;
- move remaining system calls from libminlib to libc;
- correct some errno-related mistakes in libc routines.

Change-Id: I2d8ec5d061cd7e0b30c51ffd77aa72ebf84e2565

show more ...


/minix/commands/readclock/readclock.c
/minix/commands/service/parse.c
/minix/commands/service/service.c
/minix/etc/system.conf
minix/callnr.h
minix/com.h
minix/syslib.h
minix/vm.h
/minix/kernel/extract-mtype.sh
/minix/lib/libc/gen/minix/wait.c
/minix/lib/libc/gen/minix/waitpid.c
/minix/lib/libc/sys-minix/Makefile.inc
/minix/lib/libc/sys-minix/_exit.c
/minix/lib/libc/sys-minix/_mcontext.c
/minix/lib/libc/sys-minix/access.c
/minix/lib/libc/sys-minix/adjtime.c
/minix/lib/libc/sys-minix/brk.c
/minix/lib/libc/sys-minix/chdir.c
/minix/lib/libc/sys-minix/chmod.c
/minix/lib/libc/sys-minix/chown.c
/minix/lib/libc/sys-minix/chroot.c
/minix/lib/libc/sys-minix/clock_getres.c
/minix/lib/libc/sys-minix/clock_gettime.c
/minix/lib/libc/sys-minix/clock_settime.c
/minix/lib/libc/sys-minix/close.c
/minix/lib/libc/sys-minix/cprofile.c
/minix/lib/libc/sys-minix/execve.c
/minix/lib/libc/sys-minix/fchmod.c
/minix/lib/libc/sys-minix/fchown.c
/minix/lib/libc/sys-minix/fcntl.c
/minix/lib/libc/sys-minix/fork.c
/minix/lib/libc/sys-minix/fstatvfs.c
/minix/lib/libc/sys-minix/fsync.c
/minix/lib/libc/sys-minix/ftruncate.c
/minix/lib/libc/sys-minix/futimens.c
/minix/lib/libc/sys-minix/futimes.c
/minix/lib/libc/sys-minix/gcov_flush.c
/minix/lib/libc/sys-minix/getdents.c
/minix/lib/libc/sys-minix/getegid.c
/minix/lib/libc/sys-minix/geteuid.c
/minix/lib/libc/sys-minix/getgid.c
/minix/lib/libc/sys-minix/getgroups.c
/minix/lib/libc/sys-minix/getitimer.c
/minix/lib/libc/sys-minix/getpgrp.c
/minix/lib/libc/sys-minix/getpid.c
/minix/lib/libc/sys-minix/getppid.c
/minix/lib/libc/sys-minix/getrusage.c
/minix/lib/libc/sys-minix/gettimeofday.c
/minix/lib/libc/sys-minix/getuid.c
/minix/lib/libc/sys-minix/getvfsstat.c
/minix/lib/libc/sys-minix/ioctl.c
/minix/lib/libc/sys-minix/issetugid.c
/minix/lib/libc/sys-minix/kill.c
/minix/lib/libc/sys-minix/link.c
/minix/lib/libc/sys-minix/loadname.c
/minix/lib/libc/sys-minix/lseek.c
/minix/lib/libc/sys-minix/lseek64.c
/minix/lib/libc/sys-minix/lutimes.c
/minix/lib/libc/sys-minix/minix_rs.c
/minix/lib/libc/sys-minix/mkdir.c
/minix/lib/libc/sys-minix/mknod.c
/minix/lib/libc/sys-minix/mmap.c
/minix/lib/libc/sys-minix/mount.c
/minix/lib/libc/sys-minix/nanosleep.c
/minix/lib/libc/sys-minix/open.c
/minix/lib/libc/sys-minix/pipe.c
/minix/lib/libc/sys-minix/priority.c
/minix/lib/libc/sys-minix/ptrace.c
/minix/lib/libc/sys-minix/read.c
/minix/lib/libc/sys-minix/readlink.c
/minix/lib/libc/sys-minix/reboot.c
/minix/lib/libc/sys-minix/rename.c
/minix/lib/libc/sys-minix/rmdir.c
/minix/lib/libc/sys-minix/select.c
/minix/lib/libc/sys-minix/sem.c
/minix/lib/libc/sys-minix/setgid.c
/minix/lib/libc/sys-minix/setgroups.c
/minix/lib/libc/sys-minix/setitimer.c
/minix/lib/libc/sys-minix/setsid.c
/minix/lib/libc/sys-minix/setuid.c
/minix/lib/libc/sys-minix/shmat.c
/minix/lib/libc/sys-minix/shmctl.c
/minix/lib/libc/sys-minix/shmget.c
/minix/lib/libc/sys-minix/sigaction.c
/minix/lib/libc/sys-minix/sigpending.c
/minix/lib/libc/sys-minix/sigprocmask.c
/minix/lib/libc/sys-minix/sigreturn.c
/minix/lib/libc/sys-minix/sigsuspend.c
/minix/lib/libc/sys-minix/sprofile.c
/minix/lib/libc/sys-minix/stat.c
/minix/lib/libc/sys-minix/statvfs.c
/minix/lib/libc/sys-minix/stime.c
/minix/lib/libc/sys-minix/svrctl.c
/minix/lib/libc/sys-minix/symlink.c
/minix/lib/libc/sys-minix/sync.c
/minix/lib/libc/sys-minix/sysuname.c
/minix/lib/libc/sys-minix/truncate.c
/minix/lib/libc/sys-minix/umask.c
/minix/lib/libc/sys-minix/unlink.c
/minix/lib/libc/sys-minix/utimensat.c
/minix/lib/libc/sys-minix/utimes.c
/minix/lib/libc/sys-minix/vfork.c
/minix/lib/libc/sys-minix/write.c
/minix/lib/libexec/exec_general.c
/minix/lib/libminlib/Makefile
/minix/lib/libminlib/gcov.c
/minix/lib/libsys/Makefile
/minix/lib/libsys/copyfd.c
/minix/lib/libsys/getepinfo.c
/minix/lib/libsys/getprocnr.c
/minix/lib/libsys/mapdriver.c
/minix/lib/libsys/sef.c
/minix/lib/libsys/srv_fork.c
/minix/lib/libsys/srv_kill.c
/minix/servers/pm/Makefile
/minix/servers/pm/alarm.c
/minix/servers/pm/exec.c
/minix/servers/pm/forkexit.c
/minix/servers/pm/getset.c
/minix/servers/pm/glo.h
/minix/servers/pm/main.c
/minix/servers/pm/mcontext.c
/minix/servers/pm/misc.c
/minix/servers/pm/mproc.h
/minix/servers/pm/profile.c
/minix/servers/pm/proto.h
/minix/servers/pm/signal.c
/minix/servers/pm/table.c
/minix/servers/pm/time.c
/minix/servers/pm/trace.c
/minix/servers/pm/utility.c
/minix/servers/rs/exec.c
/minix/servers/vfs/README
/minix/servers/vfs/coredump.c
/minix/servers/vfs/device.c
/minix/servers/vfs/dmap.c
/minix/servers/vfs/exec.c
/minix/servers/vfs/filedes.c
/minix/servers/vfs/glo.h
/minix/servers/vfs/link.c
/minix/servers/vfs/lock.c
/minix/servers/vfs/main.c
/minix/servers/vfs/misc.c
/minix/servers/vfs/mount.c
/minix/servers/vfs/open.c
/minix/servers/vfs/path.c
/minix/servers/vfs/pipe.c
/minix/servers/vfs/protect.c
/minix/servers/vfs/proto.h
/minix/servers/vfs/read.c
/minix/servers/vfs/select.c
/minix/servers/vfs/stadir.c
/minix/servers/vfs/table.c
/minix/servers/vfs/threads.h
/minix/servers/vfs/time.c
/minix/servers/vfs/utility.c
/minix/servers/vfs/worker.c
/minix/servers/vfs/write.c
/minix/servers/vm/break.c
/minix/servers/vm/vfs.c
/minix/test/test5.c
d8106f7f02-Nov-2013 David van Moolenbroek <david@minix3.org>

Rename VFS_BASE to FS_BASE

The recipients of these requests are file systems, not VFS.

Change-Id: I49211cfe4289df25b0c07171c7f8c321fc3731d6

87c599da28-Oct-2013 David van Moolenbroek <david@minix3.org>

PM/VFS protocol: prefix with VFS_PM_

These calls are sent to VFS, and thus should be prefixed with VFS_.
Clean up the protocol and PM's main function a bit.

Since the protocol is substantially big

PM/VFS protocol: prefix with VFS_PM_

These calls are sent to VFS, and thus should be prefixed with VFS_.
Clean up the protocol and PM's main function a bit.

Since the protocol is substantially big and different from normal VFS
requests, this protocol retains its own numbering range for now.

Change-Id: Ia62104b5c5c929ed787144816d2e4cc70bed3b0b

show more ...

44d3230e28-Oct-2013 David van Moolenbroek <david@minix3.org>

For common calls, give servers unique call numbers

The getsysinfo(2), getrusage(2), and svrctl(2) calls used the same
call number to different services. Since we want to give each service
its own ca

For common calls, give servers unique call numbers

The getsysinfo(2), getrusage(2), and svrctl(2) calls used the same
call number to different services. Since we want to give each service
its own call number ranges, this is no longer tenable. This patch
introduces per-service call numbers for these calls.

Note that the remainder of the COMMON_ range is left intact, as these
the remaining requests in it are processed by SEF and thus server-
agnostic. The range should really be prefixed with SEF_ now.

Change-Id: I80d728bbeb98227359c525494c433965b40fefc3

show more ...

80bd109c03-Nov-2013 David van Moolenbroek <david@minix3.org>

libsys: various updates

- move system calls for use by services from libminlib into libsys;
- move srv_fork(2) and srv_kill(2) from RS and into libsys;
- replace getprocnr(2) with sef_self(3);
- ren

libsys: various updates

- move system calls for use by services from libminlib into libsys;
- move srv_fork(2) and srv_kill(2) from RS and into libsys;
- replace getprocnr(2) with sef_self(3);
- rename previous getnprocnr(2) to getprocnr(2);
- clean up getepinfo(2);
- change all libsys calls that used _syscall to use _taskcall, so as
to avoid going through errno to pass errors; this is already how
most calls work anyway, and many of the calls previously using
_syscall were already assumed to return the actual error;
- initialize request messages to zero, for future compatibility
(note that this does not include PCI calls, which are in need of a
much bigger overhaul, nor kernel calls);
- clean up more of dead DS code as a side effect.

Change-Id: I8788f54c68598fcf58e23486e270c2d749780ebb

show more ...


/minix/distrib/sets/lists/minix/mi
/minix/drivers/uds/ioc_uds.c
/minix/drivers/vnd/vnd.c
lib.h
minix/callnr.h
minix/com.h
minix/ds.h
minix/sef.h
minix/syslib.h
/minix/kernel/extract-mfield.sh
/minix/lib/libblockdriver/driver.c
/minix/lib/libchardriver/chardriver.c
/minix/lib/libi2cdriver/i2cdriver.c
/minix/lib/libinputdriver/inputdriver.c
/minix/lib/libminlib/Makefile
/minix/lib/libnetdriver/netdriver.c
/minix/lib/libpuffs/glo.h
/minix/lib/libpuffs/puffs.c
/minix/lib/libsys/Makefile
/minix/lib/libsys/checkperms.c
/minix/lib/libsys/copyfd.c
/minix/lib/libsys/ds.c
/minix/lib/libsys/fkey_ctl.c
/minix/lib/libsys/getepinfo.c
/minix/lib/libsys/getprocnr.c
/minix/lib/libsys/getsysinfo.c
/minix/lib/libsys/mapdriver.c
/minix/lib/libsys/sched_start.c
/minix/lib/libsys/sched_stop.c
/minix/lib/libsys/sef.c
/minix/lib/libsys/sef_init.c
/minix/lib/libsys/srv_fork.c
/minix/lib/libsys/srv_kill.c
/minix/lib/libsys/taskcall.c
/minix/lib/libsys/vm_brk.c
/minix/lib/libsys/vm_exit.c
/minix/lib/libsys/vm_fork.c
/minix/lib/libsys/vm_info.c
/minix/lib/libsys/vm_map_phys.c
/minix/lib/libsys/vm_memctl.c
/minix/lib/libsys/vm_notify_sig.c
/minix/lib/libsys/vm_query_exit.c
/minix/lib/libsys/vm_set_priv.c
/minix/lib/libsys/vm_umap.c
/minix/lib/libsys/vm_update.c
/minix/servers/ds/store.h
/minix/servers/ext2/glo.h
/minix/servers/ext2/main.c
/minix/servers/ipc/inc.h
/minix/servers/ipc/main.c
/minix/servers/ipc/sem.c
/minix/servers/ipc/shm.c
/minix/servers/is/dmp_pm.c
/minix/servers/is/main.c
/minix/servers/iso9660fs/glo.h
/minix/servers/iso9660fs/main.c
/minix/servers/iso9660fs/protect.c
/minix/servers/mfs/glo.h
/minix/servers/mfs/main.c
/minix/servers/pm/exec.c
/minix/servers/pm/forkexit.c
/minix/servers/pm/main.c
/minix/servers/pm/misc.c
/minix/servers/pm/mproc.h
/minix/servers/pm/proto.h
/minix/servers/pm/signal.c
/minix/servers/pm/table.c
/minix/servers/pm/trace.c
/minix/servers/procfs/pid.c
/minix/servers/rs/main.c
/minix/servers/rs/manager.c
/minix/servers/rs/proto.h
/minix/servers/vfs/dmap.c
/minix/servers/vfs/param.h
/minix/test/Makefile
/minix/test/ds/README
/minix/test/ds/dstest.c
/minix/test/ds/subs.c
/minix/test/run
/minix/test/safecopy/grantor.c
/minix/test/safecopy/inc.h
/minix/test/safecopy/requestor.c
/minix/test/test79.c
4d4e70da26-Oct-2013 David van Moolenbroek <david@minix3.org>

PM: remove obsolete ALARM, PAUSE, TIMES calls

NetBSD libc implements these as wrappers around setitimer(2),
sigsuspend(2), and getrusage(2), respectively.

Change-Id: I0c5e725b3e1316bddd3a3ff7ef65d5

PM: remove obsolete ALARM, PAUSE, TIMES calls

NetBSD libc implements these as wrappers around setitimer(2),
sigsuspend(2), and getrusage(2), respectively.

Change-Id: I0c5e725b3e1316bddd3a3ff7ef65d57d30afd10d

show more ...

6c8f7fc316-Sep-2013 Ben Gras <ben@minix3.org>

netbsd dirent.h, import sys/sys *.h, mfs cleanup

. add all sys/sys headers not already present to help compiling
. take netbsd dirent.h and struct dirent; main result is
introducing d_type and

netbsd dirent.h, import sys/sys *.h, mfs cleanup

. add all sys/sys headers not already present to help compiling
. take netbsd dirent.h and struct dirent; main result is
introducing d_type and d_namlen that have to be set by getdents()
in all FS code implementing it
. d_off is gone
. alignment of the struct has become 8 bytes instead of 4
. remove _MAX_BLOCK_SIZE, _MIN_BLOCK_SIZE, _STATIC_BLOCK_SIZE
. libminlib: cleanup unused yet duplicate code
. mfs: throw out the long-broken v1, v2 support
. new test for dirent contents filled by getdents()

Change-Id: I1459755c7ba5e5d1c9396d3a587ce6e63ddc283e

show more ...


/minix/commands/fsck.mfs/fsck.c
/minix/distrib/sets/lists/minix/md.evbarm
/minix/distrib/sets/lists/minix/md.i386
/minix/distrib/sets/lists/minix/mi
/minix/external/bsd/kyua-cli/lib/utils/Makefile
dirent.h
fts.h
minix/Makefile
minix/fslib.h
minix/minlib.h
/minix/lib/libc/gen/Makefile.inc
/minix/lib/libc/gen/sysctl.c
/minix/lib/libminlib/fslib.c
/minix/lib/libpuffs/subr.c
/minix/lib/libsffs/read.c
/minix/lib/libvtreefs/read.c
/minix/sbin/mknod/Makefile
/minix/sbin/mknod/mknod.c
/minix/servers/devman/Makefile
/minix/servers/ext2/Makefile
/minix/servers/ext2/buf.h
/minix/servers/ext2/read.c
/minix/servers/ext2/super.c
/minix/servers/ext2/utility.c
/minix/servers/iso9660fs/Makefile
/minix/servers/iso9660fs/buf.h
/minix/servers/iso9660fs/read.c
/minix/servers/mfs/buf.h
/minix/servers/mfs/const.h
/minix/servers/mfs/inode.c
/minix/servers/mfs/inode.h
/minix/servers/mfs/open.c
/minix/servers/mfs/read.c
/minix/servers/mfs/super.c
/minix/servers/mfs/super.h
/minix/servers/mfs/type.h
/minix/servers/mfs/utility.c
/minix/servers/mfs/write.c
/minix/servers/procfs/Makefile
/minix/servers/procfs/inc.h
/minix/servers/vfs/exec.c
/minix/servers/vfs/link.c
/minix/servers/vfs/mount.c
/minix/servers/vfs/open.c
/minix/servers/vfs/path.c
/minix/servers/vfs/read.c
/minix/sys/Makefile
/minix/sys/arch/arm/include/Makefile
/minix/sys/arch/arm/include/proc.h
/minix/sys/arch/evbarm/include/Makefile
/minix/sys/arch/evbarm/include/proc.h
/minix/sys/arch/i386/include/Makefile
/minix/sys/arch/i386/include/frame.h
/minix/sys/arch/i386/include/lock.h
/minix/sys/arch/i386/include/npx.h
/minix/sys/arch/i386/include/pcb.h
/minix/sys/arch/i386/include/proc.h
/minix/sys/arch/i386/include/segments.h
/minix/sys/arch/i386/include/sysarch.h
/minix/sys/arch/i386/include/tss.h
/minix/sys/sys/Makefile
/minix/sys/sys/acct.h
/minix/sys/sys/agpio.h
/minix/sys/sys/aio.h
/minix/sys/sys/aout_mids.h
/minix/sys/sys/ataio.h
/minix/sys/sys/audioio.h
/minix/sys/sys/blist.h
/minix/sys/sys/buf.h
/minix/sys/sys/bufq.h
/minix/sys/sys/bufq_impl.h
/minix/sys/sys/bus.h
/minix/sys/sys/bus_proto.h
/minix/sys/sys/callback.h
/minix/sys/sys/callout.h
/minix/sys/sys/cctr.h
/minix/sys/sys/cdio.h
/minix/sys/sys/chio.h
/minix/sys/sys/clockctl.h
/minix/sys/sys/conf.h
/minix/sys/sys/core.h
/minix/sys/sys/cprng.h
/minix/sys/sys/cpu.h
/minix/sys/sys/cpu_data.h
/minix/sys/sys/cpufreq.h
/minix/sys/sys/cpuio.h
/minix/sys/sys/debug.h
/minix/sys/sys/device.h
/minix/sys/sys/device_if.h
/minix/sys/sys/devmon.h
/minix/sys/sys/dir.h
/minix/sys/sys/dirent.h
/minix/sys/sys/dirhash.h
/minix/sys/sys/disklabel_rdb.h
/minix/sys/sys/dkstat.h
/minix/sys/sys/domain.h
/minix/sys/sys/drvctlio.h
/minix/sys/sys/dtrace_bsd.h
/minix/sys/sys/dvdio.h
/minix/sys/sys/envsys.h
/minix/sys/sys/evcnt.h
/minix/sys/sys/event.h
/minix/sys/sys/eventvar.h
/minix/sys/sys/exec_aout.h
/minix/sys/sys/exec_coff.h
/minix/sys/sys/exec_ecoff.h
/minix/sys/sys/exec_script.h
/minix/sys/sys/extent.h
/minix/sys/sys/fdio.h
/minix/sys/sys/fileassoc.h
/minix/sys/sys/filedesc.h
/minix/sys/sys/filio.h
/minix/sys/sys/flashio.h
/minix/sys/sys/fstrans.h
/minix/sys/sys/gpio.h
/minix/sys/sys/idle.h
/minix/sys/sys/intr.h
/minix/sys/sys/ioctl_compat.h
/minix/sys/sys/joystick.h
/minix/sys/sys/kauth.h
/minix/sys/sys/kcore.h
/minix/sys/sys/kcpuset.h
/minix/sys/sys/kern_ctf.h
/minix/sys/sys/kernel.h
/minix/sys/sys/kernhist.h
/minix/sys/sys/kgdb.h
/minix/sys/sys/kmem.h
/minix/sys/sys/kobj.h
/minix/sys/sys/kobj_impl.h
/minix/sys/sys/kprintf.h
/minix/sys/sys/ksem.h
/minix/sys/sys/ksyms.h
/minix/sys/sys/kthread.h
/minix/sys/sys/ktrace.h
/minix/sys/sys/lockdebug.h
/minix/sys/sys/lockf.h
/minix/sys/sys/lwpctl.h
/minix/sys/sys/malloc.h
/minix/sys/sys/mallocvar.h
/minix/sys/sys/mbuf.h
/minix/sys/sys/midiio.h
/minix/sys/sys/module.h
/minix/sys/sys/mqueue.h
/minix/sys/sys/msg.h
/minix/sys/sys/msgbuf.h
/minix/sys/sys/namei.h
/minix/sys/sys/once.h
/minix/sys/sys/optstr.h
/minix/sys/sys/pax.h
/minix/sys/sys/pcq.h
/minix/sys/sys/pcu.h
/minix/sys/sys/percpu.h
/minix/sys/sys/percpu_types.h
/minix/sys/sys/pipe.h
/minix/sys/sys/pmc.h
/minix/sys/sys/pmf.h
/minix/sys/sys/pool.h
/minix/sys/sys/power.h
/minix/sys/sys/proc.h
/minix/sys/sys/prot.h
/minix/sys/sys/protosw.h
/minix/sys/sys/pserialize.h
/minix/sys/sys/pset.h
/minix/sys/sys/pty.h
/minix/sys/sys/quota.h
/minix/sys/sys/quotactl.h
/minix/sys/sys/radioio.h
/minix/sys/sys/radixtree.h
/minix/sys/sys/resourcevar.h
/minix/sys/sys/rnd.h
/minix/sys/sys/rngtest.h
/minix/sys/sys/rpst.h
/minix/sys/sys/scanio.h
/minix/sys/sys/sched.h
/minix/sys/sys/scsiio.h
/minix/sys/sys/sdt.h
/minix/sys/sys/selinfo.h
/minix/sys/sys/signalvar.h
/minix/sys/sys/simplelock.h
/minix/sys/sys/sleepq.h
/minix/sys/sys/socketvar.h
/minix/sys/sys/sockio.h
/minix/sys/sys/spawn.h
/minix/sys/sys/spl.h
/minix/sys/sys/spldebug.h
/minix/sys/sys/swap.h
/minix/sys/sys/syncobj.h
/minix/sys/sys/syscall.h
/minix/sys/sys/syscall_stats.h
/minix/sys/sys/syscallargs.h
/minix/sys/sys/syscallvar.h
/minix/sys/sys/sysctl.h
/minix/sys/sys/systm.h
/minix/sys/sys/tape.h
/minix/sys/sys/timeb.h
/minix/sys/sys/timepps.h
/minix/sys/sys/timetc.h
/minix/sys/sys/timevar.h
/minix/sys/sys/timex.h
/minix/sys/sys/tprintf.h
/minix/sys/sys/trace.h
/minix/sys/sys/tty.h
/minix/sys/sys/ttychars.h
/minix/sys/sys/ttydev.h
/minix/sys/sys/uidinfo.h
/minix/sys/sys/unpcb.h
/minix/sys/sys/user.h
/minix/sys/sys/userconf.h
/minix/sys/sys/userret.h
/minix/sys/sys/vadvise.h
/minix/sys/sys/verified_exec.h
/minix/sys/sys/vfs_syscalls.h
/minix/sys/sys/videoio.h
/minix/sys/sys/vmem.h
/minix/sys/sys/vmmeter.h
/minix/sys/sys/vnode.h
/minix/sys/sys/vnode_if.h
/minix/sys/sys/wapbl.h
/minix/sys/sys/wapbl_replay.h
/minix/sys/sys/wdog.h
/minix/sys/sys/workqueue.h
/minix/sys/sys/xattr.h
/minix/sys/sys/xcall.h
/minix/sys/uvm/Makefile
/minix/sys/uvm/files.uvm
/minix/sys/uvm/pmap/pmap.h
/minix/sys/uvm/pmap/tlb.h
/minix/sys/uvm/pmap/vmpagemd.h
/minix/sys/uvm/uvm.h
/minix/sys/uvm/uvm_amap.h
/minix/sys/uvm/uvm_anon.h
/minix/sys/uvm/uvm_aobj.h
/minix/sys/uvm/uvm_ddb.h
/minix/sys/uvm/uvm_device.h
/minix/sys/uvm/uvm_extern.h
/minix/sys/uvm/uvm_fault.h
/minix/sys/uvm/uvm_fault_i.h
/minix/sys/uvm/uvm_glue.h
/minix/sys/uvm/uvm_km.h
/minix/sys/uvm/uvm_kmguard.h
/minix/sys/uvm/uvm_loan.h
/minix/sys/uvm/uvm_map.h
/minix/sys/uvm/uvm_object.h
/minix/sys/uvm/uvm_page.h
/minix/sys/uvm/uvm_pager.h
/minix/sys/uvm/uvm_param.h
/minix/sys/uvm/uvm_pdaemon.h
/minix/sys/uvm/uvm_pdpolicy.h
/minix/sys/uvm/uvm_pdpolicy_impl.h
/minix/sys/uvm/uvm_pglist.h
/minix/sys/uvm/uvm_pmap.h
/minix/sys/uvm/uvm_prot.h
/minix/sys/uvm/uvm_readahead.h
/minix/sys/uvm/uvm_stat.h
/minix/sys/uvm/uvm_swap.h
/minix/test/Makefile
/minix/test/run
/minix/test/test78.c
/minix/usr.sbin/installboot/install_master.c
664b726c06-Oct-2013 David van Moolenbroek <david@minix3.org>

VFS: further cleanup of device code

- all TTY-related exceptions have now been merged into the regular
code paths, allowing non-TTY drivers to expose TTY-like devices;
- as part of this, CTTY_MAJO

VFS: further cleanup of device code

- all TTY-related exceptions have now been merged into the regular
code paths, allowing non-TTY drivers to expose TTY-like devices;
- as part of this, CTTY_MAJOR is now fully managed by VFS instead of
being an ugly stepchild of the TTY driver;
- device styles have become completely obsolete, support for them has
been removed throughout the system; same for device flags, which had
already become useless a while ago;
- device map open/close and I/O function pointers have lost their use,
thus finally making the VFS device code actually readable;
- the device-unrelated pm_setsid has been moved to misc.c;
- some other small cleanup-related changes.

Change-Id: If90b10d1818e98a12139da3e94a15d250c9933da

show more ...

e5cc85fd05-Oct-2013 David van Moolenbroek <david@minix3.org>

Extend dupfrom(2) into copyfd(2)

This single function allows copying file descriptors from and to
processes, and closing a previously copied remote file descriptor.
This function replaces the five F

Extend dupfrom(2) into copyfd(2)

This single function allows copying file descriptors from and to
processes, and closing a previously copied remote file descriptor.
This function replaces the five FD-related UDS backcalls. While it
limits the total number of in-flight file descriptors to OPEN_MAX,
this change greatly improves crash recovery support of UDS, since all
in-flight file descriptors will be closed instead of keeping them
open indefinitely (causing VFS to crash on system shutdown). With the
new copyfd call, UDS becomes simpler, and the concept of filps is no
longer exposed outside of VFS.

This patch also moves the checkperms(2) stub into libminlib, thus
fully abstracting away message details of VFS communication from UDS.

Change-Id: Idd32ad390a566143c8ef66955e5ae2c221cff966

show more ...

b003ed0904-Oct-2013 David van Moolenbroek <david@minix3.org>

UDS: split off from PFS

Change-Id: I769cbd64aa6e5e85a797caf0f8bbb4c20e145263

6d466f9402-Oct-2013 David van Moolenbroek <david@minix3.org>

at_wini: PCI-only now; one controller per instance

- remove non-PCI support, since all supported platforms with at_wini
devices also have PCI support by now;
- correspondingly, stop using informat

at_wini: PCI-only now; one controller per instance

- remove non-PCI support, since all supported platforms with at_wini
devices also have PCI support by now;
- correspondingly, stop using information from the BIOS altogether;
- limit each driver instance to one controller, to be in line with
the general MINIX3 one-instance-per-controller driver model; this
limits the number of disks per at_wini instance to four;
- go through the controllers by the order of their occurrence in the
PCI table, thus removing the exception for compatibility devices;
- let the second at_wini instance shut down silently if there is only
one IDE controller;
- clean up some extra code we don't need anymore, and resolve some
WARNS=5 level warnings.

Overall, these changes should simplify automatic loading of the right
disk drivers at boot time in the future.

Change-Id: Ia64d08cfbeb9916abd68c9c2941baeb87d02a806

show more ...

89332ecd30-Sep-2013 David van Moolenbroek <david@minix3.org>

system.conf: subsystem VID/DID matching support

- change "vid/did" to "vid:did", old form still supported for now;
- allow "vid:did/subvid:subdid" specification in system.conf, in
which case a dev

system.conf: subsystem VID/DID matching support

- change "vid/did" to "vid:did", old form still supported for now;
- allow "vid:did/subvid:subdid" specification in system.conf, in
which case a device will be visible to a driver if the subsystem
VID/DID also match.

Change-Id: I7aef54da1b0bc81e24b5d98f1a28416f38f8b266

show more ...


/minix/commands/MAKEDEV/MAKEDEV.8
/minix/commands/MAKEDEV/MAKEDEV.sh
/minix/commands/MAKEDEV/Makefile
/minix/commands/Makefile
/minix/commands/cd/Makefile
/minix/commands/cd/cd.sh
/minix/commands/command/Makefile
/minix/commands/command/command.sh
/minix/commands/echo/Makefile
/minix/commands/echo/echo.sh
/minix/commands/expr/Makefile
/minix/commands/expr/expr.sh
/minix/commands/false/Makefile
/minix/commands/false/false.sh
/minix/commands/getopts/Makefile
/minix/commands/getopts/getopts.sh
/minix/commands/read/Makefile
/minix/commands/read/read.sh
/minix/commands/service/parse.c
/minix/commands/shared/README
/minix/commands/shared/builtin.sh
/minix/commands/test/Makefile
/minix/commands/test/test.sh
/minix/commands/true/Makefile
/minix/commands/true/true.sh
/minix/commands/umask/Makefile
/minix/commands/umask/umask.sh
/minix/commands/wait/Makefile
/minix/commands/wait/wait.sh
/minix/distrib/sets/lists/minix/mi
/minix/drivers/atl2/atl2.conf
/minix/drivers/dec21140A/dec21140A.conf
/minix/drivers/e1000/e1000.conf
/minix/drivers/fxp/fxp.conf
/minix/drivers/lance/lance.conf
/minix/drivers/pci/pci.c
/minix/drivers/ramdisk/Makefile
/minix/drivers/rtl8139/rtl8139.conf
/minix/drivers/rtl8169/rtl8169.conf
/minix/drivers/tty/keymaps/Makefile
/minix/drivers/tty/keymaps/abnt2.src
/minix/drivers/tty/keymaps/dvorak.src
/minix/drivers/tty/keymaps/french.src
/minix/drivers/tty/keymaps/german.src
/minix/drivers/tty/keymaps/italian.src
/minix/drivers/tty/keymaps/latin-america.src
/minix/drivers/tty/keymaps/norwegian.src
/minix/drivers/tty/keymaps/portuguese.src
/minix/drivers/tty/keymaps/russian-cp1251.src
/minix/drivers/tty/keymaps/russian-cp866.src
/minix/drivers/tty/keymaps/russian.src
/minix/drivers/tty/keymaps/scandinavian.src
/minix/drivers/tty/keymaps/spanish.src
/minix/drivers/tty/keymaps/ukraine-koi8-u.src
/minix/drivers/virtio_net/virtio_net.conf
/minix/etc/Makefile
/minix/etc/man.conf
/minix/etc/mtree/NetBSD.dist.base
/minix/etc/system.conf
/minix/external/bsd/mdocml/Makefile.inc
/minix/external/bsd/mdocml/bin/mandoc/Makefile
/minix/external/bsd/mdocml/dist/Makefile
/minix/external/bsd/mdocml/dist/apropos.1
/minix/external/bsd/mdocml/dist/apropos.c
/minix/external/bsd/mdocml/dist/apropos_db.c
/minix/external/bsd/mdocml/dist/apropos_db.h
/minix/external/bsd/mdocml/dist/arch.c
/minix/external/bsd/mdocml/dist/arch.in
/minix/external/bsd/mdocml/dist/att.c
/minix/external/bsd/mdocml/dist/att.in
/minix/external/bsd/mdocml/dist/catman.8
/minix/external/bsd/mdocml/dist/catman.c
/minix/external/bsd/mdocml/dist/cgi.c
/minix/external/bsd/mdocml/dist/chars.c
/minix/external/bsd/mdocml/dist/chars.in
/minix/external/bsd/mdocml/dist/compat_fgetln.c
/minix/external/bsd/mdocml/dist/compat_getsubopt.c
/minix/external/bsd/mdocml/dist/compat_strlcat.c
/minix/external/bsd/mdocml/dist/compat_strlcpy.c
/minix/external/bsd/mdocml/dist/config.h.post
/minix/external/bsd/mdocml/dist/config.h.pre
/minix/external/bsd/mdocml/dist/demandoc.1
/minix/external/bsd/mdocml/dist/demandoc.c
/minix/external/bsd/mdocml/dist/eqn.7
/minix/external/bsd/mdocml/dist/eqn.c
/minix/external/bsd/mdocml/dist/eqn_html.c
/minix/external/bsd/mdocml/dist/eqn_term.c
/minix/external/bsd/mdocml/dist/example.style.css
/minix/external/bsd/mdocml/dist/external.png.uu
/minix/external/bsd/mdocml/dist/html.c
/minix/external/bsd/mdocml/dist/html.h
/minix/external/bsd/mdocml/dist/lib.c
/minix/external/bsd/mdocml/dist/lib.in
/minix/external/bsd/mdocml/dist/libman.h
/minix/external/bsd/mdocml/dist/libmandoc.h
/minix/external/bsd/mdocml/dist/libmdoc.h
/minix/external/bsd/mdocml/dist/libroff.h
/minix/external/bsd/mdocml/dist/main.c
/minix/external/bsd/mdocml/dist/main.h
/minix/external/bsd/mdocml/dist/man-cgi.css
/minix/external/bsd/mdocml/dist/man.7
/minix/external/bsd/mdocml/dist/man.c
/minix/external/bsd/mdocml/dist/man.cgi.7
/minix/external/bsd/mdocml/dist/man.h
/minix/external/bsd/mdocml/dist/man_hash.c
/minix/external/bsd/mdocml/dist/man_html.c
/minix/external/bsd/mdocml/dist/man_macro.c
/minix/external/bsd/mdocml/dist/man_term.c
/minix/external/bsd/mdocml/dist/man_validate.c
/minix/external/bsd/mdocml/dist/mandoc.1
/minix/external/bsd/mdocml/dist/mandoc.3
/minix/external/bsd/mdocml/dist/mandoc.c
/minix/external/bsd/mdocml/dist/mandoc.h
/minix/external/bsd/mdocml/dist/mandoc_char.7
/minix/external/bsd/mdocml/dist/mandocdb.8
/minix/external/bsd/mdocml/dist/mandocdb.c
/minix/external/bsd/mdocml/dist/mandocdb.h
/minix/external/bsd/mdocml/dist/manpath.c
/minix/external/bsd/mdocml/dist/manpath.h
/minix/external/bsd/mdocml/dist/mdoc.7
/minix/external/bsd/mdocml/dist/mdoc.c
/minix/external/bsd/mdocml/dist/mdoc.h
/minix/external/bsd/mdocml/dist/mdoc_argv.c
/minix/external/bsd/mdocml/dist/mdoc_hash.c
/minix/external/bsd/mdocml/dist/mdoc_html.c
/minix/external/bsd/mdocml/dist/mdoc_macro.c
/minix/external/bsd/mdocml/dist/mdoc_man.c
/minix/external/bsd/mdocml/dist/mdoc_term.c
/minix/external/bsd/mdocml/dist/mdoc_validate.c
/minix/external/bsd/mdocml/dist/msec.c
/minix/external/bsd/mdocml/dist/msec.in
/minix/external/bsd/mdocml/dist/out.c
/minix/external/bsd/mdocml/dist/out.h
/minix/external/bsd/mdocml/dist/preconv.1
/minix/external/bsd/mdocml/dist/preconv.c
/minix/external/bsd/mdocml/dist/predefs.in
/minix/external/bsd/mdocml/dist/read.c
/minix/external/bsd/mdocml/dist/roff.7
/minix/external/bsd/mdocml/dist/roff.c
/minix/external/bsd/mdocml/dist/st.c
/minix/external/bsd/mdocml/dist/st.in
/minix/external/bsd/mdocml/dist/tbl.7
/minix/external/bsd/mdocml/dist/tbl.c
/minix/external/bsd/mdocml/dist/tbl_data.c
/minix/external/bsd/mdocml/dist/tbl_html.c
/minix/external/bsd/mdocml/dist/tbl_layout.c
/minix/external/bsd/mdocml/dist/tbl_opts.c
/minix/external/bsd/mdocml/dist/tbl_term.c
/minix/external/bsd/mdocml/dist/term.c
/minix/external/bsd/mdocml/dist/term.h
/minix/external/bsd/mdocml/dist/term_ascii.c
/minix/external/bsd/mdocml/dist/term_ps.c
/minix/external/bsd/mdocml/dist/test-fgetln.c
/minix/external/bsd/mdocml/dist/test-getsubopt.c
/minix/external/bsd/mdocml/dist/test-mmap.c
/minix/external/bsd/mdocml/dist/test-strptime.c
/minix/external/bsd/mdocml/dist/tree.c
/minix/external/bsd/mdocml/dist/vol.c
/minix/external/bsd/mdocml/dist/whatis.1
/minix/external/bsd/mdocml/lib/Makefile
/minix/external/bsd/mdocml/lib/libmandoc/Makefile
/minix/external/bsd/mdocml/man/Makefile
/minix/external/gpl3/gcc/files/minix-spec.h
/minix/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h
/minix/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h
minix/rs.h
/minix/libexec/ld.elf_so/Makefile
/minix/libexec/ld.elf_so/rtld.h
/minix/man/man5/system.conf.5
/minix/man/man8/Makefile
/minix/releasetools/arm_sdimage.sh
/minix/releasetools/nbsd_ports
/minix/releasetools/x86_hdimage.sh
/minix/servers/rs/manager.c
/minix/share/mk/bsd.own.mk
/minix/usr.bin/man/man.1
/minix/usr.bin/man/man.c
/minix/usr.bin/man/man.conf.5
6b3f4dc128-Sep-2013 David van Moolenbroek <david@minix3.org>

Input infrastructure, INPUT server, PCKBD driver

This commit separates the low-level keyboard driver from TTY, putting
it in a separate driver (PCKBD). The commit also separates management
of raw in

Input infrastructure, INPUT server, PCKBD driver

This commit separates the low-level keyboard driver from TTY, putting
it in a separate driver (PCKBD). The commit also separates management
of raw input devices from TTY, and puts it in a separate server
(INPUT). All keyboard and mouse input from hardware is sent by drivers
to the INPUT server, which either sends it to a process that has
opened a raw input device, or otherwise forwards it to TTY for
standard processing.

Design by Dirk Vogt. Prototype by Uli Kastlunger.

Additional changes made to the prototype:

- the event communication is now based on USB HID codes; all input
drivers have to use USB codes to describe events;
- all TTY keymaps have been converted to USB format, with the effect
that a single keymap covers all keys; there is no (static) escaped
keymap anymore;
- further keymap tweaks now allow remapping of literally all keys;
- input device renumbering and protocol rewrite;
- INPUT server rewrite, with added support for cancel and select;
- PCKBD reimplementation, including PC/AT-to-USB translation;
- support for manipulating keyboard LEDs has been added;
- keyboard and mouse multiplexer devices have been added to INPUT,
primarily so that an X server need only open two devices;
- a new "libinputdriver" library abstracts away protocol details from
input drivers, and should be used by all future input drivers;
- both INPUT and PCKBD can be restarted;
- TTY is now scheduled by KERNEL, so that it won't be punished for
running a lot; without this, simply running "yes" on the console
kills the system;
- the KIOCBELL IOCTL has been moved to /dev/console;
- support for the SCANCODES termios setting has been removed;
- obsolete keymap compression has been removed;
- the obsolete Olivetti M24 keymap has been removed.

Change-Id: I3a672fb8c4fd566734e4b46d3994b4b7fc96d578

show more ...


/minix/commands/DESCRIBE/DESCRIBE.sh
/minix/commands/MAKEDEV/MAKEDEV.sh
/minix/commands/Makefile
/minix/commands/loadkeys/loadkeys.c
/minix/distrib/sets/lists/minix/md.i386
/minix/distrib/sets/lists/minix/mi
/minix/drivers/Makefile
/minix/drivers/pckbd/Makefile
/minix/drivers/pckbd/pckbd.c
/minix/drivers/pckbd/pckbd.h
/minix/drivers/pckbd/table.c
/minix/drivers/ramdisk/Makefile
/minix/drivers/ramdisk/proto
/minix/drivers/ramdisk/proto.dev
/minix/drivers/ramdisk/rc
/minix/drivers/tty/arch/earm/console.c
/minix/drivers/tty/arch/earm/keyboard.c
/minix/drivers/tty/arch/earm/rs232.c
/minix/drivers/tty/arch/i386/keyboard.c
/minix/drivers/tty/arch/i386/rs232.c
/minix/drivers/tty/keymaps/Makefile
/minix/drivers/tty/keymaps/abnt2.src
/minix/drivers/tty/keymaps/dvorak.src
/minix/drivers/tty/keymaps/french.src
/minix/drivers/tty/keymaps/genmap.c
/minix/drivers/tty/keymaps/german.src
/minix/drivers/tty/keymaps/italian.src
/minix/drivers/tty/keymaps/japanese.src
/minix/drivers/tty/keymaps/latin-america.src
/minix/drivers/tty/keymaps/polish.src
/minix/drivers/tty/keymaps/portuguese.src
/minix/drivers/tty/keymaps/russian-cp1251.src
/minix/drivers/tty/keymaps/russian-cp866.src
/minix/drivers/tty/keymaps/russian.src
/minix/drivers/tty/keymaps/scandinavian.src
/minix/drivers/tty/keymaps/spanish.src
/minix/drivers/tty/keymaps/uk.src
/minix/drivers/tty/keymaps/ukraine-koi8-u.src
/minix/drivers/tty/keymaps/us-std.src
/minix/drivers/tty/keymaps/us-swap.src
/minix/drivers/tty/pty.c
/minix/drivers/tty/tty.c
/minix/drivers/tty/tty.h
/minix/etc/Makefile
/minix/etc/system.conf
/minix/external/gpl3/binutils/usr.bin/ld/Makefile
minix/Makefile
minix/com.h
minix/dmap.h
minix/input.h
minix/inputdriver.h
minix/keymap.h
minix/termios.h
/minix/lib/Makefile
/minix/lib/libchardriver/chardriver.c
/minix/lib/libinputdriver/Makefile
/minix/lib/libinputdriver/inputdriver.c
/minix/lib/libsys/Makefile
/minix/lib/libvtreefs/inc.h
/minix/man/man1/Makefile
/minix/man/man4/tty.4
/minix/man/man5/keymap.5
/minix/releasetools/nbsd_ports
/minix/servers/Makefile
/minix/servers/ds/inc.h
/minix/servers/input/Makefile
/minix/servers/input/input.c
/minix/servers/input/input.h
/minix/servers/iso9660fs/inc.h
/minix/servers/pfs/inc.h
/minix/servers/pm/main.c
/minix/servers/procfs/inc.h
/minix/servers/rs/inc.h
/minix/servers/vfs/main.c
/minix/servers/vfs/mount.c
/minix/servers/vfs/path.c
/minix/servers/vm/break.c
/minix/servers/vm/exit.c
/minix/servers/vm/fdref.h
/minix/servers/vm/fork.c
/minix/servers/vm/main.c
/minix/servers/vm/mmap.c
/minix/servers/vm/pagefaults.c
/minix/servers/vm/pagetable.c
/minix/servers/vm/queryexit.c
/minix/servers/vm/region.h
/minix/servers/vm/rs.c
/minix/servers/vm/slaballoc.c
/minix/usr.bin/Makefile
/minix/usr.bin/uname/Makefile
/minix/usr.bin/uname/uname.1
/minix/usr.bin/uname/uname.c
f5dbfe7807-Sep-2013 Thomas Cort <tcort@minix3.org>

uname: normalize release and version

Most systems provide the full version number in the
'release' field and the kernel version in 'version'.
Minix used to split the full version number between
rele

uname: normalize release and version

Most systems provide the full version number in the
'release' field and the kernel version in 'version'.
Minix used to split the full version number between
release and version which caused problems for pkgsrc
and other applications. This patch brings Minix's
uname in line with other systems such as NetBSD.
It also brings the getty banner in line with NetBSD.

Old Minix uname:
sysname->Minix
nodename->10.0.2.15
release->3
version->2.1
machine->i686

New Minix uname:
sysname->Minix
nodename->10.0.2.15
release->3.2.1
version->Minix 3.2.1 (GENERIC)
machine->i686

Change-Id: I966633dfdcf2f9485966bb0d0d042afc45bbeb7d

show more ...

36ac0dbc21-Sep-2013 David van Moolenbroek <david@minix3.org>

Take LOG out of the boot image

Change-Id: Id2629776b53aae46629b04a42c15cbbacac9b949

8fea5ab821-Sep-2013 David van Moolenbroek <david@minix3.org>

Kernel: make SIGKMESS target process list dynamic

The set of processes to which a SIGKMESS signal is sent whenever new
diagnostics messages are added to the kernel's message buffer, is now
no longer

Kernel: make SIGKMESS target process list dynamic

The set of processes to which a SIGKMESS signal is sent whenever new
diagnostics messages are added to the kernel's message buffer, is now
no longer hardcoded. Instead, processes can (un)register themselves
to receive such notifications, by means of sys_diagctl().

Change-Id: I9d6ac006a5d9bbfad2757587a068fc1ec3cc083e

show more ...

de97557920-Sep-2013 David van Moolenbroek <david@minix3.org>

Rename SYSCTL kernel call to DIAGCTL

Change-Id: I1b17373f01808d887dcbeab493838946fbef4ef6

9fab85c219-Sep-2013 Lionel Sambuc <lionel@minix3.org>

Replacing timer_t by netbsd's timer_t

* Renamed struct timer to struct minix_timer
* Renamed timer_t to minix_timer_t
* Ensured all the code uses the minix_timer_t typedef
* Removed ifdef around

Replacing timer_t by netbsd's timer_t

* Renamed struct timer to struct minix_timer
* Renamed timer_t to minix_timer_t
* Ensured all the code uses the minix_timer_t typedef
* Removed ifdef around _BSD_TIMER_T
* Removed include/timers.h and merged it into include/minix/timers.h
* Resolved prototype conflict by renaming kernel's (re)set_timer
to (re)set_kernel_timer.

Change-Id: I56f0f30dfed96e1a0575d92492294cf9a06468a5

show more ...


/minix/commands/service/parse.c
/minix/commands/service/print.c
/minix/commands/service/service.c
/minix/distrib/sets/lists/minix/mi
/minix/drivers/ahci/ahci.c
/minix/drivers/e1000/e1000.c
/minix/drivers/floppy/floppy.c
/minix/drivers/fxp/fxp.c
/minix/drivers/orinoco/orinoco.c
/minix/drivers/rtl8139/rtl8139.c
/minix/drivers/rtl8139/rtl8139.h
/minix/drivers/rtl8169/rtl8169.c
/minix/drivers/tty/arch/i386/console.c
/minix/drivers/tty/arch/i386/keyboard.c
/minix/drivers/tty/tty.c
/minix/drivers/tty/tty.h
Makefile
minix/timers.h
time.h
/minix/kernel/arch/earm/pre_init.c
/minix/kernel/arch/i386/pre_init.c
/minix/kernel/clock.c
/minix/kernel/kernel.h
/minix/kernel/main.c
/minix/kernel/priv.h
/minix/kernel/proto.h
/minix/kernel/system/do_clear.c
/minix/kernel/system/do_privctl.c
/minix/kernel/system/do_setalarm.c
/minix/lib/libsys/sched_start.c
/minix/lib/libsys/tickdelay.c
/minix/lib/libsys/timers.c
/minix/lib/libtimers/timers.h
/minix/lib/libtimers/tmrs_clr.c
/minix/lib/libtimers/tmrs_exp.c
/minix/lib/libtimers/tmrs_set.c
/minix/servers/devman/buf.c
/minix/servers/devman/devman.h
/minix/servers/devman/main.c
/minix/servers/inet/clock.c
/minix/servers/inet/generic/arp.c
/minix/servers/inet/generic/clock.h
/minix/servers/inet/generic/tcp_int.h
/minix/servers/inet/generic/tcp_send.c
/minix/servers/is/dmp_kernel.c
/minix/servers/is/dmp_pm.c
/minix/servers/is/dmp_rs.c
/minix/servers/is/dmp_vm.c
/minix/servers/lwip/lwip.c
/minix/servers/pm/alarm.c
/minix/servers/pm/mproc.h
/minix/servers/pm/proto.h
/minix/servers/pm/schedule.c
/minix/servers/pm/utility.c
/minix/servers/procfs/inc.h
/minix/servers/rs/inc.h
/minix/servers/sched/proto.h
/minix/servers/sched/schedule.c
/minix/servers/vfs/proto.h
/minix/servers/vfs/select.c
/minix/servers/vm/proto.h
/minix/sys/arch/arm/include/ansi.h
/minix/sys/arch/i386/include/ansi.h
/minix/sys/sys/time.h
/minix/sys/sys/types.h
/minix/test/Makefile
/minix/test/blocktest/test.sh
/minix/test/run
/minix/test/testvnd.sh
/minix/test/tvnd.c
/minix/usr.bin/top/top.c
0cea092418-Sep-2013 David van Moolenbroek <david@minix3.org>

Import NetBSD vndconfig(8)

The tool has been changed heavily to match our VND driver model.

NetBSD is in the process of renaming it from vnconfig(8) to
vndconfig(8). To keep things in sync, we have

Import NetBSD vndconfig(8)

The tool has been changed heavily to match our VND driver model.

NetBSD is in the process of renaming it from vnconfig(8) to
vndconfig(8). To keep things in sync, we have to play along.

Change-Id: Ie86df184f03ab00573ea76b43c9caa0412e8321d

show more ...

6989311818-Sep-2013 David van Moolenbroek <david@minix3.org>

Add VND driver, providing loopback devices

Change-Id: I40fa695e28c67477a75383e6f1550e451afcab41

dba2d1f818-Sep-2013 David van Moolenbroek <david@minix3.org>

VFS: add dupfrom(2) call

This call copies a file descriptor from a remote process into the
calling process. The call is for the VND driver only, and in the
future, ACLs will prevent any other proces

VFS: add dupfrom(2) call

This call copies a file descriptor from a remote process into the
calling process. The call is for the VND driver only, and in the
future, ACLs will prevent any other process from using this call.

Change-Id: Ib16fdd1f1a12cb38a70d7e441dad91bc86898f6d

show more ...

d266a94f18-Sep-2013 David van Moolenbroek <david@minix3.org>

Enable devname(3)

There is no support for a device name database yet, so this call is
expected to be fairly slow.

Change-Id: I73aa5f267e2b6921b7d3bbdcc4beac463931132c

1760f1c714-Sep-2013 David van Moolenbroek <david@minix3.org>

Straighten ioctl.h

- include all ioctl subheaders, properly listing all letters;
- change FBD's ioctl calls to use 'B' instead of 'F', in
preparation of the VND driver.

Change-Id: Ia718979568cc05

Straighten ioctl.h

- include all ioctl subheaders, properly listing all letters;
- change FBD's ioctl calls to use 'B' instead of 'F', in
preparation of the VND driver.

Change-Id: Ia718979568cc057f47cf505a89238d5b3b6695d4

show more ...

b48542d915-Sep-2013 David van Moolenbroek <david@minix3.org>

VM: readd support for forgetting cached FS blocks

Not all services involved in block I/O go through VM to access the
blocks they need. As a result, the blocks in VM may become stale,
possibly causi

VM: readd support for forgetting cached FS blocks

Not all services involved in block I/O go through VM to access the
blocks they need. As a result, the blocks in VM may become stale,
possibly causing corruption when the stale copy is restored by a
service that does go through VM later on. This patch restores support
for forgetting cached blocks that belong to a particular device, and
makes the relevant file systems use this functionality 1) when
requested by VFS through REQ_FLUSH, and 2) upon unmount.

Change-Id: I0758c5ed8fe4b5ba81d432595d2113175776aff8

show more ...

665198b410-Sep-2013 David van Moolenbroek <david@minix3.org>

Rewrite character driver protocol

As a side effect, remove the clone style, as the normal device style
supports device cloning now.

Change-Id: Ie82d1ef0385514a04a8faa139129a617895780b5

12345678910>>...47