Nikola Pajkovsky
|
41239fe82d
ipc/msg.c: use list_for_each_entry_[safe] for list traversing
|
12 years ago |
Rik van Riel
|
6062a8dc05
ipc,sem: fine grained locking for semtimedop
|
12 years ago |
Peter Hurley
|
daaf74cf08
ipc: refactor msg list search into separate function
|
12 years ago |
Peter Hurley
|
d076ac9112
ipc: simplify msg list search
|
12 years ago |
Peter Hurley
|
8ac6ed5857
ipc: implement MSG_COPY as a new receive mode
|
12 years ago |
Peter Hurley
|
852028af86
ipc: remove msg handling from queue scan
|
12 years ago |
Stanislav Kinsbursky
|
2dc958fa2f
ipc: set msg back to -EAGAIN if copy wasn't performed
|
12 years ago |
Peter Hurley
|
88b9e456b1
ipc: don't allocate a copy larger than max
|
12 years ago |
Stanislav Kinsbursky
|
3fcfe78658
ipc: add more comments to message copying related code
|
12 years ago |
Stanislav Kinsbursky
|
51eeacaa07
ipc: simplify message copying
|
12 years ago |
Stanislav Kinsbursky
|
b30efe2775
ipc: convert prepare_copy() from macro to function
|
12 years ago |
Stanislav Kinsbursky
|
85398aa8de
ipc: simplify free_copy() call
|
12 years ago |
Stanislav Kinsbursky
|
4a674f34ba
ipc: introduce message queue copy feature
|
12 years ago |
Stanislav Kinsbursky
|
f9dd87f473
ipc: message queue receive cleanup
|
12 years ago |
Stanislav Kinsbursky
|
9afdacda02
ipc: remove forced assignment of selected message
|
12 years ago |
Eric W. Biederman
|
1efdb69b0b
userns: Convert ipc to use kuid and kgid where appropriate
|
13 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Serge E. Hallyn
|
b0e77598f8
userns: user namespaces: convert several capable() calls
|
14 years ago |
Alexey Dobriyan
|
4be929be34
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Serge E. Hallyn
|
7d6feeb287
ipc ns: fix memory leak (idr)
|
15 years ago |
Felipe Contreras
|
f1970c48ef
ipc: fix unused variable warning
|
15 years ago |
Heiko Carstens
|
e48fbb699f
[CVE-2009-0029] System call wrappers part 24
|
16 years ago |
Nadia Derbey
|
dfcceb26f8
ipc: only output msgmni value at boot time
|
17 years ago |
Zhang, Yanmin
|
44f564a4bf
ipc: add definitions of USHORT_MAX and others
|
17 years ago |
Pierre Peiffer
|
a5f75e7f25
IPC: consolidate all xxxctl_down() functions
|
17 years ago |
Pierre Peiffer
|
8f4a3809c1
IPC: introduce ipc_update_perm()
|
17 years ago |
Pierre Peiffer
|
016d7132f2
IPC: get rid of the use *_setbuf structure.
|
17 years ago |
Pierre Peiffer
|
a0d092fc2d
IPC/message queues: introduce msgctl_down
|
17 years ago |
Nadia Derbey
|
b6b337ad1c
ipc: recompute msgmni on memory add / remove
|
17 years ago |