Date: Thu, 23 Apr 2009 16:56:26 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r191425 - in stable/7: lib/libc lib/libc/string lib/libc/sys sbin/savecore share/man/man4 share/man/man4/man4.i386 share/man/man4/man4.powerpc usr.sbin/cpucontrol usr.sbin/crashinfo usr... Message-ID: <200904231656.n3NGuQlw093618@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Thu Apr 23 16:56:26 2009 New Revision: 191425 URL: http://svn.freebsd.org/changeset/base/191425 Log: MFC r191414 Correct the information about when the respective functionality first appeared in FreeBSD. Approved by: re (kensmith) Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/string/ffsll.c (props changed) stable/7/lib/libc/string/flsll.c (props changed) stable/7/lib/libc/string/memchr.3 stable/7/lib/libc/sys/setfib.2 stable/7/sbin/savecore/ (props changed) stable/7/sbin/savecore/savecore.8 stable/7/share/man/man4/ (props changed) stable/7/share/man/man4/cpuctl.4 stable/7/share/man/man4/igb.4 (props changed) stable/7/share/man/man4/man4.i386/glxsb.4 stable/7/share/man/man4/man4.powerpc/bm.4 stable/7/share/man/man4/u3g.4 stable/7/usr.sbin/cpucontrol/ (props changed) stable/7/usr.sbin/cpucontrol/cpucontrol.8 stable/7/usr.sbin/crashinfo/ (props changed) stable/7/usr.sbin/crashinfo/crashinfo.8 stable/7/usr.sbin/setfib/ (props changed) stable/7/usr.sbin/setfib/setfib.1 Modified: stable/7/lib/libc/string/memchr.3 ============================================================================== --- stable/7/lib/libc/string/memchr.3 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/lib/libc/string/memchr.3 Thu Apr 23 16:56:26 2009 (r191425) @@ -99,6 +99,6 @@ The .Fn memrchr function first appeared in GNU libc 2.1.91, this implementation first appeared in -.Fx 8.0 , +.Fx 6.4 , coming from .Ox 4.3 . Modified: stable/7/lib/libc/sys/setfib.2 ============================================================================== --- stable/7/lib/libc/sys/setfib.2 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/lib/libc/sys/setfib.2 Thu Apr 23 16:56:26 2009 (r191425) @@ -76,4 +76,4 @@ have been added to many other UNIX style The .Fn setfib function appeared in -.Fx 8.0 . +.Fx 7.1 . Modified: stable/7/sbin/savecore/savecore.8 ============================================================================== --- stable/7/sbin/savecore/savecore.8 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/sbin/savecore/savecore.8 Thu Apr 23 16:56:26 2009 (r191425) @@ -154,6 +154,6 @@ utility appeared in .Bx 4.1 . .Pp Support for kernel textdumps appeared in -.Fx 8.0 . +.Fx 7.1 . .Sh BUGS The minfree code does not consider the effect of compression or sparse files. Modified: stable/7/share/man/man4/cpuctl.4 ============================================================================== --- stable/7/share/man/man4/cpuctl.4 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/share/man/man4/cpuctl.4 Thu Apr 23 16:56:26 2009 (r191425) @@ -142,7 +142,7 @@ The firmware image address points outsid The .Nm driver first appeared in -.Fx 8.0 . +.Fx 7.2 . .Sh BUGS Yes, probably, report if any. .Sh AUTHORS Modified: stable/7/share/man/man4/man4.i386/glxsb.4 ============================================================================== --- stable/7/share/man/man4/man4.i386/glxsb.4 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/share/man/man4/man4.i386/glxsb.4 Thu Apr 23 16:56:26 2009 (r191425) @@ -82,7 +82,7 @@ device driver first appeared in The .Nm device driver was imported into -.Fx 8.0 . +.Fx 7.1 . .Sh AUTHORS .An -nosplit The Modified: stable/7/share/man/man4/man4.powerpc/bm.4 ============================================================================== --- stable/7/share/man/man4/man4.powerpc/bm.4 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/share/man/man4/man4.powerpc/bm.4 Thu Apr 23 16:56:26 2009 (r191425) @@ -76,7 +76,7 @@ Apple BMAC+ Onboard Ethernet The .Nm device driver appeared in -.Fx 8.0 . +.Fx 7.1 . .Sh AUTHORS .An -nosplit The Modified: stable/7/share/man/man4/u3g.4 ============================================================================== --- stable/7/share/man/man4/u3g.4 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/share/man/man4/u3g.4 Thu Apr 23 16:56:26 2009 (r191425) @@ -109,7 +109,7 @@ and replug the device. The .Nm driver appeared in -.Fx 8.0 , +.Fx 7.2 , is based on the .Xr uark 4 driver, and written by Modified: stable/7/usr.sbin/cpucontrol/cpucontrol.8 ============================================================================== --- stable/7/usr.sbin/cpucontrol/cpucontrol.8 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/usr.sbin/cpucontrol/cpucontrol.8 Thu Apr 23 16:56:26 2009 (r191425) @@ -113,7 +113,7 @@ use the following command: The .Nm utility first appeared in -.Fx 8.0 . +.Fx 7.2 . .Sh BUGS Yes, probably, report if any. .Sh AUTHORS Modified: stable/7/usr.sbin/crashinfo/crashinfo.8 ============================================================================== --- stable/7/usr.sbin/crashinfo/crashinfo.8 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/usr.sbin/crashinfo/crashinfo.8 Thu Apr 23 16:56:26 2009 (r191425) @@ -106,4 +106,4 @@ Specify an explicit kernel file. The .Nm utility appeared in -.Fx 8.0 . +.Fx 6.4 . Modified: stable/7/usr.sbin/setfib/setfib.1 ============================================================================== --- stable/7/usr.sbin/setfib/setfib.1 Thu Apr 23 15:56:01 2009 (r191424) +++ stable/7/usr.sbin/setfib/setfib.1 Thu Apr 23 16:56:26 2009 (r191425) @@ -94,4 +94,4 @@ have an equivalent function. The .Nm utility appeared in -.Fx 8.0 . +.Fx 7.1 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904231656.n3NGuQlw093618>