<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/lock, branch release/10.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-09-04T13:45:16Z</updated>
<entry>
<title>MFC r270647: Add references to vt(4) and the configuration files in /usr/sha</title>
<updated>2014-09-04T13:45:16Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2014-09-04T13:45:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8c3efc36e8462ce655bc88f71c18bfa7a0c6d9a1'/>
<id>urn:sha1:8c3efc36e8462ce655bc88f71c18bfa7a0c6d9a1</id>
<content type='text'>
MFC r270653: Update man-pages to correctly refer to changed pathes and namin
MFC r270657: More man pages that need to know about vt in addition to syscon
MFC r270659: (by pluknet@) Missed comma.
MFC r270660: Back-out the references to vt(4) from this man-page. It appears
MFC r270933: Add references to vt(4) to further man-pages.
MFC r270934: Final patches to the tools used to convert syscons keymaps for
MFC r270935: Add vt(4) support to the console initialisation script, specifi

Second batch of MFCs to add support for Unicode keymaps for use with vt(4).

It contains the following changes:

- Add references to vt(4) to relevant man-pages.
- Update comment in defaults/rc.conf to mention vt
- Update rc.d/syscons to warn about syscons keymaps used under vt.
  An attempt is made to identify the vt keymap to load instead.
- Minor changes to the conversion tool based on mail comments on keymaps.

Relnotes:	yes
</content>
</entry>
<entry>
<title>Check the return error of set[e][ug]id. While this can never fail in the</title>
<updated>2012-10-22T03:07:05Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T03:07:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50e04779c499d5c329d1863b71ecd7c2b5824f76'/>
<id>urn:sha1:50e04779c499d5c329d1863b71ecd7c2b5824f76</id>
<content type='text'>
current version of FreeBSD, this isn't guarenteed by the API.
Custom security modules, or future implementations of the setuid and
setgid may fail.

Submitted by:	Erik Cederstrand
Approved by:	cperciva
MFC after:	3 days
</content>
</entry>
<entry>
<title>Rework all non-contributed files that use `struct timezone'.</title>
<updated>2012-09-01T14:45:15Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-09-01T14:45:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=902d9eafbf66c52f8513bc38f4d0c8063c0b8a03'/>
<id>urn:sha1:902d9eafbf66c52f8513bc38f4d0c8063c0b8a03</id>
<content type='text'>
This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:

	int gettimeofday(struct timeval *restrict tp, void *restrict tzp);

Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.

While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.
</content>
</entry>
<entry>
<title>Handle NULL return from crypt(3). Mostly from DragonFly</title>
<updated>2012-02-22T06:27:20Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-02-22T06:27:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29dcf726d233505532b89c31f8ba31eb69fa26df'/>
<id>urn:sha1:29dcf726d233505532b89c31f8ba31eb69fa26df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing static keywords to lock(1)</title>
<updated>2011-11-06T08:15:48Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:15:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20a9b7ee4ee28215b064c16a9bb6fd1194332281'/>
<id>urn:sha1:20a9b7ee4ee28215b064c16a9bb6fd1194332281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix style bug introduced in r216696.</title>
<updated>2010-12-27T15:05:15Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-12-27T15:05:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=88d5e71efeff66496ecd2eb9a65a3aba4c84e693'/>
<id>urn:sha1:88d5e71efeff66496ecd2eb9a65a3aba4c84e693</id>
<content type='text'>
Additional indentation caused the line to become longer than 80 columns.
</content>
</entry>
<entry>
<title>Slightly improve output of lock(1).</title>
<updated>2010-12-25T11:24:27Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-12-25T11:24:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2d491fabff30b4cbff6f428e84edaac094acdd52'/>
<id>urn:sha1:2d491fabff30b4cbff6f428e84edaac094acdd52</id>
<content type='text'>
- Remove the /dev/ portion of the TTY name.
- In case we use lock -p, print the username that was used to obtain the
  password hash.
</content>
</entry>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>urn:sha1:da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
</entry>
<entry>
<title>Make WARNS=6 safe.</title>
<updated>2010-06-28T08:30:10Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2010-06-28T08:30:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84f70ae3602ddc646bd0bef4f2f77b868499e3c4'/>
<id>urn:sha1:84f70ae3602ddc646bd0bef4f2f77b868499e3c4</id>
<content type='text'>
Tested by:	make universe
</content>
</entry>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
</feed>
