matt
0273610899
Note recent arm and disklabel changes.
2013-05-03 16:08:48 +00:00
matt
af8f0546ca
Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
...
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.
2013-05-03 16:05:11 +00:00
matt
86313270f0
Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != ""
2013-05-03 15:55:21 +00:00
matt
82d2cffc31
Consistently use LDELFSO_MACHINE_ARCH.
2013-05-03 15:52:31 +00:00
jakllsch
bed2984a0b
Enable file-system EXT2FS.
2013-05-03 15:46:53 +00:00
jakllsch
8cf4682dc7
Enable sdhc* at cardbus? in amd64 GENERIC. As it is already in i386
...
GENERIC. sdhc(4) has had working detach support for a while now too.
2013-05-03 15:45:24 +00:00
jakllsch
fb9266188c
use IO_VGA as symbolic constant for 0x3c0 in x86_genfb_set_mapreg()
2013-05-03 15:42:29 +00:00
jakllsch
a1d65bc1f5
regen.
2013-05-03 15:38:04 +00:00
skrll
653c73bf56
Remove trailing whitespace
2013-05-03 10:27:05 +00:00
skrll
558553d0e3
Provide a default LDELFSO_MACHINE_ARCH. hi matt!
...
atf-run works again - the init/fini stuff didn't get run otherwise.
2013-05-03 09:37:17 +00:00
pooka
cfbb87e05b
Support proper rw_downgrade() semantics.
2013-05-03 00:23:49 +00:00
christos
c1bdad31a0
avoid initialization bug in vax gcc: int i; foo(&i);
2013-05-03 00:01:15 +00:00
rkujawa
327f3bc8e5
Sort Mad Catz.
2013-05-02 23:13:12 +00:00
rkujawa
730ec52dee
Add vendor ID for Mad Catz, Inc.
...
Add product ID for Mad Catz Cyborg R.A.T. 7.
2013-05-02 23:10:53 +00:00
zafer
51b7448f79
remove whitespace from end of file.
...
introduced by erh in 1.49
2013-05-02 22:43:55 +00:00
pooka
92e27cb3c3
reorder for better locality. no functional change.
2013-05-02 22:07:57 +00:00
pooka
f448fededb
update for previous change
2013-05-02 21:47:12 +00:00
pooka
5606f9bf46
Ok, maybe using int64 for nanoseconds in the (sec,nsec) tuple was
...
a bit too future-proof. I think long is enough there (let's just
hope nobody redefines "nano"). Also, make seconds signed just in
case someone wants their clock to be in 1901.
2013-05-02 21:45:28 +00:00
skrll
54f4ed2e2a
Comment out iwmmxt. hi jared.
2013-05-02 21:40:57 +00:00
pooka
f950fd3d52
Push rwlock upgrade and downgrade into the hypervisor where there's
...
at least a chance to implement them with minimal fuss.
2013-05-02 21:35:19 +00:00
matt
5d1d1ac212
Print out &_DYNAMIC too.
2013-05-02 21:11:18 +00:00
matt
6b1442b03a
Print out PT_DYNAMIC address for objmain.
...
Print out &_DYNAMIC too.
2013-05-02 21:11:03 +00:00
pooka
fe843b82c9
g/c stale comment
2013-05-02 20:37:32 +00:00
pooka
9a6702d07c
Retry enabling spin mutexes. We should be able to avoid poking the
...
scheduler by just making wakeup from cv_wait() honor the same locking
order as when a spin mutex is acquired though mutex_enter().
*fingers crossed*
2013-05-02 20:33:54 +00:00
pooka
939c69c331
Inform the rump kernel hypervisor of valid thread contexts so
...
that the implementation can allocate and release storage for them
in an optimal fashion, if necessary.
2013-05-02 19:14:59 +00:00
pooka
5fe33bdc4b
Clear rwlock's "writer" field when releasing the lock. Otherwise it might
...
have been possible for "readers" to reach visibility before "writer"
when another CPU took the lock, thus leading the previous owner to
incorrectly think that it still owned the lock in rw_write_held().
Also, remove duplicate clause from assert().
2013-05-02 16:49:08 +00:00
pooka
75af291e99
add HISTORY
2013-05-02 15:32:19 +00:00
riastradh
f9c5769b81
Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype.
2013-05-02 14:49:51 +00:00
matt
b4d86d0e21
Add getbyteorder manpages.
2013-05-02 13:30:10 +00:00
pooka
47795d39b6
expand the intended usage of rumpuser_open()
2013-05-02 12:27:08 +00:00
kiyohara
9d06634d8c
Add description for epoc32.
2013-05-02 12:09:40 +00:00
pooka
0835f1cded
update and bump date
2013-05-02 11:32:44 +00:00
matt
8c629cb493
Add getbyteorder(void) prototype.
2013-05-02 07:17:35 +00:00
matt
b1fc4bee02
Add getbyteorder() call.
2013-05-02 07:17:09 +00:00
matt
61a76f0146
Include <bsd.own.mk>
...
Always include <bsd.lib.mk>
2013-05-02 07:01:55 +00:00
matt
5695f408d6
use KLINK_MACHINE
2013-05-02 04:22:44 +00:00
matt
9244b4d1cb
Allow use of a different by using KLINK_MACHINE instead.
...
If it's not set, KLINK_MACHINE is set to ${MACHINE}
2013-05-02 04:14:28 +00:00
matt
5f058922b3
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
...
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.
usr/include/machine now points to usr/include/arm
2013-05-02 03:56:38 +00:00
matt
3b8856a9cc
Cleanup.
...
bsd.init.mk include ../Machine.inc so don't do it again.
For now, restrict this to epoc32 because of the external tools needed
2013-05-01 22:57:37 +00:00
matt
0d1154fda7
Fix abi/arch/float-abi for boot code
...
Force machine to be acorn26
Only build when little-endian non-eabi
2013-05-01 22:36:52 +00:00
matt
909d4efb97
Fix abi/arch/float-abi so can be built from any arm port.
...
Force MACHINE to acorn32
Only build little-endian non-earm.
2013-05-01 22:30:39 +00:00
matt
b9022c47e4
Force abi/float-abi/cpu
...
Only allow to build on little-endian.
Force MACHINE to be zaurus.
2013-05-01 22:16:15 +00:00
christos
f675af4a4b
PR/47789: Eitan Adler: small nits
2013-05-01 20:53:59 +00:00
matt
395e9f89de
Use MACHINE_CPU instead of MACHINE_ARCH
2013-05-01 19:56:47 +00:00
riastradh
1bb03de69a
First draft of a long-awaited man page for genfs_rename(9).
2013-05-01 18:56:48 +00:00
pooka
0af2148543
Actually, there's no point in unconditionally compiling in weak stubs
...
which will never be used in the NetBSD build. Comment hyperstubs.c
out from SRCS, but retain the source module as documentation.
2013-05-01 17:52:34 +00:00
pooka
a4068b6249
avoid Wunused on !NetBSD
2013-05-01 17:17:54 +00:00
matt
0e38269815
Add arm/vmparam.h and evbarm/fenv.h
2013-05-01 16:18:14 +00:00
agc
a3a6189341
Fix typo in previous
2013-05-01 15:57:44 +00:00
agc
d7199a4b01
Install pkgpath.conf in /etc - part of fix for misc PR/47645
2013-05-01 15:55:53 +00:00