<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib, branch release/4.11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-14T03:07:41Z</updated>
<entry>
<title>Merge the ips driver bits.  Tags were slid on the files that were added to</title>
<updated>2005-01-14T03:07:41Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-01-14T03:07:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ff056c2ab1a43217dcbf97b712a417afee58c481'/>
<id>urn:sha1:ff056c2ab1a43217dcbf97b712a417afee58c481</id>
<content type='text'>
the RELENG_4 branch.  This commit covers the files that existed and were
merely changed.

Approved by: re
</content>
</entry>
<entry>
<title>MFS of some Linux emulation fixes.  From the log message of the MFC:</title>
<updated>2005-01-14T00:07:56Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-01-14T00:07:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01ca612ace5f76c6e7eb834efd44e10cc6f0ab9c'/>
<id>urn:sha1:01ca612ace5f76c6e7eb834efd44e10cc6f0ab9c</id>
<content type='text'>
  kensmith    2005-01-12 16:34:55 UTC

    FreeBSD src repository

    Modified files:        (Branch: RELENG_4)
      lib/libc/gen         errlst.c
      lib/libc/sys         intro.2
      sys/nfs              nfs_subs.c
      sys/sys              errno.h
      sys/i386/linux       linux_dummy.c linux_machdep.c
                           syscalls.master
    Log:
    This is a partial MFC of the current RELENG_5 Linux emulation, which
    became necessary due to the plans for using linux_base-8 for the 4.11
    release.  Among other things running "/compat/linux/bin/ls -l" dumped
    core because it tried to use completely non-existent system calls.  We
    don't actually implement the system calls it's trying to use but we at
    least need to have something in place that returns an error code.

    Things being added:

      - wrapper for mmap2(2) from
            sys/compat/linux/linux_machdep.c v1.31
            sys/compat/linux/linux_dummy.c v1.35
      - add dummy entries for fadvise64(2) and *xattr(2) family of syscalls from
            sys/compat/linux/linux_dummy.c v1.37
      - add ENOATTR error code because that is what the *xattr(2) family of
        syscalls returns, which in turn required tweaking the error code
        translation table in the NFS server code[1].
      - add $FreeBSD$ token to lib/libc/gen/errlst.c so it passes pre-commit
        check script...

  [1] Noticed by rwatson.

  Requested by:	nectar
  Reviewed by:	nectar, sobomax, re@
  Tested by:	nectar, ceri

Versions being MFS-ed:

  src/lib/libc/gen/errlst.c		1.2.2.1
  src/lib/libc/sys/intro.2		1.21.2.8 and 1.21.2.9
  src/sys/i386/linux/linux_dummy.c	1.21.2.9
  src/sys/i386/linux/linux_machdep.c	1.6.2.6
  src/sys/i386/linux/syscalls.master	1.30.2.9
  src/sys/nfs/nfs_subs.c		1.90.2.4
  src/sys/sys/errno.h			1.14.2.3

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: rev 1.24</title>
<updated>2005-01-02T09:03:14Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-01-02T09:03:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c2b2199f55dec45601f89f7bb05936a06cb5a34'/>
<id>urn:sha1:7c2b2199f55dec45601f89f7bb05936a06cb5a34</id>
<content type='text'>
    date: 2004/12/30 13:09:34;  author: krion;  state: Exp;  lines: +3 -1
    Add LOG_NTP facility.

    Submitted by:   Kurt Jaeger &lt;pi at complx dot LF dot net&gt;
    Approved by:    ru
    MFC after:      3 days

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: S_IS* macros; some well-known struct stat fields.</title>
<updated>2004-12-23T07:03:19Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2004-12-23T07:03:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=007cd988ab9126e0f0323c6688c040866633469e'/>
<id>urn:sha1:007cd988ab9126e0f0323c6688c040866633469e</id>
<content type='text'>
Approved by:	re (kensmith)
Encouraged by:	roam
</content>
</entry>
<entry>
<title>MFC: Make popen(3) thread-safe for libc_r.</title>
<updated>2004-12-15T12:39:52Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2004-12-15T12:39:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=140ea6d91733a2ef8906c7ed539b69b645510c29'/>
<id>urn:sha1:140ea6d91733a2ef8906c7ed539b69b645510c29</id>
<content type='text'>
Submitted by:	marck
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>- MFC:</title>
<updated>2004-12-13T14:10:30Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-12-13T14:10:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=baec73815e22e2af45e4fd90fc6132d210edc05d'/>
<id>urn:sha1:baec73815e22e2af45e4fd90fc6132d210edc05d</id>
<content type='text'>
  lib/Makefile 1.155
  libexec/Makefile 1.57
  usr.bin/Makefile 1.234 (partly), 1.235

  Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.

