Sheldon Hearn
508d9a5b59
Fix excessive use of parenthesis in previous commit.
...
Requested by: bde
2000-04-25 08:59:51 +00:00
Mark Murray
097c3a616c
Use Garrett's new (clearer) names.
2000-04-23 14:18:18 +00:00
Martin Cracauer
1ea7321b72
Remove redundat extern declaration
2000-04-20 09:31:54 +00:00
Jonathan Lemon
32462e82fb
Change <event.h> --> <sys/event.h>
2000-04-18 16:56:55 +00:00
Joerg Wunsch
5a19405177
No such thing like `southamericarand' when Rand is the currency of ZA...
2000-04-18 16:37:43 +00:00
David E. O'Brien
b40ac1b54f
* I goofed and didn't break sentances the right way.
...
* Make the option arguments format better
* Fix mispelling
Submitted by: ru
2000-04-18 16:25:51 +00:00
David E. O'Brien
c815a20cb2
Change our ELF binary branding to something more acceptable to the Binutils
...
maintainers.
After we established our branding method of writing upto 8 characters of
the OS name into the ELF header in the padding; the Binutils maintainers
and/or SCO (as USL) decided that instead the ELF header should grow two new
fields -- EI_OSABI and EI_ABIVERSION. Each of these are an 8-bit unsigned
integer. SCO has assigned official values for the EI_OSABI field. In
addition to this, the Binutils maintainers and NetBSD decided that a better
ELF branding method was to include ABI information in a ".note" ELF
section.
With this set of changes, we will now create ELF binaries branded using
both "official" methods. Due to the complexity of adding a section to a
binary, binaries branded with ``brandelf'' will only brand using the
EI_OSABI method. Also due to the complexity of pulling a section out of an
ELF file vs. poking around in the ELF header, our image activator only
looks at the EI_OSABI header field.
Note that a new kernel can still properly load old binaries except for
Linux static binaries branded in our old method.
*
* For a short period of time, ``ld'' will also brand ELF binaries
* using our old method. This is so people can still use kernel.old
* with a new world. This support will be removed before 5.0-RELEASE,
* and may not last anywhere upto the actual release. My expiration
* time for this is about 6mo.
*
2000-04-18 02:39:26 +00:00
Jonathan Lemon
b446630f2f
Change tail to use kqueue/kevent to obtain a notification when
...
the file changes (when doing tail -{f|F}).
2000-04-16 19:04:49 +00:00
Jonathan Lemon
3132d967fa
Do not pull in <sys/select.h>, it isn't required.
2000-04-16 17:34:33 +00:00
Warner Losh
0e7f0658ee
#include <errno.h> where needed. Kill extern int errno;.
...
Minor warnings in tip corrected.
2000-04-14 06:39:19 +00:00
Sheldon Hearn
1806a85c5a
Do not issue a warning when chflags() fails with EOPNOTSUPP.
...
PR: 17875
Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
2000-04-13 09:39:29 +00:00
Sheldon Hearn
b9efeafc84
Use an MD5 checksum to test for file changes; the previous method
...
of using file mtimes could result in chpasss(1) erroneously
detecting that no changes were made for non-interactive edits.
PR: 4238
Reported by: Jens Schweikhardt <schweikh@noc.dfn.de>
Submitted by: Daniel Hagan <dhagan@cs.vt.edu>
2000-04-12 08:49:14 +00:00
Brian Feldman
d0482be885
Add a new options: -m enables searching for memory-mapped files.
...
It is not default because it's an expensive option by nature, making the
search take 2-3 times as long.
PR: 17555
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
2000-04-05 05:45:40 +00:00
Bruce Evans
508424d139
Fixed prototype for setflags(). setflags() returns int, not u_long,
...
and "extern" in function prototypes is a style bug. The type mismatch
broke chflags(1) on i386's with 64-bit longs and may have broken it on
alphas.
2000-04-04 14:12:35 +00:00
John Polstra
ec9247d53e
Document that the flags can be specified as an octal number.
2000-04-03 22:10:58 +00:00
Steve Price
b7ea7f1260
The FreeBSD/Sparc64 port will also have an __ELF_WORD_SIZE of 64.
2000-04-02 20:22:04 +00:00
Brian S. Dean
599c73a35f
Fix a bug in rsh that caused the remote process to hang waiting on
...
input even if the '-n' flag to rsh is used. The write side of the
socket should be closed to allow the remote process to see EOF.
Submitted by: Brad Chisholm <sasblc@unx.sas.com>
2000-04-01 00:14:50 +00:00
Jacques Vidrine
07aa6ef0c9
Instead of checking for a non-zero return value from kvm_read, check
...
whether we read as many bytes as we expected.
2000-03-31 15:02:10 +00:00
Sheldon Hearn
209e048477
While I'm in here, remove an unused variable.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
2000-03-30 09:23:28 +00:00
Sheldon Hearn
9b75e14d30
Fix buffer overflow copying the ``kernel'' command-line argument into
...
buffers. The buffers have been resized from the irrelevant BUFSIZ
to the more relevant MAXPATHLEN + 1.
Reported by: Mike Heffner <spock@techfour.net>
2000-03-29 17:22:10 +00:00
Sheldon Hearn
35add0e9a7
Cross-reference ldd(1) in rtld(1) and vice versa.
2000-03-28 09:01:04 +00:00
Philippe Charnier
11458b9601
Get rid of hard sentence break
...
Asked by: Sheldon
2000-03-27 20:38:21 +00:00
Philippe Charnier
d3b7ea3d8c
More rusers to .Nm convertion
...
Some of them found by: Sheldon
2000-03-27 20:36:55 +00:00
Philippe Charnier
ffa1b5c165
Quote with .Dq
...
Asked by: Sheldon
2000-03-27 20:33:32 +00:00
Bruce Evans
15d237484a
Fixed misspelling of DPADD as DPADDA.
...
Fixed some misformattings.
2000-03-27 16:37:32 +00:00
Bruce Evans
1f82591eba
Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most
...
cases and broke the world in some cases.
Fixed style bugs for DPADD and LDADD (don't use += for variables defined
only once).
2000-03-27 15:02:59 +00:00
Sheldon Hearn
a6eb0df247
Do not overwrite files when the -i option is specified!
...
PR: 17476
Reported by: Jonathan Chen <jon@spock.org>
2000-03-27 11:49:36 +00:00
Sheldon Hearn
a2554a04db
Fix a mistakenly broken sentence. The mistake was made easy by the
...
confusing use of a comma to separate two sentences. :-)
Reported by: bp
2000-03-27 10:50:54 +00:00
Sheldon Hearn
f4510294cb
Y2K fix. at(1) would die with 'garbled time' when assign_date() was
...
pased a year > 99. This change fixes the conversion of 2-digit years
into tm_year format.
This change is differs from the OpenBSD fix because of differences
in our assign_date().
PR: 15872
Reported by: "Crist J. Clark" <cjclark@home.com>
Submitted by: "Sergey N. Voronkov" <serg@dor.zaural.ru>
Obtained from: OpenBSD
2000-03-27 09:32:23 +00:00
Philippe Charnier
fae643c579
Add DIAGNOSTICS section name. Spelling
2000-03-26 15:10:37 +00:00
Philippe Charnier
dbb9d8f826
Add DIAGNOSTICS section name
2000-03-26 15:06:46 +00:00
Philippe Charnier
5e8eb81aac
Use .Xr
2000-03-26 15:05:40 +00:00
Philippe Charnier
110ab594ad
Add usage().
2000-03-26 15:04:35 +00:00
Philippe Charnier
f57cdd0f01
Do not dot terminate list of references
2000-03-26 14:56:52 +00:00
Philippe Charnier
846fef5834
remove unknown OPTIONS section name. Getopt returns -1.
2000-03-26 14:55:05 +00:00
Philippe Charnier
115a32af83
Add section number to .Xr references. Enumerate flags the standard way.
2000-03-26 14:54:01 +00:00
Philippe Charnier
7bb5b8a572
Put argument under .Ar.
2000-03-26 14:53:00 +00:00
Philippe Charnier
c66cf8837a
Add section number to .Xr. Put arguments under .Ar.
2000-03-26 14:52:02 +00:00
Philippe Charnier
e88b3b4f9a
Do not dot terminate err() string. Cross reference using .Xr
2000-03-26 14:50:56 +00:00
Philippe Charnier
742c75f3b7
Use .Pa
2000-03-26 14:49:49 +00:00
Philippe Charnier
b189011d7d
Remove incorrect use of .Nm. Wrap long lines, Unwrap short lines
...
Options: -> The following options are available:
2000-03-26 14:48:46 +00:00
Philippe Charnier
4ed31d6609
Put flags under .Fl. Add DIAGNOSTICS section name
2000-03-26 14:47:43 +00:00
Philippe Charnier
34398e2d9b
Sync SYNOPSIS and usage() string.
2000-03-26 14:46:41 +00:00
Philippe Charnier
e91b5c5294
Add missing dots
2000-03-26 14:45:38 +00:00
Philippe Charnier
a917a42da5
Move RCS tags after copyright
...
Add DIAGNOSTICS section name
2000-03-26 14:43:25 +00:00
Philippe Charnier
2e184158bf
Add DIAGNOSTICS section name
2000-03-26 14:42:14 +00:00
Philippe Charnier
f71970dd4d
.Nm changes
2000-03-26 14:41:07 +00:00
Philippe Charnier
83edb87b68
Add DIAGNOSTICS section name
...
Options: -> The following options are available:
2000-03-26 14:39:03 +00:00
Philippe Charnier
c097456602
Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.
2000-03-26 14:37:47 +00:00
Philippe Charnier
eb257e6ec5
Add -d and -t flags to usage. Add usage().
2000-03-26 14:30:51 +00:00
Philippe Charnier
66f8a9c045
Typo
2000-03-26 14:29:45 +00:00
Philippe Charnier
a2995dd0f1
Use errx(), remove unused #include. Correct SYNOPSIS
2000-03-26 14:28:31 +00:00
Philippe Charnier
3bd17b58bc
Add .Nm.
...
Options: -> The following options are available:
2000-03-26 14:27:19 +00:00
Philippe Charnier
f29410236f
Add DIAGNOSTICS section name and section name to .Xr.
2000-03-26 14:25:51 +00:00
Philippe Charnier
540939b489
DIAGNOSTICS section name missing and .Nm changes
2000-03-26 14:24:40 +00:00
Philippe Charnier
a292105ac8
Use errx(). .Nm fixes
2000-03-26 14:23:23 +00:00
Philippe Charnier
884bd44c59
Use warnx(), -Wall cleaning and remove unused #include
...
Better use of .Nm and .Ar
2000-03-26 14:21:57 +00:00
Sheldon Hearn
464699d858
Correct grammar.
...
Rename and (where appropriate) re-order sections.
Put something useful in the BUGS section.
Clear the Os macro and add a HISTORY section.
Reviewed by: bp
2000-03-24 07:37:02 +00:00
Michael Haro
b4448bd5d2
fix bug with du -hd
...
Submitted by: dcs
2000-03-24 06:25:32 +00:00
Mike Pritchard
b541ae06bd
Change the usage of the .Nm macro in the NAME section to be
...
consistent with the rest of the system.
2000-03-24 00:30:30 +00:00
Sheldon Hearn
31eed39f9e
Clear the Os macro and provide an HISTORY section instead.
2000-03-23 12:05:10 +00:00
Sheldon Hearn
51bef57540
Correct grammar.
...
Rename and (where appropriate) re-order sections:
NOTES -> IMPLEMENTATION NOTES
AUTHOR -> AUTHORS
Put something useful in the BUGS section.
Only the first gammar fix in the file comes was given in the
attributed PR.
PR: 17545
Submitted by: Yoshihiro Ota <hiro@mail.advok.com>
2000-03-23 11:59:30 +00:00
Brian Feldman
d249b1750a
Uncorrupt the SCCS id (s/ From: / /).
...
Put a tab before the comment for "rflags".
Submitted by: bde
2000-03-20 21:31:30 +00:00
Guido van Rooij
9ef6ceee15
Add '-L' option to usage().
2000-03-20 18:33:11 +00:00
Brian Feldman
0ef1d1f59c
Fix a couple hard sentence breaks I inadvertently introduced. Also,
...
update a bit of English into something easier to read.
Prompted by: sheldonh (thanks!)
2000-03-20 16:21:53 +00:00
Sheldon Hearn
7a3de7619d
Revert the part of rev 1.5 that spammed rev 1.4; rev 1.4 correctly
...
removed an erroneous cross-reference to ld.so(1), which doesn't
exist in FreeBSD.
PR: 17468
Submitted by: Randall Hopper <aa8vb@ipass.net>
2000-03-20 13:30:11 +00:00
Brian Feldman
175de1e677
Add a new flag: -E enables "extended" regular expressions.
2000-03-19 19:41:53 +00:00
Brian Feldman
ab853c5a6f
Add $FreeBSD$.
2000-03-19 19:39:41 +00:00
Kris Kennaway
0a76f6e834
Add and document a NO_X knob to force disabling of X support in doscmd
...
Requested by: sysop@silver.komanda.com.ua
2000-03-19 09:49:03 +00:00
Sean Eric Fagan
6cb533fe1c
Change the output of truss to more closely resemble SysV's. (Yes, it
...
really is much nicer looking.)
Submitted by: "Matthew N. Dodd" <winter@jurai.net>
2000-03-18 08:49:41 +00:00
Brian Feldman
06e88916ef
Support more filesystems in fstat(1): now you can use fstat(1) to
...
find out if files on msdosfs and cd9660 filestores are open.
There was also a movement of some common things to a header, a
small cleanup.
PR: bin/16364 bin/7043
Submitted by: Peter Edwards <peter.edwards@openet-telecom.com>
2000-03-16 02:02:34 +00:00
Brian S. Dean
dcb3b3ca6b
Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip.
2000-03-15 15:01:04 +00:00
Archie Cobbs
6a469f6dc1
Identify timezone data files by their ``TZif'' magic number.
...
Add $FreeBSD$ tag.
2000-03-14 21:28:22 +00:00
Yoshinobu Inoue
b1d49ce7b6
Don't suppress Flags and Refs info for IPv4 entries.
...
(They need to be suppressed by default for IPv6 entries to keep the column
size of each entries in 80.)
2000-03-14 17:18:43 +00:00
Yoshinobu Inoue
5f2cd67530
Add a flag to the usage display.
...
There was a missing description for a new flags to netstat.
I already added the fix to netstat man, but usage() change is
also necessary.
Specified by: Ben Smithurst <ben@scientia.demon.co.uk>
Approved by: jkh
2000-03-11 20:14:08 +00:00
Yoshinobu Inoue
1c6d96a173
Add "-l" option description.
...
Noticed the necessity by Ben Smithurst <ben@scientia.demon.co.uk> message
on freebsd-current.
2000-03-11 14:33:13 +00:00
Yoshinobu Inoue
f3935df101
Prevent sockstat print out some empty entries related to IPv6.
...
Sockstat use netstat tcp/udp socket print, and fstat tcp/udp
socket print, but it just specify all of IPPROTO_IP and
IPPROTO_IPV6 sockets for fstat.
Now IPv6 socket also use raw socket, but only netstat don't print it,
so now they are printed as empty entries in sockstat output.
Approved by: jkh
2000-03-11 11:25:00 +00:00
Sheldon Hearn
4b25ed423f
Fix whitepace in the arguments of two Xr macros.
2000-03-10 14:46:30 +00:00
Sheldon Hearn
27d805042a
Mark up the optional -c option with the Op macro.
...
PR: 17271
Submitted by: David Malone <dwmalone@maths.tcd.ie>
2000-03-09 09:27:40 +00:00
Kris Kennaway
bb49f794f5
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
...
Approved by: jkh
2000-03-09 06:29:05 +00:00
Martin Cracauer
301cba219f
Print a warning and exit with != 0 when at least one downloaded file
...
is shorter than previously announced by the server.
Tested by asami.
Approved by: jkh
2000-03-08 13:02:11 +00:00
Nik Clayton
befd85d633
ftp(1)'s default pager is "more", not "less", as documented.
...
PR: docs/17099
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-07 14:03:16 +00:00
Brian Feldman
2cb6b4ef51
Make a run-on sentence into two proper sentences, and clarify the meaning
...
a bit.
2000-03-06 23:06:11 +00:00
Sheldon Hearn
2ed2dc52a6
Remove more single-space hard sentence breaks.
2000-03-06 09:45:37 +00:00
Yoshinobu Inoue
7d0d8dc306
CMSG_XXX macros alignment fixes to follow RFC2292.
...
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
2000-03-03 11:13:12 +00:00
David E. O'Brien
ea6f1fa37f
Tell people how to look up NIC handle information these days (for the two
...
cases I know about -- Netsol and ARIN).
2000-03-02 22:51:17 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Sheldon Hearn
87faa07bec
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
Nik Clayton
3615c24e18
Fix errors in .Xr usage.
...
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:48:35 +00:00
Nik Clayton
436aece8db
s/curses/ncurses/
...
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:46:05 +00:00
Nik Clayton
19ca66af31
Remove reference to nwfsrc(8), replace with reference to
...
/usr/share/examples/nwclient/dot.nwfsrc.
PR: docs/17059
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:43:11 +00:00
Gregory Sutter
9906a8ab7d
underline "pattern" in the synopsis.
...
PR: 17042
Submitted by: Edwin Groothuis <mavetju@chello.nl>
2000-02-28 21:23:27 +00:00
Yoshinobu Inoue
3fdf7be445
Previous fix was incomplete and has problem in reverse lookup failed dest,
...
so fix it.
Approved by: jkh
Submitted by: Ian West <ian@niw.com.au>
2000-02-28 18:37:07 +00:00
Andrey A. Chernov
5403e5e3f3
Fix diagnostic printing test condition (was always true)
...
Approved by: jkh
2000-02-28 01:48:50 +00:00
Ruslan Ermilov
6861fa8643
Remove option's description that has gone with PAM.
2000-02-27 07:14:33 +00:00
Yoshinobu Inoue
482ca4274b
Update sockstat to support INET6 socket printing.
...
Approved by: jkh
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: des
2000-02-26 02:56:16 +00:00
Mark Murray
0ed9356caf
Use libcrypto in place of libdes.
2000-02-24 21:06:22 +00:00
Yoshinobu Inoue
88a845c11d
Correctly print out "Connected to" hostname.
...
Temporal buffer was used for the hostname and freed before actually used.
Specified by: ru
Approved by: jkh
2000-02-24 19:01:38 +00:00
Brian S. Dean
b75ebc058c
Fix a 'tip' core dump caused by a null pointer dereference when
...
sending a file to the remote system.
PR: bin/15660
Reviewed by: jkh
Approved by: jkh
2000-02-22 02:01:17 +00:00
Andrey A. Chernov
b2ca2dccc4
Fix several problems with EPSV (verbosity, one-per-session, missing place)
...
Approved by: jkh
2000-02-21 18:18:41 +00:00