pooka
6e2452d938
Initialize p_pgrp when creating a new process structure (and not
...
only for proc0). This makes something work. I just can't remember
what it was anymore.
2010-05-11 14:57:20 +00:00
pooka
7037dbf8d5
Set default number of vnodes to 1k instead of 64k: a large default
...
reserves a large amount of memory by default and this is not
desirable in a rump kernel where the typical usage is minimal.
Maybe I should write a few lines to autoscale desiredvnodes up to
a hard limit after the soft limit is reached?
2010-05-11 14:49:07 +00:00
pooka
2315e5705a
Fix reclaim locking so that we don't attempt lock reentry if making
...
a new rumpfs vnode triggers a reclaim for a rumpfs vnode.
2010-05-11 14:42:24 +00:00
pooka
484a50b1cb
uvm_object_printit() should be wrapped in DEBUGPRINT
2010-05-11 14:06:08 +00:00
nonaka
a69ab5bf09
Add SSP SSSR register definitions.
2010-05-11 13:23:09 +00:00
pooka
c33b4c9a6b
update slightly
2010-05-11 11:58:14 +00:00
nonaka
ab17339c43
Added some CKEN_* definition for pxa270.
2010-05-11 11:28:47 +00:00
tsutsui
3a09116b96
Sync with md.h rev 1.17:
...
> convert sparc64 to MULTIPROCESSOR kernel by default, and introduce
> s/MP/UP/ kernels were otherwise in place.
2010-05-11 09:46:46 +00:00
pooka
ed541767a0
drop silly backronym. just rump.
2010-05-11 09:45:59 +00:00
pooka
5fd51e5ff8
the crowd went crazy
...
as typo left the stage
2010-05-11 09:30:29 +00:00
pooka
14a8ac5592
Reclaim spec-type vnodes properly.
2010-05-11 09:28:40 +00:00
njoly
5c2b1bfba9
Fix some typos in comments.
2010-05-11 09:08:12 +00:00
lukem
37c82b82e2
libalpha.so.0.0.debug
2010-05-11 06:20:00 +00:00
joerg
4a30c591eb
Fix indentation
2010-05-11 02:34:39 +00:00
macallan
49fb250a32
use RI_NO_AUTO for the gdium's early rasops console so we don't try to
...
allocate memory before kmem is ready
2010-05-11 01:38:14 +00:00
jnemeth
ee8753142e
Fix tunnelling (ssh -w). The kernel expects a device to be passed
...
to the socked, not a path.
2010-05-10 20:28:05 +00:00
dyoung
19265b4bb9
Provide pmap_enter_ma(), pmap_extract_ma(), pmap_kenter_ma() in all x86
...
kernels, and use them in the bus_space(9) implementation instead of ugly
Xen #ifdef-age. In a non-Xen kernel, the _ma() functions either call or
alias the equivalent _pa() functions.
Reviewed on port-xen@netbsd.org and port-i386@netbsd.org . Passes
rmind@'s and bouyer@'s inspection. Tested on i386 and on Xen DOMU /
DOM0.
2010-05-10 18:46:58 +00:00
tsutsui
6ea92ed1bd
Add WZERO3 kernel to MD kernel set menu for
...
possible newer users of these smartphones:
http://www.willcom-inc.com/ja/lineup/ws/004sh/
http://www.willcom-inc.com/ja/lineup/ws/007sh/
http://www.willcom-inc.com/ja/lineup/ws/011sh/
etc.
XXX: sysinst/util.c:init_set_status() calls md_init_set_status()
XXX: to allow MD hook choose the right kernel, but it can do nothing
XXX: because set_status[] was changed to static. Is it okay to export it?
2010-05-10 16:33:45 +00:00
sjg
21d8983546
PrintOnError: run .ERROR last, so even if it causes problems we
...
still print MAKE_PRINT_VAR_ON_ERROR.
2010-05-10 15:54:21 +00:00
joerg
0513806c62
Kill a left-over break from the for-loop that vanished in 1.13.
...
Issue noticed by tnn.
2010-05-10 15:45:22 +00:00
tsutsui
8aad094f00
Include <bsd.own.mk> before ${NETBSDSRCDIR}.
2010-05-10 15:10:54 +00:00
mrg
d4586f7382
merge 20100510 properly
2010-05-10 14:53:17 +00:00
mrg
a07e0db33b
merge bozohttpd 20100510.
2010-05-10 14:44:19 +00:00
tsutsui
8f5dd48f26
Make this compile on sparc64.
2010-05-10 14:33:21 +00:00
kiyohara
f8bb8301ce
Use kmem(9) instead of malloc(9).
2010-05-10 12:17:32 +00:00
matt
c6547b8190
Regen.
2010-05-10 06:39:30 +00:00
matt
e8d2d48044
Add MARVELL 88SB2211 PCIe-PCI bridge
2010-05-10 06:38:45 +00:00
haad
c84b9426dd
Disable building of stub_stand.c we build all locking primitives in libzpool.
2010-05-10 06:27:57 +00:00
haad
0fbd0bfd4f
If thread_create was called with thread_id = NULL use our local thread id
...
as replacement otherwise we will crash.
2010-05-10 06:26:11 +00:00
haad
4296646a10
Fix spa_thread to compile under the NetBSD.
2010-05-10 06:15:28 +00:00
haad
fd29a8703f
Get new vnode when creating zfs share dir for it's znode.
2010-05-10 06:10:59 +00:00
mrg
dd20d252da
note bozohttpd 20100509
2010-05-10 03:39:57 +00:00
mrg
ce2063081a
merge bozohttpd 20100509.
2010-05-10 03:37:45 +00:00
mrg
390458fa54
import bozohttpd 20100509. it has these changes:
...
o major rework and clean up of internal interfaces. move the main
program into main.c, the remaining parts are useable as library.
add bindings for lua. by Alistair G. Crooks <agc@netbsd.org>
o fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325
special thanks to al for the majority of these changes.
2010-05-10 03:30:04 +00:00
hans
10e151e52e
The interrupt handler uses the softc, so it's probably a good idea to
...
initialize it before causing interrupts. Prevents a panic on VAXstation
4000/9x with SPX console.
2010-05-09 22:29:26 +00:00
hans
36cce634e3
Make console keyboard work on VAXstation 4000/9x. Seems not to break
...
anything on other VAXstations (tested on 4000 VLC).
2010-05-09 22:24:44 +00:00
hans
cbf9d0d33f
Make SPX work as console device on VAXstation 4000/9x.
2010-05-09 22:19:46 +00:00
rmind
da7cf0ef2f
Drop x86 MD package/core/smt IDs and use MI.
2010-05-09 20:32:41 +00:00
rmind
c216f5fe0e
Add node/core/smt ID numbers to struct cpu_data, will be filled by MD.
...
OK matt@.
2010-05-09 20:18:40 +00:00
morr
3a05a00830
Don't try to build xldscripts during build.sh modules
2010-05-09 18:53:03 +00:00
wiz
6f43bcda13
Remove trailing whitespace and dot in Nd.
2010-05-09 14:02:10 +00:00
degroote
c4b8685918
Add missing license
2010-05-09 12:45:19 +00:00
lukem
d5b8a70d27
MKDEBUG support for X11R6 shlibs
2010-05-09 12:02:04 +00:00
lukem
2cfb6c8725
libm68k debug
2010-05-09 11:58:15 +00:00
nonaka
2f41d35d1d
Added touchpad driver for WS007SH.
2010-05-09 10:39:59 +00:00
lukem
37a8f88600
pfs.debug
2010-05-09 05:44:43 +00:00
nonaka
cd77e74371
Added 2 options for X.
2010-05-09 02:03:35 +00:00
hans
31b20c1266
Fix tools build on Solaris with MKCROSSGDB=YES.
2010-05-08 23:18:44 +00:00
mrg
a65f4b2b01
document IPFILTER_LOOKUP and IPFILTER_COMPAT.
...
use "IP-Filter" instead of "ip-filter".
bump date.
2010-05-08 22:25:11 +00:00
mrg
cd1a4ca67f
regenerate these configurations from GENERIC.in.
2010-05-08 22:18:23 +00:00