summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/sys
AgeCommit message (Expand)Author
2014-03-04Get rid of unused variable definition za from mount.hozaki-r
2013-12-12Don't define ptrdiff_t since that's done in the NetBSD <sys/types.h>matt
2013-11-25fix one more mountlist instantchristos
2013-10-29Vnode API cleanup pass 1.hannken
2013-09-23don't use IO_APPEND. In the vdev_file.c we end up appending to our virtualchristos
2013-09-23Hack: Instead of dying in vrele with a kernel assertion, detect that thechristos
2013-06-21rename delay to xdelay to avoid conflicts.christos
2013-01-03Spell cprng_fast() properlydsl
2013-01-03Use cprgn_fast() not rnd_extract_data().dsl
2013-01-02I've NFI why this code has userspace stuff playing with 'struct proc *'dsl
2013-01-02Replace alloca(256) with an array.dsl
2012-12-02adapt the cyclic module and profile dtrace provider to netbsd.chs
2012-12-02update cyclic module to the freebsd 8-stable version as of svn r219520.chs
2012-10-20Use 0 for MS_NOMNTTAB since we have no mnttab anyway.riastradh
2012-10-20Hack to avoid missing macro to unbuild the tree.joerg
2012-10-19Let's try that again without the static...riastradh
2012-10-19Add omitted secpolicy_vnode_utime_modify, for zfs.riastradh
2012-10-18Take a first whack at making zfs permissions work.riastradh
2012-10-15secpolicy_vnode_access must be called with the vnode lock held.riastradh
2012-10-11No need to include files more than once.njoly
2012-06-19Use CTLTYPE_QUAD for uint64_t type in sysctl_createv.njoly
2012-06-05Now that pool_cache_invalidate() is synchronous and can handle per-CPUjym
2012-04-26Add FREAD for the benefit of kauth!christos
2011-11-21make this compile again. VOP_CLOSE is really vn_close() through macros.christos
2011-11-21correct declaration of vn_close()christos
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-12v_interlock is now a pointer to kmutex_t, use it as one.mrg
2011-04-02Remove unused M_MOUNT.rmind
2011-03-10adjust some pretty likely broken assertion (stksize is hardcodedpooka
2011-01-21fix kobj_open_file_vnode()pooka
2010-12-28Define vn_getattr in zfs_context.h.haad
2010-12-28Fix problem where vnode vp_size was not updated when vndoe was already alloca...haad
2010-12-14Remove now unneeded print_timestamp.haad
2010-12-14Do not include debug.hhaad
2010-12-14Add some more solaris vnode defs for zfs_ctldir.haad
2010-12-14Include sys/debug.h to get ASSERT defined.haad
2010-12-14 Simple routine to convert long to string.haad
2010-12-14NetBSD doesn't have /etc/mnttab replace it with /dev/null.haad
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-05-19Use ddi_copyin and ddi_copyout as solaris does, change them tohaad
2010-03-26deal with missing CLOCK_REALTIMEchristos
2010-03-13make dtrace compile on amd64.christos
2010-03-12DTrace: Add support for a simulated solaris_cpu[] data structure perdarran
2010-03-11DTrace: fix a few build issues for tools and the dtrace provider operationdarran
2010-03-10DTrace: fix a libctf toolchain build problem.darran
2010-03-02DTrace: another fix for OS X builds, stdint.h location.darran
2010-03-02DTrace: Get DTrace to build on OS X platforms.darran
2010-03-01DTrace: fix to only define sdt_provider_t if in the kernel. Not fordarran
2010-03-01This id compile time generated file add it to sys/sys and do not polutehaad