Ruslan Ermilov
763e2b058d
Fix markup (in the same way as it was fixed in tip.1) and thus
...
make the diffs against tip.1 minimal (as in OpenBSD).
2006-08-31 20:44:59 +00:00
Ruslan Ermilov
07bb01e3d4
Fix compilation warnings (up to level 3).
2006-08-31 19:19:44 +00:00
Ruslan Ermilov
bfad8c3c1c
Document the undocumented change in OpenBSD: the ${raisechar}
...
is no longer set to ^A by default, it's unset.
Reported by: imp, sam
2006-08-31 16:40:30 +00:00
Ruslan Ermilov
a9f118adfd
Actually merge OpenBSD changes and local changes (a diff should
...
be viewed relative to revision 1.24).
2006-08-31 16:26:50 +00:00
Ruslan Ermilov
2a98f027e5
Remove some dust.
2006-08-31 14:14:57 +00:00
Ruslan Ermilov
fa92e8831d
Resolve merge conflicts.
2006-08-31 14:14:30 +00:00
Ruslan Ermilov
24ede41b96
This commit was generated by cvs2svn to compensate for changes in r161751,
...
which included commits to RCS files with non-trunk default branches.
2006-08-31 14:12:22 +00:00
Ruslan Ermilov
d391708c06
Import OpenBSD's tip(1) as of today
2006-08-31 14:12:22 +00:00
Xin LI
9dd54fbb7e
In rev. 1.2 we have introduced a fallback handler for files with unknown
...
extensions. This seems to be unnecessary and prevents less(1) from being
able to detect file changes, so remove the part.
Submitted by: Eric Huss <e-huss netmeridian com>
PR: bin/102624
Discussed with: des
MFC After: 3 days
2006-08-30 08:20:34 +00:00
Joseph Koshy
59b2dc9f8b
Manual page tweaks.
...
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
2006-08-29 18:11:20 +00:00
Poul-Henning Kamp
fd0232603d
Improve input parsing:
...
Add "-C <column>" and "-d <delims>" options to chop up input lines.
Make '#' a comment character, rest of line is ignored.
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
2006-08-28 08:27:02 +00:00
Ruslan Ermilov
2d05c776ef
Remove alpha-specific stuff.
2006-08-23 12:12:56 +00:00
Marcel Moolenaar
e108ac655d
Build libsmb and smbutil on ia64.
2006-08-22 03:22:17 +00:00
Marcel Moolenaar
4c5876d2ad
Remove alpha left-overs.
2006-08-21 19:49:57 +00:00
Daniel Gerzo
695e93d68e
Add myself to the FreeBSD callendar. Ooops, it seems like I'm the
...
second youngest.
Approved by: keramida (mentor)
2006-08-20 18:52:37 +00:00
Xin LI
d605d70a75
Hook lessecho(1) to build.
2006-08-20 15:52:17 +00:00
Xin LI
72bc07dc83
Regen.
2006-08-20 15:51:18 +00:00
Yaroslav Tykhiy
6c43fb6f9e
Tell in a comment that the symlinks from /usr/bin are
...
for compatibility with other OS types, too.
Pointed out by: gad
2006-08-20 04:25:20 +00:00
Yaroslav Tykhiy
55416ca8f7
Install pkill(1), aka pgrep(1), to /bin so that rc scripts
...
can use this small and nifty utility. Create compatibility
symlinks from /usr/bin for the time being to avoid breaking
custom scripts relying on the hardcoded path to the utility.
If pkill(1) takes root, its source should be repocopied some
day to src/bin.
Idea by: des
Discussed with: brooks (in cvs-src and cvs-all)
2006-08-19 08:24:01 +00:00
Ceri Davies
15af4b716b
Further nitpicking.
2006-08-17 16:29:27 +00:00
Ceri Davies
4b3d1ae7a4
Fix a grammatical error.
...
Funny how one character can completely distort the perception of a sentence :)
2006-08-17 16:20:42 +00:00
Maxim Konovalov
ec2c2c379b
o Fix the date of LZ 129 Hindenburg crash.
...
PR: misc/102137
Submitted by: jasper@openbsd
MFC after: 3 days
2006-08-16 11:54:07 +00:00
Giorgos Keramidas
a6dd1c93f4
Add support for splitting at gigabyte boundaries. [1]
...
Also make both lowercase and uppercase suffix letters work
as byte-count suffixes, i.e. the following two commands are
equivalent now:
% split -b 4m foo
% split -b 4M foo
Submitted by: Roman Divacky [1]
Lots of help by: cperciva
Reviewed by: cperciva
MFC after: 1 week
2006-08-10 10:41:47 +00:00
Maxim Konovalov
e4df92e126
o Simple strcpy/strcat replacement.
...
PR: bin/101575
Founded by: Dan Lukes
Obtained from: OpenBSD, rev. 1.11 by deraadt
MFC after: 2 weeks
2006-08-09 19:12:10 +00:00
Giorgos Keramidas
49198c4297
Update usage & SYNOPSIS and clarify that input files are not removed.
...
Sort getopt option handling of -p too, while here.
The changes are adapted from a patch by Ruslan Ermilov, posted as
followup to docs/33852.
PR: docs/33852
Submitted by: Gary W. Swearingen <swear@blarg.net>
MFC after: 1 week
2006-08-08 21:25:22 +00:00
Bruce M Simpson
abfdccc7ce
Update document date.
...
Noticed by: ru
2006-08-03 20:43:51 +00:00
Bruce M Simpson
6b04b7f63e
Add a new command-line option, -P, which allows the user to specify
...
an arbitrary port to which syslog messages are to be sent.
PR: bin/54026
Submitted by: Oliver Fromme
MFC after: 10 days
2006-08-02 13:21:44 +00:00
Joseph Koshy
1ae9926515
In 'od -c' mode, deal with printable but zero-width combining
...
characters correctly. These characters are displayed "combined"
with a space character.
PR: misc/100215
Submitted by: "J.R. Oldroyd" <<fbsd AT opal.com>>
Reviewed by: "J.R. Oldroyd" <<fbsd AT opal.com>> (revised patch)
MFC after: 3 days
2006-07-31 14:17:04 +00:00
Yaroslav Tykhiy
594a130b8a
Stop enforcing dependencies between MK_* options at Makefile level.
...
All the dependencies are satisfied now in <bsd.own.mk>.
2006-07-31 13:29:36 +00:00
Tim Kientzle
fc1e63e49b
Remove two unused variables.
...
Thanks to: Stefan Farfeleder
2006-07-31 04:57:46 +00:00
Tim Kientzle
902ce6f035
Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.
...
While I'm here, correctly alphabetize 't' after 's'.
Thanks to: VMiklos
2006-07-30 18:34:40 +00:00
Maxim Konovalov
1b405ff747
o Kill unneeded assignment.
...
Obtained from: OpenBSD
2006-07-30 07:41:28 +00:00
Yaroslav Tykhiy
096146f88b
- Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.
...
- Fix a nlist initialization: it should be terminated by a NULL entry.
- Constify.
- Catch an unused parameter.
Tested on: i386 amd64 ia64
2006-07-28 16:16:40 +00:00
Yaroslav Tykhiy
7b95a1ebbd
Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,
...
including to printf(). Using uintmax_t is also robust to further
extensions in both the C language and the bitwidth of kernel counters.
Tested on: i386 amd64 ia64
2006-07-28 16:09:19 +00:00
Yaroslav Tykhiy
778d2bddd2
Both fields of struct timeval are of a non-basic type,
...
so we should cast them to a type printf() knows about.
2006-07-28 11:17:17 +00:00
Yaroslav Tykhiy
b7dd94d5e6
Avoid useless work: Do not build inet6.c if INET6 support is off.
...
This also avoids pretending that netstat includes inet6.c in the
output from ident(1).
2006-07-28 11:09:21 +00:00
Yaroslav Tykhiy
2cc3124e10
Obey MK_INET6_SUPPORT.
2006-07-27 14:20:14 +00:00
Yaroslav Tykhiy
d1773e839f
Respect MK_INET6_SUPPORT.
...
Move INET6 out of the RELEASE_CRUNCH conditional block
because it saves as little as 2% of the binary size and
IPv6 is rather popular today. (Some other binaries, e.g.,
telnetd, include INET6 for RELEASE_CRUNCH already.)
2006-07-27 14:19:30 +00:00
Yaroslav Tykhiy
46ae665613
rpcinfo(1) doesn't depend on INET6 explicitly.
2006-07-27 13:47:02 +00:00
Xin LI
1aeafe6572
Make sure that the sc pointer gets initialized. No functional change
...
should happen with this change.
2006-07-26 08:58:00 +00:00
Jung-uk Kim
93e3b716ba
Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) instead
...
of incorrect and machine-dependent integer math. Now we can encrypt a file
on an i386 and decrypt it on an amd64, and vice versa.
Submitted by: Andrew Heybey < ath at niksun dot com >
2006-07-25 22:20:05 +00:00
Robert Watson
df3e013b3e
Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer
...
used in the kernel.
2006-07-24 01:49:24 +00:00
David E. O'Brien
38a1ab4173
Tell when a .include is processed with '-dd'.
2006-07-22 14:00:31 +00:00
Stefan Farfeleder
845b8cbcbf
Remove break after return.
2006-07-18 10:19:46 +00:00
Stefan Farfeleder
107f86a291
Document that the pathname(s) following the options need not be given if
...
-f pathname was specified.
2006-07-18 07:39:22 +00:00
Stefan Farfeleder
cd1de708cd
Fix type mismatch between char * and unsigned char *. C guarantees that
...
the values of the characters here are positive, so it's safe to index arrays
with them.
2006-07-18 07:29:42 +00:00
Stefan Farfeleder
ae66acac87
The variables i and tot don't need to be static.
2006-07-18 07:16:25 +00:00
Stefan Farfeleder
080397239a
Remove break after return.
2006-07-18 07:10:30 +00:00
David E. O'Brien
2cae2b7d30
VarAdd() already does the debug printing, so Var_Set() only needs to do it
...
in the case the var already exists.
2006-07-17 21:05:27 +00:00
David E. O'Brien
99f08b7740
whitespace fixing
2006-07-17 19:16:12 +00:00