Commit Graph

728 Commits

Author SHA1 Message Date
ache
062b056aad Remove wrong LC_TIME env. usage 1995-10-24 05:56:45 +00:00
ache
42f20b385f Add setlocale LC_TIME 1995-10-24 05:37:15 +00:00
ache
919c7de63d Add setlocale LC_CTYPE 1995-10-24 05:18:36 +00:00
ache
0d813e4855 Add setlocale LC_TIME 1995-10-24 05:09:54 +00:00
ache
e66c907403 Add setlocale LC_TIME|LC_CTYPE 1995-10-24 04:18:45 +00:00
ache
76956502f4 Add setlocale LT_TIME 1995-10-24 04:09:49 +00:00
ache
2aaf7aea76 Add setlocale LC_TIME 1995-10-24 04:06:02 +00:00
ache
db19b20652 Add setlocale LC_TIME|LC_CTYPE 1995-10-24 03:06:09 +00:00
peter
1afb4b58b4 Attach dnsquery to Makefile 1995-10-23 16:44:22 +00:00
peter
911d672a8b Make it compile..
This is part of bind-4.9.3, but was missed in previous imports. It replaces
the old nstest and nsquery programs.
1995-10-23 16:38:17 +00:00
peter
94051372da Merge beta26 changes 1995-10-23 16:07:56 +00:00
dg
03b611bc9b Add -c to usage output. 1995-10-23 15:19:10 +00:00
peter
b763c581fb Merge beta26 changes 1995-10-23 14:07:51 +00:00
peter
78ae0f6aa1 This commit was generated by cvs2svn to compensate for changes in r11719,
which included commits to RCS files with non-trunk default branches.
1995-10-23 13:36:47 +00:00
peter
8a768e76cb Import tools from bind-4.9.3-beta26 (update beta24) 1995-10-23 13:36:47 +00:00
jkh
9c1fd4cac0 Don't assume that $HOME is always set. 1995-10-22 14:10:08 +00:00
ache
2785ffe80f Link LC_COLLATE inside dirs instead of dirs linking 1995-10-22 00:58:41 +00:00
ache
10558ac75b Link LC_CTYPE inside dirs instead of dirs linking 1995-10-22 00:53:56 +00:00
joerg
0b635b41bb Finally catch up with the Frenchmen, and create the German message
catalog.
:-)
1995-10-21 23:47:43 +00:00
phk
7d78a69bd3 Remove declamations which <ctype.h> already does for us. 1995-10-21 22:02:10 +00:00
phk
b6c37e749c Added #include <ctype.h> 1995-10-21 21:08:43 +00:00
bde
29aea7f91f Return early in printreg() when the pointer is NULL. For FreeBSD, the
strings describing the drive status and error bits are so deficient
that the pointer is always NULL.

Reported by:	Philippe Charnier <charnier@lirmm.fr>
1995-10-21 08:51:01 +00:00
phk
a5496bcd56 Recognize Acrobat files too. 1995-10-19 15:19:03 +00:00
dg
f68de22714 Fixed a bug that caused last(1) to be extremely slow in some cases, and
made other performance improving changes. This improves the performance
of last(1) by as much as 32 times in some cases, and in more typical cases
is about twice as fast.
Added a BUGS section to the manual page to describe the behavior of last(1)
when a login shell terminates abnormally (and thus doesn't write a logout
record to the wtmp file).
1995-10-17 18:26:43 +00:00
wollman
e1a907b93d Don't use printf() for simple strings because it is slow. Closes PR 783.
Submitted by:	Wolfram Schneider <wosch@freebsd.first.gmd.de>
1995-10-16 18:32:35 +00:00
ache
99793c5b60 Fix ALPHA range 1995-10-15 16:53:43 +00:00
ache
e02919d06e Various fixes mostly for letters range
Obtained from: partially from Kaleb S. Keithley <kaleb@x.org> patch
1995-10-15 16:49:16 +00:00
ache
2954c15d82 XDIGIT range fixed. This change is cosmetique and not affect anyone,
because ASCII locale used for isdigit and isxdigit in any case.
1995-10-15 15:50:19 +00:00
phk
6929fff09c Add a '-c' option for cleaning namelists of various things. 1995-10-15 14:31:10 +00:00
wollman
e19128e799 In TCP statistics, display new statistic about how many resends were
initiated as a result of the Path MTU discovery process.
1995-10-13 20:01:48 +00:00
wollman
baa71a3b6d Make it possible to enable WHEELSU from /etc/make.conf. 1995-10-12 17:25:58 +00:00
phk
13effa898e Another program depending on zero'ed malloc.
Submitted by:	Kai Vorma <vode@snakemail.hut.fi>
1995-10-10 10:03:48 +00:00
peter
febdb5bbd0 Reverse out some of the previous commit I did, which shortened the
finger output from 80 to 79 characters to stop the syscons
every-second-line-is-blank problem.

