Sync with -CURRENT
This commit is contained in:
parent
b68eda3b54
commit
d40d5f64a2
@ -31,7 +31,7 @@
|
||||
|
||||
/*
|
||||
* Number of CPU slots in library-internal data structures. This should be
|
||||
* at least value of MAXCPU from param.h
|
||||
* at least the value of MAXCPU from param.h.
|
||||
*/
|
||||
#define MEMSTAT_MAXCPU 32
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $FreeBSD: head/tools/build/options/WITHOUT_GPIO 221541 2011-05-06 19:14:06Z ru $
|
||||
.\" $FreeBSD$
|
||||
Set to not build
|
||||
.Xr gpioctl 8
|
||||
as part of the base system.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote1.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote2.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
# This depends on the ASCII character set.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote3.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
unset LC_ALL
|
||||
LC_CTYPE=en_US.ISO8859-1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote4.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
unset LC_ALL
|
||||
LC_CTYPE=en_US.ISO8859-1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote5.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
# This depends on the ASCII character set.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote6.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
# This depends on the ASCII character set.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote7.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote8.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
[ $'hello\0' = hello ]
|
||||
[ $'hello\0world' = hello ]
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $FreeBSD: head/tools/regression/bin/sh/parser/dollar-quote9.0 221513 2011-05-05 20:55:55Z jilles $
|
||||
# $FreeBSD$
|
||||
|
||||
# POSIX and C99 say D800-DFFF are undefined in a universal character name.
|
||||
# We reject this but many other shells expand to something that looks like
|
||||
|
Loading…
Reference in New Issue
Block a user