| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
for a long time now.
Approved by: bde
|
|
|
|
|
|
|
| |
command it is intended to test. pdksh and bash caught this syntax error,
sh(1) did not behave as intended.
PR: 40386
|
| |
|
| |
|
|
|
|
|
|
| |
Reword 'Usually faster in most cases' to 'and is faster in most cases'
PR: 40024 (partly)
|
|
|
|
| |
Reviewed by: ticso
|
| |
|
|
|
|
| |
Submitted by: Bob Willcox <bob@immure.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
complexities associated with having MD (asm and inline) versions, and
having to prevent exposure of these functions in other headers that
happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.
Tested on: alpha, i386
Reviewed by: bde, jake, tmm
|
|
|
|
|
|
| |
passed through the function call.
Submitted by: "Crist J . Clark" <cjc@freebsd.org>
|
|
|
|
|
|
|
|
| |
arbitrarily selecting one.
PR: bin/14361
Approved by: wosch
MFC after: 1 week
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
|
| |
|
| |
|
|
|
|
| |
getopt returns -1 not EOF.
|
|
|
|
|
|
| |
PR: 19268
Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de>
Reviewed by: asmodai
|
| |
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: 17042
Submitted by: Edwin Groothuis <mavetju@chello.nl>
|
|
|
|
|
| |
PR: 16430
Submitted by: Adam.Kranzel@teru.dyndns.org (shade@dnai.com)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
| |
|
|
|
|
|
| |
PR: bin/9793
Submitted by: Andy Farkas <andyf@speednet.com.au>
|
|
|
|
|
|
|
|
| |
This is useful for people who want index their home directory:
$ env LOCATE_CONFIG=$HOME/.locate.rc /usr/libexec/locate.updatedb
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
|
| |
|
| |
|
|
|
|
|
| |
Use the new find option -s for sorted output.
Remove the temp directory in trap.
|
|
|
|
|
|
|
|
|
| |
Remove the temp directory in trap.
Replace the buggy awk script with a correct perl script.
Don't make a copy of the input data anymore if the input is already
sorted (option -presort). This scheme avoid large temporary files in
/tmp.
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Josh Gillam <josh@quick.net>
PR: docs/6642
|
|
|
|
|
| |
Mosts users seems to have a larger /var/tmp partition
than /tmp - IMHO silly but who cares?
|
| |
|
| |
|
| |
|
|
|
|
| |
complications involving .PATH or dependencies, so don't include it here.
|
|
|
|
| |
to /tmp.
|
|
|
|
| |
(>100MB characters).
|
| |
|
|
|
|
|
|
| |
one typo was:
Submitted by: Josh Gilliam
PR#3319
|