davidn
72d3bcd80b
Use isdialuptty() rather than hard-coded heuristic.
1997-04-13 15:26:04 +00:00
jkh
fabf2fcbdd
Add support for GLOBAL style tags.
1997-04-13 06:47:02 +00:00
jmz
5d93c9d5fb
Upgrade to the 1997/02/19 version.
1997-04-13 01:13:52 +00:00
peter
f38583af31
Oops. Broke golden rule #1 : test everything before commit. :-]
1997-04-12 14:34:02 +00:00
peter
55e6cf358b
Respect NOTCL, don't link with libtcl for the scripting support if
...
we're not building it.
1997-04-12 14:28:13 +00:00
peter
72e320024d
Make tclsh conditional on the src/contrib/tcl directory existing, and
...
allow it to be disabled via NOTCL in /etc/make.conf (similar to other
stuff in src/Makefile, eg: NOGAMES)
1997-04-12 07:09:18 +00:00
obrien
60f2e3c5de
Add -3 option to usage() statement.
1997-04-11 19:54:09 +00:00
obrien
daec40af7d
Add `%{'' and
`%}'' to one of the examples so that you can actually
...
cut-n-paste the example and have it actually lex and compile.
1997-04-11 10:33:12 +00:00
bde
2635010c09
Fixed bogus existence check related to searching for a nearby obj directory.
...
Now the search is as incomplete as elsewhere instead of broken.
1997-04-10 15:15:43 +00:00
ache
e71376d204
Fix 8bit chars handling
1997-04-08 13:52:53 +00:00
alex
6bd5a8ae49
Support for -c, byte count.
1997-04-06 00:54:27 +00:00
peter
c5e29b83e0
move top.1 -> top.local.1, and generate top.1 so that the man page
...
is remotely useful
1997-04-05 22:05:46 +00:00
jmallett
13cee1ee05
This commit was generated by cvs2svn to compensate for changes in r24628,
...
which included commits to RCS files with non-trunk default branches.
1997-04-04 18:41:29 +00:00
jmallett
e4878f1a19
Import OpenBSD m4 as of today.
1997-04-04 18:41:29 +00:00
bde
5739e38854
Fixed missing ${COPY} in install rule.
1997-04-04 15:09:42 +00:00
mpp
ccdea7307d
Remove the etc-magic target since we no longer install the
...
/etc/magic symlink.
1997-04-04 02:42:53 +00:00
mpp
50fe179bc7
The magic file now lives in /usr/share/misc.
...
Closes PR# 3187.
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
1997-04-04 02:41:01 +00:00
jmg
7107e5422b
minor stylistic change (NULL to '\0')
...
Submitted-by: Philippe Charnier <charnier@xp11.frmug.org>
Closes PR#2999
1997-04-02 10:44:12 +00:00
jmg
bd50d43308
add comment about the brokeness of some termcap entires that require a
...
`%' to be just that...
make tput just warn about an unknown type modifier instead of breaking...
this allows you to `tput init' on a tek4107...
1997-04-02 10:27:27 +00:00
jmg
cbecc84afb
make it so that chat doesn't fail when it can't get terminal params..
...
this allows it to work on non-tty input... also don't warn when this
happens as it could get noisy...
Silence is Acceptance
1997-04-02 09:55:26 +00:00
mpp
3a40347ef1
Grammar fix.
1997-04-01 19:09:20 +00:00
davidn
e74b38e034
Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>
...
Fix incorrect bracket nesting. Closes PR#3144.
1997-04-01 11:54:06 +00:00
bde
1ed283cd49
Fixed DPADD.
1997-04-01 07:37:28 +00:00
brian
cb7f5ad555
Remove the syslog stuff, and allow various return values
...
in uu_lock(). Add uu_lockerr() for turning the results of
uu_lock into something printable. Remove bogus section in man page
about race conditions allowing both processes to get the lock.
Include libutil.h and use uu_lock() correctly where it should.
Suggested by: ache@freebsd.org
1997-03-31 22:51:00 +00:00
wosch
b110e6a8c0
Add a note in BUGS section that shar(1) cannot handle files
...
without a newline ('\n') as last character.
1997-03-31 17:58:27 +00:00
scrappy
6da0b02238
Small formatting change to interval() to align columns so that:
...
toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00
zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15
looks like:
toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00
zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15
1997-03-31 09:36:59 +00:00
ache
f673899804
Use srandomdev() now
...
Fix error with begin variable calculation
1997-03-30 23:13:59 +00:00
brian
10839f0219
Move uucplock into libutil and create a manual page.
1997-03-30 12:12:20 +00:00
jdp
680df75eef
Fix broken built-in ELF file handling, caused by missing prototypes
...
and use of off_t. Correct the types of Elf64_Addr and Elf64_Off.
1997-03-29 22:26:03 +00:00
wpaul
b2e5051d34
Fix for PR #3141 : check for NULL before strdup()ing pw->pw_class.
...
(I'm not sure why this happens, though I suspect it may be because
the server is configured with only passwd maps instead of both passwd
and master.passwd maps. This is allowed, but I think in this case
pw_class is left NULL, hence the problem.)
Also applied similar patch to chpass/pw_yp.c just for paranoia's sake.
1997-03-29 20:29:12 +00:00
mpp
3d2a63277b
The text describing exit values >1 was formatted incorrectly.
...
Obtained from: NetBSD-bugs PR# 3406
1997-03-29 20:01:59 +00:00
bde
4f000a95d2
Removed `#define KERNEL'. This was a hack-around for nfs.h being broken
...
in the Lite2 merge to not export some nfs constants. It started causing
warnings when I added a kernel-only #define for DIRBLKSIZ.
Removed `#define NFS'. This was an old, bad interface for telling
<sys/mount.h> to export nfs stuff.
1997-03-29 12:50:41 +00:00
imp
141381e1cb
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
davidn
57689e09a5
Fix for logic in no-password accounts.
1997-03-27 10:09:09 +00:00
peter
bce2ebb937
Fix "-fstype local" that was broken by another bugfix in the Lite2 merge.
...
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3076
1997-03-27 02:36:26 +00:00
ache
5bd102ef98
Add ASCII collate mainly for fallback for EUC-type locales
1997-03-25 16:50:07 +00:00
ache
3d3110370b
Add fake codesets 3 & 4
...
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:03:16 +00:00
wosch
6f2f806e06
Be tolerant to old uuencode programs which encode the ASCII NUL
...
character as character 32 (space) instead character 64 (`).
See also 'The UNIX-HATERS Handbook', page 82-83.
1997-03-25 14:31:31 +00:00
davidn
f257ef4b88
Don't bypass password prompt for root logins on insecure tty if
...
the root password is empty.
1997-03-25 05:15:04 +00:00
davidn
ce02f3ce02
strdup() value of term to correctly preserve contents.
...
Rearrange validation logic so that it works correctly when
compiled with kerberos support. Closes PR#3056.
1997-03-24 21:22:12 +00:00
ache
64374bd80f
Initialize RNG only once
...
Use srandomdev() now
1997-03-24 16:10:26 +00:00
ache
650d13ffa5
Remove libcurses, it is pure termcap application
1997-03-24 14:29:46 +00:00
imp
e5d10bdc2e
Buffer overflow from Keith Bostic.
...
Obtained from: BSDi by way of Keith Bostic
1997-03-24 05:51:59 +00:00
imp
2a37113faa
Use mkstemp rather than mktemp to prevent a small race.
...
OpenBSD has a similar code, but this was indepenent.
1997-03-24 05:50:27 +00:00
mpp
1e529d948f
Use the .Tn macro for a couple of generic FreeBSD references.
...
This has the desired side-effect of preventing a bad hyphenation
of the word FreeBSD in one place.
1997-03-24 01:15:16 +00:00
joerg
8e15480d49
Include `top'.
1997-03-23 18:59:47 +00:00
joerg
f3dd0ce6a0
This commit was generated by cvs2svn to compensate for changes in r24143,
...
which included commits to RCS files with non-trunk default branches.
1997-03-23 18:55:20 +00:00
joerg
fa71779225
This is the FreeBSD-specific files for top, plus the Makefile
...
that pulls all the files from contrib.
Obtained from: The ports collection (mostly).
1997-03-23 18:55:20 +00:00
mpp
ee6bebb346
Remove the text that says nroff and pr automatically disable
...
writing to the tty while they are running because they don't.
1997-03-22 17:19:32 +00:00
bde
d8c04b9e65
Don't generate invalid C++ code (for implicit conversion from `void *' in
...
assignment).
1997-03-22 01:48:17 +00:00