dyoung
5c0c1b5199
Use NULL instead of (bus_dma_tag_t)0.
2008-11-06 01:17:24 +00:00
dyoung
557e8919c2
Compute tags over the ACPI sources.
2008-11-06 00:41:52 +00:00
abs
09149f66a7
Add a note that SERCONSOLE breaks on the Falcon, and remove from
...
FALCON config.
2008-11-05 23:55:06 +00:00
christos
faa758fa9c
add a primitive "accept the license" for ipw and iwi. XXX: Needs translations.
2008-11-05 22:58:37 +00:00
christos
9fd1d5af01
PR/11317: Hubert Feyrer: Recognize mismatched parentheses inside old style
...
command substitution.
2008-11-05 22:04:43 +00:00
bouyer
b9e39927ac
evtchn_do_event(): in our C implementation of spllower(), if a handler fails
...
to restore the spl (shouldn't happen, but ...), we could end up with a
higther pending ipl set and never cleared because iplbit already
handled this level. while (iplmask != 0) {} would then never be true,
and we'd end up triggering KASSERT(iplbit != 0).
Now print the faultly handler and reset the IPL, and start the whole
pending IPL handling again if needed.
2008-11-05 21:04:05 +00:00
cube
b4ecd0fe82
Add necessary defines. Noted by Bernd Ernesti.
2008-11-05 19:50:06 +00:00
hannken
a797621996
fss_bs_thread: initialize b_error and b_resid.
...
Before it was possible for fss reads to return bogus b_resid values
leading to "delta > 0" panics from physio().
2008-11-05 19:30:57 +00:00
bjs
172fcb442e
Add missing debuglib entries for libz_g.a, libp2k_g.a, libpuffs_g.a,
...
librefuse_g.a, libgcov_g.a, and libcrypto_{rc5,mdc2,idea}_g.a.
2008-11-05 18:23:32 +00:00
blymn
57e1492b11
* Disable aborting the scan for the moment - it causes a firmware error if
...
a scan was never initiated which breaks WEP and open wireless connections
* Make sure the ESSID is cleared.
2008-11-05 09:42:20 +00:00
elad
fb62056e51
Don't build kernel modules with PIE.
...
Discussed with and okay christos@.
2008-11-05 00:54:25 +00:00
dbj
930ff683e1
pass HOST_CFLAGS when building cross tools
2008-11-04 23:58:40 +00:00
dbj
9e00aa9431
include unistd.h where getmode is traditionally declared
2008-11-04 23:31:32 +00:00
dbj
66394bcdd9
ensure mtree_err gets a format string
2008-11-04 23:22:48 +00:00
dbj
35bfa1ebbd
avoid full path to boot.cfg file when building amd64 boot floppy
...
share code with i386
2008-11-04 23:02:52 +00:00
dbj
23fafc624b
use an mtree template when building floppies to avoid local uid/gid in image
2008-11-04 23:01:04 +00:00
macallan
56ca03ffae
include hw cursor support
2008-11-04 22:21:17 +00:00
pgoyette
287fe7d56d
Fix cut&paste error in prev
2008-11-04 22:16:15 +00:00
pgoyette
3880525312
Restore previous behavior concerning CRITICAL events. Send an event
...
whenever state enters or exits CRITICAL, or whenever value of sensor
changes while the state is CRITICAL.
2008-11-04 22:06:10 +00:00
darrenr
7f27612b9c
wakeup is not the macro WAKEUP everywhere
2008-11-04 21:41:11 +00:00
christos
9f012c8aed
don't forget to use neg.
2008-11-04 21:08:33 +00:00
christos
2844d6eadc
we don't need *
2008-11-04 20:17:56 +00:00
cliff
477562543e
use device_private(self) instead of cast to get sc
2008-11-04 19:47:00 +00:00
wiz
1f13db8251
Sort sections, use more markup, sort options, spelling fixes, improve
...
formatting.
2008-11-04 19:43:04 +00:00
christos
00f6effc9c
use localtime_r
2008-11-04 18:52:25 +00:00
christos
b4be570207
Our new syslogd seems to want to depend on %z which is a gnu extension.
...
- While here, add all the rest of gnu extensions: %g, %G, %u.
- Fix long standing bug where %Z would not work because "private.h" was
not included. (Hi Brian!)
2008-11-04 18:37:28 +00:00
abs
d36d67412b
Another fix from Tuomo Makinen - Use brelse() to unbusy bp buffer
...
to allow user to swap floppy disks when prompted.
2008-11-04 17:08:45 +00:00
macallan
dfe1b54b07
Just some nits:
...
- test for macppc, not powerpc when building DRI drivers for mac
- fix a typo in the shark branch
- don't build DRI drivers on ibmnws either
2008-11-04 17:03:09 +00:00
abs
7bb734ab12
Move tc_init(&clk_timecounter); to stop the "timecounter:" message
...
appearing in the middle of the clock0 attach message. Tested by
Tuomo Makinen
2008-11-04 16:43:47 +00:00
reinoud
97c1950356
Don't dereference bp->b_vp->v_mount if its vnode type is VT_VNON. I dont
...
know if this masks a bug but with a machine having a ffs+wapbl mount, NFS
mounts and a ntfs mount this paniced the machine on suspend.
2008-11-04 16:08:41 +00:00
reinoud
3a0f6cde46
Implement powersave for ixpide(4). Tested it on an Asus IXP250 with IGP.
...
It seems to sleep and awake fine now without errors or warnings.
2008-11-04 16:05:29 +00:00
christos
3829e11930
Add a horrible kludge to make this build on sparc64, explained in the Makefile.
2008-11-04 15:25:58 +00:00
joerg
d490657a1e
Now that the installation floppies are including tmpfs as well, stop
...
distinguishing MAKEDEV init and MAKEDEV all for x86.
2008-11-04 14:25:10 +00:00
joerg
47066a311f
Make x86 installation use tmpfs.
2008-11-04 14:21:39 +00:00
reinoud
82af0a3f3e
Fix manpage; it showed option -i where it had to be -I
2008-11-04 13:54:10 +00:00
hubertf
95d4c42d15
Pull in a minor change from file-4.26 that gets cross-compiling from
...
Solaris going.
OK'd by christos@
2008-11-04 13:34:11 +00:00
cegger
bae2482c7f
regen.
2008-11-04 13:23:41 +00:00
cegger
982f9b9410
fix typo in previous: prodcut -> product
2008-11-04 13:22:29 +00:00
cegger
b8c4e4c3fe
regen.
2008-11-04 12:30:54 +00:00
cegger
2fdc34ba95
add ATI RD790 and RD890 chipset ids
2008-11-04 12:30:07 +00:00
blymn
d08a89fb84
Call tzset() to init TZ information for localtime().
2008-11-04 10:01:56 +00:00
matt
631af3647b
Just move the mutex ops into the DEV_MEM case.
2008-11-04 07:31:44 +00:00
matt
420b992a4b
Use a mutex to control access DEV_MEM.
2008-11-04 07:21:24 +00:00
matt
2e462089c1
Protect some code with if (pg) { .. }
2008-11-04 07:10:01 +00:00
ginsbach
ab35d36c9e
Change for standards compliance:
...
- Store an empty string in the catalog when the message text is empty an
a <blank> (space or tab) field separator is present.
Standards: The Open Group Base Specifications Issue 6
IEEE Std 1003.1, 2004 Edition
2008-11-04 03:14:46 +00:00
bjs
bedd1969ee
Allow writing to register R300_VAP_PVS_WAITIDLE; allows
...
r300 driver to work with Mesa-7.2!
2008-11-04 02:26:44 +00:00
mlelstv
3ce2b4a9f2
Add Makefiles and file lists for various optional crypto libraries.
...
Fixes PR lib/39846 and needs to be pulled up to netbsd-5.
2008-11-03 23:43:16 +00:00
cube
26d23ca1c6
Invert the test for the return value of getaddrinfo(), because that's what
...
is actually meant there, to do nothing when the name doesn't resolve to an
address.
2008-11-03 23:21:19 +00:00
christos
9d5a7031b8
make sure that we memset the struct tm we pass to mktime and set isdst to -1
...
so that it will figure out if daylight savings is to be applied or not. From
Anon Ymous
2008-11-03 22:59:51 +00:00
christos
b8b90de20c
If ipmi failed to attach we would crash because we would end up using callouts
...
while cold. If cold, wait 10 times longer, and if we spinout fail instead of
trying to poll. Makes my machine boot again.
2008-11-03 22:44:42 +00:00