blymn
e79669d636
More multiple changes:
...
* Added function derwin.
* Added function copywin.
* Modified both overlay and overwrite to use copywin.
* Updated man page with new functions and fixed minor format glitch.
2000-04-18 12:23:01 +00:00
simonb
ae62335eb5
Buf_GetAll() takes an int *, not a size_t *.
...
Build failure on alpha reported by Tim Rightnour on current-users.
2000-04-18 03:46:41 +00:00
eeh
c58f0ee9cd
Prevent the system from getting watchdog reset by returning directly to user
...
mode if restoring the user window traps. Also reduce the time we run with
%tl>0.
2000-04-18 02:12:25 +00:00
eeh
2aec15d3d3
Turn off traptrace before printing a panic message so we don't flush the useful
...
traces out with the printf guts, and wrap some lines at 80 columns.
2000-04-18 02:07:57 +00:00
christos
6165d4f806
Obey $TMPDIR for creating the scratch file
2000-04-17 23:37:50 +00:00
christos
d1631dd9db
make this compile without -DBACKWARDS [someone deleted an unused variable
...
that was not always unused]
2000-04-17 23:37:30 +00:00
pk
4665cccb20
Comment-out the RASTERCONSOLE_{BG,FG} color settings; they represent
...
the default initialization.
2000-04-17 21:48:23 +00:00
jhawk
0c38ea8190
Remove text asserting CONSDEV_AUTO and CONSDEV_COM*KBD imply
...
COMCONS_KEYPRESS (because they do not).
2000-04-17 21:28:49 +00:00
pk
a558005cec
When constructing `ri_devcmap[]', pack four instances of the LUTs in each
...
32 bit wide entry (as not documented in the non-existent rasops(9)..)
2000-04-17 20:37:28 +00:00
ragge
a1413dca83
Fetch the SCSI ID out of NVRAM instead, if possible.
2000-04-17 20:36:23 +00:00
pk
d5a5871d3c
Make sure to reset the CPU context in ctx_free().
2000-04-17 20:32:00 +00:00
oster
5845348e54
Revert last change (the last change was not necessarily desirable, and
...
had some other minor side-affects that were troublesome).
2000-04-17 19:35:12 +00:00
drochner
5e990a7f7c
implement bus_space_vaddr()
2000-04-17 17:39:17 +00:00
drochner
13c9f8d398
implement bus_space_vaddr()
2000-04-17 17:24:48 +00:00
augustss
e29659f7dd
Add PCIBIOS
2000-04-17 17:07:51 +00:00
augustss
072b191e5f
Add mandoc.
2000-04-17 17:06:21 +00:00
augustss
38ec6217fb
Make mandoc point to mdoc.
2000-04-17 17:03:37 +00:00
augustss
0e00356898
Make PCIBIOS point to pcibios.
2000-04-17 17:02:16 +00:00
augustss
b224c2d757
Mention and xref pcibios(4).
2000-04-17 16:58:38 +00:00
cgd
a267efd061
#if 0 the (way bogus) PCI_CLASS_COMMUNICATIONS/PCI_SUBCLASS_BRIDGE_PCI (!!!)
...
match pointed out (again?) by Johan Danielsson, after i repeatedly told
him not to do something similar in com_cardbus.
2000-04-17 16:45:04 +00:00
ragge
d37dfad561
DEC have the internal SCSI controller as ID6, and CDROM as ID7.
2000-04-17 16:30:40 +00:00
itojun
81e8059dfc
fix endian issue in filling in interface id.
...
better sync with kame (nuke space at EOL).
2000-04-17 16:26:07 +00:00
christos
94c2d86134
Don't type && when you mean || (pointed out by David Holland)
2000-04-17 14:59:02 +00:00
mrg
9dc12ba15b
regen
2000-04-17 14:33:11 +00:00
mrg
a6f7a7855f
implement lchflags(2), which does the chflags(2) dance without following
...
symlinks, and thus can operate on symlinks. remove a bogus comment in
chflags(1) that claims symlinks do not have file flags.
XXX: todo -- make chflags(1) use lchflags(2) when given the right options.
2000-04-17 14:31:21 +00:00
blymn
ec6e2540fe
Multiple fixes:
...
* Added Bill's fixes for errors when compiling with WARNS=1
* Incorporated fixes to make usage of unctrl consistent in debug and
made improvements to ctrace - it now timestamps it's output better.
* Reduced the number of mallocs done by __init_getch by allocating key
structs in bunches instead of singly.
* Removed the shadowing of global declarations in newwin and subwin
functions
2000-04-17 12:25:45 +00:00
joda
5c507c46b5
regen
2000-04-17 12:01:20 +00:00
joda
4f797c7b55
Panasonic KXLC003
2000-04-17 12:00:35 +00:00
drochner
295689ce1a
-document the BUS_SPACE_MAP_PREFETCHABLE flag introduced a while ago
...
-add a missing link: bus_space_vaddr() to get a pointer from a handle;
needed to make the BUS_SPACE_MAP_LINEAR flag useful
2000-04-17 09:52:21 +00:00
joda
7dbedb5a11
rewrite match function to use CIS information
2000-04-17 09:21:59 +00:00
joda
1f1d169e20
extract serial funce
2000-04-17 09:16:38 +00:00
joda
6e5b98b12c
add serial funce entry
2000-04-17 09:15:58 +00:00
itojun
ba2e61715a
turn on IPv6 when ipv6 ifid is present (from 2.3.11)
...
don't check for Ipv6 ifid readiness on on-demand dialing, when IPv6CP
is disabled. From: Fong Siu Lung Gordon <ein@hkstar.com>
2000-04-17 08:55:33 +00:00
tron
5bfc315184
Fix typo in comment.
2000-04-17 07:57:21 +00:00
itojun
d31184e2a7
disable IPv6CP by default, to be friendly with old (IPv4-only) config file.
...
add "+ipv6" which enables IPv6CP. it is necessary if you want IPv6CP.
option name in sync with ppp-2.3.11.
2000-04-17 06:13:18 +00:00
simonb
7d3a90fdd4
Move loadservers() prototype to a header file, so other files can see
...
that prototype.
2000-04-17 05:49:54 +00:00
simonb
85be272138
Include "ntp_stdlib.h" to get prototype for init_lib().
2000-04-17 05:49:11 +00:00
simonb
e2401d7bd1
Use UL on very large constant (~2.35G) instead of just U.
2000-04-17 05:48:36 +00:00
simonb
3674fb4596
Include <config.h> and check if DES is defined before building DES
...
routines.
2000-04-17 05:47:22 +00:00
simonb
5a9451ce52
Include <string.h> to get prototype for memcpy().
2000-04-17 05:46:46 +00:00
itojun
e688f5e39a
fix unterminated sentence. remove space at EOL.
2000-04-17 05:03:25 +00:00
thorpej
d8bccc7c6e
Regen.
2000-04-17 00:26:45 +00:00
thorpej
fcd420cf5d
Add product ID for the S3 Trio3D/2X AGP graphics adapter.
2000-04-17 00:26:22 +00:00
perry
4b44b23c11
sync to reality.
2000-04-16 23:39:58 +00:00
perry
b75b48379e
sync to reality. why the libbfd_pic.a? not for me to say.
2000-04-16 23:38:48 +00:00
perry
994ba36f4b
add uftdi.4 (it was missing from the makefile)
2000-04-16 23:36:51 +00:00
christos
13a6d6acf1
PR/9898: David Holland: small glitch in var substitution for single letter
...
variables.
2000-04-16 23:35:16 +00:00
christos
a4760ab7d0
prefix errors with the program name.
2000-04-16 23:24:23 +00:00
christos
c097e3c5c2
Don't core-dump when the current working directory is not readable
2000-04-16 23:24:04 +00:00
christos
18e39b7462
PR/9901: mycroft: make select guts partially visible for X/Open 5.
2000-04-16 23:12:13 +00:00