rpaulo
0d8d0758a9
bump to libc.so minor 141.
2006-05-09 11:18:23 +00:00
rpaulo
69687a2d6c
Bump minor for recent IPv6 API changes.
2006-05-09 11:17:37 +00:00
yamt
853a5f5c50
add a missing #.
2006-05-09 08:27:27 +00:00
garbled
5f1b3eb60e
Use inb/outb macros instead of casting things to volatile.
2006-05-09 03:35:37 +00:00
dogcow
d78d8e8d89
Farewell, bad144; I'm sure you'll be sorely missed by someone.
...
At least the floppies build again now.
2006-05-09 03:22:03 +00:00
garbled
5410dc443b
convert some of the simple __asm statements to the standard powerpc
...
macros, like mtmsr().
2006-05-09 03:13:00 +00:00
garbled
ed0efbc5de
de-__P these files.
2006-05-09 02:52:39 +00:00
garbled
cfbb4ec285
More KNF. That should be the rest of the .c files.
2006-05-09 02:48:36 +00:00
garbled
aa9567ed00
KNF these files.
2006-05-09 01:18:10 +00:00
garbled
e7b3b846b3
Fix something that never should have worked before, that got broken by
...
proplib change. I'm assuming it was wierdness in the devprop API.
2006-05-08 23:12:13 +00:00
liamjfoy
64c2ef1711
#if -> #ifdef
...
ok christos
2006-05-08 18:50:12 +00:00
rpaulo
a2a222b5c1
Don't use a private variable for storing the desired ssid, the net80211 layer
...
provides that.
From OpenBSD.
2006-05-08 17:12:42 +00:00
garbled
be39d7253e
Switch prep over to evcnt(9). While I was here, I also switched it to
...
use struct cpu_info for the cpu stuff. Tested on 7248 and 7043.
2006-05-08 17:08:34 +00:00
tsutsui
3ce69693c2
Update entry of m68k gcc ra-colorize.c.
...
(fixed in gcc-3.3.3 at least on m68k, but not conformed on m68000)
2006-05-08 14:48:59 +00:00
tsutsui
b367369f5f
Remove HACK for m68k ra-colorize.c bug in gcc-3.3.2 since current
...
self build (with gcc-3.3.3) on hp300 has worked fine without this.
Maybe we could remove this HACK for m68000 too, but I can't confirm it
because it's too slow even on the emulator and it's unlikely to build
whole toolchains on sun2 with its maximum 4MB RAM...
2006-05-08 14:42:22 +00:00
he
02a48f9119
Document the "reduce optimization for make/buf.c" hack for hppa.
2006-05-08 11:09:01 +00:00
he
b28792d8d4
Our gcc 3.3.3 (nb3) for hppa gets an "unrecognized insn" internal
...
compiler error when building buf.c with -O2, so reduce optimization
level to -O1 for this single file.
To be documented in docs/HACKS, discussed with skrll.
2006-05-08 11:07:57 +00:00
skrll
25958e5e07
s/4/BKPT_SIZE/ in PC_ADVANCE
2006-05-08 08:02:32 +00:00
thorpej
2977973ac1
Initialize dv_properties in config_attach_pseudo(). PR kern/33438
2006-05-08 01:04:09 +00:00
rpaulo
42a3b0025e
Use C99 uintXX_t types so that applications don't need to include
...
sys/types.h directly (as in the past).
2006-05-07 23:41:17 +00:00
rjs
f671d0e977
Put back full majors.hpcarm.
2006-05-07 22:11:47 +00:00
bouyer
3a0a2e12df
Call xb_init_comms() once the event channel has been allocated for dom0.
2006-05-07 21:50:32 +00:00
bouyer
621b16009d
Fix read for /kern/xen/xenbus: ignore offset.
2006-05-07 21:49:56 +00:00
bouyer
61ebbef433
Initialise a few things earlier, so that getc() works before the console
...
is probed for dom0. This makes -c and -d work on Xen3/dom0 kernels.
The kernel still gets a trap on Xen2/dom0.
2006-05-07 21:48:35 +00:00
christos
d45a53ed73
Finish fixing compilation after device property changes.
2006-05-07 20:48:51 +00:00
christos
2867eb021b
Don't define $S here; nothing uses it and it is broken.
2006-05-07 20:48:01 +00:00
christos
d8d35ea484
Fix the build after old property header removal (Hi Jason)
2006-05-07 20:15:14 +00:00
jdc
94b7dad338
Remove call that sets XS_STS_DONE before we call scsipi_done().
...
This makes isp work again following the change in r1.135 of scsipi_base.c.
Also tested by David Hopper.
2006-05-07 17:31:48 +00:00
rjs
6d0faff4f5
Remove majors.hpcarm.
2006-05-07 17:13:19 +00:00
rjs
0472dd9d9c
A device node for apm is already declared in majors.arm32.
2006-05-07 16:33:56 +00:00
rpaulo
c27ebb0e79
while (1) -> for (;;)
2006-05-07 16:02:40 +00:00
rpaulo
96a4817dfb
Remove -DUSE_RFC3542.
2006-05-07 16:01:21 +00:00
rpaulo
84f73e685c
Remove support support for RFC 2292.
2006-05-07 16:00:18 +00:00
rjs
76d66cf27d
Add entries for all devices.
2006-05-07 15:47:07 +00:00
hubertf
006af5fef5
X86_64 -> AMD64, the x86_86 port was renamed to amd64 long time ago;
...
also for consistency with i386
2006-05-07 13:54:53 +00:00
he
6bbc42816c
Make the conditional for defining boolean_t complement the conditional
...
in sys/sys/types.h -- also need to test _STANDALONE.
Fixes a build problem for vax.
2006-05-07 12:46:01 +00:00
hubertf
97c6c066c2
Be more liberal about whitespaces when verifying checksums.
...
This allows checking md5/sha1 shecksums generates on Linux, which
add more whitespace.
Based on patch by Jukka Salmi (j+nbsd at 2006 dot salmi dot ch)
2006-05-07 12:22:55 +00:00
bouyer
c96226e3fa
Resolve conflicts from xen-3.0.2-2 import
2006-05-07 10:56:37 +00:00
bouyer
388f0b9508
Import non-DPLd Xen public headers from Xen 3.0.2-2
2006-05-07 10:54:39 +00:00
bouyer
c8a960c560
Add dom0 operation support for Xen3. Probably buggy, but it's enouth to have
...
xend and xenstored starting; xm info and xm list works.
2006-05-07 10:18:28 +00:00
tsutsui
96d1fdec03
Regen from syscalls.master rev 1.15:
...
> Use "#if defined(COMPAT_xx) || !defined(_KERNEL)" so that
> kdump(1) can get all proper syscall names.
2006-05-07 08:41:09 +00:00
tsutsui
97c5ca2016
Use "#if defined(COMPAT_xx) || !defined(_KERNEL)" so that
...
kdump(1) can get all proper syscall names.
2006-05-07 08:39:22 +00:00
kent
72804b8f8c
Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT.
...
This change might help nForce 410/430 support.
2006-05-07 08:31:44 +00:00
simonb
fda54e7c6f
In _prop_dictionary_alloc(), explicitly set pd->pd_flags to zero
...
instead of leaving random garbage in there.
Should we just use "memset(pd, 0, sizeof(*pd));" instead?
Fixes boot problems on evbppc/WALNUT with new proplib.
2006-05-07 06:25:49 +00:00
simonb
5b933f2a90
Unwrap not-too-long long.
2006-05-07 04:45:03 +00:00
xtraeme
50d9e15bdc
Mention that it was ported for NetBSD 4.0.
2006-05-07 02:01:26 +00:00
jmcneill
b95c4318a3
Add __KERNEL_RCSID.
2006-05-07 01:54:39 +00:00
jmcneill
2bb6256449
Note piixpm(4) import.
2006-05-07 01:39:38 +00:00
jmcneill
3dbc5b92c6
Add piixpm
2006-05-07 01:38:54 +00:00
jmcneill
1735d4bad3
Add piixpm(4) man page.
2006-05-07 01:35:20 +00:00