The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.42 / (download) - annotate - [select for diffs], Thu Sep 16 19:34:21 2021 UTC (2 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Changes since 1.41: +8 -4 lines
Diff to previous 1.41 (colored) to selected 1.26 (colored)

provide a way to reset setproctitle.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Sep 11 20:55:03 2021 UTC (2 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.40: +12 -5 lines
Diff to previous 1.40 (colored) to selected 1.26 (colored)

like zsh, have jobs -Z do setproctitle

Revision 1.40 / (download) - annotate - [select for diffs], Sun Aug 9 00:22:53 2020 UTC (3 years, 8 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.39: +3 -3 lines
Diff to previous 1.39 (colored) to selected 1.26 (colored)

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

Revision 1.36.28.4 / (download) - annotate - [select for diffs], Tue Apr 21 19:37:30 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.36.28.3: +2 -2 lines
Diff to previous 1.36.28.3 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored) to selected 1.26 (colored)

Ooops, restore accidently removed files from merge mishap

Revision 1.36.28.3, Tue Apr 21 18:41:02 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.36.28.2: +2 -2 lines
FILE REMOVED

Sync with HEAD

Revision 1.36.28.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:03:04 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.36.28.1: +13 -2 lines
Diff to previous 1.36.28.1 (colored) to branchpoint 1.36 (colored) to selected 1.26 (colored)

Merge changes from current as of 20200406

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

Don't depend on common declarations.

Revision 1.36.28.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:41:02 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored) to selected 1.26 (colored)

Sync with HEAD

Revision 1.36.26.1 / (download) - annotate - [select for diffs], Fri Jan 18 08:48:24 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored) next main 1.37 (colored) to selected 1.26 (colored)

