Joerg Wunsch
e843ad34c1
Fix a bogon in pcvt that caused a characterset designation to not take
...
effect immediately, but required a following (normally redundant) G0
into GL mapping. This adds one layer of indirection (thus might make it
slower), but fixes the broken box character drawing in pcvt.
Hellmuth and Bruce are unfortunately too busy too review this right now,
but i wanna have it in 2.2 since it has often been asked in the past.
1997-03-07 08:56:00 +00:00
Joerg Wunsch
f9ba24beed
Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2
...
even early in the boot process (boot -c or -d).
Submitted by: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA)
1997-03-07 08:53:16 +00:00
Mike Pritchard
c75354732f
Oops, had a couple of extra parens in a couple of lines.
1997-03-07 07:45:17 +00:00
Mike Pritchard
4f09442be6
Clean this man page up. Don't use hardcoded font escape codes.
...
Other mdoc cleanup.
1997-03-07 07:43:19 +00:00
Gary Palmer
324d42ad57
Fix (I hope) the NFS hole. This is only compile tested.
...
Submitted by: (partly) davids@SECNET.COM via BUGTRAQ
1997-03-07 07:42:41 +00:00
Mike Pritchard
e42337987f
Add a missing semi-colon.
...
Submitted by: jmg
1997-03-07 06:15:54 +00:00
Hiroyuki Hanai
d21be01cef
Catch up with the original.
1997-03-07 04:56:58 +00:00
Mike Pritchard
eaa8b244f1
Some minor mdoc cleanup.
1997-03-07 03:32:31 +00:00
John-Mark Gurney
ac5afce161
add missing cvs Id lines.
1997-03-07 03:28:23 +00:00
Mike Pritchard
50e7a72d28
Update this man page to reflect how setattr manipulates time
...
values after the Lite2 merge.
1997-03-07 03:16:52 +00:00
John-Mark Gurney
7fbd615061
add missing cvs Id lines
1997-03-07 02:53:37 +00:00
John-Mark Gurney
892cb98e6b
add missing cvs Id lines.
1997-03-07 02:50:01 +00:00
Mike Pritchard
7680dae552
Typo fix.
1997-03-07 01:58:56 +00:00
Mike Pritchard
03bbd5ccd6
Fix a couple of typos.
1997-03-07 01:48:24 +00:00
Brian Somers
bfc214e329
Add a -s option for setting the current vty. This should make
...
life easier if a PS/2 mouse locks up the keyboard (frequent-ish,
but not repeatable).
Tidy up code (a bit) and make it -Wall
Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because
of the lack of sys/sysproto.h
1997-03-07 01:34:47 +00:00
Joerg Wunsch
8a973ca81c
Move pcvt towards using kbdio (finally!).
...
Warning: this won't work yet with PCVT_SCANSET=2 along in early
console mode (boot -c, or boot -d).
A big thanks to Kazutaka, and a word of apologies for delaying the
review for that long time...
Submitted by: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA)
1997-03-06 22:34:24 +00:00
Joerg Wunsch
a90657fc2a
Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,
...
or from a telnet session). So basically, this setting will only get in
effect in the single-user shell.
Closes PR # 2395.
1997-03-06 22:24:04 +00:00
John-Mark Gurney
817eca811d
fix restarting http transfers and understanding response from server.
...
Slight modification of patch by wollman.
Closes PR#2870
Reviewed by: wollman
Submitted by: Marc Slemko <marcs@znep.com>
1997-03-06 20:01:32 +00:00
Joerg Wunsch
f357773315
Merge Jason Thorpe's updated changer stuff into the actual system.
...
Many things have been changing in the kernel since mid-1996, so there's
quite some amount of diffs here already. It compiles, but i cannot
test it anywhere here.
2.2 candidate?
Closes PR # 1201.
1997-03-06 15:36:45 +00:00
Joerg Wunsch
a88f199c80
Acitvate chio(1).
1997-03-06 15:30:53 +00:00
Joerg Wunsch
224c8a5b9b
Import Jason Thorpe's contribution for an updated SCSI media changer
...
device (now, finally!).
1997-03-06 15:30:06 +00:00
KATO Takenori
b95c15c20f
Added missing i8251 code.
...
Submitted by: H. Nokubi <h-nokubi@nmit.mt.nec.co.jp>
1997-03-06 15:07:04 +00:00
Joerg Wunsch
7488674393
Fix the (commented out) example to prune the tree from core etc. files:
...
don't ever attempt to prune readonly filesystems, and properly quote
*.core against the shell.
1997-03-06 10:55:46 +00:00
Jordan K. Hubbard
8375be7ed6
Protect against missing initial @cwd. Closes PR#2893
...
Submitted-By: pius@iago.ienet.com
1997-03-06 10:21:57 +00:00
John-Mark Gurney
c1599df8b3
fix a couple problems with fetch:
...
. don't try to interpet a colon in the pathname as a port number
. don't report an errno message when one don't exist
1997-03-06 10:01:54 +00:00
Satoshi Asami
643c3932d7
Add Jun-ichiro Itoh <itojun@csl.sony.co.jp> for his milliard of
...
multilingual nvi ports.
1997-03-06 08:48:05 +00:00
Satoshi Asami
07a557af5e
Make COMMENT and DESCR variables (just like PLIST). Will be useful
...
when you want to share all of PKGDIR except for one file. (See upcoming
multilingual nvi ports.)
1997-03-06 08:28:15 +00:00
Joerg Wunsch
43276d065c
Reincarnate one occurance of RELEASEDIR, since the build depends on
...
it inside some Makefiles. (Duh-oh, i've once included these references
there myself! :)
Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by
my yesterday's build.
1997-03-06 07:51:40 +00:00
Hiroyuki Hanai
d88024184c
Fixed the incorrect "Original revision:" field.
1997-03-06 07:25:47 +00:00
Hiroyuki Hanai
6e8b0be782
Catch up with the original.
1997-03-06 07:10:37 +00:00
Mike Pritchard
ee04d1548c
Bring the .Nx (NetBSD) macro into line with NetBSD's version.
...
Add the .Ox (OpenBSD) macro from OpenBSD.
1997-03-06 07:06:32 +00:00
Mike Pritchard
911d1ec30d
The .Os macro was missing 2.1.6, 2.1.7 and 3.0.
...
The .Fx macro was missing 2.1.7.
Add 2.2.5 to both .Os and .Fx. If I'm wrong about the version
number, no big deal - it can be removed later, but I wanted
to be able to get this into 2.2 so that when I'm using a
2.2 system ome months down the line, man pages intended for (what I
think will be the next 2.2 release) will be formatted properly.
Also fix a typo in a comment.
1997-03-06 06:58:12 +00:00
Satoshi Asami
0864f1500e
Add ports-korean.
1997-03-06 06:18:51 +00:00
Satoshi Asami
ac24752936
Add ports-korean.
1997-03-06 06:05:22 +00:00
Satoshi Asami
15eacf00fc
Add ports-korean [cv]sup target.
1997-03-06 05:55:09 +00:00
John-Mark Gurney
2bc97efa96
fix a couple misspellings, one of 'em closes pr 2892.
1997-03-06 05:11:55 +00:00
Hiroyuki Hanai
592dcda2b5
Sync with the original.
1997-03-06 03:25:53 +00:00
Hiroyuki Hanai
b48d4260fb
Oops! I've committed without confirming that make goes well.
...
Fix the SGML error, &S -> &S.
1997-03-06 03:19:16 +00:00
Hiroyuki Hanai
970fa856e8
Sync with the original.
...
Submitted by: Yukihiro Nakai <nakai@PyroPolis.t.u-tokyo.ac.jp>
1997-03-06 03:06:51 +00:00
Stefan Eßer
81cf5d7aae
improve pcibus_check: Only assume PCI if at least one PCI to anything bridge
...
on bus 0.
This fixes problems with EISA-only systems mistakenly being assumed to support PCI.
1997-03-05 20:52:00 +00:00
Bill Fenner
8a2f8e395a
Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminate
...
undocumented FTP_PROXY_USER
Make FTP file errors contian hostname and path.
Pass the FTP port to libftp.
Partially un-HTMLify error messages returned from server
Handle "HTTP NNN" instead of "HTTP/V.vv NNN" response sent by
pre-HTTP/1.0 servers
Reviewed by: wollman
1997-03-05 18:57:16 +00:00
Bruce Evans
2822751af3
This commit was generated by cvs2svn to compensate for changes in r23412,
...
which included commits to RCS files with non-trunk default branches.
1997-03-05 17:51:21 +00:00
Bruce Evans
a92d3ad246
Attempt to import Lite2's mount.
1997-03-05 17:51:21 +00:00
Bruce Evans
92e2d9bed5
Attempt to import Lite2's mount.
1997-03-05 17:51:21 +00:00
Bruce Evans
c68fa33937
Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, then
...
complain and blunder on.
Should be in 2.2, preferably with a better fix.
1997-03-05 16:45:01 +00:00
Bruce Evans
a5c1768dd5
Made FPU stuff conditional on npx as well as I586_CPU.
1997-03-05 16:30:55 +00:00
KATO Takenori
85c57124b2
Synchronize with sys/i386/isa/clock.c revision 1.79.
1997-03-05 16:19:48 +00:00
Bruce Evans
bdca44f670
Added -mno-486 to CFLAGS to force smaller code in case someone compiles
...
with CC="cc -m486". This doesn't fix PR2381, since PR2381 is for 2.1.x.
1997-03-05 15:43:03 +00:00
Joerg Wunsch
7030cda054
Now that we can read from a worm device, handle their permissions as
...
we do for other disk devices, too.
1997-03-05 14:04:00 +00:00
Bruce Evans
423f22330a
Force null termination after 2 errant strncpy()s.
1997-03-05 12:08:44 +00:00