The NetBSD Project

CVS log for src/bin/csh/csh.c

[BACK] Up to [cvs.NetBSD.org] / src / bin / csh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.56 / (download) - annotate - [select for diffs], Thu Sep 15 11:35:06 2022 UTC (8 months, 2 weeks ago) by martin
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10, HEAD
Changes since 1.55: +4 -2 lines
Diff to previous 1.55 (colored)

Fix the build for variants that do not define EDIT.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Sep 14 17:06:16 2022 UTC (8 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (colored)

Update editing before prompt printing.

Revision 1.54 / (download) - annotate - [select for diffs], Wed Sep 14 16:15:51 2022 UTC (8 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.53: +4 -2 lines
Diff to previous 1.53 (colored)

defer editing setup/cleanup to when we are interactive.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Aug 9 00:53:38 2020 UTC (2 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

Use the right size for several calloc calls.

When allocating for a Char **, it should use sizeof(Char *), not
sizeof(Char **). This doesn't actually affect the results except
on DS9000 though :-)

(part 2, the instance in this file was as far as I can tell
inexplicably missed by CVS on the first go...)

Revision 1.52 / (download) - annotate - [select for diffs], Sun Aug 9 00:51:12 2020 UTC (2 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.51: +3 -4 lines
Diff to previous 1.51 (colored)

Clarify some comments.

Revision 1.51 / (download) - annotate - [select for diffs], Sun Aug 9 00:22:53 2020 UTC (2 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.50: +4 -4 lines
Diff to previous 1.50 (colored)

Don't cast the value returned from *malloc. No change to compiler output.

Revision 1.46.28.4 / (download) - annotate - [select for diffs], Tue Apr 21 19:37:30 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.46.28.3: +2 -2 lines
Diff to previous 1.46.28.3 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored)

Ooops, restore accidently removed files from merge mishap

Revision 1.46.28.3, Tue Apr 21 18:41:02 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.46.28.2: +2 -2 lines
FILE REMOVED

Sync with HEAD

Revision 1.46.28.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:03:04 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.46.28.1: +93 -5 lines
Diff to previous 1.46.28.1 (colored) to branchpoint 1.46 (colored)

Merge changes from current as of 20200406

Revision 1.50 / (download) - annotate - [select for diffs], Fri Apr 3 18:11:29 2020 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Changes since 1.49: +93 -2 lines
Diff to previous 1.49 (colored)

Don't depend on common declarations.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Jan 12 18:36:55 2020 UTC (3 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp
Changes since 1.48: +2 -5 lines
Diff to previous 1.48 (colored)

remove unused

Revision 1.46.28.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:41:02 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.46: +9 -8 lines
Diff to previous 1.46 (colored)

Sync with HEAD

Revision 1.46.26.1 / (download) - annotate - [select for diffs], Fri Jan 18 08:48:24 2019 UTC (4 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.46: +9 -8 lines
Diff to previous 1.46 (colored) next main 1.47 (colored)

Synch with HEAD

Revision 1.48 / (download) - annotate - [select for diffs], Sat Jan 5 16:54:00 2019 UTC (4 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Changes since 1.47: +7 -7 lines
Diff to previous 1.47 (colored)

Welcome to the 21th century csh: retire "ptr_t" now that we have "void *"

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jan 5 10:51:06 2019 UTC (4 years, 4 months ago) by maya
Branch: MAIN
Changes since 1.46: +9 -8 lines
Diff to previous 1.46 (colored)

Remove Free, s/xfree/free/.

Standard C says that free should be a no-op for a NULL pointer, so
we don't need an extra function to do this.

While here, add an XXX about a wrong sounding comment

Revision 1.43.6.2 / (download) - annotate - [select for diffs], Tue Aug 19 23:45:10 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.43.6.1: +23 -17 lines
Diff to previous 1.43.6.1 (colored) to branchpoint 1.43 (colored) next main 1.44 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.42.2.2 / (download) - annotate - [select for diffs], Thu May 22 11:26:22 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.42.2.1: +55 -18 lines
Diff to previous 1.42.2.1 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jul 16 17:47:43 2013 UTC (9 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.45: +23 -17 lines
Diff to previous 1.45 (colored)

WARNS=6 [-Wconversion]

Revision 1.43.6.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:23:50 2013 UTC (10 years, 3 months ago) by tls
Branch: tls-maxphys
Changes since 1.43: +38 -7 lines
Diff to previous 1.43 (colored)

resync with head

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jan 23 16:39:03 2013 UTC (10 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: khorben-n900, agc-symver-base, agc-symver
Changes since 1.44: +5 -5 lines
Diff to previous 1.44 (colored)

make history kind of work :-), turn libedit support on.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 22 20:35:29 2013 UTC (10 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.43: +35 -4 lines
Diff to previous 1.43 (colored)

Add a little libedit front end. Could be used as someone's pet project to
learn how to program. It is not enabled in the Makefile, and it states why
there.

Revision 1.42.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:01:36 2012 UTC (11 years, 1 month ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.42: +5 -5 lines
Diff to previous 1.42 (colored)

sync with head

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 22 18:36:14 2012 UTC (11 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: tls-maxphys
Changes since 1.42: +5 -5 lines
Diff to previous 1.42 (colored)

From tnozaki@: make fpos_t a complex object that keeps track of the parse
state of the stream. Change argument of the seek function to funopen() from
fpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providing
backwards compatible entry points. Approved by releng@

Revision 1.42 / (download) - annotate - [select for diffs], Mon Aug 29 14:51:17 2011 UTC (11 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)

Use __dead

Revision 1.40.12.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:27:40 2008 UTC (14 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored) next main 1.41 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jul 20 00:52:39 2008 UTC (14 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored)

Remove the \n and tabs from the __COPYRIGHT() strings.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Jul 16 18:26:09 2007 UTC (15 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-1, wrstuden-revivesa-base, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: wrstuden-revivesa
Changes since 1.39: +20 -20 lines
Diff to previous 1.39 (colored)

no need to have cshbool; just make them int

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jul 16 14:07:00 2007 UTC (15 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.38: +20 -20 lines
Diff to previous 1.38 (colored)

PR/36650: Michael van Elst: Get rid of bool, because csh uses bool as a small
int.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jul 16 02:26:50 2007 UTC (15 years, 10 months ago) by dogcow
Branch: MAIN
Changes since 1.37: +20 -20 lines
Diff to previous 1.37 (colored)

Rename bool -> cshbool; despite the name, bool actually holds values other
than 0 or 1. Fixes PR/36650.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 24 19:00:29 2006 UTC (17 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

It's "its."

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jun 26 19:10:48 2005 UTC (17 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored)

sprinkle a little const, and now everything compiles with WARNS=3

Revision 1.35 / (download) - annotate - [select for diffs], Thu Aug 19 22:31:38 2004 UTC (18 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.34: +5 -3 lines
Diff to previous 1.34 (colored)

Deal with RESCUE

Revision 1.34 / (download) - annotate - [select for diffs], Thu Aug 7 09:05:04 2003 UTC (19 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.33: +3 -7 lines
Diff to previous 1.33 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Jan 16 09:38:37 2003 UTC (20 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.32: +24 -24 lines
Diff to previous 1.32 (colored)

Rename `sigset' locals to avoid symbol shadowing warning.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jan 6 13:19:51 2003 UTC (20 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

descriptor, not decriptor.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jul 10 22:22:29 2002 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

Fix a typo in a comment. moritz@jodeit.org via OpenBSD.

Revision 1.30 / (download) - annotate - [select for diffs], Sat May 25 23:29:16 2002 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.29: +3 -8 lines
Diff to previous 1.29 (colored)

__STDC__ is always defined on NetBSD.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Mar 8 17:15:30 2002 UTC (21 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.28: +7 -2 lines
Diff to previous 1.28 (colored)

% set verbose echo
% echo foo >& bar
% cat bar
guess what you get:
echo foo
foo

Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 16 12:20:33 2001 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

Use setprogname. Patch by Petri Koistinen.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 14 14:03:59 2001 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.26: +205 -235 lines
Diff to previous 1.26 (colored)

ANSIfication and KNF improvements by Petri Koistinen in bin/13689,
with some fixes by me.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Mon Sep 4 22:59:09 2000 UTC (22 years, 9 months ago) by christos
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Changes since 1.25: +5 -5 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

pullup 1.25 -> 1.26: don't glob $PATH when importing it.
[approved by jhawk]

Revision 1.26 / (download) - annotate - [select for diffs], Mon Sep 4 17:48:14 2000 UTC (22 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.25: +5 -5 lines
Diff to previous 1.25 (colored)

fix globbing problem when importing $PATH from environment. Reported by
Michael Shalayeff.

Revision 1.24.8.1 / (download) - annotate - [select for diffs], Thu Jun 22 15:03:41 2000 UTC (22 years, 11 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 31 22:48:44 2000 UTC (23 years ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

decouple us from stdio's BUFSIZ and boost BUFSIZE to 4K

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jul 28 11:41:41 1998 UTC (24 years, 10 months ago) by mycroft
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, minoura-xpg4dl-base, comdex-fall-1999-base, comdex-fall-1999
Branch point for: minoura-xpg4dl
Changes since 1.23: +12 -32 lines
Diff to previous 1.23 (colored)

Be more retentive about use of NOTREACHED and noreturn.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 28 05:31:23 1998 UTC (24 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.22: +11 -5 lines
Diff to previous 1.22 (colored)

Delint.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jul 28 02:47:19 1998 UTC (24 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.21: +21 -25 lines
Diff to previous 1.21 (colored)

Delint (partially).

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jul 28 02:23:37 1998 UTC (24 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.20: +32 -12 lines
Diff to previous 1.20 (colored)

Delint (partially).

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 27 15:32:04 1998 UTC (24 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.19: +12 -11 lines
Diff to previous 1.19 (colored)

const propagation.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Fri May 8 22:27:45 1998 UTC (25 years, 1 month ago) by mycroft
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002
Changes since 1.17: +15 -4 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Pull up 1.18-1.19, per request of fair.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Apr 8 22:35:54 1998 UTC (25 years, 2 months ago) by fair
Branch: MAIN
Changes since 1.18: +14 -4 lines
Diff to previous 1.18 (colored)

Fix csh to use <paths.h> _PATH_DEFPATH as the default path, absent a PATH
from the environment.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 1 13:50:14 1998 UTC (25 years, 2 months ago) by kleink
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Need <time.h> for time() prototype.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jul 4 21:23:53 1997 UTC (25 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Branch point for: netbsd-1-3
Changes since 1.16: +7 -5 lines
Diff to previous 1.16 (colored)

Rename err.h to errnum.h to avoid collision with err.h
Fix compiler warnings.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 13 17:53:15 1997 UTC (26 years, 4 months ago) by tls
Branch: MAIN
Changes since 1.15: +17 -17 lines
Diff to previous 1.15 (colored)

kill register

Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 31 23:50:53 1996 UTC (26 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14 (colored)

Quote all imported environment variables, so that we don't core dump with
	set term='unknown*'
	./csh
or we don't have security problems with:
	set path=('`/bin/rm -fr *`' /usr/local)
	./csh
Reported by Donn Seeley...

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 29 23:21:28 1995 UTC (28 years, 1 month ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

Use POSIX signal semantics.  Change p_pid and p_jobid to pid_t's.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Mar 21 18:35:32 1995 UTC (28 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.12: +40 -23 lines
Diff to previous 1.12 (colored)

Use POSIX signals.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 21 09:02:38 1995 UTC (28 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.11: +7 -2 lines
Diff to previous 1.11 (colored)

convert to new RCS id conventions.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 30 19:37:23 1995 UTC (28 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Use S_IS*().

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 20 18:23:34 1995 UTC (28 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9 (colored)

Remove `.' from default PATH.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 15 09:47:36 1995 UTC (28 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.8: +1 -4 lines
Diff to previous 1.8 (colored)

Remove the gratuitous `security' warnings.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 23 11:16:28 1994 UTC (28 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.7: +5 -4 lines
Diff to previous 1.7 (colored)

Eliminate uses of some obsolete functions.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 21 00:10:35 1994 UTC (28 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.6: +252 -116 lines
Diff to previous 1.6 (colored)

Merge 4.4-Lite version.

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 20 05:28:24 1994 UTC (28 years, 8 months ago) by mycroft
Branch: WFJ-920714, CSRG
CVS Tags: lite-1
Changes since 1.1.1.1: +255 -87 lines
Diff to previous 1.1.1.1 (colored)

Import original 4.4-Lite version.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 12 07:13:32 1994 UTC (29 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.5: +1 -6 lines
Diff to previous 1.5 (colored)

minor cleanup

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 12 15:58:14 1993 UTC (29 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.4: +44 -8 lines
Diff to previous 1.4 (colored)

be rational about foreground process groups; pull code in from tcsh!

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 1 19:00:50 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Add RCS identifiers.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:24:16 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9, netbsd-0-8
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

changed "Id" to "Header" for rcsids

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 22 08:04:00 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

added rcs ids to all files

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (30 years, 2 months ago) by cgd
Branch: WFJ-920714, CSRG
CVS Tags: patchkit-0-2-2, WFJ-386bsd-01
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of 386bsd-0.1 sources

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>