jdc
475308e857
Forget to mention: This fixes PR lib/12565.
2001-04-20 13:14:42 +00:00
jdc
36d80fe4b0
Add entries for scrolling regions and getnstr() functions.
2001-04-20 13:06:35 +00:00
jdc
e1b04b0bbd
Bump libcurses minor (now 4.2).
2001-04-20 13:04:58 +00:00
jdc
e279497a4c
Implement the getnstr() functions.
...
Add __warn_references() for getstr().
Move getstr() family closer to SUSv2 :
add checks for <carriage return>, the kill character, KEY_LEFT and
KEY_BACKSPACE
ignore other KEY_* characters
2001-04-20 13:03:24 +00:00
jdc
f82a1102e0
Make comments match reality (delete-char instead of insert-char).
2001-04-20 12:57:47 +00:00
jdc
3f9388e3e3
Implement scrolling regions :
...
has_ic()
has_il()
setscrreg()
wsetscrreg()
2001-04-20 12:56:08 +00:00
reinoud
80b53c5a9b
Euhm... small typo !
2001-04-20 12:47:55 +00:00
sato
355c78fa22
enlarge MSGBUFSIZE for -v option.
2001-04-20 12:08:45 +00:00
sato
f3f40df128
options<TAB><TAB> -> options<SPACE><TAB>
2001-04-20 12:07:49 +00:00
reinoud
1351706593
Fix a few race conditions ... the VSYNC update flag could be cleared
...
resulting in a blank screen when f.e. a setcursor ioctl was called
after the screenblanker had enabled the screen again ... the actual
switching on was then never performed at VSYNC.
A simple |= instead of = does the trick ... just leave the other bits
on please :)
2001-04-20 11:53:06 +00:00
pooka
2eb8dafad8
Remove /usr/X11/man/whatis.db from path list, as it can no longer found
...
in /etc/man.conf
2001-04-20 11:45:37 +00:00
jdolecek
97bcf9d7d7
until I find better way, don't mess with ed(4) link to edc(4)
2001-04-20 11:25:05 +00:00
fvdl
9dc4bbb990
Don't forget to unlock the vnode returned by cache_lookup if the
...
subsequent access check fails. Don't overwrite the error code
returned by cache_lookup. Remove a piece of redundant code.
Should fix kern/12680.
2001-04-20 11:22:02 +00:00
jdolecek
4d5eec3337
regen
2001-04-20 11:19:51 +00:00
jdolecek
a20a13451f
Add support for IBM Multi-Protocol Communications Adapter. Card provided
...
by Hans Hubner <hans@huebner.org>.
We only support the card in "serial" mode. BISYNC nor SDLC modes are
not supported.
2001-04-20 11:19:27 +00:00
fvdl
a4c70394dc
On VOP_GETATTR failure in nfs_nget, call vgone() to get rid
...
of the vnode that was just created. Suggested by Enami.
2001-04-20 11:19:16 +00:00
sato
17218cb6b4
- add VR4181 and VR4122 cpu for hpcmips. and regen headers.
...
- add new option 'options BOOT_STANDALONE'
boot from standalone(not WinCE application) boot loader.
- add new option 'options SPEC_PLATFORM'
statically specify platid in config file.
In BOOT_STANDALONE case,
'options SPEC_PLATFORM=platid_mask_MACH_xxx_yyy',
and add 'options SPEC_MACH_xxx'&'options SPEC_MACH_xxx_yyy'.
for specify platid in config file statically'
In wince boot case, 'options SPEC_PLATFORM'
and add 'options SPEC_MACH_xxx'&'options SPEC_MACH_xxx_yyy' for
config level size optimization.
XXX: now I working in hpcmips...
2001-04-20 10:15:02 +00:00
tron
d34bc24bd8
Correct link target: dasd(4) is called edc(4) now.
2001-04-20 10:08:01 +00:00
jdolecek
1df81c3607
regen
2001-04-20 10:05:16 +00:00
jdolecek
b973e27bba
Add support for NeoTecH Single RS-232 Async. Adapter, SM110. Tested
...
with card provided by Hans Hubner <hans@huebner.org>.
Also pretty the autoconf attach messages a little.
2001-04-20 10:03:35 +00:00
jdolecek
558fca1611
fix typo in arm ea, eb entries
2001-04-20 09:57:40 +00:00
jdolecek
eaf21f4352
update lists for the com(4) manpage merge
2001-04-20 09:56:45 +00:00
jdolecek
57129fea9b
update manpage date and remove sentence about driver being under development
2001-04-20 09:47:41 +00:00
jdolecek
2942e43fe8
Merge arm32-specific bits of com(4) manpage to i386 com(4) manpage
...
and form a MI com(4) manpage.
2001-04-20 09:35:56 +00:00
kanaoka
9d36cadfe7
- Allocate memory map entry correctly to avoid Compatibilty Holes.
...
- Update some comments.
patch provided by: enami tsugutomo <enami@sm.sony.co.jp>
suggested by: John Hawkinson <jhawk@MIT.EDU>
2001-04-20 09:10:45 +00:00
fvdl
e5a7af16e9
Unlock the hash lock before returning an error in nfs_nget.
...
From IWAMOTO Toshihiro.
2001-04-20 07:58:04 +00:00
jdolecek
52b86ff448
note MCA attachment
2001-04-20 07:40:54 +00:00
jdolecek
640bbf7e9f
regen
2001-04-20 07:38:11 +00:00
jdolecek
a98cbd0740
Add MCA ne(4) attachment for Novell NE/2 Ethernet adapter and clones.
...
Tested with NE/2 card provided to me by Hans Hubner <hans@Huebner.ORG>.
The Compex and Arco cards were not tested. According to Linux ne2 driver,
they should work same way as NE/2.
2001-04-20 07:37:42 +00:00
jdolecek
3ec26e703f
regen
2001-04-20 07:10:40 +00:00
jdolecek
6daeb5ba7b
add two Novell NE/2 compatible products
2001-04-20 07:10:12 +00:00
matt
2297e41241
After finishing with the received descriptor, make sure to "eieio" to make
...
sure the OWN gets back to the gmac in the proper order. This reduces (and
maybe even fixes) the gm0 out-of-order problem.
2001-04-20 01:18:47 +00:00
thorpej
702cab6b16
Eliminate race conditions in the FP-switch code. MP kernels get
...
much further on the way to multi-user now.
2001-04-20 00:10:17 +00:00
wiz
d2c347bbbc
Create text/obsolete.mi for some files that are not in our groff-install
...
anymore.
2001-04-19 23:37:21 +00:00
wiz
0714f24d2f
Add groff2netbsd script used for groff-1.16.1 import.
2001-04-19 23:27:52 +00:00
wiz
29b657cc9e
sync /usr/share/examples/supfiles contents with actual contents.
2001-04-19 23:26:18 +00:00
wiz
fa5f792313
groff-1.16.1 import sync
2001-04-19 23:22:51 +00:00
chris
485dbd078a
Improved IRQ handling code on IOMD. By using an ffs-like algorithm we don't need to loop quite so much when looking for bits to service (also means we only service irqs that need servicing), also moved code around to avoid stalling where it doesn't loose too much understandabilty.
2001-04-19 20:46:07 +00:00
jdolecek
6939f3af70
regen
2001-04-19 18:38:50 +00:00
jdolecek
1420958f33
Add couple cards I got from Hans Hubner <hans@Huebner.ORG>
2001-04-19 18:38:23 +00:00
thorpej
c68e2d61d2
Add support for attaching "com" serial ports as KGDB devices.
2001-04-19 18:25:26 +00:00
uch
9fc37d32af
remove non-existent function declaration.
2001-04-19 18:24:16 +00:00
uch
207066edaa
fix comment.
2001-04-19 18:22:34 +00:00
uch
d6c81cbed0
fix comment.
...
fix KERNBASE, KERNTEXTOFF.
2001-04-19 18:21:19 +00:00
thorpej
8acff45e10
Work around a firmware bug on the AlphaServer 1000A whereby the
...
built-in ISA display is reported incorrectly.
2001-04-19 18:02:57 +00:00
drochner
115d871078
regen with --enable-parse-clocks as it was intended
2001-04-19 17:52:29 +00:00
drochner
d615c1c1ed
link against libparse which is needed for the generic serial driver
2001-04-19 17:50:11 +00:00
thorpej
f2f0a680e3
Glue in KGDB. Needs some more work -- KGDB currently renders
...
DDB disabled, but it's a start.
2001-04-19 17:48:46 +00:00
drochner
2acdce8cfd
build libparse from the ntp distribution which is needed for the generic
...
serial driver
2001-04-19 17:48:18 +00:00
drochner
b7fc5a75b3
fix typo in instructions which had serious consequences as it seems
...
(the "generic" serial driver was not built)
2001-04-19 17:46:38 +00:00