CVS log for src/share/man/man1/builtin.1
Up to [FreeBSD] / src / share / man / man1
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.35.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (3 months ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.35.2.1: preferred, colored
Changes since revision 1.35.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith Copy head to stable/9 as part of 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Dec 21 22:47:34 2010 UTC (13 months, 2 weeks ago) by jilles
Branches: MAIN
CVS tags: RELENG_9_BP, HEAD
Branch point for: RELENG_9
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
SVN rev 216629 on 2010-12-21 22:47:34Z by jilles sh: Add kill builtin. This allows specifying a %job (which is equivalent to the corresponding process group). Additionally, it improves reliability of kill from sh in high-load situations and ensures "kill" finds the correct utility regardless of PATH, as required by POSIX (unless the undocumented %builtin mechanism is used). Side effect: fatal errors (any error other than kill(2) failure) now return exit status 2 instead of 1. (This is consistent with other sh builtins, but not in NetBSD.) Code size increases about 1K on i386. Obtained from: NetBSD
Revision 1.28.2.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.28.2.3: preferred, colored; next MAIN 1.28.6.1: preferred, colored
Changes since revision 1.28.2.3: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release. Approved by: re (implicit)
Revision 1.28.10.4.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.28.10.4: preferred, colored; next MAIN 1.28.12.1: preferred, colored
Changes since revision 1.28.10.4: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release. Approved by: re (implicit)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Nov 19 12:56:13 2010 UTC (14 months, 3 weeks ago) by jilles
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -1 lines
SVN rev 215520 on 2010-11-19 12:56:13Z by jilles sh: Add printf builtin. This was removed in 2001 but I think it is appropriate to add it back: * I do not want to encourage people to write fragile and non-portable echo commands by making printf much slower than echo. * Recent versions of Autoconf use it a lot. * Almost no software still wants to support systems that do not have printf(1) at all. * In many other shells printf is already a builtin. Side effect: printf is now always the builtin version (which behaves identically to /usr/bin/printf) and cannot be overridden via PATH (except via the undocumented %builtin mechanism). Code size increases about 5K on i386. Embedded folks might want to replace /usr/bin/printf with a hard link to /usr/bin/alias.
Revision 1.28.10.4.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.28.10.4: preferred, colored; next MAIN 1.28.12.1: preferred, colored
Changes since revision 1.28.10.4: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith Copy stable/8 to releng/8.1 in preparation for 8.1-RC1. Approved by: re (implicit)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 11 06:04:00 2010 UTC (20 months ago) by uqs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -3 lines
SVN rev 209033 on 2010-06-11 06:04:00Z by uqs Remove Xo/Xc in It, which is not yet supported by mdocml but can be worked around trivially in this case.
Revision 1.28.2.3: download - view: text, markup, annotated - select for diffs
Sun May 16 11:17:21 2010 UTC (20 months, 3 weeks ago) by jilles
Branches: RELENG_7
CVS tags: RELENG_7_4_BP
Branch point for: RELENG_7_4
Diff to: previous 1.28.2.2: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.2: +2 -2 lines
SVN rev 208141 on 2010-05-16 11:17:21Z by jilles MFC r207817: builtin(1): sh has no @ builtin command.
Revision 1.28.10.4: download - view: text, markup, annotated - select for diffs
Sun May 16 11:06:32 2010 UTC (20 months, 3 weeks ago) by jilles
Branches: RELENG_8
CVS tags: RELENG_8_2_BP, RELENG_8_1_BP
Branch point for: RELENG_8_2, RELENG_8_1
Diff to: previous 1.28.10.3: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.10.3: +2 -2 lines
SVN rev 208139 on 2010-05-16 11:06:32Z by jilles MFC r207817: builtin(1): sh has no @ builtin command.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun May 9 15:00:30 2010 UTC (21 months ago) by jilles
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
SVN rev 207817 on 2010-05-09 15:00:30Z by jilles builtin(1): sh has no @ builtin command. MFC after: 1 week
Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Sat May 1 15:00:00 2010 UTC (21 months, 1 week ago) by jilles
Branches: RELENG_7
Diff to: previous 1.28.2.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.2.1: +3 -3 lines
SVN rev 207471 on 2010-05-01 15:00:00Z by jilles MFC r207168: builtin(1): Add missing escaping for !, . and : in the table. This caused these commands to look differently (not bold) from the other commands in the table (bold).
Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Sat May 1 14:57:35 2010 UTC (21 months, 1 week ago) by jilles
Branches: RELENG_7
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1 lines
SVN rev 207470 on 2010-05-01 14:57:35Z by jilles MFC r207166: builtin(1): Mention [ sh builtin.
Revision 1.28.10.3: download - view: text, markup, annotated - select for diffs
Sat May 1 14:49:20 2010 UTC (21 months, 1 week ago) by jilles
Branches: RELENG_8
Diff to: previous 1.28.10.2: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.10.2: +3 -3 lines
SVN rev 207469 on 2010-05-01 14:49:20Z by jilles MFC r207168: builtin(1): Add missing escaping for !, . and : in the table. This caused these commands to look differently (not bold) from the other commands in the table (bold).
Revision 1.28.10.2: download - view: text, markup, annotated - select for diffs
Sat May 1 14:41:37 2010 UTC (21 months, 1 week ago) by jilles
Branches: RELENG_8
Diff to: previous 1.28.10.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.10.1: +3 -1 lines
SVN rev 207467 on 2010-05-01 14:41:37Z by jilles MFC r207166: builtin(1): Mention [ sh builtin.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Apr 25 17:38:53 2010 UTC (21 months, 2 weeks ago) by jilles
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
SVN rev 207196 on 2010-04-25 17:38:53Z by jilles Make hash, type and ulimit available via execve(). These are specified by POSIX but are not special builtins, and therefore need to be available via execve() and utilities like time, nohup, xargs. (Note that hash was moved from the XSI option to the base in the 2008 standard.) Like most of the POSIX "regular builtin commands", these need to be executed in a shell environment for full functionality, although they may still be of some use outside one. Unlike the POSIX special and regular builtin commands, POSIX does not require these to be found before a PATH search, although that could be an oversight. Like some of the utilities already provided by usr.bin/alias, these may lead to confusing results when invoked from csh(1).
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Apr 24 22:24:26 2010 UTC (21 months, 2 weeks ago) by jilles
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
SVN rev 207168 on 2010-04-24 22:24:26Z by jilles builtin(1): Add missing escaping for !, . and : in the table. This caused these commands to look differently (not bold) from the other commands in the table (bold). MFC after: 1 week
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 24 22:16:01 2010 UTC (21 months, 2 weeks ago) by jilles
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1 lines
SVN rev 207166 on 2010-04-24 22:16:01Z by jilles builtin(1): Mention [ sh builtin. MFC after: 1 week
Revision 1.28.12.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process. Approved by: re (implicit)
Revision 1.28.10.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.28.10.1: preferred, colored; next MAIN 1.28.10.2: preferred, colored
Changes since revision 1.28.10.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure. Approved by: re (implicit)
Revision 1.28.10.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_0_BP
Branch point for: RELENG_8_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith Copy head to stable/8 as part of 8.0 Release cycle. Approved by: re (Implicit)
Revision 1.28.8.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE. Approved by: re (implicit)
Revision 1.28.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith Create releng/7.1 in preparation for moving into RC phase of 7.1 release cycle. Approved by: re (implicit)
Revision 1.24.2.2.6.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.24.2.2: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.2: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith Create releng/6.4 from stable/6 in preparation for 6.4-RC1. Approved by: re (implicit)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Dec 26 22:25:58 2006 UTC (5 years, 1 month ago) by ru
Branches: MAIN
CVS tags: RELENG_8_BP, RELENG_7_BP, RELENG_7_3_BP, RELENG_7_2_BP, RELENG_7_1_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Branch point for: RELENG_8, RELENG_7_3, RELENG_7_2, RELENG_7_1, RELENG_7
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +29 -29 lines
Fix markup.
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 16 12:31:45 2006 UTC (5 years, 3 months ago) by ru
Branches: RELENG_6
CVS tags: RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2
Branch point for: RELENG_6_4
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.1: +2 -4 lines
MFC: 1.27: Make the SYNOPSIS section more meaningful. PR: docs/85066 Approved by: re (hrs)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Oct 13 20:37:23 2006 UTC (5 years, 3 months ago) by ru
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -4 lines
Make the SYNOPSIS section more meaningful. PR: docs/85066 Submitted by: Gary W. Swearingen MFC after: 3 days
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 4 18:59:34 2005 UTC (6 years, 2 months ago) by stefanf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -1 lines
Add the times builtin.
Revision 1.20.8.3: download - view: text, markup, annotated - select for diffs
Sat Sep 17 15:50:50 2005 UTC (6 years, 4 months ago) by garys
Branches: RELENG_5
CVS tags: RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5
Diff to: previous 1.20.8.2: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.8.2: +37 -11 lines
MFC 1.25 Approved by: keramida (mentor)
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Sat Sep 17 15:27:27 2005 UTC (6 years, 4 months ago) by garys
Branches: RELENG_6
CVS tags: RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +36 -10 lines
MFC 1.25 Approved by: re
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Sep 9 17:02:08 2005 UTC (6 years, 5 months ago) by garys
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +36 -10 lines
Added missing builtins; a few other clean-ups.
- The first "alias" "Yes" should be "No**".
- Made "builtin echo command" consistent with csh and sh manpages.
- In group of 3 interactive commands, 2 used .Pa instead of .Ic.
- "Name" section now has "builtin" and "built-in" for better apropos.
- Added these builtins: !, %, ., :, @, {, }, local, return
PR: docs/85065
Approved by: keramida
MFC after: 3 days
Revision 1.20.8.2: download - view: text, markup, annotated - select for diffs
Sun Jul 3 01:49:58 2005 UTC (6 years, 7 months ago) by dannyboy
Branches: RELENG_5
Diff to: previous 1.20.8.1: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.8.1: +1 -1 lines
MFC revs 1.23-4 and re-add the "command" command.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jul 2 19:51:11 2005 UTC (6 years, 7 months ago) by dannyboy
Branches: MAIN
CVS tags: RELENG_6_BP
Branch point for: RELENG_6
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Add a missing ** to the 'command' command. PR: 79877 Submitted by: Kazuaki Oda <ybbkaz@yahoo.co.jp> Reviewed by: ru Approved by: re MFC after: 1 day
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jun 15 13:21:44 2005 UTC (6 years, 7 months ago) by ru
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Add missing command name. (The error was visible on stderr.) Approved by: re
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 23 22:37:17 2005 UTC (6 years, 11 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +25 -16 lines
Update list of utilitys which are implemented externally, Xref info.1, clean up some text, bump doc date. PR: 47690 Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
Revision 1.20.8.1: download - view: text, markup, annotated - select for diffs
Wed Feb 23 07:11:42 2005 UTC (6 years, 11 months ago) by trhodes
Branches: RELENG_5
CVS tags: RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +25 -16 lines
Update list of utilitys which are implemented externally, Xref info.1, clean up some text, bump doc date. PR: 47690 Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 9 18:07:16 2005 UTC (7 years ago) by ru
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Fixed the misplaced $FreeBSD$.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jul 23 14:38:07 2002 UTC (9 years, 6 months ago) by tjr
Branches: MAIN
CVS tags: RELENG_5_BP, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1, RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Branch point for: RELENG_5
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
Mention the new bind(1) sh builtin.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jul 17 15:34:25 2002 UTC (9 years, 6 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
One external utility was ommitted in the previous delta: alias
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 17 07:12:37 2002 UTC (9 years, 6 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -11 lines
The following builtins are now available as external commands as well:
bg
cd
command
fc
fg
getopts
jobs
read
umask
unalias
wait
Revision 1.5.2.11: download - view: text, markup, annotated - select for diffs
Sat Dec 15 10:05:19 2001 UTC (10 years, 1 month ago) by knu
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.5.2.10: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.10: +11 -2 lines
MFC: Make test(1) a builtin command of sh(1). bin/sh/Makefile rev. 1.31 bin/sh/builtins.def rev. 1.8 - Add test as builtin. share/man/man1/builtin.1 rev. 1.14-1.15 bin/sh/sh.1 rev. 1.56 - Add proper cross references. bin/test/test.c rev. 1.32-1.35 - Fix style bugs I found, and add a comment. - Do not reference argv[1] if no argument is given. - Call error() instead of errx() if compiled as sh(1) builtin.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 20 18:41:01 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -0 lines
(null commit to correct the previous log message) Now that all the printf invocations from within the system startup scripts *have been replaced with equivalent handmade functions*, we can safely remove it. Please steal the technique from src/etc/MAKEDEV when you want to use printf(1) functionality from within the system rc scripts.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 20 18:33:58 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -3 lines
Remove the printf builtin command from sh(1), which command is not used so often that it's worth keeping it as a builtin. Now that all the printf invocations from within the system startup scripts, we can safely remove it. Urged by: sheldonh :) No MFC is planned so far because it may break compatibility and violate POLA.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 20 13:05:53 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0 lines
Add false(1), test(1) and true(1) cross-references. Pointed out by: sheldonh
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 17 19:10:10 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -1 lines
Make test(1) a builtin command of our sh(1) for efficiency. The binary size increase is 3,784 bytes (about 0.6%). I don't drop the printf builtin while I'm here because some /etc/rc.* scripts seem to use it before mounting /usr where printf(1) resides. Reviewed by: arch (sheldonh) Inspired by: NetBSD, ksh Clued by: ume (on how the printf builtin is used)
Revision 1.5.2.10: download - view: text, markup, annotated - select for diffs
Fri Aug 17 13:08:36 2001 UTC (10 years, 5 months ago) by ru
Branches: RELENG_4
CVS tags: RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4
Diff to: previous 1.5.2.9: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.9: +2 -2 lines
MFC: markup and misc fixes. Approved by: re
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 8 11:48:26 2001 UTC (10 years, 6 months ago) by ru
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
mdoc(7) police: expand plain text xrefs.
Revision 1.5.2.9: download - view: text, markup, annotated - select for diffs
Sat Jul 21 09:16:28 2001 UTC (10 years, 6 months ago) by schweikh
Branches: RELENG_4
Diff to: previous 1.5.2.8: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.8: +2 -2 lines
MFC: mdoc deputy police: remove whitespace at eol because this may confuse groff.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jul 14 19:40:36 2001 UTC (10 years, 7 months ago) by schweikh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Removed whitespace at end-of-line; no content changes. I simply did cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Revision 1.5.2.8: download - view: text, markup, annotated - select for diffs
Wed May 2 02:18:15 2001 UTC (10 years, 9 months ago) by dd
Branches: RELENG_4
Diff to: previous 1.5.2.7: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.7: +6 -6 lines
MFC 1.11: correct info on sh(1) builtins
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 25 05:53:20 2001 UTC (10 years, 9 months ago) by dd
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -6 lines
"break", "chdir", "continue", "else", and "while" are sh(1) builtins; mark them as such. PR: 26702
Revision 1.5.2.7: download - view: text, markup, annotated - select for diffs
Thu Apr 19 11:19:14 2001 UTC (10 years, 9 months ago) by sheldonh
Branches: RELENG_4
CVS tags: RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3
Diff to: previous 1.5.2.6: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.6: +2 -2 lines
MFC rev 1.10: "if" is a sh(1) builtin
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 1 01:08:33 2001 UTC (10 years, 10 months ago) by dd
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Indicate that sh(1) has an 'if' builtin command. PR: 26193
Revision 1.5.2.6: download - view: text, markup, annotated - select for diffs
Tue Mar 6 19:08:08 2001 UTC (10 years, 11 months ago) by ru
Branches: RELENG_4
Diff to: previous 1.5.2.5: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.5: +3 -3 lines
MFC: recent mdoc(7) fixes.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 22 10:44:54 2001 UTC (11 years ago) by ru
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Prepare for mdoc(7)NG.
Revision 1.5.2.5: download - view: text, markup, annotated - select for diffs
Fri Dec 8 14:59:05 2000 UTC (11 years, 2 months ago) by ru
Branches: RELENG_4
Diff to: previous 1.5.2.4: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.4: +2 -2 lines
MFC: recent mdoc(7) fixes.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:41:21 2000 UTC (11 years, 2 months ago) by ru
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
mdoc(7) police: use the new features of the Nm macro.
Revision 1.5.2.4: download - view: text, markup, annotated - select for diffs
Mon Jul 10 10:42:58 2000 UTC (11 years, 7 months ago) by sheldonh
Branches: RELENG_4
CVS tags: RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE
Diff to: previous 1.5.2.3: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.3: +33 -2 lines
MFC: Update for csh(1) -> tcsh(1) upgrade.
Revision 1.5.2.3: download - view: text, markup, annotated - select for diffs
Wed May 10 10:20:53 2000 UTC (11 years, 9 months ago) by sheldonh
Branches: RELENG_4
Diff to: previous 1.5.2.2: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.2: +2 -33 lines
Back out previous commit, which was applied to this branch in error. Reported by: phantom
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Tue May 9 15:13:10 2000 UTC (11 years, 9 months ago) by sheldonh
Branches: RELENG_4
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.1: +33 -2 lines
MFC: Update for csh(1) -> tcsh(1) upgrade.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 9 14:59:06 2000 UTC (11 years, 9 months ago) by sheldonh
Branches: MAIN
CVS tags: PRE_SMPNG
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +33 -2 lines
Update the builtin(1) manpage to reflect changes since the csh(1) to tcsh(1) upgrade. The following commands were added as builtins: bindkey builtins complete echotc filetest hup log ls-F printenv sched settc setty telltc uncomplete where The printf builtin was removed.
Revision 1.2.2.5: download - view: text, markup, annotated - select for diffs
Mon May 8 16:31:30 2000 UTC (11 years, 9 months ago) by sheldonh
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE
Diff to: previous 1.2.2.4: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.4: +4 -11 lines
MFC rev 1.6: remove ``cwd'' and fix table heading.
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Mon May 8 16:30:27 2000 UTC (11 years, 9 months ago) by sheldonh
Branches: RELENG_4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -11 lines
MFC rev 1.6: remove ``cwd'' and fix table heading.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 8 15:59:23 2000 UTC (11 years, 9 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -11 lines
Remove the bogusly inserted ``cwd'' which isn't a builtin command to sh, csh nor tcsh. Fix the header line of the table to use cross-references and emphasis.
Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Fri Mar 3 13:20:57 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: RELENG_3
Diff to: previous 1.2.2.3: preferred, colored
Changes since revision 1.2.2.3: +3 -1 lines
MFC: Add missing sh builtin command ``read''.
Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 3 09:28:58 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: RELENG_3
Diff to: previous 1.2.2.2: preferred, colored
Changes since revision 1.2.2.2: +2 -2 lines
MFC rev 1.5: Correct HISTORY.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 3 09:28:05 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_0_0_RELEASE
Branch point for: RELENG_4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
I didn't expect this to be merged to STABLE. It was, so correct the HISTORY section.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 1 14:13:29 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
Add missing entry for read(1) to the builtin(1) manual page and add an MLINKS entry for it. I can't imagine how I missed this one.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Mon Dec 20 16:31:42 1999 UTC (12 years, 1 month ago) by sheldonh
Branches: RELENG_3
Diff to: previous 1.2.2.1: preferred, colored
Changes since revision 1.2.2.1: +2 -2 lines
MFC: Indicate that set is a builtin command for sh(1) as well.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 20 16:29:56 1999 UTC (12 years, 1 month ago) by sheldonh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Fix the availability table, which incorrectly indicated that sh(1) does not have a builtin set command.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Dec 10 13:02:58 1999 UTC (12 years, 2 months ago) by sheldonh
Branches: RELENG_3
CVS tags: RELENG_3_4_0_RELEASE
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
MFC: Incorporate the builtin.1 manpage and its MLINKS. Remove the cd(1) and wait(1) manual pages (for which MLINKS are created instead. Fix some mark-up issues in csh(1) and add a builtin(1) xref to csh.1.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:46:01 1999 UTC (12 years, 5 months ago) by sheldonh
Branches: MAIN
Branch point for: RELENG_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -4 lines
Correct some hard sentence breaks. Only those surrounding the previous commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 8 15:40:43 1999 UTC (12 years, 5 months ago) by sheldonh
Branches: MAIN
Improve shell documentation: * Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
