Wolfram Schneider
46a3f6286a
Add generic colldef for ISO-8859-2.
...
Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
Use '.for' loop from make(1), not sh(1) 'for' loops.
1997-03-01 00:28:08 +00:00
Adam David
edc2323809
minor nit
1997-02-28 22:44:31 +00:00
Wolfram Schneider
ddcf27e1c8
Add lt_LN.ISO_8859-2.src.
...
Use '.for' loop from make(1), not sh(1) 'for' loops.
Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
1997-02-28 19:51:39 +00:00
Andrey A. Chernov
7adec20804
Back out "shell" / pw_shell change, I was confused by the same
...
variable name (with different functionality)
1997-02-27 05:09:58 +00:00
Andrey A. Chernov
60797e8797
Fix few bogons with pw_shell / shell variables values mismatch
...
introduced by LOGIN_CAP
1997-02-27 03:52:22 +00:00
Mike Pritchard
bac06c08b7
If an administrator somehow manages to break the hardlinks
...
on chpass & passwd and turn the links into individual files
with the schg flag set, make install will fail to install all
of the proper links.
Fixed by removing the schg flag on all of the links before installing.
Closes PR# 2040.
Submitted by: Ph. Charnier <charnier@xp11.frmug.org>
1997-02-26 05:31:52 +00:00
Mike Pritchard
91f3c635fd
Added calendar entries from OpenBSD and NetBSD that we were missing.
1997-02-25 01:20:28 +00:00
Mike Pritchard
3a548f2524
Add the date of Carl Sagan's death, since we list his birthday.
...
Obtained from: NetBSD PR# 3235
1997-02-25 00:45:24 +00:00
Andrey A. Chernov
1f9647442f
Holiday renamed
...
Should go into 2.2
1997-02-24 22:52:52 +00:00
Garrett Wollman
646bbae242
Use new sysctl(3) interface to mbuf statistics. While we're at it,
...
count free mbufs correctly.
1997-02-24 20:59:03 +00:00
Garrett Wollman
13ae2e2d75
Use the new sysctl(3) interface to mbuf statistics rather than
...
groveling about in kmem.
1997-02-24 20:40:40 +00:00
Guido van Rooij
e8694bc269
When group wheel is empty, allow everyone to su to root. This has normally
...
no conseqeunces as we ship with a non-empty wheel.
Closes PR/1882
Submitted by: Arne Henrik Juul <arnej@frida.imf.unit.no>
1997-02-24 20:32:24 +00:00
Wolfram Schneider
bc5d5816e7
These man page will appear in 2.2, not 3.0.
1997-02-22 23:43:32 +00:00
Andrey A. Chernov
b02761ff46
Add Korean CTYPE locale
...
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-02-22 22:50:57 +00:00
Peter Wemm
c115df18cd
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
Peter Wemm
53faa0dade
Revert $FreeBSD$ to $Id$
1997-02-22 19:29:21 +00:00
Peter Wemm
fce15c9ab3
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
Mike Pritchard
c8da9b756d
Use the .Bx macro in the HISTORY section.
1997-02-19 07:14:30 +00:00
David E. O'Brien
995369a6e8
Add history section. Follows chflags(2).
1997-02-19 00:32:35 +00:00
Wolfram Schneider
3e4c0ae52d
Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2
1997-02-18 20:19:04 +00:00
Mark Murray
1899f6a2ff
Fix default whois server.
1997-02-18 19:02:06 +00:00
Wolfram Schneider
325bd2382c
Better check for detecting header line. A header line must match
...
"begin [0-7]* *". Now `begin with, ' is not a header line.
Do a boundary check for body characters. Characters less than 33 or
greater than 96 are out of range. If characters are out of range
uudecode print a error message and die.
1997-02-18 17:49:43 +00:00
Wolfram Schneider
d4e6625140
Fix ranges - off by one.
1997-02-18 17:08:27 +00:00
David Nugent
a88368cfdf
Fix for hard-coded length of login name.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Closes #PR bin/2755
1997-02-18 05:47:07 +00:00
John-Mark Gurney
aae4530402
This page will first appear in 2.2, not 3.0.
...
2.2 Candidate
1997-02-17 15:54:47 +00:00
John-Mark Gurney
429100430f
Fix fetch so that all status information is sent to stderr, prevents
...
corruption of file being recieved to stdout.
Submitted-by: Kent Vander Velden <graphix@iastate.edu>
Closes PR#2739
1997-02-17 04:11:47 +00:00
Mike Pritchard
bb5359e97e
Don't call sendmail with "-f root" when run with "-a". This
...
eliminates the "X-authentication-warning" header line that
has been coming out since I made it so that sendmail is
run totally as the user whose calendar file is currently
being processed.
1997-02-16 18:24:44 +00:00
Steve Price
8f2a742859
Implement the -o commandline switch. This does almost exactly
...
what bison does with -o, except it DTRT with respect to naming
the .code file when the -r switch is also used.
Submitted by: bde
1997-02-16 01:50:25 +00:00
David E. O'Brien
bdbbe98ba5
The screen layout of the lefthand side for the vmstat display was way off.
...
(based on my running it on 2.2-GAMMA)
1997-02-15 21:01:38 +00:00
John-Mark Gurney
88e8266d80
Modified the display() function to recognize when the output it going to a
...
file. When it is don't do the percentage update, but still display the file
size and rate.
Closes PR#2725
Reviewed by: wollman
1997-02-14 19:08:18 +00:00
Wolfram Schneider
ce56c5f8e6
Bye Bye.
1997-02-14 01:22:54 +00:00
Bruce Evans
30c218bf14
Print error messages to stderr, not to stdout.
...
Fixed usage message to match reality (-a was missing) and man page
(arg names were spelled differently).
1997-02-13 12:05:12 +00:00
Garrett Wollman
2fde9bd6de
When the mbuf code was changed to use a private allocator instead of
...
the kernel malloc, netstat was never updated to reflect the fact that
there are once again allocated-but-free mbufs, just as there are
clusters, and so the information presented about how much memory was
allocated to the network was bogus. Fixed.
1997-02-12 19:33:22 +00:00
Mike Pritchard
59f9c87b34
Typo fix.
...
Obtained from: NetBSD-bugs PR# 3214
1997-02-12 13:50:02 +00:00
Garrett Wollman
857292949c
Fix remote request for HTTP proxies. Should close PR#2670.
1997-02-11 20:46:06 +00:00
Daniel O'Callaghan
70498d5a53
Reduce the command field width by one when idle time is > 9 days, to
...
eliminate unsightly blank line.
Possibly a 2.2 candidate.
1997-02-11 10:49:25 +00:00
Mike Pritchard
3cdb4c34f5
Fix a couple of typos.
...
Submitted by: bde
1997-02-11 03:45:14 +00:00
Garrett Wollman
cb0cd746b5
Fix PR#2700: report correct transmission speed, and restart transfers
...
from the restart point, not the end of the file (blush!).
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-10 18:49:42 +00:00
David Nugent
720cdec3f6
Adds login class support for local & nis passwords:
...
- minpasswordlen=n override minimum password length for class.
- passwordperiod=n[smhdwy] auto-set next password change date.
1997-02-10 15:42:12 +00:00
Mark Murray
81eb579301
Better buffer length calculation and overrun detection. Closes PR 2577
...
Submitted by: Julian Assange
1997-02-09 21:34:14 +00:00
Mike Pritchard
a29f1d234c
Typo police.
1997-02-09 21:14:48 +00:00
Joerg Wunsch
b5b54135f4
Add a manpage for brandelf(1). Minor stylistic fixes, and a buffer
...
overrun fix, too.
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-09 20:35:54 +00:00
Eivind Eklund
ab25b7d505
Removed potential buffer overflow.
1997-02-09 16:11:13 +00:00
Mike Pritchard
fab46a51da
Really fix calendar to drop all permissions when
...
run with "calendar -a". Also don't ignore the return
values from the setuid/setgid calls.
Thanks to bde for making me this about this.
1997-02-09 07:45:03 +00:00
Mike Pritchard
16c359a3de
Typo fix.
...
Closes FreeBSD PR#2685.
Obtained from: NetBSD-BUGS PR# 3199
1997-02-09 07:01:33 +00:00
Poul-Henning Kamp
ed5392a66c
Basically reverse last commit which was plain wrong.
1997-02-08 08:57:22 +00:00
Garrett Wollman
df6c4acc3c
Fix off-by-one error in proxy host:port parser.
...
Submitted by: fenner
1997-02-07 17:55:01 +00:00
Poul-Henning Kamp
1573315810
Add ${.CURDIR}/ to relative path to contrib.
1997-02-07 12:29:27 +00:00
Paul Traina
f89bbf631f
Activate new OPIE programs
1997-02-07 03:57:21 +00:00
Paul Traina
f076997839
Build opiepasswd from contrib_opie module.
1997-02-07 03:56:15 +00:00