Philippe Charnier
c39208571b
Use err(3) instead of local redefinition.
1997-06-26 11:26:20 +00:00
Philippe Charnier
74732c5e08
Add usage(). Put program name in bold in the man page.
1997-06-26 11:25:17 +00:00
Philippe Charnier
d12666263b
Remove use of progname. Add usage().
1997-06-26 11:23:47 +00:00
Philippe Charnier
f771f05273
Correct usage string. Program name converted to bold in man page.
1997-06-26 11:22:12 +00:00
Tor Egge
8b2178f15c
Treat no match as a failure. This is the normal behaviour on SunOS.
1997-06-25 21:02:12 +00:00
Mike Smith
5fc864b26d
Import substantial improvements to ftp(1) from NetBSD, largely the
...
work of Luke Mewburn.
This includes, but is not limited to :
- commandline editing and history.
- local and remote filename completion.
- a new progress display.
- the ability to access files using either the ftp or http protocols,
and use http proxies for ftp transfers.
The FreeeBSD "restricted ports" functionality was preserved.
Obtained from: NetBSD
1997-06-25 08:56:46 +00:00
Philippe Charnier
f8a42d82e9
Update manpage to newer version. Use err(3).
1997-06-25 07:02:03 +00:00
Philippe Charnier
9fc081a49e
Free a malloc'ed variable before exiting. Compute line number when parsing
...
input file, it helps finding errors.
Obtained from: OpenBSD.
1997-06-25 06:59:55 +00:00
Tor Egge
ba7fe0d6df
Don't depend upon the kernel load address being 0xf0100000.
1997-06-24 15:56:41 +00:00
Philippe Charnier
601fc2b92f
Document the use of `ls -lo' to see flags.
...
Obtained from: OpenBSD.
1997-06-24 06:57:11 +00:00
Philippe Charnier
cc42f59889
Add prototypes to functions. Make -Wall happy.
1997-06-24 06:54:43 +00:00
Philippe Charnier
afaeb55344
Remove use of program_name variable.
1997-06-24 06:52:33 +00:00
Philippe Charnier
e5e5da15e2
Revert part of previous commit. I didn't see rcsid string in the middle of
...
the file. Put includes in alphabetical order.
1997-06-24 06:26:32 +00:00
Tor Egge
5b65033c95
Long command names are not NUL terminated. Force truncation in format string.
1997-06-23 22:09:15 +00:00
Philippe Charnier
13a8c332b3
Typo fix: Alan Turning is aka Alan Turing.
1997-06-23 06:52:58 +00:00
Philippe Charnier
4d2854f4b5
Use err(3). Abort if strdup() returns NULL.
1997-06-23 06:52:13 +00:00
Philippe Charnier
84497b4ad4
Upgrade to a newer version. Old synopsys was incorrect.
...
Obtained from: OpenBSD
1997-06-23 06:49:42 +00:00
Philippe Charnier
4f971ac410
Use err(3). Typo fix in usage string.
1997-06-23 06:47:12 +00:00
Philippe Charnier
0676cb8945
Typo fix in man page. Use err(3) instead of local copy.
1997-06-23 06:45:38 +00:00
Philippe Charnier
12d20ef97d
Use err(3).
...
Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.
1997-06-23 06:44:18 +00:00
Philippe Charnier
911091e7fc
Convert man page to mdoc format. Cosmetic in usage string.
1997-06-23 06:41:30 +00:00
Steve Price
d0dff61cfb
Fix a minor nit in the .Dd macro invocation so that
...
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
Steve Price
681e5e7a09
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
John Polstra
21a8b34fe6
Add some cross references and alphabetize them.
1997-06-21 23:05:44 +00:00
Masafumi Max NAKANE
465781bb5f
Typo fix.
...
PR: 3869
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-06-14 19:45:00 +00:00
Andrey A. Chernov
687ee69a2a
Remove srandomdev fallback code
1997-06-14 00:27:03 +00:00
Tor Egge
18d5819376
Work around a gcc bug (causing false warnings about integral constant being too large, even when the integral constant was e.g. 1).
1997-06-12 18:10:08 +00:00
Andrey A. Chernov
f5c35e8344
Add yet one holiday
1997-06-11 16:32:11 +00:00
David Greenman
e30478ed6c
Meg -> Mbytes
...
PR: 3829
Submitted by: Josh Gilliam <josh@quick.net>
1997-06-10 12:49:17 +00:00
Masafumi Max NAKANE
d778c2c01b
Fix the man page's title (.Dt).
...
(It has been ``SKEY.ACCESS''.)
1997-06-02 17:24:36 +00:00
Julian Elischer
50dab48a5b
Submitted by: Whistle Communications (archie Cobbs)
...
These changes add the ability to specify that a UFS file/directory
cannot be unlinked. This is basically a scaled back version
of the IMMUTABLE flag. The reason is to allow an administrator
to create a directory hierarchy that a group of users
can arbitrarily add/delete files from, but that the hierarchy
itself is safe from removal by them.
If the NOUNLINK definition is set to 0
then this results in no change to what happens normally.
(and results in identical binary (in the kernel)).
It can be proven that if this bit is never set by the admin,
no new behaviour is introduced..
Several "good idea" comments from reviewers plus one grumble
about creeping featurism.
This code is in production in 2.2 based systems
1997-06-02 06:24:52 +00:00
Andrey A. Chernov
5e04857ec1
Now understand password in ftp:// URLs
1997-05-31 14:45:41 +00:00
Bill Paul
e4efe27e0b
Grr... curse my fumble-fingered hide: logmane -> logname
...
Inscribed onto my chest with razor blades and then doused with
lemon juice by: Jason Young <doogie@forbidden-donut.anet-stl.com>
1997-05-29 15:03:32 +00:00
Bill Paul
0e04d559eb
Activate new Secure RPC programs.
1997-05-28 16:05:18 +00:00
Bill Paul
0b29a94530
Import the last Secure RPC utility: keylogout.
...
This program is used to remove your secret key from the local
keyserv daemon.
1997-05-28 16:01:17 +00:00
Bill Paul
568e1ef3f7
Import keylogin.
...
This is the program used to loadsecret keys into the keyserv on the
local host.
Note: on some platforms, keylogin is automatically invoked by
/usr/bin/login. We don't have any burning need for this yet.
1997-05-28 15:58:29 +00:00
Bill Paul
d9126ba1ad
Import chkey.
...
This program is used to change a user's existing public and secret key pair.
1997-05-28 15:54:04 +00:00
Bill Paul
db8b6bbf74
Import newkey.
...
This is the program used to generate new Secure RPC public and secret
key pairs.
1997-05-28 15:52:07 +00:00
Masafumi Max NAKANE
3c7f6e4b07
Typo fix.
...
PR: 3684
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-05-25 18:47:33 +00:00
Poul-Henning Kamp
ef1f3a4fd4
Remove some quite bogus code that tried to find subnet names but instead
...
spammed named with bogus queries.
1997-05-25 08:36:20 +00:00
Peter Wemm
503397df4f
Bootstrap aid from older releases.. 'make world' can't build xinstall
...
until the includes are installed, and it doesn't install the includes until
xinstall is built (the previous xinstall binary may not have -C). As a
bandaid, define MAP_FAILED ourselves if <sys/mman.h> didn't. Perhaps it
would be safer to simply disable mmap if all the prerequisites are not
there.
1997-05-24 05:39:19 +00:00
Andrey A. Chernov
a1eed73d33
Move libmd after all libraries to keep natural libraries order
1997-05-23 21:18:00 +00:00
Paul Traina
4b2fab7504
Restore backwards compatible default behavior for requirehome
1997-05-23 00:14:27 +00:00
Philippe Charnier
6213555ca5
Spelling correction (1 bytes' is now printed
1 byte')
...
PR: bin/3376
Submitted by: me
1997-05-22 06:17:44 +00:00
John Polstra
5851a3655a
Fill out the ELF header files to make them more or less complete.
...
Fix a macro name that was misspelled both in brandelf.c and
imgact_elf.h.
1997-05-21 23:07:31 +00:00
John Polstra
5cc6677fdc
Eliminate a variable that is set but never used.
1997-05-19 18:16:29 +00:00
John Polstra
3d9a9402b4
Mention that "-P" is the default.
1997-05-19 18:16:00 +00:00
Eivind Eklund
6ad98044a1
it's'' ->
its'' where appropriate and typo fixes in time2posix.3.
...
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
Andrey A. Chernov
01f6848c9c
Add locale-independent control checks for security reason
1997-05-14 09:37:54 +00:00
Steve Price
6e5f0e40e6
Add back the description of the -o option.
...
Threatened PR by: Tim Vanderhoek :)
1997-05-14 02:33:08 +00:00