<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/atrun, branch release/9.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-01-02T09:50:19Z</updated>
<entry>
<title>Make WARNS=6 the default for libexec/.</title>
<updated>2010-01-02T09:50:19Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:50:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1100c0013116f4af50d7a5b8bf23db2a13892714'/>
<id>urn:sha1:1100c0013116f4af50d7a5b8bf23db2a13892714</id>
<content type='text'>
Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
  application itself, making it more likely that it will be removed out
  of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
  because the author would more likely fix the warnings during
  development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
</content>
</entry>
<entry>
<title>Don't use UT_NAMESIZE here to determine the maximum username length.</title>
<updated>2009-12-25T10:30:54Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-12-25T10:30:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f195f6269e1843c05bac4079a12c2fef908743fa'/>
<id>urn:sha1:f195f6269e1843c05bac4079a12c2fef908743fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed static linkage (build with -DNO_SHARED).</title>
<updated>2007-10-01T18:17:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2007-10-01T18:17:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0376869747dd89eb79ae1de8465721d42ae07d66'/>
<id>urn:sha1:0376869747dd89eb79ae1de8465721d42ae07d66</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Note PAM support in atrun(8).</title>
<updated>2007-06-17T14:02:31Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-06-17T14:02:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54dd7f5c36068d9a8f8d94ea2f1debec62ef6e56'/>
<id>urn:sha1:54dd7f5c36068d9a8f8d94ea2f1debec62ef6e56</id>
<content type='text'>
Sort FILES section while there.
Touch document date.
</content>
</entry>
<entry>
<title>Add PAM support to atrun(8).</title>
<updated>2007-06-15T12:02:16Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-06-15T12:02:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=553284d74ab44b40d5d2ab8cf9a7cb326aa913d2'/>
<id>urn:sha1:553284d74ab44b40d5d2ab8cf9a7cb326aa913d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually use new features of perr() and perrx().</title>
<updated>2007-06-15T10:34:36Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-06-15T10:34:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=858d347f2f464fc17ee34c97373dd0845894f5ab'/>
<id>urn:sha1:858d347f2f464fc17ee34c97373dd0845894f5ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch up with perr() becoming variadic.</title>
<updated>2007-06-15T10:12:37Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-06-15T10:12:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=657acd1063321b9bfc682facfea772e43c871d11'/>
<id>urn:sha1:657acd1063321b9bfc682facfea772e43c871d11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make perr() variadic and add perrx() to use in cases where</title>
<updated>2007-06-15T10:10:40Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-06-15T10:10:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=287303f0ea9256244004fb559b3ba0e1c48b5fc1'/>
<id>urn:sha1:287303f0ea9256244004fb559b3ba0e1c48b5fc1</id>
<content type='text'>
errno is irrelevant.  Some code duplication can be reduced
if perr() is variadic and perrx() is available.
</content>
</entry>
<entry>
<title>Use a single setusercontext(3) instead of a bunch of basic syscalls.</title>
<updated>2007-06-14T22:16:21Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-06-14T22:16:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1add47429135fcd3787d7ad06c2c0d3a1cdb205f'/>
<id>urn:sha1:1add47429135fcd3787d7ad06c2c0d3a1cdb205f</id>
<content type='text'>
Besides aesthetic benefits, that makes at(1) jobs subject to such
login.conf(5) settings as resource limits.
</content>
</entry>
<entry>
<title>Spotted another copy of the loony error message.</title>
<updated>2007-06-14T21:24:05Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-06-14T21:24:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b53756d2fe43aeee5673c4dd890506366cc6a79f'/>
<id>urn:sha1:b53756d2fe43aeee5673c4dd890506366cc6a79f</id>
<content type='text'>
</content>
</entry>
</feed>
