summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Flush the output buffers before forking a child process to avoidtjr2003-03-171-0/+1
* Fixed (soon might be fatal) -Wformat warnings.ru2003-03-151-2/+3
* Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.marcel2003-02-243-101/+54
* Revert ALIGN change for the second and last time. I can't figure outtjr2003-02-183-6/+56
* Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.tjr2003-02-173-56/+6
* Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,tjr2003-02-163-4/+54
* Use the ALIGN macro from <sys/param.h> instead of defining our owntjr2003-02-143-54/+4
* Add FBSDID.charnier2003-02-051-1/+3
* Improve the layout of the description of the various parameter expansionfanf2003-02-031-0/+2
* Ensure that the TTY file descriptor is greater than or equal to 10 so thattjr2003-01-271-1/+14
* Make this compile with DEBUG defined now that WARNS=0 has been removedtjr2003-01-213-2/+4
* Do not strip CTL* escapes from redirection filenames in exptilde(),tjr2003-01-081-4/+4
* Add the "wordexp" shell built-in command which will be used to implementtjr2002-12-263-0/+24
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* mdoc(7) police: markup nit.ru2002-12-231-1/+1
* Use '\033' rather than '\e' as the latter is a gccism.dwmalone2002-12-221-1/+1
* The code uses trapsasync, however the manual page uses asynctraps. Fix thetrhodes2002-12-171-1/+1
* Document `trap EXIT` and `trap SIGNAME`.fanf2002-12-171-1/+4
* When job control is disabled, never show the job id when reporting thetjr2002-12-141-1/+2
* Capitalize ASCII code names.ru2002-12-051-1/+3
* Delete worthless comments.tjr2002-10-301-5/+1
* Avoid accidentally making "-h" a synonym for "fc".tjr2002-10-181-1/+1
* Do not strip CTL* escapes from redirection filenames in argstr(); theytjr2002-10-081-1/+1
* Disallow empty condition parts of "if", "while" and "until" compoundtjr2002-10-061-3/+6
* Use %d in a printf() format string and cast the argument to int instead oftjr2002-10-021-1/+1
* Back out experimental changes to fmtstr() that I didn't mean to includetjr2002-10-011-1/+9
* Replace a home-grown printf() clone with a fwopen() wrapper aroundtjr2002-10-011-190/+23
* It is now safe to remove WARNS=0 and WFORMAT=0.mux2002-10-011-2/+0
* Restore "not found" error message when searching for (or executing)tjr2002-10-011-2/+8
* - Don't use quad_t when we really mean rlim_t.mux2002-10-011-5/+6
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringtjr2002-10-011-0/+2
* Use the %t format modifier to print differences betweenmux2002-10-012-2/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2tjr2002-10-011-2/+0
* Remove some kind of profiling support that required the 4.2BSD monitor()tjr2002-10-011-12/+0
* Remove bits and pieces of support for atty, which was made obsolete bytjr2002-10-014-41/+1
* Callers of error() don't need to supply a program name prefix in thetjr2002-09-301-6/+6
* Allow a left parenthesis before patterns in case blocks. POSIX requirestjr2002-09-301-0/+2
* Allow empty case/esac statements; POSIX requires this, and recent versionstjr2002-09-301-2/+2
* Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP.tjr2002-09-292-34/+0
* Convert the remaining callers of errmsg() to use strerror(), and removetjr2002-09-294-111/+13
* Correct a usage of fnctl that could not be right and results in anectar2002-09-111-1/+1
* Add <stdlib.h> to get a prototype for exit().keramida2002-08-291-0/+1
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-252-2/+2
* There is a built-in command called "builtin"; spell its name correctlytjr2002-08-241-1/+1
* Don't show the process ID of background jobs that have terminated,tjr2002-08-241-1/+1
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-212-3/+3
* Fix a few typos, among them s/builtin/built-in/ (except for the refschweikh2002-08-211-36/+36
* Avoid accessing the current job's process table in the child part oftjr2002-08-181-3/+5
* Show job control ID, command text, etc. when foreground processes aretjr2002-08-171-7/+2
* Allow redirections by themselves between "&&" and "||" operators.tjr2002-08-111-3/+2
OpenPOWER on IntegriCloud