<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/amd64, branch releng/7.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-09-03T19:09:47Z</updated>
<entry>
<title>- Fix amd64 local privilege escalation. [08:07]</title>
<updated>2008-09-03T19:09:47Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2008-09-03T19:09:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24b7af9d008ffd6d8ed237a9f60d1e50ef4086e8'/>
<id>urn:sha1:24b7af9d008ffd6d8ed237a9f60d1e50ef4086e8</id>
<content type='text'>
- Fix nmount(2) local privilege escalation. [08:08]
- Fix IPv6 remote kernel panics. [08:09]

Fix for [08:07] is merge of r181823.

Submitted by:	kib [08:07], csjp [08:08], bz [08:09]
Reviewed by:	peter [08:07], jhb [08:07]
Reviewed by:	jinmei [08:09], rwatson [08:09]
Approved by:	re (SA blanket)
Approved by:	so (simon)
Security:	FreeBSD-SA-08:07.amd64
Security:	FreeBSD-SA-08:08.nmount
Security:	FreeBSD-SA-08:09.icmp6
</content>
</entry>
<entry>
<title>Remove the rr232x driver.  It has been superseced by the hptrr driver.</title>
<updated>2008-02-06T03:24:29Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2008-02-06T03:24:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bbcc7dac082d9e2b2a5a5713ea07c12740fcbdab'/>
<id>urn:sha1:bbcc7dac082d9e2b2a5a5713ea07c12740fcbdab</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>MFC: Add a wrapper function that bound checks writes to the dump device.</title>
<updated>2008-01-30T21:21:51Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-01-30T21:21:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f934a7e5f563f0a39f6a62d0be73d7233143916'/>
<id>urn:sha1:9f934a7e5f563f0a39f6a62d0be73d7233143916</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC fix for the panic("vm_thread_new: kstack allocation failed") and</title>
<updated>2008-01-19T18:15:07Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2008-01-19T18:15:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1d0d592d08dd761c2b623cd7311b34bd5c653ae'/>
<id>urn:sha1:d1d0d592d08dd761c2b623cd7311b34bd5c653ae</id>
<content type='text'>
silent NULL pointer dereference in the i386 and sparc64 pmap_pinit()
when the kmem_alloc_nofault() failed to allocate address space. Both
functions now return error instead of panicing or dereferencing NULL.

The reason for MFCing this so late in release cycle is, according to
marius@, because
&gt; it fixes the crashing (though no panic) of the test suite
&gt; of the graphic/OpenEXR port on sparc64. This test suite is run
&gt; (and required to succeed) during the package build and that's
&gt; why portmgr@ bitch about at it as OpenEXR is a dependency of KDE
&gt; which in turn is supposed to end up on the release CD images.

Revisions MFCed:
  1.677     of      src/sys/amd64/amd64/machdep.c
  1.592     of      src/sys/amd64/amd64/pmap.c
  1.88      of      src/sys/arm/arm/pmap.c
  1.27      of      src/sys/arm/at91/kb920x_machdep.c
  1.22      of      src/sys/arm/sa11x0/assabet_machdep.c
  1.8       of      src/sys/arm/xscale/i80321/ep80219_machdep.c
  1.29      of      src/sys/arm/xscale/i80321/iq31244_machdep.c
  1.3       of      src/sys/arm/xscale/i8134x/crb_machdep.c
  1.6       of      src/sys/arm/xscale/ixp425/avila_machdep.c
  1.41      of      src/sys/compat/pecoff/imgact_pecoff.c
  1.26      of      src/sys/compat/svr4/imgact_svr4.c
  1.660     of      src/sys/i386/i386/machdep.c
  1.596     of      src/sys/i386/i386/pmap.c
  1.68      of      src/sys/i386/ibcs2/imgact_coff.c
  1.56      of      src/sys/i386/linux/imgact_linux.c
  1.226     of      src/sys/ia64/ia64/machdep.c
  1.192     of      src/sys/ia64/ia64/pmap.c
  1.102     of      src/sys/kern/imgact_aout.c
  1.179     of      src/sys/kern/imgact_elf.c
  1.56      of      src/sys/kern/imgact_gzip.c
  1.310     of      src/sys/kern/kern_exec.c
  1.287     of      src/sys/kern/kern_fork.c
  1.236     of      src/sys/kern/kern_kse.c
  1.253     of      src/sys/kern/kern_proc.c
  1.352     of      src/sys/kern/kern_sig.c
  1.63      of      src/sys/kern/kern_thr.c
  1.257     of      src/sys/kern/kern_thread.c
  1.397     of      src/sys/pc98/pc98/machdep.c
  1.104     of      src/sys/powerpc/powerpc/machdep.c
  1.10      of      src/sys/powerpc/powerpc/pmap_dispatch.c
  1.139     of      src/sys/sparc64/sparc64/machdep.c
  1.167     of      src/sys/sparc64/sparc64/pmap.c
  1.16      of      src/sys/sun4v/sun4v/machdep.c
  1.40      of      src/sys/sun4v/sun4v/pmap.c
  1.493     of      src/sys/sys/proc.h
  1.78      of      src/sys/sys/signalvar.h
  1.80      of      src/sys/vm/pmap.h
  1.79      of      src/sys/vm/vm_extern.h
  1.226     of      src/sys/vm/vm_glue.c
  1.390     of       src/sys/vm/vm_map.c