Also, redo the TTY column mod so that it steals one of the (usually) two
blank spaces from the before the tty column rather than from the office
phone number.

This means the office phone field width in the short finger is back to 15
characters instead of 13.
1995-10-10 02:31:09 +00:00
phk
1671836ad9 We wouldn't want to kill init if our parent died...
Spotted by:	davidg
1995-10-09 09:51:17 +00:00
dg
6745f07fe0 KNFize last change. 1995-10-09 08:17:08 +00:00
dg
9685d153b9 KNFize. 1995-10-09 08:13:09 +00:00
bde
596ed4bdaf Add options -C (same as -c except for preserving the modification
time of the target if the target file is the same as the source),
-d (debug), and -p (same as -C except for preserving the modification
time of the source if the target doesn't exists or is different from
the source.

Use library err() functions instead of our own and pass them better
exit codes.

Submitted by:	wollman (and changed a lot by me)
1995-10-09 07:21:00 +00:00
bde
5d0ce9a44f Don't claim that `ranlib -t' is useful.
Our ld is derived from gnu ld which doesn't check the timestamp on
__.SYMDEF.  gnu ld is designed to work with gnu ar which doesn't
even have a ranlib option (gnu ar updates __.SYMDEF automatically
if __.SYMDEF already exists, so gnu ld expects __.SYMDEF to be up
to date if it exists).
1995-10-09 05:19:27 +00:00
ache
5b6fd9adec Fix one column wrong offset in previous change days->day 1995-10-08 23:16:45 +00:00
ache
4e7e9a6848 Change error diagnostic to be less confusing:
no calendar file -> no calendar file in current directory
1995-10-08 14:18:15 +00:00
ache
ac22abbfc7 Remove hack inserted by me long time ago (cd $HOME for user-called case),
no other system do it and it can cause problem with multi-calendars
for single user.
1995-10-08 14:15:20 +00:00
jfieber
1c0049f3a2 This is now perl5 friendly.
Make server side include hooks for headers and footers controlled
by a command line switch and document the feature.
1995-10-07 22:28:34 +00:00
phk
88226d65cd Another place where malloc is expected to return zero'ed storage.
(Found with phkmalloc/2 (TNG!) send me email if you want a copy.)
1995-10-07 17:53:30 +00:00
phk
6d9af90376 Symorder relies on malloc to return zero'ed data. Found with phkmalloc/2. 1995-10-07 08:13:24 +00:00
phk
97752ac241 Die if we get errors from the tty. 1995-10-06 15:32:36 +00:00
peter
84c62814c3 Support for using overlapping kzip kernels that are overwritten during
uncompression by the "proper" kernel.  These changes also add a -v option
so you can see how much room you are using, and check to make sure you're
not going past the 4MB boundary.

This depends on the corresponding changes to sys/i386/boot/kzipboot.

Submitted by:	Gary Jones(?) <gj@freefall>, and my code merged in.
1995-10-06 02:42:15 +00:00
mpp
936867619b Fix a bug in a recent commit that broke more so that it
would no longer properly detect when "vi" was being called,
and thus would not call vi with the "+line#" argument.
1995-10-05 22:26:43 +00:00
gibbs
3fefb4a245 Kerberos can now deal with multi-homed clients.
Kerberos obtains a network address for the local host from the routing
tables and uses it consistently for all Kerberos transactions.  This ensures
that packets only leave the *authenticated* interface.  Clients who open
and use their own sockets for encrypted or authenticated correspondance
to kerberos services should bind their sockets to the same address as that
used by kerberos.  krb_get_local_addr() and krb_bind_local_addr() allow
clients to obtain the local address or bind a socket to the local address
used by Kerberos respectively.

Reviewed by: Mark Murray <markm>, Garrett Wollman <wollman>
Obtained from: concept by Dieter Dworkin Muller <dworkin@village.org>
1995-10-05 21:30:21 +00:00
joerg
20544f7bb9 Describe the correct default situation for the various permission
options.

Submitted by:	sgk@troutmask.apl.washington.edu (Steven G. Kargl)
1995-10-05 06:18:48 +00:00
peter
4a6353f94b Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.
Closes PR#441, but with a more generic method.
1995-10-04 09:33:39 +00:00