minix/servers
Lionel Sambuc f0d23d912d servers/pm: Fix EFAULT check for SETGROUPS
The previous test would return EFAULT as soon as the group pointer
was NULL, while it is sensible when the count is also 0.

In that case, the SETGROUP syscall is expected to clear all the
group entries as the new set is empty.

Change-Id: I07b7e1d1f023a52e3035d53f7d9b42b660e039e8
2013-05-28 21:07:04 +02:00
..
devman Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 ext2: annotate cache blocks with inode metadata 2013-04-26 15:39:07 +00:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet Change function prototype to use endpoint_t instead of int 2013-04-23 17:15:15 +02:00
init Move MINIX reboot definitions into minix/reboot.h 2013-03-20 16:50:01 +00:00
ipc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
is tty: non-overlapping code for FKEY_CONTROL 2013-05-01 21:36:43 +00:00
iso9660fs filesystems: return ENOSYS for REQ_PEEK 2013-04-24 10:18:10 +00:00
lwip make minix lwip make explicit use of 'int' 2013-04-11 22:37:30 +02:00
mfs libminixfs, mfs, ext2: may re-evaluate cache size 2013-04-26 13:57:08 +00:00
pfs vfs: fix null deref, pfs: add fchmod() 2013-04-19 17:06:56 +02:00
pm servers/pm: Fix EFAULT check for SETGROUPS 2013-05-28 21:07:04 +02:00
procfs libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
rs libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00:00
sched Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs libsys: panic hook feature 2013-05-07 17:18:40 +00:00
vm arm:also use 1MB sections for mapping AM335X device memory. 2013-05-24 15:47:04 +02:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00