summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-12Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry
2008-06-27%d doesn't work so well with the now-u_long type. (HI GMCGARRY!)dogcow
2008-06-27ioctl commands are unsigned long.gmcgarry
2008-06-20make getn return long long to support large numbers on all archs.christos
2008-05-30convert the rest of my licenses to 2-clause, extracting myself outmrg
2008-05-26Distinguish "this file failed" from "any file failed", to make cp -vdholland
2008-05-26Revert revisions 1.91 and 1.92. The POSIX spec about the correct behaviourtron
2008-05-26PR/38755: murray armfield: /bin posix programs missing setprogname and/orchristos
2008-05-26PR/38754: murray armfield: Rm prints diagnostic messages when invoked with -fchristos
2008-05-25Update build glue for libarchive-2.5.4b.joerg
2008-05-25PR/38738: murray armfield: Fix type of blen, and reset it on error path. Fromchristos
2008-05-24Fix two more cases of bad handling of "set -e":tron
2008-05-24Fix another problem with "set -e": "! true" should terminate the shell.tron
2008-05-24Port revision 1.44 of "src/bin/sh/eval.c" from FreeBSD to fix PR bin/38584.tron
2008-04-30Normalize TNF license, move to 2 clause.martin
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-25Detect unmatched quotes inside old style command substitution.christos
2008-03-29If SHELL_BUILTIN is defined (as will be the case when building externalapb
2008-03-29* define SHELL_BUILTIN, which other headers may use to hide some of theirapb
2008-03-29Remove trailing ';' in definitions of out1c and out2c macros.apb
2008-03-10ps -t? needs to imply -x. Otherwise the non-x logic filters all the resultsdholland
2008-03-09Grammar fix and clarification from PR 37727 by Randolf Richardson.dholland
2008-03-04sort options from anon ymouschristos
2008-03-04do the -g -G swap for real.christos
2008-03-04PR/36817: Zafer Aydogan: Don't use -g to implement the same named optionchristos
2008-03-04restore whitespace between 'Filesystem' and 'blocks'.yamt
2008-02-27Generate ANSI functions.dsl
2008-02-27Change spaces to tabs for consistency with adjacent lines.dsl
2008-02-27Add build glue for libarchive based cpio and tar.joerg
2008-02-24Kill pre-4.4BSD compat code.joerg
2008-02-24Dividing by a time_t makes the result time_t, so it should be cast to longdholland
2008-02-24Print time_t as long long, not long.dholland
2008-02-24Use strtoll rather than strtol to read the -r argument, so it will workdholland
2008-02-18Set "ftent" to NULL in in ftree_arg() after we call fts_close(), so thatsimonb
2008-02-15Fix inconsistent definitionsmatt
2008-02-13Set unique mode for the history, so that repeating a command doesn'tjoerg
2008-02-10Add a CPUID keyword; idea and some of the code from Anon Ymouschristos
2008-01-21Conform to XCU Section 2.8.2 (Exit Status for Commands)msaitoh
2008-01-16Code cleanup:hubertf
2008-01-10Teach set_ftime about symbolic links, because it has to know: on sometls
2007-12-31Remove systrace. Ok core@.ad
2007-12-28Wordo fix, noted by jmc@openbsd.wiz
2007-12-27Fix argument confusion, noted by drochner.wiz
2007-12-24__attribute__((__noreturn__)) to __deadperry
2007-12-22prtstat: PRIdMAX -> jd as suggested by Joerg Sonnenberger.yamt
2007-12-21don't cast 64bit values to u_long.yamt
2007-12-18This should have been all on one line anyway - and hey, it fixes my builddogcow