Synch with HEAD

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jan 5 16:54:00 2019 UTC (5 years, 3 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, is-mlppp-base, is-mlppp
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) to selected 1.26 (colored)

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

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jan 5 10:51:06 2019 UTC (5 years, 3 months ago) by maya
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored) to selected 1.26 (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.35.6.1 / (download) - annotate - [select for diffs], Tue Aug 19 23:45:10 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.35: +7 -7 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.26 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.34.34.2 / (download) - annotate - [select for diffs], Thu May 22 11:26:22 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.34.34.1: +7 -7 lines
Diff to previous 1.34.34.1 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored) to selected 1.26 (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.36 / (download) - annotate - [select for diffs], Tue Jul 16 17:47:43 2013 UTC (10 years, 9 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.35: +7 -7 lines
Diff to previous 1.35 (colored) to selected 1.26 (colored)

WARNS=6 [-Wconversion]

Revision 1.34.34.1 / (download) - annotate - [select for diffs], Thu Nov 10 14:31:10 2011 UTC (12 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.34: +8 -8 lines
Diff to previous 1.34 (colored) to selected 1.26 (colored)

sync with head

Revision 1.35 / (download) - annotate - [select for diffs], Wed Nov 9 19:16:01 2011 UTC (12 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, 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, khorben-n900, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.34: +8 -8 lines
Diff to previous 1.34 (colored) to selected 1.26 (colored)

sync with /usr/bin/time, use CLOCK_MONOTONIC

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 16 18:26:10 2007 UTC (16 years, 9 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, yamt-pagecache-base2, yamt-pagecache-base, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, 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, mjf-devfs2-base, mjf-devfs2, 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, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.33: +5 -5 lines
Diff to previous 1.33 (colored) to selected 1.26 (colored)

no need to have cshbool; just make them int

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jul 16 14:07:01 2007 UTC (16 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.32: +5 -5 lines
Diff to previous 1.32 (colored) to selected 1.26 (colored)

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

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jul 16 02:26:52 2007 UTC (16 years, 9 months ago) by dogcow
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31 (colored) to selected 1.26 (colored)

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

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 10 00:30:24 2007 UTC (16 years, 9 months ago) by dogcow
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored) to selected 1.26 (colored)

exposure of bool elsewhere in the code requires the addition of stdbool;
in addition, proc.c cleverly has a variable that was initially defined "int",
but had in the actual declaration "bool". oops.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Feb 24 21:29:13 2007 UTC (17 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29 (colored) to selected 1.26 (colored)

No functional changes.  Cleanup time printing code so it can be used
elsewhere in the tree.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 26 19:10:48 2005 UTC (18 years, 9 months ago) by christos
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.28: +3 -3 lines
Diff to previous 1.28 (colored) to selected 1.26 (colored)

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

Revision 1.28 / (download) - annotate - [select for diffs], Fri Sep 19 05:31:11 2003 UTC (20 years, 7 months ago) by itojun
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, 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.27: +3 -3 lines
Diff to previous 1.27 (colored) to selected 1.26 (colored)

make signal range check consistent.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 7 09:05:06 2003 UTC (20 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.26: +3 -7 lines
Diff to previous 1.26 (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.26 / (download) - annotate - [selected], Sat Feb 8 19:40:30 2003 UTC (21 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.25: +14 -7 lines
Diff to previous 1.25 (colored)

use strtol() for better error handling in builtin kill (Peter Jeremy)

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 16 09:38:40 2003 UTC (21 years, 3 months ago) by kleink
Branch: MAIN
Changes since 1.24: +46 -46 lines
Diff to previous 1.24 (colored) to selected 1.26 (colored)

Rename `sigset' locals to avoid symbol shadowing warning.

Revision 1.24 / (download) - annotate - [select for diffs], Sat May 25 23:29:16 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.23: +3 -8 lines
Diff to previous 1.23 (colored) to selected 1.26 (colored)

__STDC__ is always defined on NetBSD.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Nov 3 13:35:39 2001 UTC (22 years, 5 months ago) by lukem
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.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.26 (colored)

fix WARNS=2

Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 14 14:04:00 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.21: +193 -242 lines
Diff to previous 1.21 (colored) to selected 1.26 (colored)

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

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 6 23:56:26 2001 UTC (23 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.26 (colored)

eliminate nested extern decls.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 14:36:39 1999 UTC (24 years, 10 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001
Changes since 1.17: +10 -9 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.26 (colored)

pullup 1.17->1.20 (cgd): fix potential memory corruption with "kill" builtin

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 19 14:37:05 1999 UTC (24 years, 11 months ago) by kleink
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.26 (colored)

Remove a bogus whitespace match in the builtin kill(1)'s `-s' parsing;
noticed by Chris Demetriou.

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 9 00:00:20 1999 UTC (24 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.18: +9 -8 lines
Diff to previous 1.18 (colored) to selected 1.26 (colored)

fix incorrect operation caused by the previous checkin.

Revision 1.18 / (download) - annotate - [select for diffs], Sat May 8 23:12:29 1999 UTC (24 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored) to selected 1.26 (colored)

Fix unaligned access memory problem introduced from the -s fix.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 19 12:58:00 1999 UTC (25 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE
Branch point for: netbsd-1-4
Changes since 1.16: +15 -15 lines
Diff to previous 1.16 (colored) to selected 1.26 (colored)

- don't use union wait
- printf portability
- add braces for gcc-2.8.1

Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 11 14:28:58 1998 UTC (25 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.15: +5 -3 lines
Diff to previous 1.15 (colored) to selected 1.26 (colored)

Built-in kill: also accept symbolic signal names prefixed with "SIG".

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jul 28 11:41:46 1998 UTC (25 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.14: +16 -50 lines
Diff to previous 1.14 (colored) to selected 1.26 (colored)

Be more retentive about use of NOTREACHED and noreturn.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 28 02:47:20 1998 UTC (25 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.13: +35 -35 lines
Diff to previous 1.13 (colored) to selected 1.26 (colored)

Delint (partially).

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jul 28 02:23:39 1998 UTC (25 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.12: +48 -17 lines
Diff to previous 1.12 (colored) to selected 1.26 (colored)

Delint (partially).

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 10 18:32:46 1998 UTC (25 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.11: +35 -11 lines
Diff to previous 1.11 (colored) to selected 1.26 (colored)

* Add support for POSIX "kill [-s signame] pid" syntax; actually fixes PR 5327.
* Complete the "kill -l [exitstatus]" syntax.
* Sync with the documentation and no longer permit the use of full signal
  names in the "kill [-sig] pid" syntax, e.g. -SIGHUP.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 4 21:24:07 1997 UTC (26 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored) to selected 1.26 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 13 17:53:28 1997 UTC (27 years, 3 months ago) by tls
Branch: MAIN
Changes since 1.9: +44 -44 lines
Diff to previous 1.9 (colored) to selected 1.26 (colored)

kill register

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 29 23:21:33 1995 UTC (28 years, 11 months 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.8: +5 -5 lines
Diff to previous 1.8 (colored) to selected 1.26 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 21 18:35:46 1995 UTC (29 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.7: +57 -34 lines
Diff to previous 1.7 (colored) to selected 1.26 (colored)

Use POSIX signals.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 21 13:55:23 1995 UTC (29 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.26 (colored)

Update to use timer{add,sub}().

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 21 09:03:16 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.5: +7 -2 lines
Diff to previous 1.5 (colored) to selected 1.26 (colored)

convert to new RCS id conventions.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 21 00:11:11 1994 UTC (29 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.4: +160 -99 lines
Diff to previous 1.4 (colored) to selected 1.26 (colored)

Merge 4.4-Lite version.

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

Import original 4.4-Lite version.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 1 19:00:33 1993 UTC (30 years, 8 months ago) by mycroft
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.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.26 (colored)

Add RCS identifiers.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:25:14 1993 UTC (31 years, 1 month 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) to selected 1.26 (colored)

changed "Id" to "Header" for rcsids

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 22 08:04:00 1993 UTC (31 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored) to selected 1.26 (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 (31 years, 1 month 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) to selected 1.26 (colored)

initial import of 386bsd-0.1 sources

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month ago) by cgd
Branch: MAIN
Diff to selected 1.26 (colored)

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>