History log of /netbsd-src/bin/csh/proc.c (Results 1 – 25 of 42)
Revision Date Author Comments
# e79ccca6 16-Sep-2021 christos <christos@NetBSD.org>

provide a way to reset setproctitle.


# a902e362 11-Sep-2021 christos <christos@NetBSD.org>

like zsh, have jobs -Z do setproctitle


# 85bd10cb 09-Aug-2020 dholland <dholland@NetBSD.org>

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


# e5e328a1 03-Apr-2020 joerg <joerg@NetBSD.org>

Don't depend on common declarations.


# 1767ce60 05-Jan-2019 christos <christos@NetBSD.org>

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


# bd073e63 05-Jan-2019 maya <maya@NetBSD.org>

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


# 37e39248 16-Jul-2013 christos <christos@NetBSD.org>

WARNS=6 [-Wconversion]


# c4753f0f 09-Nov-2011 christos <christos@NetBSD.org>

sync with /usr/bin/time, use CLOCK_MONOTONIC


# b79c2ef2 16-Jul-2007 christos <christos@NetBSD.org>

no need to have cshbool; just make them int


# ec01a4a4 16-Jul-2007 christos <christos@NetBSD.org>

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


# 593a9183 16-Jul-2007 dogcow <dogcow@NetBSD.org>

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


# 7b060c43 10-Jul-2007 dogcow <dogcow@NetBSD.org>

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.


# 271dc0c3 24-Feb-2007 matt <matt@NetBSD.org>

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


# 6310b596 26-Jun-2005 christos <christos@NetBSD.org>

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


# c747caaa 19-Sep-2003 itojun <itojun@NetBSD.org>

make signal range check consistent.


# b5b29542 07-Aug-2003 agc <agc@NetBSD.org>

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

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


# 3532c35b 08-Feb-2003 christos <christos@NetBSD.org>

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


# b3df6303 16-Jan-2003 kleink <kleink@NetBSD.org>

Rename `sigset' locals to avoid symbol shadowing warning.


# 18158540 25-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# 537f55c6 03-Nov-2001 lukem <lukem@NetBSD.org>

fix WARNS=2


# b771e65b 14-Sep-2001 wiz <wiz@NetBSD.org>

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


# 51b56986 06-Jan-2001 christos <christos@NetBSD.org>

eliminate nested extern decls.


# cb603a5d 19-May-1999 kleink <kleink@NetBSD.org>

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


# 75f8cf07 09-May-1999 cgd <cgd@NetBSD.org>

fix incorrect operation caused by the previous checkin.


# 0abc804e 08-May-1999 christos <christos@NetBSD.org>

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


12