| #
53af2026
|
| 17-Dec-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
limits: Unbreak after RLIMIT_VMM addition
Update structures and add assertions to prevent a reoccurrence.
Fixes: 1092ec8b3375 ("kern: Introduce RLIMIT_VMM") Reviewed by: bnovkov, allanjude Differe
limits: Unbreak after RLIMIT_VMM addition
Update structures and add assertions to prevent a reoccurrence.
Fixes: 1092ec8b3375 ("kern: Introduce RLIMIT_VMM") Reviewed by: bnovkov, allanjude Differential Revision: https://reviews.freebsd.org/D54273
show more ...
|
| #
f54f4140
|
| 10-Sep-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
usr.bin/limits: support RLIMIT_PIPEBUF
Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D46619
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
a1b6427a
|
| 07-Jul-2023 |
Alfonso Gregory <gfunni234@gmail.com> |
Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the cases where they do return, they have not been marked __dea
Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the cases where they do return, they have not been marked __dead2.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/735
show more ...
|
| #
53af2026
|
| 17-Dec-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
limits: Unbreak after RLIMIT_VMM addition
Update structures and add assertions to prevent a reoccurrence.
Fixes: 1092ec8b3375 ("kern: Introduce RLIMIT_VMM") Reviewed by: bnovkov, allanjude Differe
limits: Unbreak after RLIMIT_VMM addition
Update structures and add assertions to prevent a reoccurrence.
Fixes: 1092ec8b3375 ("kern: Introduce RLIMIT_VMM") Reviewed by: bnovkov, allanjude Differential Revision: https://reviews.freebsd.org/D54273
show more ...
|
| #
f54f4140
|
| 10-Sep-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
usr.bin/limits: support RLIMIT_PIPEBUF
Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D46619
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
a1b6427a
|
| 07-Jul-2023 |
Alfonso Gregory <gfunni234@gmail.com> |
Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the cases where they do return, they have not been marked __dea
Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the cases where they do return, they have not been marked __dead2.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/735
show more ...
|
| #
7275057a
|
| 21-Jan-2018 |
Eitan Adler <eadler@FreeBSD.org> |
limits(1): fix always true condition
Reviewed by: imp MFC After: 1 week
|
| #
5a9fdfb3
|
| 20-Jan-2018 |
Eitan Adler <eadler@FreeBSD.org> |
limits(1): add missing break
Reported by: swildner@DragonFlyBSD.org MFC After: 1 week
|
| #
9039018c
|
| 04-Apr-2017 |
Alan Somers <asomers@FreeBSD.org> |
strcpy => strlcpy, strcat => strlcat
Reported by: Coverity CID: 1006703 978863 1006745 1347163 Reviewed by: cem MFC after: 3 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://re
strcpy => strlcpy, strcat => strlcat
Reported by: Coverity CID: 1006703 978863 1006745 1347163 Reviewed by: cem MFC after: 3 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D10192
show more ...
|
| #
53835448
|
| 14-Mar-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
| #
250d9fd8
|
| 12-Mar-2016 |
Konstantin Belousov <kib@FreeBSD.org> |
Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add login.conf(5) support.
Reviewed by: jilles Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd
Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add login.conf(5) support.
Reviewed by: jilles Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D5610
show more ...
|
| #
82aa34e6
|
| 03-Mar-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r296007 through r296368.
|
| #
52259a98
|
| 02-Mar-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
| #
1bdbd705
|
| 28-Feb-2016 |
Konstantin Belousov <kib@FreeBSD.org> |
Implement process-shared locks support for libthr.so.3, without breaking the ABI. Special value is stored in the lock pointer to indicate shared lock, and offline page in the shared memory is alloca
Implement process-shared locks support for libthr.so.3, without breaking the ABI. Special value is stored in the lock pointer to indicate shared lock, and offline page in the shared memory is allocated to store the actual lock.
Reviewed by: vangyzen (previous version) Discussed with: deischen, emaste, jhb, rwatson, Martin Simmons <martin@lispworks.com> Tested by: pho Sponsored by: The FreeBSD Foundation
show more ...
|
| #
3b8f0845
|
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
| #
84e51a1b
|
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
| #
485ac45a
|
| 04-Feb-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r259205 in preparation for some SVM updates. (for real this time)
|
| #
f9b2a21c
|
| 31-Oct-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r232040 through r257457. M usr.sbin/portsnap/portsnap/portsnap.8 M usr.sbin/portsnap/portsnap/portsnap.sh M usr.sbin/tcpdump/tcpdump/Makefile
|
| #
d2812536
|
| 31-Oct-2013 |
Konstantin Belousov <kib@FreeBSD.org> |
Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME and KERN_PROC_PID to obtain the parent process pathname and command, used to determine the calling shell.
Submitted by: Stefan Neudorf
Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME and KERN_PROC_PID to obtain the parent process pathname and command, used to determine the calling shell.
Submitted by: Stefan Neudorf PR: bin/183484 MFC after: 1 week
show more ...
|
| #
4c66d8f9
|
| 31-Oct-2013 |
Konstantin Belousov <kib@FreeBSD.org> |
Fix long line and record proper commit message for r257427: Add the '-k' option for getopt() call and usage.
Submitted by: Stefan Neudorf PR: bin/183494 MFC after: 1 week
|
| #
de111151
|
| 31-Oct-2013 |
Konstantin Belousov <kib@FreeBSD.org> |
The limit for the swap space is spelled 'swapsize', at least since tcsh 6.17.00 import.
Submitted by: Stefan Neudorf PR: bin/183480 MFC after: 1 week
|
| #
83bce607
|
| 31-Oct-2013 |
Konstantin Belousov <kib@FreeBSD.org> |
The limit for the swap space is spelled 'swapsize', at least since tcsh 6.17.00 import.
Submitted by: Stefan Neudorf PR: bin/183480 MFC after: 1 week
|
| #
85a0ddfd
|
| 21-Oct-2013 |
Konstantin Belousov <kib@FreeBSD.org> |
Add a resource limit for the total number of kqueues available to the user. Kqueue now saves the ucred of the allocating thread, to correctly decrement the counter on close.
Under some specific and
Add a resource limit for the total number of kqueues available to the user. Kqueue now saves the ucred of the allocating thread, to correctly decrement the counter on close.
Under some specific and not real-world use scenario for kqueue, it is possible for the kqueues to consume memory proportional to the square of the number of the filedescriptors available to the process. Limit allows administrator to prevent the abuse.
This is kernel-mode side of the change, with the user-mode enabling commit following.
Reported and tested by: pho Discussed with: jmg Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
show more ...
|