summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/resource.h
blob: c10874ff597364035cd55a703f0bc616dbb77be0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _ALPHA_RESOURCE_H
#define _ALPHA_RESOURCE_H

/*
 * Alpha/Linux-specific ordering of these four resource limit IDs,
 * the rest comes from the generic header:
 */
#define RLIMIT_NOFILE		6	/* max number of open files */
#define RLIMIT_AS		7	/* address space limit */
#define RLIMIT_NPROC		8	/* max number of processes */
#define RLIMIT_MEMLOCK		9	/* max locked-in-memory address space */

/*
 * SuS says limits have to be unsigned.  Fine, it's unsigned, but
 * we retain the old value for compatibility, especially with DU. 
 * When you run into the 2^63 barrier, you call me.
 */
#define RLIM_INFINITY		0x7ffffffffffffffful

#include <asm-generic/resource.h>

#endif /* _ALPHA_RESOURCE_H */
span>/+11 | * netfilter: fix some sparse endianess warningsPatrick McHardy2009-06-222-8/+8 | * netfilter: nf_conntrack: fix conntrack lookup racePatrick McHardy2009-06-221-2/+4 | * netfilter: nf_conntrack: fix confirmation race conditionPatrick McHardy2009-06-221-1/+8 | * netfilter: nf_conntrack: death_by_timeout() fixEric Dumazet2009-06-221-2/+8 * | Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-224-60/+129 |\ \ | * | SUNRPC: Fix the TCP server's send buffer accountingTrond Myklebust2009-06-191-17/+18 | * | sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer2009-06-161-4/+4 | * | sunrpc: align cache_clean work's timerAnton Blanchard2009-06-161-1/+1 | * | Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields2009-06-1685-763/+961 | |\ \ | * | | SUNRPC: Clean up one_sock_name()Chuck Lever2009-04-281-10/+11 | * | | SUNRPC: Support PF_INET6 in one_sock_name()Chuck Lever2009-04-281-0/+7 | * | | SUNRPC: Switch one_sock_name() to use snprintf()Chuck Lever2009-04-281-7/+18 | * | | SUNRPC: pass buffer size to svc_sock_names()Chuck Lever2009-04-281-2/+17 | * | | SUNRPC: pass buffer size to svc_addsock()Chuck Lever2009-04-281-3/+13 | * | | NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever2009-04-281-17/+39 | * | | SUNRPC: Fix error return value of svc_addr_len()Chuck Lever2009-04-281-3/+4 | * | | net/sunrpc/svc_xprt.c: fix sparse warningsH Hartley Sweeten2009-04-28