summaryrefslogtreecommitdiff
path: root/bin/sh/error.c
AgeCommit message (Expand)Author
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-10-02src/bin/sh: Fix spelling errorsElyes HAOUAS
2018-11-09sh: Unify EXERROR and EXEXECJilles Tjoelker
2017-02-28Renumber copyright clause 4Warner Losh
2015-03-03sh: Fix more compiler warnings related to variable declarations.Jilles Tjoelker
2014-12-21sh: Move some code from onint() to onsig(), making onint() noreturn.Jilles Tjoelker
2014-11-22sh: Prepend "$0: " to error messages if there is no command name.Jilles Tjoelker
2010-12-21sh: Add a function to print warnings (with command name and newline).Jilles Tjoelker
2010-10-13In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien
2010-10-13Consistently use "STATIC" for all functions in order to be able to setDavid E. O'Brien
2010-08-13sh: Fix shadowing of sigset.Jilles Tjoelker
2010-01-01sh: Fix some bugs with backquoted builtins:Jilles Tjoelker
2009-12-24sh: Add some __dead2 to indicate functions that do not return.Jilles Tjoelker
2009-11-22Fix various things about SIGINT handling:Jilles Tjoelker
2006-02-04Remove some white space at EOL.Jens Schweikhardt
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2002-09-29Convert the remaining callers of errmsg() to use strerror(), and removeTim J. Robbins
2002-08-21s/filesystem/file system/ as discussed on -developersTom Rhodes
2002-07-19Remove broken and incomplete support for old releases of System V,Tim J. Robbins
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-05-19Implement the -C (-o noclobber) option, which prevents existing regularTim J. Robbins
2002-05-16Consistancy check s/file system/filesystem/Tom Rhodes
2002-02-02o __P has been reovedWarner Losh
2001-06-24Include missing header files which define functions for which gcc hasDima Dorfman
2001-04-17-Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway
1999-11-29Include strerror(errno) in error messages after failed system calls.Martin Cracauer
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1998-08-25Improve bookkeeping of in_waitcmd and style fixes.Martin Cracauer
1998-08-24Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.Martin Cracauer
1998-08-24Do not exit on SIGINT in non-interactive shells, fixes PR 1206,Martin Cracauer
1998-05-18Add rcsid. Spelling.Philippe Charnier
1997-04-28Nuke register keyword usage and #if -> #ifdef.Steve Price
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-14Merge in NetBSD mods and -Wall cleaning.Steve Price
1996-09-03Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm
1996-09-01Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-09-24Added $Id$David Greenman
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes