History log of /freebsd-current/bin/csh/config_p.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/


# c8a8eb16 07-Apr-2016 Mark Peek <mp@FreeBSD.org>

Revert r296416 by removing SAVESIGVEC and switching to fork instead. This
fixes usage with system libraries which maintain their own signal state.

PR: 208132
Obtained from: kib
MFC after: 3 days


# 26526cb9 05-Mar-2016 Mark Peek <mp@FreeBSD.org>

Signal handling within tcsh vfork code path will conflict with some system
libraries (such as libthr) which maintain their own signal state. This
change adds the tcsh SAVESIGVEC option to save and restore the sigvecs for
the signals the child modifies before it execs.

Reviewed by: kib, rwatson
Reported by: kib


# 463a577b 20-Oct-2015 Eitan Adler <eadler@FreeBSD.org>

Fix a ton of speelling errors

arc lint is helpful

Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337


# 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


# 4a9ddcdc 22-Sep-2005 Mark Peek <mp@FreeBSD.org>

Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow
ports builds in the cluster to work correctly.

Tested by: kris


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

Add in FreeBSD specific options for tcsh 6.14.


# 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.