<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/paths.h, 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>2011-02-25T00:04:39Z</updated>
<entry>
<title>Add the BSD-licensed Citrus iconv to the base system with default off</title>
<updated>2011-02-25T00:04:39Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2011-02-25T00:04:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad30f8e79bd1007cc2476e491bd21b4f5e389e0a'/>
<id>urn:sha1:ad30f8e79bd1007cc2476e491bd21b4f5e389e0a</id>
<content type='text'>
setting. It can be built by setting the WITH_ICONV knob. While this
knob is unset, the library part, the binaries, the header file and
the metadata files will not be built or installed so it makes no impact
on the system if left turned off.

This work is based on the iconv implementation in NetBSD but a great
number of improvements and feature additions have been included:

- Some utilities have been added. There is a conversion table generator,
  which can compare conversion tables to reference data generated by
  GNU libiconv. This helps ensuring conversion compatibility.
- UTF-16 surrogate support and some endianness issues have been fixed.
- The rather chaotic Makefiles to build metadata have been refactored
  and cleaned up, now it is easy to read and it is also easier to add
  support for new encodings.
- A bunch of new encodings and encoding aliases have been added.
- Support for 1-&gt;2, 1-&gt;3 and 1-&gt;4 mappings, which is needed for
  transliterating with flying accents as GNU does, like "u.
- Lots of warnings have been fixed, the major part of the code is
  now WARNS=6 clean.
- New section 1 and section 5 manual pages have been added.
- Some GNU-specific calls have been implemented:
  iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into()
- Support for GNU's //IGNORE suffix has been added.
- The "-" argument for stdin is now recognized in iconv(1) as per POSIX.
- The Big5 conversion module has been fixed.
- The iconv.h header files is supposed to be compatible with the
  GNU version, i.e. sources should build with base iconv.h and
  GNU libiconv. It also includes a macro magic to deal with the
  char ** and const char ** incompatibility.
- GNU compatibility: "" or "char" means the current local
  encoding in use
- Various cleanups and style(9) fixes.

Approved by:	delphij (mentor)
Obtained from:	The NetBSD Project
Sponsored by:	Google Summer of Code 2009
</content>
</entry>
<entry>
<title>Remove the Berkeley clause 3's.</title>
<updated>2010-02-16T19:39:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2010-02-16T19:39:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2556687c6724a3c8b3685103aad511afb3068b2'/>
<id>urn:sha1:f2556687c6724a3c8b3685103aad511afb3068b2</id>
<content type='text'>
Add a few $FreeBSD$
</content>
</entry>
<entry>
<title>Remove the current directory from _PATH_STDPATH.</title>
<updated>2009-12-30T15:44:36Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2009-12-30T15:44:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ca5ff35e6384fa4fa36f38f9ee3f51fa7d749d0'/>
<id>urn:sha1:8ca5ff35e6384fa4fa36f38f9ee3f51fa7d749d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Also un-split _PATH_STDPATH for grepability.</title>
<updated>2009-02-01T00:50:46Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2009-02-01T00:50:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fb69002eec46c3860b28138af2b8b5dbe50773a'/>
<id>urn:sha1:2fb69002eec46c3860b28138af2b8b5dbe50773a</id>
<content type='text'>
While I'm here, fix other style bugs reported to me.
</content>
</entry>
<entry>
<title>No need to wrap _PATH_SYSPATH.  It makes it harder to grep(1) for its</title>
<updated>2009-01-26T17:09:26Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2009-01-26T17:09:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=927c7d400485f0fe96153bfc2a798cf21145ef37'/>
<id>urn:sha1:927c7d400485f0fe96153bfc2a798cf21145ef37</id>
<content type='text'>
value.  (also unwrapping better matches existing style)
</content>
</entry>
<entry>
<title>Add _PATH_FWMEM for libkvm.</title>
<updated>2007-06-11T02:21:18Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-11T02:21:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41b23fe0b29bc3f6c71f4376d01145b9ead3d1da'/>
<id>urn:sha1:41b23fe0b29bc3f6c71f4376d01145b9ead3d1da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming</title>
<updated>2004-01-04T17:17:46Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2004-01-04T17:17:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e3aaeb2d7004bcd423ad9ccbe7b54b3d9c02165'/>
<id>urn:sha1:6e3aaeb2d7004bcd423ad9ccbe7b54b3d9c02165</id>
<content type='text'>
that mksnap_ffs(8) can be found using the current $PATH.

Reviewed by:	mckusick
</content>
</entry>
<entry>
<title>Add /rescue bits. This basically encompasses all of bin and sbin along</title>
<updated>2003-06-29T18:35:37Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-06-29T18:35:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=884c25d15a315711e0a9dc1efbbf42829746cf09'/>
<id>urn:sha1:884c25d15a315711e0a9dc1efbbf42829746cf09</id>
<content type='text'>
with a couple of bits from usr.bin in a crunchgen'd binary.

Submitted by:	Tim Kientzle &lt;kientzle@acm.org&gt;
</content>
</entry>
<entry>
<title>Move path definitions to include/paths.h. This makes it easier to override</title>
<updated>2003-06-29T18:06:05Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-06-29T18:06:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1386defade9043c15dac54cbb11f3ff589eb00cc'/>
<id>urn:sha1:1386defade9043c15dac54cbb11f3ff589eb00cc</id>
<content type='text'>
these definitions in the /rescue case.

Submitted by:	Tim Kientzle &lt;kientzle@acm.org&gt;
</content>
</entry>
<entry>
<title>Convert fsck and mount to using execvP to find fsck_foo and mount_foo.</title>
<updated>2003-06-29T17:53:48Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-06-29T17:53:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3ba4c65fd0783dab09e4e3f5ac8967728569cc2'/>
<id>urn:sha1:a3ba4c65fd0783dab09e4e3f5ac8967728569cc2</id>
<content type='text'>
This simplifies the code path and makes the default path easy to override
in the /rescue case.

Submitted by:	Tim Kientzle &lt;kientzle@acm.org&gt;
</content>
</entry>
</feed>
