History log of /freebsd/usr.sbin/bsdconfig/share/strings.subr (Results 1 – 25 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# bbb51924 08-Feb-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# a49d8b6e 06-Feb-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r294961 through r295350.


# 2414e864 03-Feb-2016 Bjoern A. Zeeb <bz@FreeBSD.org>

MfH @r295202

Expect to see panics in routing code at least now.


# 437455de 03-Feb-2016 Devin Teske <dteske@FreeBSD.org>

f_substr(): Optimized recipe if running under bash

This makes runnig f_substr() faster than it was when running under bash,
but both sh and dash are still faster when using the non-bash recipe which

f_substr(): Optimized recipe if running under bash

This makes runnig f_substr() faster than it was when running under bash,
but both sh and dash are still faster when using the non-bash recipe which
features dynamically unrolled loops.

show more ...


# 9e81c4fb 03-Feb-2016 Devin Teske <dteske@FreeBSD.org>

f_substr: Write to stdout when no `-v var_to_set'

Fixes ``setvar: : bad variable name''


# 679f1eab 03-Feb-2016 Devin Teske <dteske@FreeBSD.org>

Remove trailing whitespace


# 3bea1c13 03-Feb-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 7883f920 03-Feb-2016 Devin Teske <dteske@FreeBSD.org>

Define f_sprintf() dynamically at inclusion time

No need to check/re-check capabilities that won't change at runtime.


# 221b3499 02-Feb-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 0f9fec9d 31-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Move awk(1)-dependent recipes to the bottom


# 92db3842 31-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Move f_isinteger() to the top

Grouping builtins-only algos together


# e4f08d49 31-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Move f_vsprintf() below f_sprintf()

Variable argument versions grouped with standard versions


# 3c8cd13b 31-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Move f_sprintf() above f_snprintf()

Ordering functions by appearance of use


# 0cb8bea7 31-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Optimize f_substr() to use built-ins only

Change f_snprintf() to use optimzed f_substr()


# fcb16c10 31-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Optimize f_sprintf() for bash

bash lacks the ksh93 optimization that makes sub-shells fast if they do
not alter io. bash 3.1-alpha1 introduced printf -v var_to_set which is not
as fast but is still

Optimize f_sprintf() for bash

bash lacks the ksh93 optimization that makes sub-shells fast if they do
not alter io. bash 3.1-alpha1 introduced printf -v var_to_set which is not
as fast but is still significantly faster than var_to_set=$( printf ) when
using any version of bash. If we find our interpreter to somehow be bash
by invocation or inclusion, use the feature that provides fastest results.

show more ...


# 752d0060 27-Jan-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r294777 through r294960.


# 0e186c0a 27-Jan-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 0f913ed5 27-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Replace awk with more efficient builtins-only algo


# 14d5c08b 26-Jan-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r294599 through r294776.


# f9421853 25-Jan-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 33291485 24-Jan-2016 Devin Teske <dteske@FreeBSD.org>

Fix a typo in a comment

MFC after: 3 days
X-MFC-to: stable/10


Revision tags: release/10.2.0, release/10.1.0, release/9.3.0
# 6cec9cad 03-Jun-2014 Peter Grehan <grehan@FreeBSD.org>

MFC @ r266724

An SVM update will follow this.


# 3b8f0845 28-Apr-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Merge head


# 84e51a1b 23-Apr-2014 Alan Somers <asomers@FreeBSD.org>

IFC @264767


123