markm
f7f77aaea8
Don't check for the existance of src/crypto/ for building items that
...
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.
2003-07-24 18:30:25 +00:00
ru
8ef8a1561c
This code isn't WARNS=6 clean in the standard (crypto) case
...
due to bugs in OpenSSL headers. I was testing in the wrong
environmement: standalone build without crypto/ sources.
2003-07-20 12:26:24 +00:00
ru
f6339c9a35
Make this code WARNS=6 clean again (after GCC 3.1.1 import).
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
2003-07-20 10:24:09 +00:00
rwatson
69331b7152
When reporting an error internalizing an ACL string, print out the
...
ACL that generated the error, rather than the function, which is
more user-friendly.
Obtained from: TrustedBSD Project
Product of: France
2003-07-18 16:00:26 +00:00
kan
8f1052e918
Temporarily turn off -Werror for these components.
2003-07-11 05:24:32 +00:00
brueffer
eae3c9c76d
-l prints all permissions, not just owner and group
...
PR: 54294
Submitted by: Per Hedeland <per@hedeland.org>
MFC after: 3 days
2003-07-10 20:53:56 +00:00
gshapiro
ca7f48dde3
Remove MAINTAINER= lines from individual Makefiles in favor of the
...
MAINTAINER file (which already had entries for sendmail).
2003-07-07 03:54:04 +00:00
dds
870cbaba52
Changes following CScout analysis:
...
- Removed dead declarations
- Made objects that should have been declared as static, static.
The changes use STATIC instead of static, following the existing
convention in the rest of the code.
Approved by: schweikh (mentor)
MFC after: 2 weeks
2003-07-05 15:18:44 +00:00
kan
c3ebdafd76
Rename a local variable in order to avoid collision with standard 'log'
...
function.
2003-06-30 17:05:40 +00:00
jmg
e4f255ad33
pass -1 to setfile in cp.c
...
Submitted by: Jun Kuriyama
2003-06-30 06:16:06 +00:00
gordon
d336339d95
Tweak a couple of utilities so they compile cleanly for /rescue. Mostly
...
path fixes.
Submitted by: Tim Kientzle <kientzle@acm.org>
2003-06-29 18:46:18 +00:00
ru
8ed370ea9c
Unbreak NOCRYPT buildworld.
...
Reviewed by: markm
2003-06-29 10:03:35 +00:00
jmg
23ed66d7ce
support saving both user/group and permissions on symlinks (from PR)
...
also fix a slight bogon that assumed an fd of 0 was not valid. Changed
it to be -1.
PR: bin/25017
Submitted by: Martin Kammerhofer
2003-06-22 07:02:17 +00:00
markm
2f11ff8443
Get this area compiling with the highest WARNS= that it works with.
...
Obsolete WFORMAT= junk also removed where possible.
OK'ed by: obrien
Tested on: sparc64, alpha, i386
2003-06-13 07:04:02 +00:00
scottl
bfba4c0a13
Add the -H option to ps(1) to display all kernel visible threads in each
...
process. The default behavior of showing only the process is retained as
the default.
2003-06-12 16:53:55 +00:00
charnier
d4c5ffd3a1
add section name to .Xr
2003-06-08 09:48:39 +00:00
markm
b82eae70d9
Fix for the NO_OPENSSL case.
...
Reported by: Marius Strobl <marius@alchemy.franken.de>
2003-06-08 08:24:07 +00:00
ru
108aefa1f8
Clarify what -p option does.
...
Prodded by: marcel
While here, spell the "set-{user,group}-ID bit" correctly.
2003-06-07 06:35:36 +00:00
kuriyama
601592850e
Use
...
cat ${.ALLSRC} > ${.TARGET}
rather than
ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.
Commented by: marcel, obrien, bde
2003-06-06 13:46:55 +00:00
jhay
8756b4c4fc
Make ed compile in the NOCRYPT case.
...
Reviewed by: markm
2003-06-03 17:03:48 +00:00
bde
65cbf3a774
Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section
...
since it has been fixed.
2003-06-03 12:00:35 +00:00
bde
acad4626f2
Fixed exit code in previous commit. "var++" to set a flag to nonzero
...
is a style bug at best. When the variable isn't a flag, it potentially
overflows after a large number of settings. Here the number of settings
is limited by ARG_MAX, but the variable is the exit code so it became
bogus after the second setting and effectively overflowed to 0 after
approx. 128 settings.
Fixed some style bugs involving comments in and near previous commit.
Clarification of previous commit message: df -t didn't give undefined
behaviour, and the behaviour used to conform perfectly with the man
page, since the buggy behaviour is documented in the BUGS section. -t
just worked when no files or file systems were specified, and was just
ignored if a file or file system was specified.
2003-06-03 11:54:42 +00:00
jkh
8c37ad0b5c
From the df man page:
...
-t Only print out statistics for filesystems of the specified types.
Make the behavior of df(1) conform to its man page (behavior is otherwise
undefined).
Submitted by: Rob Braun <bbraun@apple.com>
Obtained from: Apple
2003-06-02 22:33:12 +00:00
markm
72ea0f6f2e
Modernise. Use libcrypto for DES instead of libcipher.
2003-06-02 19:06:28 +00:00
fenner
15b43c12b8
Instead of eating trailing newlines after inserting them into the
...
output buffer, don't insert them at all. This prevents a buffer
*underrun* when the substitution consists completely of newlines
(e.g. `echo`) and the byte before the source buffer to which p
points is a '\n', in which case more characters would be removed
from the output buffer than were inserted.
This fixes certain port builds on sparc64.
Approved by: re (scottl)
Reviewed by: des, tjr
2003-05-31 06:27:57 +00:00
ru
1b10ac4a76
Erase whitspace at EOL.
...
Approved by: re (blanket)
2003-05-22 13:10:32 +00:00
des
f57ad275c4
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
ru
1f4086f954
mdoc(7) police: A better version of the same.
...
Approved by: re (blanket)
2003-05-16 21:19:32 +00:00
ru
893eb75dd2
mdoc(7) police: Fix document date.
...
Approved by: re (blanket)
2003-05-16 21:18:01 +00:00
schweikh
fcecc3213b
Note that -n and \c are implementation-defined as per TC1 to POSIX 2001.
...
Approved by: re@ (bmah)
MFC after: 3 days
2003-05-08 17:47:28 +00:00
trhodes
d4b5a8e556
df(1) and ls(1) print units in 'four or fewer' not 'three or less'.
...
PR: 35523
Submitted by: Tomas Svensson <tsn@gbdev.net>
2003-05-06 21:54:46 +00:00
obrien
dc8b1199b7
Centralize _PATH_* definitions.
...
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
2003-05-05 22:49:23 +00:00
markm
c25fac616e
Fix long constant usage for i386.
...
Tested by: Joe Marcus Clarke <marcus@marcuscom.com>
2003-05-03 20:52:48 +00:00
keramida
6f677423f7
Fix a broken reference to locale(5) and point to re_format(7) too for an
...
explanation of `collating elements'.
2003-05-03 20:26:11 +00:00
markm
95b3ea00cd
Fix a bazillion warnings. This makes almost the whole of src/bin/*
...
WARNS=6, std=c99 clean.
Tested on: i386, alpha
2003-05-03 16:39:34 +00:00
markm
b24c003359
WARNS cleaning for the Alpha. On alpha, size_t is a long, and it
...
solicits a warning when used for the '*' in printf("%*d"). Cast
to u_int for universal use.
2003-05-03 16:02:52 +00:00
markm
80630a58b5
Fix a shedload of warnings, some memory leaks and clean up WARNS
...
and lint. This is now WARNS=9, std=c99 clean on i386.
2003-05-03 10:21:26 +00:00
markm
bbc12bd615
Fix format warning. This is WARNS=9, std=c99 clean on i386.
2003-05-03 10:16:51 +00:00
markm
e194208c93
Fix warnings. This is now WARNS=9, std=c99 clean in i386.
...
Use return(0) for main() instead of exit(0). Makes it a
wee bit smaller.
2003-05-03 10:14:26 +00:00
obrien
2b08895447
Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many
...
sized/unsigned comparisons.
2003-05-02 06:39:13 +00:00
obrien
a23b89d9fc
Make count a size_t as that is what is compared against and how it is used.
2003-05-02 06:36:52 +00:00
obrien
cabf352139
The is_name and is_in_name macros are FUBAR'ed.
...
Due to the use of signed vs. unsigned chars on our various platforms, one gets
"warning: comparison is always true due to limited range of data type"
from GCC 3.3.
2003-05-02 06:24:51 +00:00
obrien
c2ee62a08c
fmt.c has a comparison between signed and unsigned that is unclear how
...
to properly fix.
2003-05-02 01:05:05 +00:00
obrien
d6c4a41766
Quiet warnings about copyright[].
2003-05-02 00:04:21 +00:00
obrien
5b7a13d7e8
Fix signed/unsigned mix comparisons involving sizeof.
2003-05-02 00:03:10 +00:00
obrien
8fbd9bc9e9
Quiet warnings about copyright[].
2003-05-01 16:58:57 +00:00
obrien
572f026053
Make GCC 3.3 STFU about copyright[].
2003-05-01 14:45:27 +00:00
tjr
cc00a6f834
Add the -j and -y options to the synopsis.
2003-05-01 02:37:46 +00:00
schweikh
51a35b5696
Fix references to non-existing or obsoleted man pages.
...
PR: docs/51480 (only a small part)
Submitted by: Diomidis D. Spinellis <dds@aueb.gr>
2003-04-30 19:18:50 +00:00
obrien
692c1c4f44
We have to hide copyright[] for gcc33. :-(
2003-04-30 17:40:28 +00:00