| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Notes:
svn path=/head/; revision=220516
|
| |
|
|
|
|
|
|
|
| |
PR: docs/156089
Submitted by: Andrey Ignatov <rdna att rdna.ru>
MFC after: 1 week
Notes:
svn path=/head/; revision=220358
|
| |
|
|
|
|
|
| |
Also add some missing $FreeBSD$ to keep svn happy.
Notes:
svn path=/head/; revision=201386
|
| |
|
|
|
|
|
| |
needed.
Notes:
svn path=/head/; revision=200462
|
| |
|
|
|
|
|
| |
Tested with: make universe
Notes:
svn path=/head/; revision=200420
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update for getrlimit(2) manpage;
- support for setting RLIMIT_SWAP in login class;
- addition to the limits(1) and sh and csh limit-setting builtins;
- tuning(7) documentation on the sysctls controlling overcommit.
In collaboration with: pho
Reviewed by: alc
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=194767
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After the MPSAFE TTY import we support an additional rlimit, called
RLIMIT_NPTS. This limit allows you to cap the amount of pseudo-terminals
allocated by one user.
We forgot to add support for this limit to limits(1), which means it
crashed. Add the proper bits to make it work like it should.
Unfortunately not all shells actually implement the RLIMIT, so
unfortunately I suspect it to be broken with certain shells.
Submitted by: Yuriy Tsibizov <yuriy tsibizov gfk ru>
Notes:
svn path=/head/; revision=182685
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
setenv(3) by tracking the size of the memory allocated instead of using
strlen() on the current value.
Convert all calls to POSIX from historic BSD API:
- unsetenv returns an int.
- putenv takes a char * instead of const char *.
- putenv no longer makes a copy of the input string.
- errno is set appropriately for POSIX. Exceptions involve bad environ
variable and internal initialization code. These both set errno to
EFAULT.
Several patches to base utilities to handle the POSIX changes from
Andrey Chernov's previous commit. A few I re-wrote to use setenv()
instead of putenv().
New regression module for tools/regression/environ to test these
functions. It also can be used to test the performance.
Bump __FreeBSD_version to 700050 due to API change.
PR: kern/99826
Approved by: wes
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171195
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Not because I admit they are technically wrong and not because of bug
reports (I receive nothing). But because I surprisingly meets so
strong opposition and resistance so lost any desire to continue that.
Anyone who interested in POSIX can dig out what changes and how
through cvs diffs.
Notes:
svn path=/head/; revision=169177
|
| |
|
|
|
|
|
|
|
|
| |
"The setenv( ) function shall fail if:
[EINVAL] The name argument is a null pointer, points to an empty string,
or points to a string containing an '=' character."
The fix (like all others in this subject) is backward-compatible.
Notes:
svn path=/head/; revision=169147
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
|
|
|
| |
is the common unit for a kilobit).
Notes:
svn path=/head/; revision=139038
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=137391
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131491
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107788
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107267
|
| |
|
|
|
|
|
|
|
| |
sbsize. Also, correct the format string in getopt(3) usage to reflect
that -b takes an argument, and correct another case of RLIMIT_SBSIZE
having been forgotten.
Notes:
svn path=/head/; revision=103549
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99112
|
| |
|
|
|
|
|
| |
Submitted by: sheldonh
Notes:
svn path=/head/; revision=98850
|
| |
|
|
|
|
|
|
|
|
| |
* add missing Ar macro for one instance of limitflags
* fix indentation problem (not perfect, but then this is one _very_
awkward manpage mark up properly)
Notes:
svn path=/head/; revision=98840
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95124
|
| |
|
|
|
|
|
|
|
|
| |
1) Add missing initialisers.
2) Avoid shadowing rcswhich.
3) Use intmax_t and %j for printing rather than quad_t and %q.
4) Don't modify a variable twice between sequence points.
Notes:
svn path=/head/; revision=94611
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93524
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79535
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78686
|
| |
|
|
|
|
|
| |
Submitted by: Paul Herman <pherman@frenchfries.net>
Notes:
svn path=/head/; revision=76437
|
| |
|
|
|
|
|
| |
the usual style bugs for DPADD/LDADD).
Notes:
svn path=/head/; revision=72559
|
| |
|
|
|
|
|
|
|
| |
add missing .Xo/.Xc to the tags. This only worked due
to the off-by-one bug in the -hang lists, which I will
hopefully backport from the mdocNG shortly.
Notes:
svn path=/head/; revision=72477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58609
|
| |
|
|
|
|
|
|
| |
userland. Currently, it can be enforced by login and csh. More
shells supporting sbsize are welcome.
Notes:
svn path=/head/; revision=52071
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=49734
|
| |
|
|
|
|
|
| |
PR: docs/11022
Notes:
svn path=/head/; revision=45638
|
| |
|
|
|
|
|
| |
PR: docs/6764
Notes:
svn path=/head/; revision=44786
|
| |
|
|
| |
Notes:
svn path=/head/; revision=43920
|
| |
|
|
| |
Notes:
svn path=/head/; revision=39495
|
| |
|
|
|
|
|
|
| |
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36649
|
| |
|
|
|
|
|
|
|
| |
3 which are actually in the section 2.
Pointed out by: Brian Reichert <reichert@numachi.com>
PR: 6480
Notes:
svn path=/head/; revision=35843
|
| |
|
|
|
|
|
|
| |
PR: 5582
Submitted by: Craig Leres <leres@ee.lbl.gov>
Notes:
svn path=/head/; revision=32963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29988
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27573
|
| |
|
|
|
|
|
|
| |
PR: 4101
Submitted by: Horikawa Kazuo <k-horik@mail.yk.rim.or.jp>
Notes:
svn path=/head/; revision=27450
|
| |
|
|
|
|
|
|
|
| |
Updated (incorrect) entry for bash [-v].
Remove unused support for long rlim_t.
Added "bash2" to bash style ulimit handling.
Notes:
svn path=/head/; revision=25672
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23012
|
|
|
Notes:
svn path=/cvs2svn/branches/DAVIDN/; revision=21923
|