cgd
bad15fd37f
lint
1997-11-05 21:17:14 +00:00
kleink
3780e6aa5d
Per 1003.2, the (builtin) read utility shall treat the backslash as an
...
escape character (including line continuation), unless the `-r' option
is specified:
* adopt to this behaviour, add the `-r' option to disable it;
* remove the `-e' option, which was previously necessary to get this behaviour.
1997-11-05 14:05:28 +00:00
kleink
64c0cead8c
s/UCT/UTC/
1997-11-03 18:42:49 +00:00
lukem
a288a2f633
getoldopt is expect to return -1 (not EOF), so "make it so"
1997-11-01 06:58:44 +00:00
lukem
015665018a
add dependancies to fix parallel compilation
1997-10-22 01:36:36 +00:00
lukem
580476ab8d
add dependancy line to fix parallel compilation
1997-10-22 01:22:58 +00:00
thorpej
890b485672
<rmt.h> does funky function remapping stuff. Include it after we've
...
pulled in the other headers.
1997-10-21 20:04:55 +00:00
christos
b021feb71d
PR/4284: Tatoku Ogaito: rcmd(3) get be called with getpwent(3) results as
...
arguments, leading to memory corruption.
1997-10-21 13:47:17 +00:00
lukem
8f78590363
remove $Log$ entries
1997-10-20 10:39:26 +00:00
enami
c3872193cf
Fix .Nm usage.
1997-10-20 08:50:59 +00:00
enami
8750a9d231
Partial .Nm usage fix. XXX
1997-10-20 08:48:09 +00:00
enami
b130b4f87b
- Fix .Nm usage (same of .Nm is replaced with .Sx, .Em, .Ic etc).
...
- Use .Sx to refer section.
1997-10-20 08:46:18 +00:00
scottr
94cf433266
Add support for DTR/CTS flow control, from Bill Studenmund.
1997-10-20 08:07:47 +00:00
mycroft
15de1c9fd2
Use S_IS*(), not S_IF*.
1997-10-19 17:54:18 +00:00
mycroft
6de13662f1
Remove bogus use of S_IFLNK.
1997-10-19 17:38:05 +00:00
mycroft
2d6dc609e6
Use futimes(2).
...
Send microseconds over the wire, rather than just 0.
1997-10-19 13:12:04 +00:00
mycroft
a82e8868a6
When copying time stamps, copy the microseconds, too. Also nuke silly
...
static structure.
1997-10-19 13:02:42 +00:00
mycroft
9db82206c3
If we fail to set ownership, turn off SUID and SGID bits (like cp(1)).
...
Use futimes(2), and actually fill in the microsecond field.
1997-10-19 12:55:07 +00:00
mycroft
688ecf2a69
Use futimes(2) if possible. Also correct an error message.
1997-10-19 12:50:47 +00:00
enami
fa580a821a
Preserve owner/group/mode/atime/mtime of symlink if -p flag is given.
1997-10-19 12:28:01 +00:00
mikel
3b834bbe6e
use lstat() instead of stat() when determining type of 'from' file;
...
from John F. Woods in PR bin/4288.
Also fixed a similar check of the 'to' file, so we don't try to
rmdir() symlinks to directories; and fixed typo in a comment.
1997-10-19 02:17:37 +00:00
christos
82ec25620f
pid should be pid_t and status should be int! Avoid alignment problems...
1997-10-15 13:23:10 +00:00
christos
946049095f
PR/4257: Jaromir Dolecek: Update for libedit interface change.
1997-10-14 15:06:42 +00:00
mycroft
e96e918e60
Use bsd.subdir.mk as appropriate.
1997-10-11 09:34:07 +00:00
enami
c0be646f99
Add -h to usage.
1997-10-11 03:11:04 +00:00
enami
24d6ac8931
- Use ``.Nm ""'' instead of ``.Nm rcp'' in SYNOPSIS.
...
- Use ``.Nm "" .'' instead of ``.Nm rcp .''.
1997-10-11 02:20:18 +00:00
enami
3068d97149
Use .Nm "" instead of .Nm ps in SYNOPSIS.
1997-10-11 02:16:56 +00:00
enami
d0fa1bac38
Use .Nm "" instead of .Nm cp in SYNOPSIS.
1997-10-11 02:14:42 +00:00
christos
e230a48b57
CFLAGS->CPPFLAGS
1997-10-10 19:47:50 +00:00
lukem
76e13a0128
all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]
1997-10-10 16:12:45 +00:00
mikel
628b9703d0
allow overrides of LDSTATIC, from Soren S. Jorvang in PR bin/4178
1997-10-10 07:32:54 +00:00
mycroft
c04eacd743
Fix format of description line.
1997-10-09 07:37:09 +00:00
enami
062c3f563a
Restore owner/group/mode/atime/mtime of symbolic links.
1997-10-08 22:51:27 +00:00
christos
7f2a271743
PR/3662: David Holland: Make /bin/sh use the symbolic macros for wait().
1997-10-08 20:31:52 +00:00
kleink
87e2501dd8
* Initialize native locale on startup.
...
* When using the form "mv src ... dir", strip off trailing slashes from
`src' arguments to provide 1003.2 semantics.
1997-10-08 11:26:04 +00:00
hubertf
fa8f97975b
Be silend if owner can't be set on cross-device-moved.
...
Fixes PR bin/1223 by John F. Woods <jfw@jfwhome.funhouse.com>.
1997-10-07 02:06:37 +00:00
enami
924ad60a71
Document -h flag, option to manupilate symbolic link.
1997-10-06 13:41:30 +00:00
enami
16747b0e7b
Change noop option -h to do the real work. Now mode of symbolic link
...
is changed if -h option is given.
1997-10-06 13:37:34 +00:00
enami
5194aa7294
Don't pass the pathname itself as format string of warn(). Instead,
...
use "%s".
1997-10-06 08:25:10 +00:00
veego
a1b6da927d
Remove a unused variable.
1997-10-05 13:07:24 +00:00
hannken
60d6809be4
Code cleanup. All commands are run from the table.
...
`compression' command added to man page.
Default tape in man page adjusted. Closes PR #4212 .
1997-10-04 12:32:31 +00:00
mikel
19e71bb846
update location of scsi_tape.h and fix set[hl]pos descriptions, from
...
Dave Huang in PR bin/4202. some more misc. cleanup of my own.
1997-10-03 06:03:06 +00:00
hubertf
2a95fa1e26
Fixed some typos pointed out by Dave Huang <khym@bga.com>
...
Closes PR bin/4201.
1997-10-02 00:41:25 +00:00
mjacob
92aec668da
Add support for enabling/disabling compression, as well as reporting and
...
seeking to logical and hardware block locations.
1997-09-29 19:35:31 +00:00
mjacob
9f482818bc
Add 'initialize element status' command; note (for future fixing in ch.c)
...
that a number of jukeboxes can't cope with DBD (disable block descriptors)-
we'll have to fix that some day.
1997-09-29 17:32:23 +00:00
lukem
de787845e5
cleanup .Nm usage
1997-09-15 13:23:01 +00:00
lukem
d0c91e4214
use memset instead of bzero
1997-09-15 13:15:16 +00:00
lukem
332c413b75
* cleanup manpage
...
* getopt returns -1 not EOF
* deprecate register
1997-09-14 14:54:32 +00:00
lukem
a234ba3ffe
getopt returns -1 not EOF
...
cleanup manpage
1997-09-14 08:57:37 +00:00
lukem
12bc5d8b7d
- getopt returns -1 not EOF
...
- use .Nm correctly in man page
1997-09-14 08:51:38 +00:00