jdolecek
0c303462c5
modify sigtimedwait(2) to return full siginfo if available, and pass the wait
...
set using a pointer, to save couple bytes in struct sigctx
also fix fallout from recent lwp_wakeup() change, where we failed to properly
detect if tsleep() returned as result of lwp_wakeup() or signal outside
our wait set; could have caused problems for threaded apps using sigwait(2)
et.al.
2003-10-25 16:50:37 +00:00
chs
17a42a3dd3
make this compile again.
2003-10-25 16:33:00 +00:00
chs
cac49e5cf0
clear pcb_onfault before calling uvm_fault() and restore it afterward.
...
if the fault handler generates a pagefault, we'd like to panic rather
than invoking the onfault handler.
2003-10-25 16:31:39 +00:00
chs
359e5c8c2e
regen
2003-10-25 16:28:09 +00:00
chs
b9a4f8c809
allow COMPAT_SUNOS without COMPAT_43.
2003-10-25 16:27:25 +00:00
chs
7bd0896538
regen
2003-10-25 16:24:44 +00:00
chs
ae220470c0
add some missing. uncomment some. alphabetize.
2003-10-25 16:24:30 +00:00
chs
7d1b5d21fd
regen
2003-10-25 16:22:25 +00:00
chs
897a586840
add some misc cards I've got.
2003-10-25 16:21:31 +00:00
cl
54641460eb
make m68k/gdb53 compile as a crossgdb
...
- catch up tm-nbsd.h with gnu/usr.bin/gdb53/arch/m68k/tm.h
- only use nbsd-thread.o in m68k nbsd-host case
2003-10-25 16:20:58 +00:00
kleink
bb5e0820bc
Redo the VFP/endianness conditional logic of this file, making it easier
...
to read. No functional change except for the side-effect of fixing the
ARMEB FPA case, which wasn't supported anyway.
2003-10-25 16:17:44 +00:00
chs
0e9360f160
NULL -> 0
2003-10-25 16:15:07 +00:00
simonb
919b362849
Switch from intrcnt interrupt account to event counters.
2003-10-25 15:52:38 +00:00
simonb
49a8cd4e3a
Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict with
...
the MI i2c "strtc" device.
XXX: This should use the MI "strtc" device - the M41T81 should be
compatible enough with the M41ST84 currently supported by that
driver.
2003-10-25 15:05:00 +00:00
simonb
aa16c3e512
Fix a couple of tyops.
2003-10-25 15:00:38 +00:00
he
6afbde6005
Correct another typo.
2003-10-25 14:51:16 +00:00
simonb
12d7c8ac47
Include "dev/scsipi/files.scsipi".
2003-10-25 14:36:50 +00:00
simonb
fd8bf5d7c7
This is now a duplicate of the PB1000 config file, remove it.
2003-10-25 14:33:48 +00:00
simonb
78175d51c7
Update comment that this kernel config file is for the DBAu1x00 boards too.
...
Add USBVERBOSE, uncomment MIIVERBOSE, sort *VERBOSE.
Add "netbsd-aumac0" config line for root-on-aumac0.
Remove commented out "usb@uhci" device.
Add USB devices from the DB1500 config file.
Add umass/sd.
2003-10-25 14:33:14 +00:00
kleink
15e03bd18f
Pasto in previous.
2003-10-25 14:31:21 +00:00
simonb
7e135f3a2e
Make this compile with older gcc.
2003-10-25 13:45:07 +00:00
simonb
413652f29e
Fix comment for COMPAT_16.
2003-10-25 13:27:53 +00:00
simonb
916e13afc6
Add COMPAT_16 where missing.
...
Remove the unused COMPAT_15.
Comment out/remove COMPAT_* from INSTALL kernels.
2003-10-25 13:21:13 +00:00
simonb
95d060b02d
Use "cfe_bb_*" instead of "bb_*" to avoid conflicts with <sys/disklabel.h>.
...
XXX: Most of this file should probably move to <sys/disklabel.h>.
2003-10-25 13:06:03 +00:00
fredb
cb7d2f351e
Use ".Fl" consistently for option flags, and mdoc-ify the rest of that
...
paragraph, while we're in there. (There's still a long way to go...)
2003-10-25 12:32:55 +00:00
fredb
87d27207dc
Clean up the flags section,
...
and note the existence of
.Fl d
Closes
PR misc/23254.
2003-10-25 12:27:08 +00:00
yamt
01de53d5f4
don't assume the order of upcall stacks in the array from userland.
...
(it's reversed in the case of topdown vm.)
kern/23266 from Kouichirou Hiratsuka and tested by him.
2003-10-25 12:08:45 +00:00
lukem
ca57febe0a
add sparc64's ofwboot(8)
2003-10-25 10:51:59 +00:00
manu
e7fc3d0217
Correctly terminate the iohidsystem thread (with appropriate cleanups of
...
the shared memory), when the display server quits. We are now able to
restart the X server without the need to reboot the machine. That's better.
2003-10-25 10:43:45 +00:00
manu
13b975e15d
Typo
2003-10-25 10:41:53 +00:00
jdolecek
9e0c6a2b4a
fix my login in MAKEDEV entry
2003-10-25 10:22:10 +00:00
jandberg
fab533c23b
Note added polish keymaps for amiga
2003-10-25 10:15:32 +00:00
jandberg
5210c06ca0
Add polish wscons keymaps for amiga.
...
From Pawel Chwalowski in port-amiga/22961.
2003-10-25 10:02:05 +00:00
shin
0b6ee0aece
fix licence notice.
...
s/BY THE REGENTS AND CONTRIBUTORS/THE AUTHOR/.
2003-10-25 10:00:12 +00:00
christos
cb02efca51
fix uninitialized variable
2003-10-25 09:06:51 +00:00
christos
9ff8e797c6
fix uninitialized variables. one of them is a compiler bug.
2003-10-25 09:03:59 +00:00
christos
fe659fa011
fix uninitialized variable
2003-10-25 08:48:11 +00:00
scw
a554bf6c09
Simplify bus_space_{read,write}_N. Gcc3 emits better code than the old
...
compiler with straight C, rather than inline asm. (The latter was slightly
broken anyway with gcc3's more aggressive optimisation).
2003-10-25 08:47:14 +00:00
christos
d4ca1c7d1e
fix uninitialized variable
2003-10-25 08:39:05 +00:00
christos
21027e6048
more uninitialized variables
2003-10-25 08:37:00 +00:00
christos
551bd8b829
fix uninitialized variables
2003-10-25 08:30:46 +00:00
christos
e4e2331f07
fixed uninitialized variable
2003-10-25 08:27:12 +00:00
christos
59f2aab1ed
fix uninitialized variables
2003-10-25 08:26:14 +00:00
christos
649137925e
initialize off
2003-10-25 08:13:28 +00:00
christos
075b83474e
add a pair of double quotes.
2003-10-25 07:53:12 +00:00
christos
5028fe3e04
delint pointer casts.
2003-10-25 07:31:27 +00:00
christos
ad96bb0dec
remove unused variable
2003-10-25 07:31:12 +00:00
christos
9ee15c697a
Another fix for incremental search prev.
2003-10-25 06:42:41 +00:00
lukem
89f2e609f9
use simpler MDSET_NOSTRIP= instead of MDSET_NOSTRIP.xxxx=
2003-10-25 04:39:48 +00:00
lukem
20534790da
Update for MAKEDEV.tmpl changes; use <.OBJDIR-of-etc>/MAKEDEV
...
instead of etc/etc.${MACHINE}/MAKEDEV
2003-10-25 04:29:24 +00:00