tsutsui
74ed958e0f
Fix inverted logic on FPU type check in fpfault(). From OpenBSD.
2009-01-11 06:02:18 +00:00
christos
2567980901
another bsd.own.mk missing
2009-01-11 05:01:34 +00:00
christos
acdd91479e
we need route_enqueue not to be static
2009-01-11 04:34:16 +00:00
christos
209f6eb5bd
add another directory the cvs did not merge.
2009-01-11 03:56:22 +00:00
christos
da0b5ebdeb
need bsd.own.mk for $NETBSDSRCDIR
2009-01-11 03:50:50 +00:00
christos
f943330f91
merge another directory that cvs missed.
2009-01-11 03:46:25 +00:00
christos
404fbe5fb9
cvs does not -j new directories, do it manually.
2009-01-11 03:41:28 +00:00
dholland
5f34550dd1
fix typo
2009-01-11 03:32:44 +00:00
christos
ee0cffb57b
get the correct date for today.
2009-01-11 03:31:57 +00:00
christos
5ef9f056b5
mentioned files that need changing.
2009-01-11 03:31:12 +00:00
jmcneill
c63ad92f33
add whitespace
2009-01-11 03:28:45 +00:00
christos
15c99043a1
mention christos-time_t
2009-01-11 03:23:38 +00:00
christos
6c9e472741
mention how to deal with christos-time_t
2009-01-11 03:20:31 +00:00
christos
8f9e04edea
this change was somehow missed.
2009-01-11 03:16:33 +00:00
christos
a5e2dcc3e2
christos-time_t: welcome to 5.99.7
2009-01-11 03:12:21 +00:00
christos
6e4e55b07c
bump majors
2009-01-11 03:10:10 +00:00
christos
2ecd137f53
bump majors.
2009-01-11 03:09:35 +00:00
christos
46edb91e9f
bump shared libraries.
2009-01-11 03:07:47 +00:00
christos
379d921ced
resolve conflict.
2009-01-11 03:05:41 +00:00
christos
50728e7823
merge christos-time_t
2009-01-11 02:57:17 +00:00
christos
461a86f9bd
merge christos-time_t
2009-01-11 02:45:45 +00:00
mrg
6bbe77565e
add an empty module_init_md(), allows a MODULAR kernel to link.
2009-01-11 00:25:12 +00:00
mrg
0d6aaaf295
pull across the struct netbsd32_exec definition and use that in all
...
cases, since we never did 64 bit a.out. now ldd on 32 bit a.out
at least tries to work, but fails (on sparc or sparc64, no idea yet
for x86) the same way that all dynamic a.out binaries fail.
2009-01-11 00:06:55 +00:00
pooka
c0284edf66
* sparc supports rump kernel symbol rename
...
* plonk vax in here since it has issues with rename
2009-01-10 23:38:40 +00:00
pooka
132ffc213b
Include userland version of atomic cas routines in librump.
...
(the kernel version disables interrupts and therefore can't be used)
2009-01-10 23:36:22 +00:00
wiz
91f5265e68
groff-1.20.1 out.
2009-01-10 22:30:30 +00:00
pooka
a25e3b17bc
Track mutex/rwlock/condvar status. This allows us to get rid of
...
the pthread_np calls which will not likely exist on other platforms.
2009-01-10 22:28:42 +00:00
bjh21
f8474b32a7
Add support for encoding RISC OS metadata into ISO 9660 filesystems.
...
This is done by adding the general ability to stuff non-SUSP data into
the end of the System Use field of a Directory Record, which required
some amount of rewriting of the SUSP support. I think the result is
at least as good as what came before, and I've fixed at least one bug
along the way. Tested against RISC OS 3.70 on my Risc PC.
Oh, why do we want it? It should allow us to make acorn{26,32} CDs that
can be booted directly from RISC OS without mucking around copying the
bootloader to a native filing system.
2009-01-10 22:06:29 +00:00
wiz
67cbe60826
Make ready for HTML output.
...
Use proper escape for backslash ('\e').
2009-01-10 21:58:38 +00:00
pooka
29d7878897
Don't compile diagnostic code which accesses kernel symbols directly.
...
Will fail now since not all archs have the same symbol names.
2009-01-10 20:21:15 +00:00
pooka
f326c3106f
Disable symbol renaming for now on arm, mips, sh3 and sparc to
...
allow them to build. Some libgcc symbols are being renamed also,
plus not all atomic operations are provided by libkern on these
archs.
2009-01-10 20:19:43 +00:00
mhitch
9ecd51cd2c
For some reason lost in obscurity and time, I did not ever implement a
...
timeout capability to these drivers. Apparently no one has ever had
scsi devices that failed to complete a scsi operation in some fashion,
or at least no one has reported it as best I can remember. I've just
run into this situation and figured out that one disk would fail to
complete an I/O transaction and never timed out. Add the appropriate
timeout function to reset the controller and restart things.
2009-01-10 19:10:50 +00:00
tteras
f7557f766d
From Cyrus Rahman:
...
Accept RFC2253 compliant escaped special characters for asn1dn identifier.
2009-01-10 19:08:40 +00:00
dsl
b19182e92b
When substituting .for control variables any } or ) that matches the
...
${ or $( must be \ escaped.
Should fix some pkgsrc issues - eg 'clean' in print/gv.
2009-01-10 16:59:02 +00:00
dsl
aba4927178
Allow the user to save an unsigned int (eg the length or flags) with
...
each string.
2009-01-10 16:55:39 +00:00
cegger
c288f70f98
use new exported constants from net80211.
...
no functional change.
2009-01-10 13:03:19 +00:00
cegger
13175d24c8
BCM4328 has MAC rev 12.
...
XXX Driver now tells me, this chip has unsupported PHY type 4.
2009-01-10 12:57:50 +00:00
cegger
48a2c14752
Attach on BCM4328. This chip supports 11n.
2009-01-10 12:55:45 +00:00
cegger
09b32df7ac
Introduce ieee80211_setbasicrates().
...
Use it to set speed in ieee80211_ifattach().
Export new ieee80211_std_rateset_11{a,b,g}.
From OpenBSD.
2009-01-10 12:53:45 +00:00
tsutsui
7c5092b818
Remove unnecessary "last kernel PT page" mapping.
...
The lkptpa was required for hp300 (where PA != VA)
to prepare a page PA == VA to turn on the MMU,
and it is not needed for mac68k which has PA == VA
mappings even in kernel text/data/bss. Tested on LC630.
2009-01-10 11:28:47 +00:00
he
8309b1bdfc
Initialize a local variable to get rid of a "may be used uninitialized"
...
warning (turned into error by -Werror).
2009-01-10 11:04:36 +00:00
isaki
917e1cad29
Clean up messages.
...
- fdcintr: remove duplicated status message.
- fdioctl: make it easy to track ioctl.
2009-01-10 06:45:06 +00:00
isaki
9c9d081d26
fdc->sc_dev is not necessary.
2009-01-10 06:41:06 +00:00
jym
ae69d2f013
Do not probe for console when configuring xenbus devices, as it is
...
attached earlier during boot, when initializing hypervisor.
This avoids the "unknown type console at xenbus0 id 0 not configured"
autoconf(9) messages, which are misleading during domU's boot.
See also http://mail-index.netbsd.org/port-xen/2009/01/05/msg004621.html
Ok by bouyer@ in private mail.
2009-01-09 22:26:25 +00:00
cegger
799a73e2e9
rgephy(4): Support for RTL8211C(L) phy and flow control.
2009-01-09 22:16:01 +00:00
cegger
096c5722ac
add flow control support. From OpenBSD.
2009-01-09 22:03:13 +00:00
cegger
f7112a92d1
add support for RTL8211C(L) phy.
...
From FreeBSD.
2009-01-09 21:56:35 +00:00
jmcneill
df68862dbf
Make the "EULA not accepted" message a bit more informative, now reads:
...
EULA not accepted; please see the <driver>(4) man page.
2009-01-09 21:14:36 +00:00
macallan
0370399da0
mention bwi driver
2009-01-09 21:03:39 +00:00
macallan
d6ded78b71
Fix previous screwup.
...
This is the real bwi driver.
Ported by Taylor R. Campbell
2009-01-09 20:49:42 +00:00