| /netbsd-src/bin/ksh/ |
| H A D | c_ulimit.c | 37 extern long ulimit(); 217 val = ulimit(l->gcmd, (rlim_t) 0); 268 } else if (ulimit(l->scmd, val) < 0) { 273 val = ulimit(l->gcmd, (rlim_t) 0);
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | file_limit.c | 65 if ((limit = ulimit(UL_GETFSIZE, 0)) < 0) in get_file_limit() 85 if (ulimit(UL_SETFSIZE, limit / ULIMIT_BLOCK_SIZE) < 0) in set_file_limit()
|
| /netbsd-src/sys/dev/pci/cxgb/ |
| H A D | cxgb_ctl_defs.h | 79 unsigned int ulimit; /* TDDP region end address */ member 95 unsigned int ulimit; member
|
| H A D | cxgb_offload.c | 244 uiip->ulimit = t3_read_reg(adapter, A_ULPRX_ISCSI_ULIMIT); in cxgb_ulp_iscsi_ctl() 404 ddpp->ulimit = t3_read_reg(adapter, A_ULPRX_TDDP_ULIMIT); in cxgb_offload_ctl()
|
| /netbsd-src/external/gpl2/libmalloc/dist/ |
| H A D | mem-limits.h | 121 extern long ulimit (); in get_lim_data() 127 lim_data = ulimit (3, 0); in get_lim_data()
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | vnode.h | 268 offset_t offset, enum uio_seg seg, int ioflag, uint64_t ulimit, cred_t *cr, in zfs_vn_rdwr() argument 276 ASSERT(ulimit == RLIM64_INFINITY); in zfs_vn_rdwr() 286 #define vn_rdwr(rw, vp, base, len, offset, seg, ioflag, ulimit, cr, residp) \ argument 287 zfs_vn_rdwr((rw), (vp), (base), (len), (offset), (seg), (ioflag), (ulimit), (cr), (residp))
|
| /netbsd-src/include/ |
| H A D | ulimit.h | 41 long int ulimit(int, ...);
|
| /netbsd-src/lib/libc/gen/ |
| H A D | ulimit.c | 43 ulimit(int cmd, ...) in ulimit() function
|
| /netbsd-src/etc/root/ |
| H A D | dot.profile | 20 #ulimit -c 0
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | BUGS | 132 listed in the ulimit. If the ulimit is infinite, plock() will try to take 134 Normally ulimit may be set to a few gigs of max memory usage, but even that 137 your ulimit before starting amd. This can be done inside the ctl-amd
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.10.rst | |
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ThreadSanitizer.rst | 121 This means that tools like ``ulimit`` may not work as usually expected.
|
| H A D | MemorySanitizer.rst | 200 address space. This means that tools like ``ulimit`` may not work as
|
| H A D | AddressSanitizer.rst | 266 virtual address space. This means that tools like ``ulimit`` may not work as
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | aclocal.m4 | 706 [AC_MSG_CHECKING(whether ulimit can substitute for getdtablesize) 711 #include <ulimit.h> 716 long maxfds = ulimit(4, 0L); 720 [AC_MSG_WARN(cannot check ulimit if cross compiling -- defaulting to no)
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | faq.txt | 136 On most systems, "ulimit -a" will show the current resource limits.
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop | 1511 ulimit
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | MAIL | 375 One other minor thing to consider is the ulimit: can different users get 378 << Boy I'm ignorant today. What's a ulimit, and what should I do with
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 521 ulimit
|
| /netbsd-src/external/public-domain/xz/dist/ |
| H A D | README | 167 for example in GNU bash it is done with "ulimit -c unlimited",
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 4290 ulimit
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LibFuzzer.rst | 273 If running w/o ASAN/MSAN, you may use 'ulimit -v' instead.
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | WISHLIST | 1146 Med: separate ulimit for delivery to command?
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | Changelog | 1543 - Fix unit test for added ulimit checks. 7698 - rlimit adjustments for select and ulimit can happen at the same time. 9834 - unbound tries to set the ulimit fds when started as server.
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | ChangeLog | 3920 easily under 256 ulimit (a common default).
|