Commit Graph

194934 Commits

Author SHA1 Message Date
tsutsui
851a3a4cfe Fix botch on mips64 merge:
- use correct offsets to pass args to loaded kernel in __mips_o32 case

Now NetBSD/pmax kernel properly boots, but init(8) still doesn't start
on GXemul emulating R3000 3MAX.
2010-11-25 14:05:27 +00:00
pooka
71604335b9 add one i saw on irc today 2010-11-25 13:51:26 +00:00
skrll
b8ccf1f053 Use partition_cyl_high and partition_cyl_low to find the "RiscBSD"
partition.

Makes nbfs somewhat work on my RiscPC.
2010-11-25 13:45:17 +00:00
wiz
63f1b0d299 New sentence, new line. Use Nx. 2010-11-25 09:13:37 +00:00
hannken
83b532dd44 - Don't detach configured devices on last close.
- No kmem allocation and biodone() under lock (from rmind@netbsd.org).
2010-11-25 08:53:30 +00:00
skrll
b6fc822fcf Add nbfs(8) man page from Ben Harris. 2010-11-25 08:18:33 +00:00
uebayasi
e3b768e416 Revert vm_physseg allocation changes. A report says that it causes
panics when used with mplayer in heavy load.
2010-11-25 04:45:30 +00:00
dholland
436ec2bec5 Improve previous with comments. 2010-11-25 04:33:30 +00:00
dholland
09bec75330 Don't printf time_t with %d; fixes PR 44128 from yamt. With this change it
successfully prints mtimes after 2038.
2010-11-24 22:57:53 +00:00
wiz
8cff2e500f postfix-2.7.2 out. 2010-11-24 22:14:35 +00:00
pooka
6d4b60f246 create pthread attribute only once 2010-11-24 20:29:13 +00:00
skrll
ce0d59c64f Improve debug output. 2010-11-24 19:12:08 +00:00
christos
f6fb458da3 PR/44148: Henning Petersen: catstrg() does not set the resulting string length. 2010-11-24 17:51:11 +00:00
christos
b88895de6f PR/44147: Henning Petersen: Add missing closedir calls. 2010-11-24 17:40:41 +00:00
pooka
d693e691bf unsnafu previous 2010-11-24 17:20:24 +00:00
pooka
5e5fac56c7 update locking proto, use unputwait 2010-11-24 17:03:39 +00:00
pooka
0f9bd961a2 Unschedule from CPU for out-of-kernel blocking ops. Otherwise we
might even deadlock if the thread that wakes us up wants a CPU.
2010-11-24 17:00:10 +00:00
dholland
b8fe00169c Call pathbuf_destroy exactly once, never twice. PR 44144 2010-11-24 16:31:12 +00:00
pooka
b99a42f8f3 improve threadsafety 2010-11-24 15:17:46 +00:00
cegger
c4e5073612 when DDB is enabled then use 'db_printf'
for 'call intr_printconfig' to respect the 25 lines on vga output
2010-11-24 14:56:18 +00:00
cegger
0afb168c64 No need to print '0x' twice in the printing of
the mbuf flags via 'show mbuf'
2010-11-24 14:49:18 +00:00
pooka
adabf68496 missed part of earlier commit 2010-11-24 14:32:42 +00:00
hauke
83b3796db8 Consistency in commenting COMPAT_nn options. 2010-11-24 13:54:49 +00:00
hauke
75d0e22117 Catch up on COMPAT* options -- it's been a while... 2010-11-24 13:53:34 +00:00
hauke
ab1bc2fabc One more page in the Big Book Of Things That We Can do Without --
COMPAT* options, puffs support.
2010-11-24 13:48:20 +00:00
christos
4ef443d8ef - pass lint
- minor spacing nits
- check allocations
2010-11-24 13:17:56 +00:00
pooka
c21ac41b0b Sneeze some locking into connect/disconnect. 2010-11-24 11:40:24 +00:00
mrg
84b278ca3f add support for WSDISPLAYIO_LINEBYTES. mostly from macallan. 2010-11-23 22:14:27 +00:00
yamt
22304c0e72 C version of tpfmt.sh 2010-11-23 20:48:40 +00:00
pooka
e105cd79ed ld wants to create a 0-byte file before it starts linking, with
the default being ./a.out.  If we run build.sh rumptest from a r/o
fs, linking fails before it gets to the parts that interest us and
the whole test silently fails.

So:
1) use -o /tmp/rumptest.$$ (objdir might be better, but I couldn't
   determine with a high confidence how to obtain the definite one
   in build.sh)
2) catch "cannot open output file" error from ld
2010-11-23 18:30:26 +00:00
pooka
dc438cc52e need the notorious "debug" flag for the .debug
caught by pgoyette
2010-11-23 18:05:17 +00:00
pooka
48e1b6d6d5 Add simple test for md(4) which just stuffs junk into /dev/rmd0d
and checks the same data can be retrieved.
2010-11-23 15:38:53 +00:00
christos
05f534f3c7 PR/44132: Wolfgang Stukenbrock: libc/rpc may overwrite not-allocated memory
Return XPRT_DIED when realloc fails for lack of a better error.
2010-11-23 14:02:01 +00:00
pooka
e425e897be Add aliases for _atomic_cas_foo, as they are used often. A snafu
in "./build.sh rumptest" prevented me from noticing this yesterday,
so thanks to Nick Hudson for re-pinging.
(I'll fix build.sh shortly)
2010-11-23 12:51:10 +00:00
pooka
85503d7b13 Install rumpclient to /lib to allow non-/usr users.
pointed out by tron (thanks!)
2010-11-23 12:41:47 +00:00
hannken
f9d9b76c70 Regen. 2010-11-23 11:16:59 +00:00
hannken
afdfce8e3b Remove unused count from pseudo-device md. 2010-11-23 11:13:52 +00:00
mrg
52c1dfeea5 - remove README.DIR, README.rapidaccess.
- add README.modes.
- add new xorg-server headers.
- obsolete XKeysymDB.
2010-11-23 10:24:03 +00:00
mrg
b2c817a219 add an include for sbus. 2010-11-23 10:19:55 +00:00
mrg
5efc132dce - always include <xorg-config.h> for DIX components
- update stuff to xorg-server 1.9.2
2010-11-23 09:49:30 +00:00
hannken
cec7ede499 Make md(4) mp-safe. 2010-11-23 09:30:43 +00:00
mrg
fe1d04c916 don't install date.def anymore; it is obsolete. 2010-11-23 08:44:23 +00:00
mrg
3cc5930c91 many build updates and fixes for xorg-server 1.9.2. 2010-11-23 08:22:29 +00:00
adam
1d1ee67612 Removed roaming_common.c from COPTS sections 2010-11-23 07:12:01 +00:00
mrg
5a881be08e add a note about xorg updates 2010-11-23 06:49:29 +00:00
tnozaki
115137ad39 to initialize mbstate_t, use memset instead mbrtowc. 2010-11-23 05:38:35 +00:00
christos
9f3048f962 fix typos 2010-11-23 04:36:09 +00:00
christos
d50ed4470e split if_wi 2010-11-23 04:33:09 +00:00
mrg
a69630cac3 add transforms for dri.pc. 2010-11-23 00:02:20 +00:00
dholland
0b58ffc1fd +HCF 2010-11-22 23:05:22 +00:00