drochner
5f590e753e
regen
2007-03-06 16:10:17 +00:00
drochner
067e5852ea
make the first argument to profil(2) char*, for consistency with <unistd.h>
2007-03-06 16:09:21 +00:00
drochner
707016f5b9
the "addr" argument to ptrace(2) is void* now
2007-03-06 16:07:22 +00:00
tnozaki
806c2e8ee3
add zh_HK.Big5-HKSCS locale, derrived from FreeBSD.
2007-03-06 15:50:45 +00:00
tsutsui
f343bfa8eb
Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) to
...
get device address.
XXX: This driver should be rewritten to use bus_space(9) more properly.
2007-03-06 14:45:31 +00:00
tsutsui
d5aef94bf1
Change bus_space_handle_t from void * (formerly caddr_t) to u_long
...
to make things easier.
2007-03-06 14:42:44 +00:00
tsutsui
35788e9981
- remove volatile from *regkva member in struct grfabs_et_priv
...
and use temporary variables on register accesses
- also remove volatile from *memkva member in struct grfabs_et_priv
because it isn't used to refer memory
XXX: I'm not sure if bm->plane should be volatile or not
but I don't think previous code treats it as volatile anyway.
(though I'm not sure how compiler handled "volatile caddr_t")
2007-03-06 14:40:25 +00:00
tsutsui
7bad4d945e
- change pointers which actually required caddr_t to calculate address
...
from (void *) to (char *)
- add (char *) cast to appease -Wpointer-arith
2007-03-06 14:15:13 +00:00
tsutsui
46cc919e1f
Make TX buffer (uint8_t *) and remove an unnecessary cast.
2007-03-06 14:13:02 +00:00
tsutsui
a977b2956f
Pass (char *) to mtod(9) on pointer arith.
2007-03-06 14:12:10 +00:00
tsutsui
1f79355c9b
Add (char *) cast to appease -Wpointer-arith.
2007-03-06 14:10:07 +00:00
tsutsui
bc4a41fd8b
Make req_addr (char *) rather than adding an extra cast
...
since it's used only in this function to calculate buffer address.
2007-03-06 14:07:15 +00:00
tsutsui
d319901154
Make io_data (char *) rather than adding an extra cast
...
since it's used only in this file to calculate buffer address.
2007-03-06 14:03:07 +00:00
he
582dc91458
More fixes after the caddr_t removal.
...
Mostly cast to char* for pointer arithmetic,
but also one missing indirection, and one "void *v, x;" fix.
2007-03-06 13:54:44 +00:00
tsutsui
7474a23441
Add a missed '*'.
2007-03-06 13:53:59 +00:00
tsutsui
57eb9123e8
Remove an unnecessary cast.
2007-03-06 13:53:32 +00:00
tsutsui
4fc7add5a3
Use (char *) to appease -Wpointer-arith.
2007-03-06 12:41:52 +00:00
yamt
dedaf26748
fix vcpu after recent cpubus changes.
2007-03-06 12:35:39 +00:00
yamt
a36286ca6a
multiple inclusion protection.
2007-03-06 12:32:46 +00:00
liamjfoy
f9af4def67
Fix some style issues - no functional change
2007-03-06 12:12:24 +00:00
dillo
d0c955805c
Remove hfsp directories, they have been reimported as hfs.
2007-03-06 11:31:21 +00:00
dillo
56c3e41252
Complete rename of hfsp to hfs, requested by thorpej.
2007-03-06 11:28:44 +00:00
dillo
abbfd8a897
LKM glue for Apple HFS+ file system.
2007-03-06 11:27:15 +00:00
dillo
be26016f83
Initial import of (experimental read-only) implementation of Apple
...
HFS+ file system.
Originally developed for Google Summer of Code 2005 by Yevgeny Binder,
updated and enhanced by me.
2007-03-06 11:21:58 +00:00
dogcow
b9b4ca0bf0
more caddr_t fallout.
2007-03-06 02:30:16 +00:00
rmind
0c9f6596f8
- SysV IPC changes were made by rmind@ i.e. mark responsibility.
...
- Change POSIX AIO responsibility to rmind@. Approved by briggs@.
2007-03-06 01:45:55 +00:00
xtraeme
27d2cb4e20
Use a mutex rather than lockmgr. Approved by Andrew Doran.
2007-03-06 01:09:42 +00:00
simonb
a92d5c5157
Fix some caddr_t rototill fallout.
2007-03-06 00:48:07 +00:00
he
ffac364e10
Make the various graphics card drivers compile again.
...
Try to preserve `volatile' qualification where possible, though
uses of kvtop() gain an unfortunate but probably unavoidable __UNVOLATILE().
Correct various instances of "void *ba, fb" to have * in front of fb as well.
2007-03-06 00:46:00 +00:00
simonb
80c8d64aa9
Fix some caddr_t rototill fallout.
2007-03-06 00:43:50 +00:00
dillo
25e99827c3
Rename files from hfsp to hfs.
2007-03-06 00:22:04 +00:00
dillo
d3fee42230
Temporarily readd, until rename is complete -- renaming the directory
...
is not enough.
(I need sleep, will clean this up tomorrow. Sorry for the mess.)
2007-03-06 00:15:50 +00:00
dillo
601515c0d6
Renamed to HFS.
2007-03-06 00:11:38 +00:00
dillo
4f1d6e612e
nitial import of (experimental read-only) implementation of Apple
...
HFS+ file system.
Originally developed for Google Summer of Code 2005 by Yevgeny Binder,
updated and enhanced by me.
2007-03-06 00:10:34 +00:00
wiz
a766acb9ec
libevent-1.3b out.
2007-03-05 23:58:05 +00:00
ad
3cf001f506
- Update to match changed pthread__park() interface.
...
- Simplify the locking in sem_wait().
2007-03-05 23:56:44 +00:00
ad
c79299e2ec
Update to match changed pthread__park() interface.
2007-03-05 23:56:17 +00:00
ad
fe47a5c777
- Update to match changed pthread__park() interface.
...
- Fix a bug where a thread could be "reentered" onto the waiters queue.
2007-03-05 23:55:54 +00:00
ad
792cc0e17d
- Simplify the interface to pthread__park() and friends slightly.
...
- If sysctl() fails, complain.
2007-03-05 23:55:40 +00:00
ad
8c1c910253
- Sync with reality.
...
- Minor cosmetic changes.
2007-03-05 23:53:53 +00:00
dillo
23c2619e4d
Add file-system HFSP (commented out) to GENERIC kernels of ports
...
on which Mac OS runs.
2007-03-05 23:30:18 +00:00
ad
da3cc0ffcf
Cosmetic and minor debugging changes.
2007-03-05 23:30:17 +00:00
dogcow
b347627ab1
The recent cpu_attach changes broke the xen build; while this compiles,
...
I'm far from positive it's the correct fix.
2007-03-05 23:26:40 +00:00
dillo
14d525cce7
Note addition of (read-only) support for Apple HFS+ file system.
...
Make myself responsible for it.
2007-03-05 23:24:00 +00:00
dillo
2d2ddd2830
Integrate apmlabel and HFS+ file system.
2007-03-05 23:19:17 +00:00
yamt
7e98ba85a6
nfsrv_setattr: revive nfsm_srvsattr which was (mistakenly?)
...
removed with caddr_t.
2007-03-05 23:18:50 +00:00
dillo
9274a5c0f1
Integrate apmlabel and HFS+ file system.
2007-03-05 23:18:01 +00:00
dillo
3eb0182b68
LKM glue for Apple HFS+ file system.
2007-03-05 23:09:16 +00:00
dillo
eaf2e0be76
Utility to add Apple Partition Map partitions to disklabel, based
...
on mbrlabel.
2007-03-05 23:06:53 +00:00
dillo
9cf283f2a5
Initial import of (experimental read-only) implementation of Apple
...
HFS+ file system.
Originally developed for Google Summer of Code 2005 by Yevgeny Binder,
updated and enhanced by me.
2007-03-05 23:01:06 +00:00