summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Include <stdio.h> for a sprintf() prototype.stefanf2004-05-241-0/+2
* Document the "return" built-in better: it will exit . (sources) andgreen2004-04-141-1/+7
* Remove clause 3 from the UCB licenses.markm2004-04-0666-264/+0
* Install /bin/sh safely. This allows a shell script to be usedru2004-03-181-0/+1
* style.Makefile:johan2004-02-231-1/+1
* style(9): wrap at 80 columns.njl2004-02-121-3/+5
* Handle proper formatting and a buffer overrun when running an old sh onnjl2004-02-121-7/+28
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org>cracauer2004-02-051-1/+1
* Use sys_nsig instead of NSIG for the length of the signal arrays. Thisnjl2004-01-282-6/+6
* The PR diff I committed recently had one bug noticed bycracauer2004-01-281-1/+2
* Replace home-grown dup2() implementation with actual dup2() calls. Thisdes2004-01-215-43/+13
* Removed duplicate y.tab.h from SRCS and CLEANFILES.ru2004-01-201-1/+1
* o Spell 'diretories' correctly.maxim2003-12-301-1/+1
* PR 28852cracauer2003-12-281-24/+1
* Do not assume there is only a space between #define and the macro nameschweikh2003-09-131-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Fix testing of arith_assign() value for $((a=15)).schweikh2003-09-071-1/+1
* #include <string.h> for prototypes for strcpy() and strlen().tjr2003-09-061-0/+2
* Style cleanup, mostlyschweikh2003-09-044-207/+246
* Implement missing shell arithmetic operators in $(()) expansionschweikh2003-08-304-49/+236
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-9/+2
* Changes following CScout analysis:dds2003-07-0513-38/+37
* Instead of eating trailing newlines after inserting them into thefenner2003-05-311-5/+12
* mdoc(7) police: A better version of the same.ru2003-05-161-2/+2
* Centralize _PATH_* definitions.obrien2003-05-051-1/+2
* The is_name and is_in_name macros are FUBAR'ed.obrien2003-05-021-0/+2
* Quiet warnings about copyright[].obrien2003-05-014-8/+8
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-301-2/+1
* Document the -L and -P options to the cd and pwd commands as beingtjr2003-04-121-3/+3
* 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
OpenPOWER on IntegriCloud