toshii
faf55ac40c
Change tiocm_to_{com,zs}'s second argument to u_long to match with
...
the type in their caller.
2000-09-17 22:07:39 +00:00
is
1a0314541e
Use INSTALL kernel instead of GENERIC for miniroot.
2000-09-17 21:11:09 +00:00
is
06d6fdab8f
Now that we use an INSTALL kernel on the miniroot, give the user the
...
opportunity to install the GENERIC from kern.tgz.
2000-09-17 21:07:10 +00:00
mrg
9a3cd1d826
finish porting these from the sparc versions. they are mostly correct
...
now though the install instructions could still do with some more work
and expansion....
2000-09-17 21:03:32 +00:00
eeh
264b1139cd
Prevent the compiler from blowing up on sparc64. From mrg.
2000-09-17 19:55:28 +00:00
eeh
0596b6b6dc
Make the improved %tick changes work with machines that use the counter-timer
...
for the clock.
2000-09-17 19:23:37 +00:00
is
eefbc5a70e
When building a release, build miniroot and installation notes automatically,
...
too. Patch by Michael Hitch.
2000-09-17 19:04:39 +00:00
is
ff3205e665
Make this build again. Fixes by Michael Hitch.
2000-09-17 18:24:12 +00:00
eeh
903720d945
Add bus_space*stream*() methods. I hope they work.
2000-09-16 14:07:58 +00:00
eeh
45de780533
Wrong register in machine code description.
2000-09-16 14:04:30 +00:00
minoura
bf7d1f145b
- Correct options for installboot.
...
- sed is not in the ramdisk, since it is too large.
2000-09-16 13:12:09 +00:00
ichiro
60095a9e92
regen.
2000-09-16 11:46:17 +00:00
ichiro
de4b3b44f1
delete "128MB"
...
same products number; 32MB,64MB,128MB
2000-09-16 11:45:38 +00:00
itojun
691fdbb4f0
kame sys/netinet6/icmp6.c 1.140 -> 1.144
...
> in the check for the incoming redirect message, examine the gateway
> (from the routing table) only when the address family of the gateway is
> AF_INET6.
2000-09-16 10:12:22 +00:00
wdk
74fa574688
* Add INET6 and IPSEC support.
...
* Enable vnd driver for creating a working miniroot.
2000-09-16 09:35:38 +00:00
wdk
0b445f157e
Add missing align argument to uvm_map() which was missed by thorpej during
...
original commit.
2000-09-16 09:18:01 +00:00
wdk
da962aaad5
Add support for bootinfo structure to be passed from 2nd stage bootstrap.
...
Pass symbol table information to DDB if available.
2000-09-16 08:34:26 +00:00
wdk
780256a327
Prototype prom_ioctl
2000-09-16 08:27:58 +00:00
wdk
b57fe26ada
Write a NetBSD disklabel to 2nd sector while retaining the Mips volume
...
header in the ist sector. We now use the NetBSD label in preference
to the Mips Volume header.
2000-09-16 08:27:16 +00:00
nisimura
70a97ab16c
Introduce new MIPS1 direct mapped cache capacity detection logics.
2000-09-16 07:20:16 +00:00
jeffs
36c4252a17
Re-enable SR IE bit before calling syscall(). Matches Tohru's mips1 change.
2000-09-16 06:57:21 +00:00
nisimura
2982d7707b
There is no need to handle processor master interrupt mask SR_INT_IE
...
in syscall() anymore. By defition, processor was in SR_INT_IE turn
on prior to have syscall exception. MIPS1 assembler hook arranges
to enable the bit for its own. MIPS3 does the same effect by
turning off EXL bit.
2000-09-16 05:07:06 +00:00
nisimura
f4b74d3898
- Reimplement MIPS1 cache size dectection logic taking advantage of the
...
fact the direct mapped cache makes address alias effect.
- Just turn on processor master interrupt mask IEc (SR_INT_IE) bit prior
to call syscall() kernel entry point. IEp is always 1 in this case
by defition.
2000-09-16 04:54:44 +00:00
simonb
3db7ffbbce
Add a (commented out for now) VNODE_OP_NOINLINE options line, and mention
...
that it makes smaller and possibly slightly faster kernels.
2000-09-16 00:09:14 +00:00
simonb
4afcecdc80
Use VNODE_OP_NOINLINE - saves about 17k off the INSTALL kernel size.
2000-09-16 00:06:56 +00:00
chuck
9dc2f5ced0
IDT32364's Config register uses a different base for IC/DC (instruction
...
and data cache sizes). R4000 uses 2^(12+IC) and 2^(12+DC). IDT32364
uses 2^(9+IC) and 2^(9+DC).
abstract around the problem by making the base a parameter to the
MIPS3_CONFIG_CACHE_SIZE macro. we pass the base down from mips_vector_init
to mips3_vector_init and to mips3_ConfigCache (where it is used).
XXX: someone with an MIPS3_4100 should switch to this and get rid
of the ugly ifdefs in cpuregs.h
2000-09-16 00:04:57 +00:00
abs
3b81524ad0
if readboot() calls pfatal(), we need to print a \n before exiting
2000-09-15 22:11:41 +00:00
tsutsui
6c7e1613e0
Add uvm_pageidlezero support. From x68k.
2000-09-15 17:15:05 +00:00
toshii
8debbc34ab
Change the second argument of tiocm_to_ucom to u_long,
...
since the second argument of ioctl is a u_long value.
2000-09-15 17:03:24 +00:00
tsutsui
74662105ab
netintr() is now declared in isr.h.
2000-09-15 15:55:10 +00:00
tsutsui
f528673cf3
Add prototype declaration of netintr().
2000-09-15 15:52:15 +00:00
christos
0dec1c64f5
Make this compile again without -DINET6 and without get{addr,name}info(3)
...
This ftpd now compiles and runs on NetBSD/1.4.2 with:
CPPFLAGS+= \
'-Dstrlcpy(a,b,c)=(strncpy(a,b,c),strlen(a))' \
'-Dstrlcat=strncat' \
'-Dsl_add(a,b)=(sl_add(a,b),0)'
2000-09-15 14:55:16 +00:00
drochner
a960881851
-make the default screentype override less invasive, call it
...
VGA_CONSOLE_SCREENTYPE because the screen types are hardware specific
and make it affect the console only (no need to change runtime
behaviour), don't call vga_setscreentype() unless necessary (to avoid
trouble with strange hardware - PR kern/11025)
-some beginnings of ISO-7 (greek) font support
2000-09-15 14:13:01 +00:00
drochner
8d027cedf8
add definitions for ISO-7 (greek) support
2000-09-15 14:09:10 +00:00
abs
ef12b8c845
Add '-c' for center (from FreeBSD)
2000-09-15 11:23:17 +00:00
scw
53d57897d0
Use the complete ethernet address stored in nvram on mvme162/mvme167
...
instead of faking the first 5 nibbles a'la mvme147.
Apparently recent mvme16x boards have a new 5 nibble prefix...
2000-09-15 08:50:24 +00:00
jeffs
bdad8bae5b
Handle R4K trap faults in user mode like overflows (deliver SIGFPE). This
...
prevents a panic running crashme. Better comment for VCE define.
2000-09-15 06:50:46 +00:00
enami
48b7bc7f16
The struct prochd isn't a proc. Start scaning from prochd.ph_link instead
...
of &prochd.
2000-09-15 06:36:25 +00:00
enami
ead2ed15cf
Add few more L2 cache info entry.
2000-09-15 03:44:28 +00:00
enami
29027825f3
When fetching cache info:
...
- Don't fall into infinite loop even if the # of iteration necessary isn't 1.
- Don't interpret lower 8bit of AL, which is # of iteration, as a descriptor.
2000-09-15 03:41:18 +00:00
minoura
c331228c46
Remove /kern, which is not any longer needed.
2000-09-15 01:21:49 +00:00
jdolecek
1c61a5d083
On sendmail start, check modification time of /etc/mail/aliases
...
and couple of other common map files and regenerate appropriate
*.db files as needed.
Idea taken from RedHat 6.2.
2000-09-14 21:03:17 +00:00
wiz
fd2b9df41f
Fix two typos
2000-09-14 20:36:39 +00:00
is
1fd5b3110d
My src tree wasn't completely up-to-date when I measured the current
...
syssrc size. Correct it.
2000-09-14 19:57:01 +00:00
mjl
32f69fdac5
Add a -f option to turn off the strict length checking for passphrases.
...
Also discourage its use in the manpage (and fix a couple of formatting nits).
2000-09-14 19:18:24 +00:00
thorpej
03810b147f
Make sure to lock the proclist when we're traversing allproc.
2000-09-14 19:13:29 +00:00
jwise
f9c3dbedef
Silly as it may be, update the #! line in this script to match the pkgsrc
...
wish install.
After the freeze, I'll pkgsrc this script -- it's kind of cute.
2000-09-14 18:00:44 +00:00
thorpej
d4f4fa2190
Make sure pmap_collect() doesn't remove wired mappings. Per discussion
...
w/ Chuq Silvers. Fixes a panic when a program with wired pages that
has run for a long time when the system is under heavy memory load
exits (specific case was ntpd, reported by Simon Burge).
2000-09-14 17:06:52 +00:00
hubertf
4e5545b220
Document VNODE_OP_NOINLINE
2000-09-14 16:02:24 +00:00
mjl
64d7bd0b8c
Use optarg instead of reaching beyond argv array. Fixes PR/11004
...
by TheMan <atatat@atatdot.net>.
2000-09-14 15:26:42 +00:00