soren
7ea4a2b744
Fix RCS ID line.
2000-05-21 02:51:58 +00:00
soren
b70819c71a
Also share BE ldscripts.
2000-05-21 02:50:10 +00:00
mason
fccb8467cd
Improved style: "For definiteness" becomes "For example".
2000-05-21 00:48:45 +00:00
lukem
18be3cd981
- Always close(pdata) if it was a valid filedescriptor before setting it to -1.
...
Problem noted in [bin/9642] by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>,
(part of which already had been solved by itojun a while ago), and provided
patch covered most of the fixes needed. (Thanks Takahiro!)
- Consistently indent goto labels by one space.
2000-05-20 23:34:55 +00:00
augustss
bdc8c2f8f4
Alphabetize.
2000-05-20 21:34:48 +00:00
kristerw
874243e5ae
Use the netbsdaout template.
2000-05-20 20:32:55 +00:00
kristerw
f9d920a4e3
Added netbsdaout.c for i386
2000-05-20 20:30:48 +00:00
kristerw
ed8570c975
Added a couple of hooks used during dynamic links.
2000-05-20 20:28:16 +00:00
kristerw
9eccb6b54e
This file will contain the MI part of netbsd a.out shared lib support.
...
For now it is just the hooks needed for ld.
2000-05-20 20:04:12 +00:00
thorpej
1410091b4e
Clean up a comment.
2000-05-20 19:54:01 +00:00
matt
20a98cb524
count input and output packets.
2000-05-20 18:33:18 +00:00
thorpej
649ff32f2b
Rather than using a magic constant, use `com_scratch' as the offset
...
in UART space to the interrupt CSR.
2000-05-20 18:25:41 +00:00
kristerw
4e129b8db0
Moved inclusion of netbsd.h and the _get_section_contents #define to
...
aoutnbsd.h
2000-05-20 17:56:54 +00:00
augustss
c3e3a945cc
Add a missing bktr%d: in one of the attach messages.
...
(When is this code going to be KNFed?)
2000-05-20 16:16:15 +00:00
simonb
ecce47356a
Disable malloc's hints to the kernel - now that the madvise() syscall
...
actually does something, this can be expensive. From discussion on
current-users.
Note that the man page is already correct - we imported malloc.c from
FreeBSD before they made the same change but malloc.3 after...
2000-05-20 15:13:31 +00:00
mycroft
94f8eb040a
GC __FORCEPAINT.
2000-05-20 15:12:15 +00:00
simonb
a8377e933e
Don't define __inline as "/* delete GCC keyword */" if __lint__ is
...
defined - lint(1) already knows about the __inline modifier.
This stops lint from generating "static function ... unused" warnings
for static __inline functions.
2000-05-20 14:26:01 +00:00
eeh
17c567f9de
Oops. Seems like we do need this file to make pcons work.
2000-05-20 14:23:12 +00:00
blymn
cd583077db
* Fix termcap handling to use the new interface to avoid buffer
...
overflows with extended termcap entries.
* Made delay_output use usleep instead of the grungy tgoto hack it had.
2000-05-20 14:01:42 +00:00
blymn
dd22c41749
Bumped minor of libtermcap.
2000-05-20 13:57:28 +00:00
blymn
22a94f7041
* Removed variable names from ansi style prototype
...
* Add -I. to CPPFLAGS
* Added new function t_agetstr which dynamically allocates area buffer.
2000-05-20 13:55:10 +00:00
ragge
9f7a44710e
Remove (more) VAX dependencies.
2000-05-20 13:41:33 +00:00
ragge
2da29b7e01
Changes to use the RPB for different tasks. Much simpler now to find the
...
boot device.
2000-05-20 13:38:58 +00:00
ragge
b3f6551d41
WARNS=1. Unify the ra and tmscp driver.
2000-05-20 13:36:11 +00:00
ragge
027ee49b0f
Adopt to the RPB changes. Complete change of how network devices are
...
handled. No more hacks to find bus addresses.
2000-05-20 13:35:07 +00:00
ragge
c5f56fab00
Change all devices to use the RPB info when autobooting, this allows for
...
booting from unsupported devices also. As a side effect; it fixes PR#9202.
2000-05-20 13:30:03 +00:00
ragge
a8a7bf342f
New arguments to the rom routines. Adapt srt0 to new world also.
2000-05-20 13:22:39 +00:00
ragge
9ff9efe46a
Rewriting of the VAX boot block. Differences:
...
- Use the RPB for passing boot device info up to kernel, instead of the
old BSD "hack" with an encoded longword (see sys/reboot.h for details)
- Instead of separate drivers for all devices, use the HW-provided ROM
routines as much as possible.
- Add filesystem support for CD9660 also (now when there is space).
- Make everything compile with WARNS=1.
The boot block is now <7K in size and have support for UFS, CD9660 and USTAR.
2000-05-20 13:21:29 +00:00
ragge
7c0a82f745
Don't die, just complain if the converted image do not have a VAX MID.
2000-05-20 10:58:05 +00:00
takemura
5e48883c49
Add NEC Mobile Pro 780/880 and Vadem Clio 1050.
2000-05-20 07:11:25 +00:00
castor
9816b43753
regen
2000-05-20 06:30:13 +00:00
castor
773f9bb009
Add Geocast's vendor ID
2000-05-20 06:29:50 +00:00
takemura
6bef866101
Add two items:
...
NEC MobilePro 780 (MC/R530A)
NEC MobilePro 880 (MC/R730A)
2000-05-20 05:08:53 +00:00
shin
405f83e99a
fix platid_test source files.
2000-05-20 03:41:28 +00:00
thorpej
cd737c4016
Remove VM_PROT_EXECUTE from the permissions used to map the page
...
for pager I/O -- it is not needed, and including it leads to
unnecessary I-cache flushes.
2000-05-20 03:36:06 +00:00
thorpej
7b6dd5a1c9
In chkdq(), check for NOCRED. Should fix port-alpha/10147.
2000-05-20 03:25:14 +00:00
jhawk
ca31d672e2
Install "show arptab" (db_show_arptab) in the ddb command tree.
...
Move prototype from netinet/if_inarp.h to ddb/db_interface.h.
Change function to have standard ddb parameters (though they're
ignored).
2000-05-20 03:08:41 +00:00
jhawk
6799326e44
Comment out "xf" and "xb"; they aren't implemented and don't
...
ever appear to have been.
2000-05-20 02:28:33 +00:00
lukem
dcc88422ad
convert to ANSI C as per style guide
2000-05-20 02:20:18 +00:00
msaitoh
e55cd9cb85
Sync *{mul,div}*i3 with egcs-current.
...
Now we can compile mount_mfs (newfs) with -O2!
2000-05-20 01:52:52 +00:00
wiz
c4c0300d19
We don't need to fsck -f filesystems, plain fsck is good enough.
...
Define DEBUG_SETS to fsck -f by default instead.
2000-05-20 00:45:45 +00:00
thorpej
4756ba9e32
#if 0 out the consdev command stuff -- with it, boot blocks don't
...
work, without it, they work fine. Size issue?
2000-05-19 22:26:50 +00:00
thorpej
5026e056e2
Back out previous change; there is something Seriously Wrong.
2000-05-19 20:42:20 +00:00
itojun
48c5048502
correct manipulation of link-local scoped address on loopback.
...
now "telnet fe80::1%lo0" should work again.
(we have another bug near here - will attack it soon)
2000-05-19 20:09:26 +00:00
thorpej
d55b1bd74d
Handle non-GNU C++ as well. Pointed out by Klaus Klein.
2000-05-19 18:57:48 +00:00
thorpej
071aed40ac
A foolish consistency; most parts of the kernel use bp->b_data, so
...
change these from bp->b_un.b_addr to bp->b_data, as well. This also
allows us more flexibility to experiment with other data buffer types
hung off of struct buf.
2000-05-19 18:54:22 +00:00
thorpej
646555bbd5
Clean up some indentation lossage in uvm_map_extract().
2000-05-19 17:43:55 +00:00
drochner
415552f3db
add spanish keymap, data from
...
Juan Jose Garcia Ripoll <jjgarcia@ind-cr.uclm.es>
2000-05-19 16:40:04 +00:00
drochner
4a523cfe34
define spanish keymap
2000-05-19 16:39:15 +00:00
mycroft
179e2ccef2
Fix a silly bug that caused blanks to always be redrawn on dirty lines in
...
curscr. This usually manifested itself as a very slow redraw after suspend.
2000-05-19 16:00:52 +00:00