| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/test.c
PR: 211789
Approved by: bcr (mentor)
MFC after: 5 days
Differential Revision: https://reviews.freebsd.org/D8104
Notes:
svn path=/head/; revision=306722
|
|
|
|
| |
Notes:
svn path=/head/; revision=251211
|
|
|
|
| |
Notes:
svn path=/head/; revision=251209
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit r247274.
As maintainer of sh, I disapprove of this feature addition.
It is too specific and can be done without easily using find(1) or stat(1).
I will add some hints to the test(1) man page shortly.
In general, FreeBSD sh is not the place to invent new shell language
features. This is how it has been maintained and adding features randomly
does not work with that.
The new syntax (e.g. [ FILE1 -ntca FILE2 ]) looks cryptic to me.
Notes:
svn path=/head/; revision=251208
|
|
|
|
|
|
|
|
|
|
|
|
| |
access, birth, change and modify times of two files, instead of only
being able to compare modify times. The builtin test in sh(1) will
automagically acquire the same expansion.
Approved by: grog
MFC after: 2 weeks
Notes:
svn path=/head/; revision=247274
|
|
|
|
|
|
|
|
|
| |
Reviewed by: gjb
Requested by: gjb
MFC after: 1 week
Notes:
svn path=/head/; revision=244734
|
|
|
|
| |
Notes:
svn path=/head/; revision=235400
|
|
|
|
|
|
|
| |
Approved by: rrs (mentor)
Notes:
svn path=/head/; revision=212463
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=212419
|
|
|
|
| |
Notes:
svn path=/head/; revision=212418
|
|
|
|
|
|
|
| |
Approved by: rrs (mentor)
Notes:
svn path=/head/; revision=211936
|
|
|
|
|
|
|
|
|
|
| |
- not bumping a date as this is not a real content change
Approved by: ru
MFC after: 3 days
Notes:
svn path=/head/; revision=186849
|
|
|
|
| |
Notes:
svn path=/head/; revision=165202
|
|
|
|
|
|
|
| |
extend it with an example to clarify the point.
Notes:
svn path=/head/; revision=160848
|
|
|
|
|
|
|
|
|
|
|
|
| |
"feature" doesn't seem to be in the standards or elsewhere, and
it is against what we are used to in C and sh(1), so put the
paragraph under BUGS.
Pointed out by: dougb
MFC after: 3 days
Notes:
svn path=/head/; revision=160760
|
|
|
|
| |
Notes:
svn path=/head/; revision=139969
|
|
|
|
| |
Notes:
svn path=/head/; revision=131512
|
|
|
|
| |
Notes:
svn path=/head/; revision=131484
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=130190
|
|
|
|
|
|
|
|
| |
Inspired by: SUSv3
MFC after: 1 week
Notes:
svn path=/head/; revision=130189
|
|
|
|
|
|
|
| |
OK'ed by: imp, core
Notes:
svn path=/head/; revision=127958
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=86505
|
|
|
|
| |
Notes:
svn path=/head/; revision=82661
|
|
|
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
Notes:
svn path=/head/; revision=81251
|
|
|
|
| |
Notes:
svn path=/head/; revision=79754
|
|
|
|
| |
Notes:
svn path=/head/; revision=68935
|
|
|
|
|
|
|
|
|
| |
as argument, unbreak this page by escaping the `[' character.
Noticed by: sheldonh
Notes:
svn path=/head/; revision=68875
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57663
|
|
|
|
| |
Notes:
svn path=/head/; revision=50471
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
significantly easier to read and extend and offers a few new tests.
A few style changes taken from style(9) and OpenBSD, as well as
whitespace cleanups.
This change was discussed on freebsd-committers and freebsd-hackers
and met with approval from at least des, eivind and brian.
PR: 13091
Obtained from: NetBSD
Notes:
svn path=/head/; revision=49884
|
|
|
|
|
|
|
|
| |
PR: docs/9111
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=41915
|
|
|
|
|
|
|
|
|
| |
PR: bin/7507
Reviewed by: I tested the patch
Submitted by: Stefan `Sec` Zehl sec@42.org
Notes:
svn path=/head/; revision=38914
|
|
|
|
| |
Notes:
svn path=/head/; revision=36152
|
|
|
|
| |
Notes:
svn path=/head/; revision=26367
|
|
|
|
| |
Notes:
svn path=/head/; revision=22988
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=3044
|
|
Notes:
svn path=/head/; revision=1556
|