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
Andrey A. Chernov
9566348d5c
Localize it
1997-05-13 11:30:01 +00:00
John Fieber
fc4546d69f
Make the META tag specifying the document character set the first
...
thing in the HEAD element.
1997-05-12 14:16:48 +00:00
Masafumi Max NAKANE
ff3c8f214f
Typo fix.
...
PR: 3570
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
1997-05-11 23:43:11 +00:00
Jordan K. Hubbard
ae02ebaab4
Include types.h before libutil.h
1997-05-11 05:26:11 +00:00
John Fieber
9af852c4f9
Use HTML 3.2 Final for the HTML doctype declaration.
1997-05-10 20:41:11 +00:00
David Nugent
c0809022e4
login_getclass() -> login_getpwclass()
1997-05-10 19:02:38 +00:00
David Nugent
5d0bfe39ec
login_getclass() -> login_getpwclass().
1997-05-10 19:02:03 +00:00
David Nugent
f56bc51b0f
login_getclass() -> login_getpwclass().
...
Updated (incorrect) entry for bash [-v].
Remove unused support for long rlim_t.
Added "bash2" to bash style ulimit handling.
1997-05-10 19:00:58 +00:00
David Nugent
a317d49b93
login_getclass() -> login_getpwclass().
...
auth_rmfiles() was being called in error without LOGIN_CAP_AUTH defined.
1997-05-10 18:57:16 +00:00
John Hay
64a0cc86b5
Add the new ipx statistics variables.
...
Remove the dns lookup code in the ipx functions. That is bogus and slows
things like netstat -r(f ipx) down, without gaining anything.
Remove the ipx error protocol statistics.
1997-05-10 10:03:43 +00:00
John Fieber
bd7ecfc044
1) Remove latex support.
...
2) Remove -ssi option, the -hdr and -ftr options are a more
flexible solution.
3) Make docbook support work better.
4) Document docbook support.
5) Add an -e option to specify encoding for generated HTML files,
eg -e EUC-JP adds an appropriate <META> tag in the <HEAD> element.
1997-05-10 01:25:50 +00:00
Alexander Langer
73e07a5059
Specify the full path of units.lib in the FILES section.
1997-05-06 03:31:14 +00:00