| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
for ages, and no-one seems to have noticed. Viva PAM!
|
|
|
|
|
|
| |
for ages, and no-one seems to have noticed. Viva PAM!
Fix some easy/trivial warnings while I'm here.
|
| |
|
| |
|
|
|
|
| |
Remove .Pp between items.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
on allocation failure instead of displaying a warning and deferencing NULL
pointer after. Spelling. Add prototypes. Add list of option in synopsis section
of man page, -d is not referenced because available as a compile option. It
should be made a runtime option btw.
|
|
|
|
|
|
|
|
| |
for locale related things. So, I think it could be useful for
others. It's not yet implement (or implement in different manner)
all POSIX things, but I think it's good enough for start.
POSIX conformance related updates and manpage to follow relatively soon.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
``.'' is not a sentence termination, it must be escaped to be put inside
quotes.
Abort if execv() fails by adding err(). Do not dot terminate error messages.
|
|
|
|
| |
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
|