- Replace the check for the non-existence of src/secure and src/kerberosIV
  with a check for the non-existence of src/crypto only. This is to bring
  these checks in line with the demise of the NOSECURE knob and because
  if src/crypto doesn't exist we won't build any crypto stuff including
  not Kerberos IV (and also not Kerberos 5 for that matter).
  Note: On HEAD all these checks for the existence of crypto sources even
  have been completely removed.

Discussed with:	ru (some months ago)
Reviewed by:	ru (some months ago)
Approved by:	markm (telnet and secure bits, some months ago)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2004-12-13T13:50:02Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-12-13T13:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3'/>
<id>urn:sha1:f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3</id>
<content type='text'>
Makefile.inc1 1.361
bin/ed/Makefile 1.22
lib/Makefile 1.157
lib/libcrypt/Makefile 1.31
lib/libfetch/Makefile 1.41
lib/libpam/modules/modules.inc 1.17
libexec/Makefile 1.61
share/examples/etc/make.conf 1.215
share/man/man5/make.conf.5 1.73
usr.bin/Makefile 1.239
usr.bin/fetch/Makefile 1.14
usr.sbin/pkg_install/Makefile 1.14
usr.sbin/pkg_install/add/Makefile 1.17
usr.sbin/pkg_install/info/Makefile 1.17
usr.sbin/pkg_install/version/Makefile 1.12
usr.sbin/ppp/Makefile 1.95, 1.96
usr.sbin/pppd/Makefile 1.25
usr.sbin/sendmail/Makefile 1.40
usr.sbin/tcpdump/tcpdump/Makefile 1.36

Retire the useless NOSECURE knob.

The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5
are meant to be buildable by various makefiles when NOSECURE is set but
this was broken because Kerberos depends on e.g. des(3) from OpenSSL
which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob
however would have meant to make it do the same as the NOCRYPT knob.
If you had been using the NOSECURE build knob please now use the NOCRYPT
knob instead.

Discussed with:	ru (some months ago)
Reviewed by:	ru (some months ago)
Approved by:	markm (telnet and secure bits, some months ago), kensmith (re)
</content>
</entry>
<entry>
<title>MFC 1.23: Correctly document the return value of strerror() and</title>
<updated>2004-11-20T00:03:28Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2004-11-20T00:03:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5aabc8e5514fa1874bd21c94831906fb3d8806ac'/>
<id>urn:sha1:5aabc8e5514fa1874bd21c94831906fb3d8806ac</id>
<content type='text'>
strerror_r() and the contents of the returned buffer for unknown
error codes.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2004-10-23T15:43:20Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2004-10-23T15:43:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99d69eafca2cedf709bc7520dca4d6a1f5e94bd0'/>
<id>urn:sha1:99d69eafca2cedf709bc7520dca4d6a1f5e94bd0</id>
<content type='text'>
  Add support for eui64(5) to libc.
</content>
</entry>
<entry>
<title>MFC: Fix a condition where the hole would be inserted in the wrong</title>
<updated>2004-09-19T12:44:29Z</updated>
<author>
<name>Jun Kuriyama</name>
<email>kuriyama@FreeBSD.org</email>
</author>
<published>2004-09-19T12:44:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=819cf7175f50ea2430b44b6fd127a4b9eb2d338a'/>
<id>urn:sha1:819cf7175f50ea2430b44b6fd127a4b9eb2d338a</id>
<content type='text'>
     place during a split.

     Obtained from:	NetBSD
</content>
</entry>
</feed>
