summaryrefslogtreecommitdiffstats
path: root/bin/csh
Commit message (Collapse)AuthorAgeFilesLines
* In preparation for 10.3-RELEASE, revert r296976, i. e. the merge ofmarius2016-03-231-1/+0
| | | | | | | | | | | | | | r296416 (head) and r296969 (stable/10) respectively. With SAVESIGVEC enabled, csh(1) and tcsh(1) leak signal masks after spawning external commands. This causes strange effects like for example SIGTERM not being delivered to rc(8) scripts on shutdown albeit these use sh(1), if csh(1) or tcsh(1) are used as login shell of root. As such r296976 causes way more problems than it solves. It is anticipated that a proper changeset for the original problem will be issued as an Errata Notice post-10.3-RELEASE. PR: 208132 Approved by: re (gjb)
* MFC 296416:mp2016-03-171-0/+1
| | | | | | | | | | | 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 Approved by: re
* MFC r289677:bdrewery2016-01-071-1/+1
| | | | Fix a ton of speelling errors
* MFC r275805:tijl2015-04-302-2/+2
| | | | | | | | | | | | | Fix incorrect type of "invalids" argument in __iconv() prototype. MFC r281550,281591: 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
* Update to tcsh 6.18.01.mp2012-02-224-1169/+61
|
* When WITH_ICONV is set, use our in-tree iconv.ume2011-02-262-13/+23
|
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-047-4985/+0
|
* Let csh(1) use utmpx instead of utmp.ed2010-01-132-5/+6
| | | | | | | | | 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
* Check error of dlfunc(3).ume2009-10-171-0/+11
| | | | MFC after: 3 days
* Work around a vendor issue that was causing the builtin malloc to bemp2007-05-162-2/+3
| | | | | | used instead of the system malloc. Submitted by: ume
* Build updates for tcsh-6.15.00 import.mp2007-03-112-23/+39
| | | | | | Reviewed by: ume Reminded by: Divacky Roman MFC after: 1 week
* Fix spelling.ru2006-03-191-1/+1
|
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Enable NLS catalog of csh(1).ume2006-02-194-1/+136
| | | | | | | | | | | | | 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
* Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allowmp2005-09-221-0/+1
| | | | | | ports builds in the cluster to work correctly. Tested by: kris
* Don't install examples of NO_EXAMPLESphk2005-08-031-0/+2
|
* Spell "background" correctly.keramida2005-07-281-5/+5
|
* Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environmentmp2005-05-041-1/+1
| | | | | | | | | | 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
* Add in FreeBSD specific options for tcsh 6.14.mp2005-04-241-53/+11
|
* Add the config.h resulting from running the configure script.mp2005-04-241-164/+203
| | | | | 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.
* Add new file (tc.nls.c) to the build.mp2005-04-241-1/+1
|
* Fix typophantom2005-02-272-2/+2
|
* Use LC_MESSAGES locale category instead of value of LANG environment variablephantom2005-02-012-0/+4
| | | | | | | | | 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
* /*- or .\"- or #- to begin license clauses.imp2005-01-107-0/+7
|
* KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.mp2004-07-112-24/+34
|
* Remove clause 3 from the UCB licenses.markm2004-04-068-32/+0
| | | | OK'ed by: imp, core
* style.Makefile:johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=
* Temporarily turn off -Werror for these components.kan2003-07-111-1/+1
|
* Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-291-0/+4
| | | | | | path fixes. Submitted by: Tim Kientzle <kientzle@acm.org>
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-1/+1
| | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
* Usekuriyama2003-06-061-1/+1
| | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde
* Make this WARNS=1 as that is all we can do with GCC 3.3 -- too manyobrien2003-05-021-0/+1
| | | | sized/unsigned comparisons.
* Remove another unused doc Makefile.trhodes2003-02-041-8/+0
|
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-240/+240
| | | | Add FreeBSD Id tag where missing.
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-1/+1
|
* Remove WARNS and WFORMAT overrides.mp2002-07-241-2/+0
|
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-022-35/+28
| | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG.
* Use NLSLINKS to setup symbolic links in NLS areaphantom2002-03-041-27/+10
|
* This file is not used anymorephantom2002-03-041-17/+0
|
* Use bsd.nls.mk for building/installing NLS filesphantom2002-03-0411-185/+48
| | | | XXX: links handling simplify
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.mp2002-02-121-0/+3
| | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+1
| | | | Tested on i386 and alpha.
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
| | | | | | set WARNS=0. Reviewed by: mike
* Enable BSD style color ls support.mp2001-09-052-0/+2
| | | | | PR: 23161 Submitted by: Anand Ranganathan <anand@blandings.com>
* Update to the tcsh-6.11 version.mp2001-09-051-4/+12
| | | | | | This file could be removed as the alpha changes have been incorporated into the base release. However, it is probably best to leave this here since there are additional FreeBSD architectures in the pipeline that should be added.
* Add new tcsh-6.11 NLS sets for Estonian and Russian.mp2001-09-053-1/+33
| | | | (Polish was also included in tcsh-6.11 but the set1 and set3 files are broken)
* Remove whitespace at EOL.dd2001-07-153-22/+22
|
* Use new locale namesache2001-06-107-15/+15
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
|
* DIS -> ISOache2001-03-175-7/+7
|
OpenPOWER on IntegriCloud