aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getconf
Commit message (Expand)AuthorAgeFilesLines
* Whoops, forgot to add this file in r334070.Garrett Wollman2018-05-231-0/+43
* Move unsigned limits to a separate table/recognizer and display themGarrett Wollman2018-05-234-7/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+16
* Add an -a flag to getconf.John Baldwin2017-09-156-8/+154
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Expose the ILP32/LP64 programming environments based onEnji Cooper2017-07-171-2/+2
* Revert local changes to find_progenv accidentally committed in r318436Enji Cooper2017-05-181-8/+1
* usr.bin/getconf: add some initial testsEnji Cooper2017-05-185-1/+204
* Make the `.gperf.c` suffix rule depend on fake-gperf.awkEnji Cooper2017-05-181-2/+3
* getconf: use nitems(..) to compute NWORDS instead of hardcodingEnji Cooper2017-05-141-1/+2
* Revert crap accidentally committedBaptiste Daroussin2017-01-286-104/+19
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-286-19/+104
* Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT ...Enji Cooper2016-08-251-0/+6
* Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4Enji Cooper2016-08-231-0/+1
* Add `MIN_HOLE_SIZE` pathconf(2) support to getconfEnji Cooper2016-08-231-0/+1
* Clean up trailing whitespaceEnji Cooper2016-08-231-2/+2
* Remove vestigal references to __alpha__Enji Cooper2016-08-082-3/+3
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-10/+0
* getconf(1): Fix typo. _POSIX_V6_LP64_OFFBIG -> _POSIX_V6_LPBIG_OFFBIG.Baptiste Daroussin2015-10-191-1/+1
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+29
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-1/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+29
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
|/
* o confstr(3) returns 0 on error. Check the return value accordingly.Maxim Konovalov2006-12-061-6/+10
* Support correct programming environment name for amd64.Garrett Wollman2005-02-181-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-15/+15
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Warns fixes. Mainly unused headers/params/vars removal, but alsoMark Murray2003-08-227-28/+19
* Tidy up usage message.Tim J. Robbins2003-08-171-3/+3
* Replace an alloca() call with a slightly more standard malloc()/free()Mark Murray2003-07-211-3/+8
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* mdoc(7) police: markup nits, "The .Nm utility".Ruslan Ermilov2002-11-261-17/+12
* Make this work under non-C locales.Ruslan Ermilov2002-11-251-4/+5
* Remove unnecessary compatibility macro. (We were only printing, not parsing,Garrett Wollman2002-10-271-1/+0
* Add new 1003.1-2001/TC1/D6 parameters. (On final recirculation ballot now,Garrett Wollman2002-10-274-2/+16
* Completely revamp the way getconf(1) works, for better adherence to theGarrett Wollman2002-09-1910-189/+457
* Make obrien happy. Add a bad awk script which emulates as much ofGarrett Wollman2002-09-181-0/+57
* ANSIify function definitions.David Malone2002-09-042-2/+2
* Support POSIX ``programming environment'' mistake.Garrett Wollman2002-07-151-0/+13
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* confstr() returns (size_t)-1 on failure. Check for this explicitly insteadTim J. Robbins2002-06-041-1/+1