aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/posixshmcontrol
Commit message (Collapse)AuthorAgeFilesLines
* posixshmcontrol.1: Document posixshmcontrol create -lMark Johnston2023-06-021-3/+20
| | | | | | | | Reviewed by: kib MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D40270 (cherry picked from commit db289ababf9053236deb945e70167947d36b8692)
* posixshmcontrol(1): silently ignore inaccessible segments when listingKonstantin Belousov2023-04-271-2/+4
| | | | | | PR: 271038 (cherry picked from commit 043e24bdb01938c0d5a73a3192e316ce0b96ec1b)
* posixshmcontrol(1): for regular shmfd, report used pages numberKonstantin Belousov2023-01-201-1/+7
| | | | | | Tested by: pho (cherry picked from commit 1bbc5101348b9ca23cef6bde6c22751e69e8cf91)
* MFC posixshm: Add a -j option to posixshmcontrol ls, to specify a jailJamie Gritton2022-03-023-8/+41
| | | | | | | PR: 257556 Reported by: grembo@ (cherry picked from commit be7cf3f4b8c2818155f5a4a83c64c9ef6a60a320)
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
| | | | | | | | | | | | | | | Repeating the default WARNS here makes it slightly more difficult to experiment with default WARNS changes, e.g. if we did something absolutely bananas and introduced a WARNS=7 and wanted to try lifting the default to that. Drop most of them; there is one in the blake2 kernel module, but I suspect it should be dropped -- the default WARNS in the rest of the build doesn't currently apply to kernel modules, and I haven't put too much thought into whether it makes sense to make it so. Notes: svn path=/head/; revision=366304
* Fix some posixshmcontrol nits.Mark Johnston2020-09-152-4/+29
| | | | | | | | | | | | | | | - Exit with an error if no path is specified. - Man page typo. - Error message typo. Reviewed by: kib Sponsored by: Juniper Networks, Inc. Sponsored by: Klara, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D26376 Notes: svn path=/head/; revision=365749
* Add posixshmcontrol(1) support for largepage shm objects.Konstantin Belousov2020-09-091-10/+64
| | | | | | | | | | | | | | Create op with -l <largepage> option can create it, stat displays configured page size. Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24652 Notes: svn path=/head/; revision=365525
* Document that posixshmcontrol first appeared in 12.1Mateusz Piotrowski2020-03-181-4/+6
| | | | | | | | | | | | | Also while here, I am addressing some linting issues. PR: 243132 Submitted by: Noah Altunian <nbaltunian gmail com> Approved by: bcr (mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24112 Notes: svn path=/head/; revision=359071
* posixshmcontrol: add an undocumented alias 'list' for the 'ls' command.Konstantin Belousov2020-03-091-0/+1
| | | | | | | | Sponsored by: The FreeBSD Foundation MFC after: 3 days Notes: svn path=/head/; revision=358826
* Minor tweaks to the layout.Konstantin Belousov2019-05-301-4/+4
| | | | | | | | Sponsored by: The FreeBSD Foundation MFC after: 3 days Notes: svn path=/head/; revision=348432
* Remove "All rights reserved." from FF copyright.Konstantin Belousov2019-05-291-1/+0
| | | | | | | | | Requested by: rgrimes Sponsored by: The FreeBSD Foundation MFC after: 1 week Notes: svn path=/head/; revision=348361
* Add posixshmcontrol(1) page.Konstantin Belousov2019-05-292-1/+153
| | | | | | | | | | | Reviewed by: emaste With input by: danfe Sponsored by: The FreeBSD Foundation (kib) MFC after: 1 week Differential revision: https://reviews.freebsd.org/D20430 Notes: svn path=/head/; revision=348359
* Use int for the getopt() result.Konstantin Belousov2019-05-231-2/+2
| | | | | | | | Sponsored by: The FreeBSD Foundation MFC after: 1 week Notes: svn path=/head/; revision=348168
* Add posixshmcontrol(1), an utility to manipulate posix shared memory segments.Konstantin Belousov2019-05-232-0/+488
See usage for the command line structure. Man page will come shortly. Reviewed by: jilles, tmunro Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D20258 Notes: svn path=/head/; revision=348167