<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/logwtmp.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=main</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2010-01-13T18:59:51Z</updated>
<entry>
<title>Remove login(3), logout(3) and logwtmp(3) from libutil.</title>
<updated>2010-01-13T18:59:51Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-13T18:59:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21470ecd911b47dfd1dc2b946470f3270156b1f5'/>
<id>urn:sha1:21470ecd911b47dfd1dc2b946470f3270156b1f5</id>
<content type='text'>
These functions only apply to utmp(5). They cannot be kept intact when
moving towards utmpx. The login(3) function would break, because its
argument is an utmp structure. The logout(3) and logwtmp(3) functions
cannot be used, since they provide a functionality which partially
overlaps.

Increment SHLIB_MAJOR to 9 to indicate the removal.
</content>
</entry>
<entry>
<title>Use strlcpy() when we mean it.</title>
<updated>2008-10-17T21:21:14Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2008-10-17T21:21:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0ea291e2216fc45053d4f2fdcf067f78af0cc4de'/>
<id>urn:sha1:0ea291e2216fc45053d4f2fdcf067f78af0cc4de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove California Regent's clause 3, per letter</title>
<updated>2007-01-09T01:02:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T01:02:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee7093a6400feef3d8a99579f28577817d70f6ad'/>
<id>urn:sha1:ee7093a6400feef3d8a99579f28577817d70f6ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NI_WITHSCOPEID cleanup.  Neither RFC 2553 nor RFC 3493 defines</title>
<updated>2005-05-13T16:31:11Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-05-13T16:31:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f101318489d72d2eeada2463a8fc3d105855628'/>
<id>urn:sha1:4f101318489d72d2eeada2463a8fc3d105855628</id>
<content type='text'>
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
</content>
</entry>
<entry>
<title>ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.</title>
<updated>2003-10-18T10:04:16Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-10-18T10:04:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=547fa0d9b785fb498d3d0db63618b781d2b83591'/>
<id>urn:sha1:547fa0d9b785fb498d3d0db63618b781d2b83591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Oops.  Some ut_time stuff slipped through the cracks.  These turned out</title>
<updated>2002-11-17T23:46:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-11-17T23:46:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f316609eb45353eb9ee5b7aec3ed280dd08b9a31'/>
<id>urn:sha1:f316609eb45353eb9ee5b7aec3ed280dd08b9a31</id>
<content type='text'>
to be non-fatal due to stack alignment roundups.
</content>
</entry>
<entry>
<title>#include &lt;time.h&gt; for the definition of time functions instead of</title>
<updated>2002-02-25T12:02:03Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-02-25T12:02:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3798cf8a706303334c0aa72fbc363137c08cdf8b'/>
<id>urn:sha1:3798cf8a706303334c0aa72fbc363137c08cdf8b</id>
<content type='text'>
depending on namespace pollution 2 layers deep in &lt;sys/stat.h&gt;.

Sorted includes.
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libutil</title>
<updated>2001-09-30T22:35:07Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:35:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8719c58fefefd5ceebb076be7e40b2a2be317c36'/>
<id>urn:sha1:8719c58fefefd5ceebb076be7e40b2a2be317c36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move trimdomain() into it's own source file and tidy things up a bit.</title>
<updated>2001-03-14T20:51:15Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-03-14T20:51:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c61b512cccbd2497807372f5303b206b7b808a1f'/>
<id>urn:sha1:c61b512cccbd2497807372f5303b206b7b808a1f</id>
<content type='text'>
Fix disorder in the Makefile.

Reviewed (mostly) by: bde
</content>
</entry>
<entry>
<title>Support v6 login.</title>
<updated>2000-01-15T03:26:54Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-15T03:26:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad5e523b7f7afcce74810f98ae75b73ba95d6329'/>
<id>urn:sha1:ad5e523b7f7afcce74810f98ae75b73ba95d6329</id>
<content type='text'>
</content>
</entry>
</feed>
