thorpej
|
712239e366
|
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
|
2007-02-21 22:59:35 +00:00 |
ad
|
3029ac48c7
|
- Use the LWP cached credentials where sane.
- Minor cosmetic changes.
|
2006-07-21 16:48:45 +00:00 |
elad
|
2867b68bc3
|
integrate kauth.
|
2006-05-14 21:42:26 +00:00 |
uwe
|
cebdea24e0
|
Use uintN_t.
|
2006-01-20 02:47:30 +00:00 |
uwe
|
ba474401d6
|
In kloader_open print errno if namei or vn_open fail.
Use consistent style for error messages.
While here, return NULL instead on 0 on error.
|
2006-01-02 20:51:09 +00:00 |
christos
|
95e1ffb156
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
peter
|
66d780db72
|
Remove the casts in the previous commit and use %zx.
Thanks to Simon Burge for pointing this out.
|
2005-09-24 17:00:20 +00:00 |
peter
|
0d776139dc
|
Add casts to make this compile when KLOADER_DEBUG is defined.
|
2005-09-24 11:27:04 +00:00 |
peter
|
84ba0cabfa
|
Fix two typos.
|
2005-09-24 11:20:07 +00:00 |
uwe
|
9af1a3ff5e
|
Preserve const in cast.
|
2005-05-31 22:22:36 +00:00 |
skrll
|
f7155e40f6
|
There's no need to pass a proc value when using UIO_SYSSPACE with
vn_rdwr(9) and uiomove(9).
OK'd by Jason Thorpe
|
2004-09-17 14:11:20 +00:00 |
uch
|
3a292b1beb
|
MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/
dreamcast and playstation2 port are changed to use this.
|
2004-07-06 13:09:18 +00:00 |