summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Allow "-v -v" to mean very verbose.obrien2002-08-042-4/+23
* Remove the last reference to NOUUCP - we don't have UUCP in the basemarkm2002-08-021-1/+1
* Fix an easy WARNS.markm2002-07-311-1/+1
* Fix some easy WARNS.markm2002-07-313-12/+12
* Give lint a small bit of help.markm2002-07-311-0/+2
* Make test check the tv_nsec part of a struct stat when comparingdwmalone2002-07-271-8/+10
* Add a -P/-o physical option which behaves similarly to bash/ksh's optionstjr2002-07-253-4/+17
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknowntjr2002-07-255-2/+6
* Use PATH_MAX instead of a local guess at it, which happened to be incorrect.tjr2002-07-251-4/+3
* pwdcmd()'s argc and argv arguments are no longer unused, remove __unused.tjr2002-07-251-1/+1
* Remove WARNS and WFORMAT overrides.mp2002-07-241-2/+0
* Avoid calling el_resize() from a signal handler, even though libedittjr2002-07-243-2/+11
* Catch SIGWINCH in interactive shells and call el_resize() to updatetjr2002-07-231-0/+15
* Call el_source() to read the contents of .editrc when line editing is enabled.tjr2002-07-231-0/+1
* Add a `bind' builtin command, which is simply a wrapper around libedit'stjr2002-07-234-0/+24
* Add the -n option, which automatically answers "no" to the overwrite question.johan2002-07-234-12/+35
* Don't allow "||" or "&&" to be the first tokens of a command.tjr2002-07-221-0/+1
* Implement the P1003.2 `command' builtin command, which is used to suppresstjr2002-07-214-4/+78
* Document that only one of the -n and -e options may be specified fortjr2002-07-201-1/+11
* Remove broken and incomplete support for old releases of System V,tjr2002-07-197-236/+1
* Don't assume file descriptors fit in a short, use an int instead.tjr2002-07-181-1/+1
* Avoid using ints or shorts to store process id's, use pid_t instead.tjr2002-07-182-22/+23
* Make the message that is printed when the foreground process is terminatedtjr2002-07-182-2/+24
* Revert previous delta, which is not required with rev 1.5 ofsheldonh2002-07-153-3/+0
* Fix a couple of typos in a comment.keramida2002-07-152-3/+3
* Complain if more than one file argument is given to unlink(1) like we didtjr2002-07-121-1/+1
* Don't duplicate the description of the sticky bit that is alreadykeramida2002-07-121-7/+4
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
* Set WFORMAT=0, because our compiler currently complains about NULLsheldonh2002-07-113-0/+3
* Don't assume the shell's controlling terminal is attached to file descriptortjr2002-07-111-8/+27
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;tjr2002-07-111-40/+0
* When growing the job table, don't relocate the jobmru pointer if it's NULL.tjr2002-07-111-1/+2
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-106-14/+14
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
* Update usage for the addition of -n in rev 1.35 of mv.c.johan2002-07-092-3/+3
* Close file descriptors when [n]>&- and [n]<&- redirections are used.tjr2002-07-091-1/+2
* Print out commands with NTOFD/NFROMFD redirections that close thetjr2002-07-092-2/+8
* Bring back WFORMAT=0.jmallett2002-07-081-0/+1
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-082-4/+2
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* The .Nm utilitycharnier2002-07-061-4/+7
* Don't depend on pollution in <limits.h> for the definition ofmike2002-07-051-0/+1
* Fix a memory leak.maxim2002-07-051-0/+1
* mdoc(7) police: a bit of tidying.ru2002-07-041-55/+126
* Fix some low-hanging lint-fruit: endianness and staticness warnings.markm2002-07-032-4/+6
* Fix type-o in last commit in preparation for MFC.dillon2002-07-021-1/+1
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-022-35/+28
* Remove double #include <sys/cdef.h> and __FBSDID.dwmalone2002-07-011-2/+0
* Put documentation of the -m option's argument in its list tag in thetjr2002-06-301-2/+4
* Consistently use FBSDIDobrien2002-06-301-2/+4
OpenPOWER on IntegriCloud