Requested by:	marius
Tested by:	Peter Holm, marius (make universe and sparc64 runs)
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'.</title>
<updated>2007-12-22T06:32:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-12-22T06:32:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca0202a548c669f45a9e0a63fce138303da6fc65'/>
<id>urn:sha1:ca0202a548c669f45a9e0a63fce138303da6fc65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC revision 1.679:</title>
<updated>2007-12-19T20:52:37Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2007-12-19T20:52:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fad8016856af73e37b16b7b02b024b05e6d5300b'/>
<id>urn:sha1:fad8016856af73e37b16b7b02b024b05e6d5300b</id>
<content type='text'>
  Disallow the legacy USB circuit to generate an SMI# via an ICH
  register (MacBooks only).
  This allows MacBooks to boot in SMP mode without any trick and
  solves
  the timer problems with HZ=1000.

Approved by:	     re (kensmith), njl (mentor)
</content>
</entry>
<entry>
<title>Add the hptrr driver.</title>
<updated>2007-12-15T02:57:31Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2007-12-15T02:57:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98f4ad8758e7933d680550ac67eb3f63905b003d'/>
<id>urn:sha1:98f4ad8758e7933d680550ac67eb3f63905b003d</id>
<content type='text'>
Submitted by: Highpoint
Approved by: re
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2007-12-13T19:34:23Z</updated>
<author>
<name>Alan Cox</name>
<email>alc@FreeBSD.org</email>
</author>
<published>2007-12-13T19:34:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a127db5fb3666dedb09b26588533b32a5f02c38'/>
<id>urn:sha1:8a127db5fb3666dedb09b26588533b32a5f02c38</id>
<content type='text'>
  Eliminate compilation warnings due to the use of non-static inlines
  through the introduction and use of the __gnu89_inline attribute.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC rev 1.5 if_wpi.c</title>
<updated>2007-12-08T12:44:59Z</updated>
<author>
<name>Benjamin Close</name>
<email>benjsc@FreeBSD.org</email>
</author>
<published>2007-12-08T12:44:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb7309d73c3b8458c90632489aacb5a229c72637'/>
<id>urn:sha1:eb7309d73c3b8458c90632489aacb5a229c72637</id>
<content type='text'>
MFC rev 1.2 if_wpireg.h
MFC rev 1.1 if_wpivar.h
MFC rev 1.3 wpi.4

    o Initial Import of Intel 3945abg Wireless Lan Controller (wpi) driver
    o Turn off debug output
    o Fix WEP compatiblity
    o Handle missed beacons correctly

    MFC includes firmware &amp; LICENSE as well.

Approved by: re (kensmith), mlaier (comentor)
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2007-12-06T14:20:25Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2007-12-06T14:20:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=82631e01b1523e0dd0264af7d66a4036a788e22b'/>
<id>urn:sha1:82631e01b1523e0dd0264af7d66a4036a788e22b</id>
<content type='text'>
rev 1.323 of src/sys/amd64/amd64/trap.c
rev 1.310 of src/sys/i386/i386/trap.c

Fix the ABI change of the signal delivered on the access to the page
with insufficient protection mode.

Approved by:	re (kensmith)
</content>
</entry>
</feed>
