| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the spelling of my name | Enji Cooper | 2019-04-22 | 1 | -2/+1 |
* | Add Linux compatibility support for `SC_NPROCESSORS_{CONF,ONLN}` as `_SC_NPRO... | Enji Cooper | 2019-01-11 | 1 | -0/+2 |
* | getconf(1): Minor mdoc fix | Jilles Tjoelker | 2019-01-06 | 1 | -1/+1 |
* | Whoops, forgot to add this file in r334070. | Garrett Wollman | 2018-05-23 | 1 | -0/+43 |
* | Move unsigned limits to a separate table/recognizer and display them | Garrett Wollman | 2018-05-23 | 4 | -7/+12 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | DIRDEPS_BUILD: Connect new directories. | Bryan Drewery | 2017-10-31 | 1 | -0/+16 |
* | Add an -a flag to getconf. | John Baldwin | 2017-09-15 | 6 | -8/+154 |
* | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper | 2017-08-02 | 1 | -0/+1 |
* | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper | 2017-08-02 | 1 | -3/+1 |
* | Expose the ILP32/LP64 programming environments based on | Enji Cooper | 2017-07-17 | 1 | -2/+2 |
* | Revert local changes to find_progenv accidentally committed in r318436 | Enji Cooper | 2017-05-18 | 1 | -8/+1 |
* | usr.bin/getconf: add some initial tests | Enji Cooper | 2017-05-18 | 5 | -1/+204 |
* | Make the `.gperf.c` suffix rule depend on fake-gperf.awk | Enji Cooper | 2017-05-18 | 1 | -2/+3 |
* | getconf: use nitems(..) to compute NWORDS instead of hardcoding | Enji Cooper | 2017-05-14 | 1 | -1/+2 |
* | Revert crap accidentally committed | Baptiste Daroussin | 2017-01-28 | 6 | -104/+19 |
* | Revert r312923 a better approach will be taken later | Baptiste Daroussin | 2017-01-28 | 6 | -19/+104 |
* | Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT ... | Enji Cooper | 2016-08-25 | 1 | -0/+6 |
* | Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4 | Enji Cooper | 2016-08-23 | 1 | -0/+1 |
* | Add `MIN_HOLE_SIZE` pathconf(2) support to getconf | Enji Cooper | 2016-08-23 | 1 | -0/+1 |
* | Clean up trailing whitespace | Enji Cooper | 2016-08-23 | 1 | -2/+2 |
* | Remove vestigal references to __alpha__ | Enji Cooper | 2016-08-08 | 2 | -3/+3 |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -10/+0 |
* | getconf(1): Fix typo. _POSIX_V6_LP64_OFFBIG -> _POSIX_V6_LPBIG_OFFBIG. | Baptiste Daroussin | 2015-10-19 | 1 | -1/+1 |
* | new depends | Simon J. Gerraty | 2015-06-16 | 1 | -1/+0 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+29 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -1/+2 |
| |\
| |/
|/| |
|
| * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+29 |
* | | use .Mt to mark up email addresses consistently (part3) | Baptiste Daroussin | 2014-06-23 | 1 | -1/+1 |
|/ |
|
* | o confstr(3) returns 0 on error. Check the return value accordingly. | Maxim Konovalov | 2006-12-06 | 1 | -6/+10 |
* | Support correct programming environment name for amd64. | Garrett Wollman | 2005-02-18 | 1 | -1/+1 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -15/+15 |
* | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+2 |
* | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
* | Warns fixes. Mainly unused headers/params/vars removal, but also | Mark Murray | 2003-08-22 | 7 | -28/+19 |
* | Tidy up usage message. | Tim J. Robbins | 2003-08-17 | 1 | -3/+3 |
* | Replace an alloca() call with a slightly more standard malloc()/free() | Mark Murray | 2003-07-21 | 1 | -3/+8 |
* | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -1/+1 |
* | mdoc(7) police: markup nits, "The .Nm utility". | Ruslan Ermilov | 2002-11-26 | 1 | -17/+12 |
* | Make this work under non-C locales. | Ruslan Ermilov | 2002-11-25 | 1 | -4/+5 |
* | Remove unnecessary compatibility macro. (We were only printing, not parsing, | Garrett Wollman | 2002-10-27 | 1 | -1/+0 |
* | Add new 1003.1-2001/TC1/D6 parameters. (On final recirculation ballot now, | Garrett Wollman | 2002-10-27 | 4 | -2/+16 |
* | Completely revamp the way getconf(1) works, for better adherence to the | Garrett Wollman | 2002-09-19 | 10 | -189/+457 |
* | Make obrien happy. Add a bad awk script which emulates as much of | Garrett Wollman | 2002-09-18 | 1 | -0/+57 |
* | ANSIify function definitions. | David Malone | 2002-09-04 | 2 | -2/+2 |