summaryrefslogtreecommitdiff
path: root/bin/csh
AgeCommit message (Expand)Author
2004-01-06Simplify previous; if F_CLOSEM fails, just fall back doing the old thing.christos
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2004-01-05use F_CLOSEM if it is available.christos
2003-12-17Handle breaksw inside while loop (from tcsh)christos
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19rework to use the newer _MKMSGCREATE (et al) macroslukem
2003-10-19support MAKEVERBOSElukem
2003-09-19make signal range check consistent.itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-07-29move ${DEPENDSRCS} target to after .include <bsd.*.mk>lukem
2003-07-28Use ${DEPENDSRCS} as a target instead of .depend, now thatlukem
2003-07-14cpu -> CPU.wiz
2003-07-12strlcpyitojun
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-05-01Some grammar and punctuation fixes from jmc@openbsd.wiz
2003-04-05Bump date for last.wiz
2003-04-05Additional text & formatting for the csh "limit" command;fair
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-08use strtol() for better error handling in builtin kill (Peter Jeremy)christos
2003-02-08remove maxitems limit (from Todd Miller)christos
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-06descriptor, not decriptor.wiz
2003-01-05Add ${MACROS} to ${ROFF} usage to make output readablepooka
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-09-25New policy: New sentences start on a new line.wiz
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-08-12calloc() arg mistake. it's (nelem, size). from openbsditojun
2002-07-10Fix a typo in a comment. moritz@jodeit.org via OpenBSD.wiz
2002-05-28Since we have rlim_t, use it.wiz
2002-05-25__STDC__ is always defined on NetBSD.wiz
2002-03-08% set verbose echochristos
2002-03-08Fix:christos
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-06type in ^ directly, instead of \(ua which isn't in all the fontsross
2002-01-30stderror does not return.christos
2002-01-30Fix problem whereitohy
2001-12-20Whitespace nits.wiz
2001-12-17make sure that rlim_cur >= rlim_max in all the setrlimit(2) cases.christos
2001-12-12Document set time variables, and the format strings recognized.wiz
2001-11-03fix WARNS=2lukem
2001-10-17Whitespace, punctuation fixes. Sort sections.wiz
2001-09-16Use setprogname. Patch by Petri Koistinen.wiz
2001-09-14ANSIfication and KNF improvements by Petri Koistinen in bin/13689,wiz
2001-06-12receive, not recievewiz
2001-03-16Add references to getrlimit(2) and setrlimit(2) under the csh built-infair
2001-03-14echo;echo;echo; should echochristos
2001-01-06eliminate nested extern decls.christos
2000-12-14Need alvec global variable now.simonb