grant
e4767a0f1a
resolve release failure by adding ./var/spool/output/lpd (from bin/7054).
2002-07-27 01:02:26 +00:00
rafal
dcca4b64ea
Add sgimips-specific file lists for installation and binary/kernel dirs.
2002-07-26 22:31:26 +00:00
manu
170080a9df
Added fdisk for hpcarm
2002-07-26 18:03:11 +00:00
manu
3f13baf349
Added fdisk on hpcarm
2002-07-26 17:22:51 +00:00
rafal
a1489321a2
Fix up sgimips install sections to more closely correspond to the current
...
state of reality: comment out O2 references since 1.6 won't support the
O2, add notes on installing via a net-booted kernel, disk partitioning
(disk must have IRIX volhdr, one-disk split NetBSD/IRIX install has not
been tested and may/may not work). Also expand/add some examples.
XXX: Should add info on the "extra" kernel sets like the INSTALL_INDY,
etc. sets.
2002-07-26 15:41:55 +00:00
simonb
64ccdf4b88
Fix size of the pmax Xserver set.
2002-07-26 14:36:03 +00:00
atatat
f6a1c49f5e
NetBSD id police
2002-07-26 14:16:37 +00:00
wiz
645df36eff
Spell '[Rr]ight' correctly. From Jim Bernard.
2002-07-26 14:11:34 +00:00
wiz
b02ee1f0b7
Two typos in comments.
2002-07-26 14:10:22 +00:00
joda
a48e860d85
regen; System controller in SGI O300
2002-07-26 13:32:49 +00:00
joda
78869892e3
System controller in SGI O300
2002-07-26 13:31:33 +00:00
hannken
c32ed76dba
Convert to new device buffer queue interface.
...
Approved by: Jason R. Thorpe <thorpej@netbsd.org>
2002-07-26 13:19:52 +00:00
tsutsui
5c5e3f7e79
Mention more configuration of flags to disable tagged queuing.
2002-07-26 13:12:47 +00:00
tsutsui
aa1cd5db22
vga_common_attach() now seems to take quirks arg.
...
BTW, why don't we put it into vc_quirks member of vga_softc directly
in MD attachments?
2002-07-26 12:57:38 +00:00
onoe
ad4f7e6d3a
Note Silicon Image 0680 support
2002-07-26 10:37:32 +00:00
onoe
46243dd61d
Add support of Silicon Image 0680 Ultra ATA/133 ATA Controller.
...
It's ugly that all register values are written in numeric, but I can't
find any definition of the registers to be written in literal.
2002-07-26 10:23:30 +00:00
onoe
2354f208d4
regen: Add Silicon Image (CMDTECH) 0680
2002-07-26 10:17:21 +00:00
onoe
f0f7c1edb7
Add Silicon Image (CMDTECH) 0680
2002-07-26 10:14:00 +00:00
jdolecek
fceac2db48
After showing help, touchwin/wrefresh the stdscr, do not try to do
...
that for form subwindow, which may be NULL (or is always, even?).
This fixes SIGSEGV when one goes to
Network related configuration -> Modify the hosts file -> Delete host entries
and presses F1 (Help).
2002-07-26 08:43:26 +00:00
jdolecek
d5d1e7aa6c
fgetln() does NOT return NUL-terminated string
...
This fixes bin/13624 by Jun-ichiro itojun Hagino
2002-07-26 07:59:33 +00:00
jdolecek
ec977bae0f
make sure at least one host is selected before changing /etc/hosts
...
Fixes bin/15713 by Tracy Di Marco White.
2002-07-26 07:29:06 +00:00
enami
ef6c924232
Don't sprinkle cleanup code here and there (necessary cleanup was missed).
2002-07-26 06:16:32 +00:00
enami
97d2db87f2
Cosmetic changes.
2002-07-26 06:04:57 +00:00
enami
b81058e7fc
Add some necessary but missing resource deallocation.
2002-07-26 06:04:12 +00:00
simonb
13c96f8103
Split out the {b,c}dev to a separate file, which many devices declared
...
conditionally so that other eval boards (say without PCI support) can
share the basic "conf.c".
2002-07-26 03:23:04 +00:00
rafal
e5e8d68abe
Some minor touchups/rewordings/clarifications.
2002-07-26 02:45:37 +00:00
enami
5f5918e1e7
Synchronize code and comment again to prevent mbuf leak. Sprinkle some
...
KNF while I'm here.
2002-07-26 01:36:30 +00:00
wiz
5db23d2c5d
enouth -> enough.
2002-07-26 01:00:39 +00:00
simonb
328bb37293
Add support for detecting Alchemy Semiconductor CPUs. Alchemy use the
...
processor ID field to donote the CPU core revision and the company
options field do donate the SOC chip type, so we need to add an extra
field to the "pridtab" structure to identify these CPUs.
2002-07-26 00:43:54 +00:00
grant
9676dd8001
typo in comment.
2002-07-26 00:42:04 +00:00
lukem
9a3e02035b
be consistent and use \n[XXX] instead of rXXX
2002-07-26 00:11:29 +00:00
wiz
52078f1201
Correct function name in some debug printfs. (More could be done.)
2002-07-26 00:01:30 +00:00
matt
f9be6bb495
Cleanup AltiVec data stream issues with context switching. Don't stop
...
data streams on execptions/interrupts since the processor will suspend
them for us. Only stop them on 1) process exit, 2) another process gets
its address space loaded, and 3) (for completeness only) we save a process's
AltiVec context.
2002-07-25 23:46:47 +00:00
simonb
f416cb43ee
Use "#define<tab>".
2002-07-25 23:41:33 +00:00
matt
a660a9325f
Set normal memory PTEs with PTE_M (memory coherent). Change how we
...
remember the "exec"ness of a page. If a managed page is pmap_enter'ed
with VM_PROT_EXECUTE, remember that it's an "exec"page. Such that when
additional mapping are performed, no synch'ing of the I-cache is needed.
Revoke "exec"ness when the page is mapped into the kernel with VM_PROT_WRITE
or the pmap_page_protect is called with VM_PROT_NONE.
2002-07-25 23:33:04 +00:00
wiz
7e57db6ca9
The man page claims they are sorted by driver name, so sort them by driver
...
name.
2002-07-25 21:30:34 +00:00
jdolecek
f340b79eaf
bump to 1.6E - struct proc size change on LP64 platforms
2002-07-25 21:13:40 +00:00
jdolecek
02eb342b57
Make sure that the pointer to old parent process for ptraced children
...
gets reset properly when the old parent exits before the child. A flag
is set in old parent process when the child is reparented in ptrace(2).
If it's set when process is exiting, all running processes have their
'old parent process' pointer checked and reset if appropriate. Also
change to use 'struct proc *' pointer directly, rather than pid_t.
This fixes security/14444 by David Sainty.
Reviewed by Christos Zoulas.
2002-07-25 20:04:02 +00:00
rafal
e88eea4ac8
Fix remaining uses of ".if r_xxxx", when we really want ".if rxxxx", or
...
even better ".if \n[xxxx]".
2002-07-25 19:49:27 +00:00
jdolecek
413ebb2a10
Reduce stack usage on the NFS mount code path. This fixes kernel stack
...
overflow when using IPsec on vax, as reported by Olaf Seibert on
current-users@.
2002-07-25 19:03:27 +00:00
he
af9f155a33
Add identifiers for newer 21264 CPUs (B, C and D), EV68 variants.
...
Information gleaned from corresponding code in FreeBSD.
2002-07-25 15:39:41 +00:00
grant
b0f2d974df
allow partitions i-p to be modified, from Masanori Kanaoka in
...
port-i386/17689, with minor changes by me.
2002-07-25 15:19:17 +00:00
thorpej
efe71a8aac
Add support for DMA to/from the on-chip devices of the i80321 (no
...
PCI window translation).
XXX This would be better done by overhauling the shared ARM bus_dma code.
2002-07-25 15:00:48 +00:00
grant
36ae72d99a
add test for /usr/bin/logger in warn/err.
2002-07-25 14:34:46 +00:00
grant
e5d316be94
allow partitions i-p to be modified, from Masanori Kanaoka in
...
port-i386/17689, with minor changes by me.
add_rc_conf() needs a trailing \n.
2002-07-25 14:31:10 +00:00
lukem
f02e32fef8
Add ./var/spool/output/lpd -- lpd(8)'s default spool directory.
...
Resolves final outstanding issue with [bin/7054].
2002-07-25 13:13:44 +00:00
jdolecek
973b4b497c
form_appenditem(): make sure fte->list is initialized
...
process_{pre,}form(): g/c unnecessary malloc, plug memory leak
gen_list(): only check ftp->list after realloc()
handle_{pre,}form(): allocate F[] via calloc(3), so that the memory is
properly zeroed
2002-07-25 12:42:39 +00:00
itojun
d08a33e8b1
correct multicast packet MTU check. sync w/kame
2002-07-25 12:41:51 +00:00
jdolecek
d675751f34
g/c some pointless malloc()s
2002-07-25 12:39:26 +00:00
jdolecek
5ff2a932b1
launch_subwin(): make sure string 'command' is initialized; malloc may not return
...
zeroed memory. This should fix the SIGSEGV part of bin/17718
by Grant Beattie.
2002-07-25 12:34:09 +00:00