| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Spotted by: FlexeLint
|
|
|
|
|
| |
Submitted by: "Stewart MacLund" <sundie@lunaticfringe.org>
MFC after: 1 week
|
| |
|
|
|
|
| |
Mark UTF2 as being deprecated.
|
|
|
|
|
|
| |
This file contains a number of incidents which do not related to
Germany. It's not clear whether they should remain or not, so I have
left them.
|
| |
|
|
|
|
|
|
|
| |
manual page for showmount(8)
Sponsored by: Bright Path Solutions
MFC after: 2 weeks
|
| |
|
|
|
|
|
| |
uses of iov_base which assume its type is `char *' (in order to do
pointer arithmetic) have been updated to cast iov_base to `char *'.
|
|
|
|
| |
Reviewed by: mux (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)
So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature. I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font. Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).
|
|
|
|
|
|
| |
compatability-geared util.c. These are things like message printers
and the PrintAddr function for traversing lists. Other general-purpose
utilities inside make(1) can go here, in time.
|
|
|
|
|
|
|
|
|
|
|
| |
documentation already adequatedly existed in the description in most
cases. Where it did not, it was added. If no documentation existed
beforehand, then none was added. Some unused dummies for use in the
traversal functions were marked as __unused during the conversion.
Occasionally, local style fixes were applied to lines already being
modified or influenced.
Now make(1) should always build with WARNS=3.
|
|
|
|
|
| |
defined to __RCSID when bootstrapping, by the Makefile, but this change is
for consistency
|
|
|
|
| |
happily fit into headers.
|
| |
|
|
|
|
|
|
| |
operate on the correct data (properly).
Tracked down by: Dan Nelson
|
|
|
|
| |
FreeBSD uses; f.e. -lpthread -> -pthread, -lxnet -> nothing.
|
|
|
|
|
|
| |
cc -std=iso9899:1999 -pedantic, and is required by SUSv3.
PR; 36087
|
| |
|
|
|
|
|
| |
<sys/time.h> directly. This is mostly bogus since CLOCK_REALTIME
should be defined in <time.h>, which these files already include.
|
|
|
|
|
|
|
|
|
| |
instead of polling for them.
Unfortunately we cannot enable it yet because it panics the kernel
somewhere in kqueue.
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
|
|
|
|
|
|
|
| |
-a option is not specified.
Submitted by: schweikh
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
| |
as zcat properly.
PR: 13043
Submitted by: Toshihiko ARAI <toshi@jp.freebsd.org>
Jonathan Towne <jontow@twcny.rr.com>
Approved by: peter, sheldonh (mentor)
MFC After: 2 weeks
|
|
|
|
|
|
|
|
|
| |
there from being more than 500 processes forked by make(1), to prevent a
forkbomb from happening, in a dumb and mechanical way.
PR: alane
Submitted by: bin/42772
MFC after: 2 weeks
|
| |
|
|
|
|
| |
disappear.
|
|
|
|
| |
compatible mode, as far as I know, since we use it...
|
|
|
|
|
|
| |
Reviewed by: -audit
Approved by: silence on -audit
MFC after: 3 weeks
|
|
|
|
|
|
| |
no changes (against crypto telnet).
Reviewed by: MD5
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Bright Path Solutions
|
|
|
|
|
|
|
|
|
|
|
| |
renaming variables to not shadow libc functions or greater scope locals. Kinda
makes one wonder if the extern ones weren't meant in some of these places :)
The only thing I'd still like to do WRT this is possibly combine rstat and
status in compat.c -- that should be fine, as I do not think the codepaths
will want both around at once.
Sponsored by: Bright Path Solutions
|
|
|
|
| |
Sponsored by: Bright Path Solutions
|
|
|
|
|
|
|
|
|
|
| |
in compat.c which doesn't even have preprocessor-conditional-hidden support
code, and add a debugging statement where we might end up with a nil list
somehow, but where I doubt it.
First confirmed userland kill for Flexelint.
Sponsored by: Bright Path Solutions
|
|
|
|
| |
Agreed on: jake, rwatson, jhb
|
| |
|
|
|
|
|
| |
Spotted by: SPARC64 make WARNS=3
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
|
|
|
|
|
|
| |
the same, but uses a non-extension option.
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
|
|
|
|
| |
Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
|
| |
|
|
|
|
| |
the -k flag to unifdef.
|
|
|
|
| |
No changes to the meaning are made.
|
|
|
|
|
|
|
|
|
|
| |
constant controlling expressions: in particular, removing #if 0 sections
is considered "rude". This commit changes the default so that such
things are passed through unchanged, and the old behaviour can be had
with the -k "kill konsts" flag.
Suggested by: markm
MFC after: 3 weeks
|
|
|
|
| |
All old sorts understand -k too.
|
|
|
|
| |
All old sorts understand -k too.
|
|
|
|
|
|
|
|
| |
variable natively. It should allow you to use any sysctl mib set, but due
to limitations of what I can do with macros, right now it's limited to two,
which is all this program used anyway.
Sponsored by: Bright Path Solutions
|
|
|
|
|
|
| |
prefix methodology. Adjust nearby style.
Sponsored by: Bright Path Solutions
|
| |
|