summaryrefslogtreecommitdiff
path: root/sys/dev/putter/putter_sys.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-03-04 21:07:38 +0000
committermrg <mrg@NetBSD.org>2014-03-04 21:07:38 +0000
commitbb269a48a309936c70c6ae3cda17034d0ecbef46 (patch)
tree248cbbc03c59f0cf993c0f89bc77aaeb329b5389 /sys/dev/putter/putter_sys.h
parente7dd1fc70ab7d2f51a96210450c698774b621ce2 (diff)
partial mknative-gcc for gcc 4.8 and ppc64.
Diffstat (limited to 'sys/dev/putter/putter_sys.h')
0 files changed, 0 insertions, 0 deletions
tr>2008-06-04vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.ad 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad 2007-12-15__FUNCTION__ -> __func__perry 2007-12-10Remove a now-unused local variable.he 2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka 2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej 2006-07-21- Use the LWP cached credentials where sane.ad 2006-05-14integrate kauth.elad 2006-01-20Use uintN_t.uwe 2006-01-02In kloader_open print errno if namei or vn_open fail.uwe 2005-12-11merge ktrace-lwp.christos 2005-09-24Remove the casts in the previous commit and use %zx.peter 2005-09-24Add casts to make this compile when KLOADER_DEBUG is defined.peter 2005-09-24Fix two typos.peter 2005-05-31Preserve const in cast.uwe 2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll 2004-07-06MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/uch