ache
404cec1eb8
Replace hand-made tolower conversions with real tolower from ctype
1997-06-27 10:21:22 +00:00
ache
ca7a350053
Protect isspace by isascii to not count high spaces
1997-06-27 10:09:50 +00:00
ache
13eedc9f63
Activate collate to sort local files properly for completion
1997-06-27 09:38:07 +00:00
ache
fae8900137
Localize it (ctype)
...
8bit ctype clean fixes
(I can't input 8bit chars otherwise in this new ftp, it beeps)
1997-06-27 09:30:15 +00:00
charnier
58f4514cd9
Use err(3) instead of local redefinition.
1997-06-26 11:26:20 +00:00
charnier
d9b3513e3c
Add usage(). Put program name in bold in the man page.
1997-06-26 11:25:17 +00:00
charnier
948c4a67c3
Remove use of progname. Add usage().
1997-06-26 11:23:47 +00:00
charnier
6b6d733955
Correct usage string. Program name converted to bold in man page.
1997-06-26 11:22:12 +00:00
tegge
588fb5df8a
Treat no match as a failure. This is the normal behaviour on SunOS.
1997-06-25 21:02:12 +00:00
msmith
89334bc82c
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
charnier
a7f2d3da85
Update manpage to newer version. Use err(3).
1997-06-25 07:02:03 +00:00
charnier
8a89f6079c
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
tegge
b2e3846ead
Don't depend upon the kernel load address being 0xf0100000.
1997-06-24 15:56:41 +00:00
charnier
a300c51544
Document the use of `ls -lo' to see flags.
...
Obtained from: OpenBSD.
1997-06-24 06:57:11 +00:00
charnier
c32c798b05
Add prototypes to functions. Make -Wall happy.
1997-06-24 06:54:43 +00:00
charnier
c8e3da3b20
Remove use of program_name variable.
1997-06-24 06:52:33 +00:00
charnier
96376ee333
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
tegge
9c1e6b87a1
Long command names are not NUL terminated. Force truncation in format string.
1997-06-23 22:09:15 +00:00
charnier
3d2e5f4b7c
Typo fix: Alan Turning is aka Alan Turing.
1997-06-23 06:52:58 +00:00
charnier
2d49da06e0
Use err(3). Abort if strdup() returns NULL.
1997-06-23 06:52:13 +00:00
charnier
14698cd80a
Upgrade to a newer version. Old synopsys was incorrect.
...
Obtained from: OpenBSD
1997-06-23 06:49:42 +00:00
charnier
8b0eb34c58
Use err(3). Typo fix in usage string.
1997-06-23 06:47:12 +00:00
charnier
514c793c39
Typo fix in man page. Use err(3) instead of local copy.
1997-06-23 06:45:38 +00:00
charnier
ff79b92da8
Use err(3).
...
Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.
1997-06-23 06:44:18 +00:00
charnier
6052f2e1ee
Convert man page to mdoc format. Cosmetic in usage string.
1997-06-23 06:41:30 +00:00
steve
f8049f60d8
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
7a5541cde7
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
jdp
6ad9fbf529
Add some cross references and alphabetize them.
1997-06-21 23:05:44 +00:00
max
54ca0a3181
Typo fix.
...
PR: 3869
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-06-14 19:45:00 +00:00
ache
66946f9305
Remove srandomdev fallback code
1997-06-14 00:27:03 +00:00
tegge
49a4edd9b1
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
ache
dad173c0c8
Add yet one holiday
1997-06-11 16:32:11 +00:00
dg
a5d7fa9daa
Meg -> Mbytes
...
PR: 3829
Submitted by: Josh Gilliam <josh@quick.net>
1997-06-10 12:49:17 +00:00
max
2b582ce5f1
Fix the man page's title (.Dt).
...
(It has been ``SKEY.ACCESS''.)
1997-06-02 17:24:36 +00:00
julian
68081e32bc
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
ache
4f8081d1a7
Now understand password in ftp:// URLs
1997-05-31 14:45:41 +00:00
wpaul
f3560ca96b
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
wpaul
1c30dd40f2
Activate new Secure RPC programs.
1997-05-28 16:05:18 +00:00
wpaul
8bedcb5e1e
This commit was generated by cvs2svn to compensate for changes in r26244,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 16:01:17 +00:00
wpaul
fe00e3fc91
This commit was generated by cvs2svn to compensate for changes in r26242,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 15:58:29 +00:00
wpaul
9433a9ddfc
This commit was generated by cvs2svn to compensate for changes in r26240,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 15:54:04 +00:00
wpaul
a63f499713
This commit was generated by cvs2svn to compensate for changes in r26238,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 15:52:07 +00:00
max
75b31142c1
Typo fix.
...
PR: 3684
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-05-25 18:47:33 +00:00
phk
1a09a08af9
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
965d48d149
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
ache
948c5554d5
Move libmd after all libraries to keep natural libraries order
1997-05-23 21:18:00 +00:00
pst
775010bf1c
Restore backwards compatible default behavior for requirehome
1997-05-23 00:14:27 +00:00
charnier
95d8ba3655
Spelling correction (1 bytes' is now printed
1 byte')
...
PR: bin/3376
Submitted by: me
1997-05-22 06:17:44 +00:00
jdp
a57b7759a5
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
jdp
13206dfe73
Eliminate a variable that is set but never used.
1997-05-19 18:16:29 +00:00