sheldonh
84ced5c708
Refer to the original mode of the file, not the mode of the original
...
file.
PR: docs/34224
Submitted by: "Gary W. Swearingen" <swear@blarg.net>
2002-02-01 12:37:21 +00:00
ru
2137f05783
Remove a stray :' after
v' in the getopt() call.
...
Submitted by: bde
2002-01-28 13:43:22 +00:00
ru
8c5c420dd3
GC the -W option. kvm(3) doesn't read swap for almost 10 years.
...
PR: docs/34134
Reviewed by: bde, peter
MFC after: 1 month
2002-01-28 09:43:26 +00:00
green
db659d013d
Commit general cleanups (separate get_num() and get_off_t() functions to
...
debogosify some of the command-line string-number conversions into
an unsigned and signed variant.)
2002-01-25 17:44:47 +00:00
mikeh
b216600a84
Prevent overflowing the buffer that stores the command arguments.
...
PR: bin/19422
Not objected to by: -audit
MFC after: 3 weeks
2002-01-20 01:30:40 +00:00
sobomax
99ceec2679
Add missed includes.
...
Reviewed by: md5
2002-01-15 12:23:52 +00:00
babkin
6f66434b4f
The fix for >/dev/stdout, including Tor Egge's fix for the bug in the
...
original attempt of the fix. And yes, this time I've tried to build
world with it and it succeeded.
Submitted by: Tor Egge
MFC after: 1 week
2002-01-13 14:37:40 +00:00
ru
108589a3f2
mdoc(7) police: tidy up.
2002-01-09 13:29:39 +00:00
peter
8b9a0acd48
Put the "mtxname" keyword in alphabetical order (t comes after s) so
...
that the keyword is recognized.
2002-01-05 12:19:51 +00:00
mckay
9ad6c9c9e7
Bruce thought some of the comments I added were not clear enough. This is
...
a combination of my words and his. We will stop fiddling now. :-)
2002-01-01 06:14:26 +00:00
bde
997e80f81f
Fixed style bug (unsorting of SRCS) in rev.1.15.
2001-12-29 12:05:30 +00:00
bde
3df6b14036
Fixed style bugs in revs. 1.6, 1.10 and 1.12.
2001-12-29 11:59:26 +00:00
bde
412b81cedf
Fixed missing DPADD and disordered LDADD in rev.1.17
...
Fixed setting of WARNS in rev.1.16. Options should normally be set using
using "?=", not using "=", so that the setting is easy to override on the
command line, and setting WARNS to 0 should not be an exception.
2001-12-29 11:51:27 +00:00
joe
42e2c5321a
LSCOLOURS should be spelt LSCOLORS.
...
Submitted by: Jordan DeLong <fracture@allusion.net
2001-12-29 10:13:43 +00:00
ben
8bd06e165d
Remove part of a diff committed at the end of the file.
2001-12-29 00:51:23 +00:00
joe
e16986212d
Force raw printing of non-printable characters via the -w option.
...
PR: bin/28007
2001-12-29 00:22:29 +00:00
joe
4771d61303
Restore these files to shiny KNF.
2001-12-29 00:18:16 +00:00
joe
e208ef8e1a
Convert some spaces into tabs that I missed first time around.
2001-12-28 21:55:23 +00:00
joe
d2121ec1c3
Revert most of rev 1.42, to restore KNF style.
...
Requested by: bde
2001-12-28 21:47:33 +00:00
joe
dfee532b86
Add a new flag, -h which when combined with the -l option causes
...
file sizes to be displayed with unit suffixes; Byte, Kilobyte,
Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the
number of digits to three or less.
Submitted by: nik
2001-12-28 20:50:12 +00:00
joe
4f254fdc50
Make it clearer what changed to a user using the old format of LSCOLORS.
2001-12-28 19:27:30 +00:00
joe
b4f7193e80
Mop up some warnings.
2001-12-28 19:26:06 +00:00
joe
22810faf4b
Make the style more consistent throughout the file.
2001-12-28 18:43:32 +00:00
joe
731819d234
Use the default colour instead if a bad colour specification is given.
2001-12-28 18:20:23 +00:00
joe
dcc10c8b7b
Revamp the colour support to allow for bold characters. Colours
...
are now defined using the characters a-h and A-H for the bold
variants. The old way using 0-7 for the colours still works, but
prints a message asking the user to switch.
PR: bin/27374
2001-12-28 18:14:50 +00:00
ache
befc49edf5
strtoq -> strtoll (strtoq is deprecated)
2001-12-25 08:10:34 +00:00
alfred
39b93da10a
backout rev 1.14, it's breaking things.
2001-12-24 22:27:04 +00:00
mckay
841620acfc
The previous fix caused cp to emit spurious warnings under some
...
circumstances. This is a reworked version of the same fix, that does
not have this defect, and which fixes some style bugs at the same time.
Bug reported and fix reviewed by: bde
2001-12-23 11:16:14 +00:00
babkin
a0dab54592
Added ability to do ">/dev/stdout". The apsfilter people are anxious
...
to get it MFCed in time for release 4.5.
MFC after: 2 weeks
2001-12-22 02:40:58 +00:00
ru
3145320d58
Make ``df -l'' work when no network filesystems are loaded.
...
PR: bin/32397
2001-12-19 08:38:02 +00:00
ache
67e3e37c96
1) Localize (LC_CTYPE)
...
2) Catch "" to 0 conversion for OSes that not catch it in strto*()
(f.e. -stable). It is needed because POSIX agrees with both variants.
2001-12-17 23:14:14 +00:00
ache
7c495473b7
POSIX strto*() functions MAY return EINVAL, so don't assume that only one
...
errno from them allowed and it is always ERANGE
2001-12-14 23:20:54 +00:00
luigi
6f50cc5876
Add prototypes for main() so that these programs compile with -Werror
...
(which somehow now seems to be the default for compiling -current).
This error popped up while doing a PicoBSD cross-compile on a 4.3-ish system,
it may well be that there are other apps which have similar problems,
but I did not spot them as they are not included in my picobsd config.
Whether adding prototypes for main() is the correct solution or not
I have no idea, a request to -current on the matter went basically
unanswered. Those who have better ideas are welcome to back this out
and replace it with the correct fix.
2001-12-14 16:22:41 +00:00
charnier
39a78fb21e
Do not dot terminate errx() strings
2001-12-11 18:22:01 +00:00
mckay
a6a1f2b728
Preserve directory timestamps with -p. Allow non-empty read-only
...
directories to be copied. Apply umask to newly created directories
when -p is not specified.
PR: 27970
PR: 31633
MFC after: 4 days
2001-12-11 13:18:10 +00:00
mckay
dd266e645e
Typo in warning message (chown should be chmod).
2001-12-11 13:14:15 +00:00
dwmalone
d9613ea383
Style improvements recommended by Bruce as a follow up to some
...
of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
2001-12-10 21:13:08 +00:00
ru
f0ecccca2c
-lcipher is an installable library.
2001-12-06 10:50:23 +00:00
keramida
83a1efaf60
Make a bit more clear the types of characters that -B option will
...
print in octal.
Reviewed by: roam, silence on -doc
2001-12-06 00:30:53 +00:00
ru
52cba5d797
Spelling.
2001-12-04 14:20:46 +00:00
ru
2e1b22fe1b
mdoc(7) police: s/LKM/KLD/, sort xrefs.
2001-12-04 14:17:52 +00:00
obrien
099f8ecbe9
Default to WARNS=2. Binary builds that cannot handle this must explicitly
...
set WARNS=0.
Reviewed by: mike
2001-12-04 01:57:47 +00:00
jedgar
a7e3b4261a
Move the code merging ACL_USER and ACL_GROUP objects from under
...
two nested while loops into a separate function.
Obtained from: TrustedBSD Project
2001-12-03 02:24:24 +00:00
jedgar
38cc4cae2f
Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)
...
to enhance readability.
Obtained from: TrustedBSD Project
2001-12-03 01:20:52 +00:00
jedgar
30f5e7ea6e
style(9) cleanups mostly consisting of:
...
o explicitly check return values and variables against a value
o return x; -> return (x);
o fix inconsistent sysexits usage by nuking it (partially
suggested by bde)
Obtained from: TrustedBSD Project
2001-12-03 00:51:36 +00:00
jedgar
e0f46659fc
Correct example to remove *all* extended ACL entries and
...
clarify description.
2001-12-03 00:27:15 +00:00
markm
b3be1b374c
Slight makefile style.
...
Use __FBSDID().
2001-12-02 23:04:14 +00:00
jedgar
e95759f464
o Expand the explaination of the -b option WRT the resulting
...
group ACL entry in relation to the existing group and mask
ACL entries.
o Move the explanation of multiple ACL entries on the command
line to the ACL ENTRIES section.
Obtained from: TrustedBSD Project
2001-12-02 18:46:33 +00:00
jedgar
c3aedf8ced
o Correct error message forgotten in the last commit (malloc() -> calloc())
...
o Fix style nits
Submitted by: bde
2001-12-02 18:15:53 +00:00
jedgar
f1ae0d570c
Use calloc(3) instead of rolling our own.
2001-12-02 01:52:34 +00:00