<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libutil/Makefile, branch releng/4.8</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F4.8</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F4.8'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-04-25T10:04:44Z</updated>
<entry>
<title>MFC: MAN[1-9] -&gt; MAN.</title>
<updated>2001-04-25T10:04:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T10:04:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=68b300bfe60cb22aa8e23d47de9c5217107e9f99'/>
<id>urn:sha1:68b300bfe60cb22aa8e23d47de9c5217107e9f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: fix accidental inlining</title>
<updated>2000-10-27T01:50:31Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2000-10-27T01:50:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b8dbab540212b5419a2a7e25411d055d051cff1'/>
<id>urn:sha1:3b8dbab540212b5419a2a7e25411d055d051cff1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: login.conf password format switching</title>
<updated>2000-09-20T11:19:55Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2000-09-20T11:19:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a25ad103116c47db9975f113b9d4fabe141b163'/>
<id>urn:sha1:0a25ad103116c47db9975f113b9d4fabe141b163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Move setproctitle() from libutil to libc</title>
<updated>2000-09-16T22:47:18Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-09-16T22:47:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b31e3e417a5d7281ac5a6f75be0872c0f76c01bb'/>
<id>urn:sha1:b31e3e417a5d7281ac5a6f75be0872c0f76c01bb</id>
<content type='text'>
     and bump __FreeBSD_version to 410002 to mark the occasion.
</content>
</entry>
<entry>
<title>Update major version.</title>
<updated>2000-02-14T03:55:27Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-14T03:55:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a6be83f49d77d06bf5ea4c0dc1e06d427d54ef1'/>
<id>urn:sha1:3a6be83f49d77d06bf5ea4c0dc1e06d427d54ef1</id>
<content type='text'>
    Now libutil depends on libc.so.4, so needs to update the major version.
    Without this, old binaries which use libutil and build with libc.so.3
    will coredump on recent 4.0.

Solicited comment for cvs-committers and there seems to be no objection.

Approved by: jkh
</content>
</entry>
<entry>
<title>Historically file flags (schg, uschg, etc) have been converted from</title>
<updated>2000-01-27T21:17:01Z</updated>
<author>
<name>Josef Karthauser</name>
<email>joe@FreeBSD.org</email>
</author>
<published>2000-01-27T21:17:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=18c0eeddf75ea8c84360302d1d69f6856e455073'/>
<id>urn:sha1:18c0eeddf75ea8c84360302d1d69f6856e455073</id>
<content type='text'>
string to u_long and back using two functions, flags_to_string and
string_to_flags, which co-existed with 'ls'.  As time has progressed
more and more other tools have used these private functions to
manipulate the file flags.

Recently I moved these functions from /usr/src/bin/ls to libutil,
but after some discussion with bde it's been decided that they
really ought to go in libc.

There are two already existing libc functions for manipulating file
modes:  setmode and getmode.  In keeping with these flags_to_string
has been renamed getflags and string_to_flags to setflags.

The manual page could probably be improved upon ;)
</content>
</entry>
<entry>
<title>several tcp apps IPv6 update</title>
<updated>2000-01-25T14:52:10Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-25T14:52:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf'/>
<id>urn:sha1:0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf</id>
<content type='text'>
 -inetd
 -rshd
 -rlogind
 -telnetd
 -rsh
 -rlogin

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</content>
</entry>
<entry>
<title>Replace beforeinstall target with new variables used by .mk system.</title>
<updated>2000-01-14T07:57:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2000-01-14T07:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947'/>
<id>urn:sha1:d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947</id>
<content type='text'>
Reviewed by:	marcel, and make world
</content>
</entry>
<entry>
<title>Moved flags_to_string and string_to_flags into libutil.  It's used in</title>
<updated>1999-12-30T13:15:15Z</updated>
<author>
<name>Josef Karthauser</name>
<email>joe@FreeBSD.org</email>
</author>
<published>1999-12-30T13:15:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=edc2844c9fc4d1c0b4adeaa4c026d725654b3240'/>
<id>urn:sha1:edc2844c9fc4d1c0b4adeaa4c026d725654b3240</id>
<content type='text'>
many places nowadays.
</content>
</entry>
<entry>
<title>Connect fparseln(3) for mailwrapper(8)</title>
<updated>1999-12-29T17:50:34Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-29T17:50:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2705d66b49502c9683631b0254013c9f8b42ca38'/>
<id>urn:sha1:2705d66b49502c9683631b0254013c9f8b42ca38</id>
<content type='text'>
</content>
</entry>
</feed>
