History log of /freebsd-current/bin/csh/config.h
Revision Date Author Comments
# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

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


# 6487f787 26-Apr-2016 Andrew Turner <andrew@FreeBSD.org>

Stop using sbrk in csh. This is a legacy interface and its use within csh
is invalid. It is used to find the size of allocated memory. As malloc may
allocate memory with mmap it will fail to take this memory into account.

Obtained from: brooks


# 1243a98e 15-Apr-2015 Tijl Coosemans <tijl@FreeBSD.org>

Remove the const qualifier from iconv(3) to comply with POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html

Adjust all code that calls iconv.

PR: 199099
Exp-run by: antoine
MFC after: 2 weeks


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d0632ec9 13-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Let csh(1) use utmpx instead of utmp.

csh allows you to monitor the utmp(x) file to monitor certain user
logins. Unfortunately it needs to directly stat() this file. I don't
want to break this module , but eventually it shouldn't do that. The
idea of the getutxent(3) API is to hide file access.

Approved by: mp


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 59dfb2db 16-May-2007 Mark Peek <mp@FreeBSD.org>

Work around a vendor issue that was causing the builtin malloc to be
used instead of the system malloc.

Submitted by: ume


# 15aaece8 11-Mar-2007 Mark Peek <mp@FreeBSD.org>

Build updates for tcsh-6.15.00 import.

Reviewed by: ume
Reminded by: Divacky Roman
MFC after: 1 week


# f45c0422 18-Feb-2006 Hajimu UMEMOTO <ume@FreeBSD.org>

Enable NLS catalog of csh(1).
The tcsh 6.14 uses libiconv to convert catalogs to appropriate charset
dynamically. However, we don't have libiconv in our tree. So, I made
some hack to load libiconv dynamically. If libiconv is available, you
can use catalogs for more locales than the locales which catalog is
actually installed.
To use this feature, you need to symlink catalogs to appropriate
locales. You can do this by installing ports/shells/tcsh_nls.

Reviewed by: arch (no objection)
MFC after: 1 week


# 6048f2e1 04-May-2005 Mark Peek <mp@FreeBSD.org>

Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environment
variable to show up correctly.

Note: This is really a bug with the stock tcsh configure.in script not
including <sys/types.h> before <utmp.h>. But, since config.h is maintained
separate from the contrib sources, this is the correct fix.

Noticed by: ache


# ced7a1fd 24-Apr-2005 Mark Peek <mp@FreeBSD.org>

Add the config.h resulting from running the configure script.

Note: the contents of this file has changed between 6.13 and 6.14.
The old contents of this file has been repocopied to config_p.h.


# bed60216 27-Feb-2005 Alexey Zelkin <phantom@FreeBSD.org>

Fix typo


# 2b40ba25 01-Feb-2005 Alexey Zelkin <phantom@FreeBSD.org>

Use LC_MESSAGES locale category instead of value of LANG environment variable
while opening of tcsh's message catalog. It gives us more flexibility, and
do not change current behaviour (since we call setlocale() here)

Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com>
PR: bin/76773
MFC After: 3 days


# e62468e4 10-Jul-2004 Mark Peek <mp@FreeBSD.org>

KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.


# 2441ae60 05-Sep-2001 Mark Peek <mp@FreeBSD.org>

Enable BSD style color ls support.

PR: 23161
Submitted by: Anand Ranganathan <anand@blandings.com>


# bddc60b4 30-Nov-2000 David E. O'Brien <obrien@FreeBSD.org>

Fix a "#ifdef" where a comparison operator was used.
GCC 2.96 does not like this.


# e1eb1729 10-Jun-2000 Andrey A. Chernov <ache@FreeBSD.org>

Activate Japanese NLS and KANJI support


# 58a09c5f 23-Apr-2000 David E. O'Brien <obrien@FreeBSD.org>

MBYTEDEBUG not needed for "WANT_KANJI"

Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>


# 8a5e4836 21-Apr-2000 David E. O'Brien <obrien@FreeBSD.org>

Until it's impact is better understood, only active KANJI/DSPMBYTE/MBYTEDEBUG
if "WANT_KANJI" is defined in /etc/make.conf.

Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>


# 585dfedb 19-Apr-2000 David E. O'Brien <obrien@FreeBSD.org>

Use our system malloc().


# 325c70b7 18-Apr-2000 David E. O'Brien <obrien@FreeBSD.org>

Upgrade csh.