History log of /minix/include/ (Results 101 – 125 of 1169)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ba70f58813-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_GETUID

Change-Id: I9a04f5a8b0e9099e0df543bcf76b2610a8803b9a

70a744da13-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_REBOOT

Change-Id: I8de1b0de1a4c79f60a7df4720943ed9d0a19725c

c3629bba13-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_GROUPS

Change-Id: I9e3b784143dd0294a8aad27e3cc588e5b57dabfc

865f761313-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_{S,G}ET_PRIORITY

Change-Id: I3cf77f786751ca7e5a8cd13b8716b228d0fbf7fe

5945212113-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_SRV_FORK

Change-Id: I0e112da380805d40901a4041fd82da6e842e1f9b

7fb63c6113-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_EXEC_RESTART

Change-Id: I0b7abd7b20a56a7982bccd0f677c1cf9d6bf7d3b

aeedd5c713-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_EXEC_NEW

Change-Id: Idff5dc394d8daf4cb0c40d65cfdf2d54c2f9acaa

a297e52a13-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_SYSUNAME

Change-Id: I58bd2987393ea56e1886fbce70b4b2c26af4ef2b

345b3b5113-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_PTRACE

Change-Id: I19bbd5faa5c7511cda0239109b2ac55869c47b96

a5ed845b13-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_ITIMER

Change-Id: I191ba9630028d9822f6a2fd4d7d3f461eb4d1493

1ae60bd212-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_ time-related calls

- Message type for PM_CLOCK_SETTIME, PM_CLOCK_GETTIME,
PM_CLOCK_GETRES, PM_GETTIMEOFDAY, PM_SETTIME.

- Small adaptation, message only transfert sub-seco

Message type for PM_ time-related calls

- Message type for PM_CLOCK_SETTIME, PM_CLOCK_GETTIME,
PM_CLOCK_GETRES, PM_GETTIMEOFDAY, PM_SETTIME.

- Small adaptation, message only transfert sub-second time in
nanoseconds, instead of both nano- and micro-seconds. Conversion
is done in userland, as required.

Change-Id: Ie4a6e0c457cc12626e85d2102c086a95311cf3e7

show more ...

ee2f1ee412-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_WAITPID

Change-Id: Ic2637a30418b9c780504f21a93ee80cef09ee1f2

de7aa33412-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_GETEPINFO

Change-Id: I275f5c50d433fa400c5eddbc85dd3df8eb5dcb90

a1c31f3312-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for PM_GETPROCNR

Change-Id: I4fcd682f78255afc1fdc0160fb6f1a3d2fe05d2e

7031438f12-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type and related cleanup

- Intorduce and use a message type for VFS_GETDENTS, VFS_READ,
VFS_WRITE.

- Some cleanup to related functions where vir_bytes are replaced (and
casted to/fr

Message type and related cleanup

- Intorduce and use a message type for VFS_GETDENTS, VFS_READ,
VFS_WRITE.

- Some cleanup to related functions where vir_bytes are replaced (and
casted to/from, in parameter definition and local variables as well.

This allow to see more clearly which function receives unsafe
(pointer) values, or at least values which are not supposed to be
valid in the address space of VFS. The current patch does so only
for the minimal amount of functions which are concerned with the
introduction of the new message type.

Change-Id: I0cdca97409c4016d02fae067b48bf55d37572c5c

show more ...

2101b4eb12-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_CLOSE

Change-Id: Iebe5f06b0dc95cdca61d95ab875d4fa1171f4f4c

6c61cd5612-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_FCHMOD

Change-Id: I933e5b5a214aa9e7ddb6546b459ef40688e8ca04

4635162d12-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_FCHDIR

Change-Id: Ie7de90d37a39e89f35438a5b01a9e878a06194b2

698d2bd212-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_{,F}CHOWN

Change-Id: Ieb8cef45bfab1e35ad8854038c72b59a4d7bbaad

c869546212-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_CREAT

Change-Id: Ica111f1b2005a6ff42dc3bb59ac3158a2e12678c

cef3ce9612-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for path related calls.

- Updated system calls VFS_ACCESS, VFS_CHDIR, VFS_CHMOD, VFS_CHROOT,
VFS_MKDIR, VFS_OPEN, VFS_RMDIR, VSF_UNLINK

- Removed M3_STRING an

Message type for path related calls.

- Updated system calls VFS_ACCESS, VFS_CHDIR, VFS_CHMOD, VFS_CHROOT,
VFS_MKDIR, VFS_OPEN, VFS_RMDIR, VSF_UNLINK

- Removed M3_STRING and M3_LONG_STRING, which are tied to a specific
"generic" message, and replaced where needed with M_PATH_STRING_MAX,
which is tied to the mess_lc_vfs_path message.

Change-Id: If287c74f5ece937b9431e5d95b5b58a3c83ebff1

show more ...

96b3577b12-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_MKNOD

Change-Id: Ief8c6664d79c320a70543c10b758b784fdfa7cfd

6d903b9112-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_FCNTL

Change-Id: I079f3d7902cf5501fbc594a5610acd370abea095

bb2b079412-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_FSTAT

Change-Id: Ibdedcac120fc4bf78e28291d9c97fe02df1928db

cd0fd5e712-May-2014 Lionel Sambuc <lionel@minix3.org>

Message type for VFS_{,L}STAT

Change-Id: I61db8484c14f0371214a0495774dc0b1d97f2099

12345678910>>...47