summaryrefslogtreecommitdiff
path: root/usr.bin/getconf
AgeCommit message (Expand)Author
2025-10-03getconf: Report value of _SC_PHYS_PAGESJason W. Bacon
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: alt two-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-26getconf(1): add DEALLOC_PRESENTYuri Pankov
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2019-04-22Update the spelling of my nameEnji Cooper
2019-01-11Add Linux compatibility support for `SC_NPROCESSORS_{CONF,ONLN}` as `_SC_NPRO...Enji Cooper
2019-01-06getconf(1): Minor mdoc fixJilles Tjoelker
2018-05-23Whoops, forgot to add this file in r334070.Garrett Wollman
2018-05-23Move unsigned limits to a separate table/recognizer and display themGarrett Wollman
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-09-15Add an -a flag to getconf.John Baldwin
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-07-17Expose the ILP32/LP64 programming environments based onEnji Cooper
2017-05-18Revert local changes to find_progenv accidentally committed in r318436Enji Cooper
2017-05-18usr.bin/getconf: add some initial testsEnji Cooper
2017-05-18Make the `.gperf.c` suffix rule depend on fake-gperf.awkEnji Cooper
2017-05-14getconf: use nitems(..) to compute NWORDS instead of hardcodingEnji Cooper
2017-01-28Revert crap accidentally committedBaptiste Daroussin
2017-01-28Revert r312923 a better approach will be taken laterBaptiste Daroussin
2016-08-25Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT ...Enji Cooper
2016-08-23Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4Enji Cooper
2016-08-23Add `MIN_HOLE_SIZE` pathconf(2) support to getconfEnji Cooper
2016-08-23Clean up trailing whitespaceEnji Cooper
2016-08-08Remove vestigal references to __alpha__Enji Cooper
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2015-10-19getconf(1): Fix typo. _POSIX_V6_LP64_OFFBIG -> _POSIX_V6_LPBIG_OFFBIG.Baptiste Daroussin
2015-06-16new dependsSimon J. Gerraty
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2006-12-06o confstr(3) returns 0 on error. Check the return value accordingly.Maxim Konovalov
2005-02-18Support correct programming environment name for amd64.Garrett Wollman
2005-01-18Sort sections.Ruslan Ermilov
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2003-09-08mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov