summaryrefslogtreecommitdiff
path: root/bin/sh/funcs
Commit message (Collapse)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-287-7/+7
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* sh: Remove "kill" example function, which is superseded by the kill builtinJilles Tjoelker2012-01-211-49/+0
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=230437
* sh: Update the suspend example for the change of the job control flagJilles Tjoelker2010-11-131-1/+1
| | | | | | | | | from -j to -m, many years ago. Due to r215266, this function now actually works. Notes: svn path=/head/; revision=215268
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-108-0/+22
| | | | Notes: svn path=/head/; revision=139969
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-068-32/+0
| | | | | | | OK'ed by: imp, core Notes: svn path=/head/; revision=127958
* $Id$ -> $FreeBSD$Peter Wemm1999-08-278-8/+8
| | | | Notes: svn path=/head/; revision=50471
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-228-8/+8
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-148-8/+8
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-018-16/+16
| | | | | | | | | | | | | | | | | merge of parallel duplicate work by Steve Price and myself. :-] There are some changes to the build that are my fault... mkinit.c was trying (poorly) to duplicate some of the work that make(1) is designed to do. The Makefile hackery is my fault too, the depend list was incomplete because of some explicit OBJS+= entries, so mkdep wasn't picking up their source file #includes. This closes a pile of /bin/sh PR's, but not all of them.. Submitted by: Steve Price <steve@bonsai.hiwaay.net>, peter Notes: svn path=/head/; revision=17987
* Added $Id$David Greenman1994-09-248-0/+8
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-268-0/+433
Notes: svn path=/head/; revision=1556