| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r197287, r197289, r197351, r197426, r197458, r197459, r197497, r197498, | Pawel Jakub Dawidek | 2009-09-29 | 1 | -1/+1 |
* | MFC r196456,r196457,r196458,r196662,r196702,r196703,r196919,r196927,r196928, | Pawel Jakub Dawidek | 2009-09-15 | 4 | -81/+68 |
* | MFC r196305: | Pawel Jakub Dawidek | 2009-08-17 | 1 | -4/+5 |
* | MFC r196289: | Pawel Jakub Dawidek | 2009-08-17 | 1 | -0/+1 |
* | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 3 | -3/+3 |
* | The mutex_owned() macro should operate on kmutex_t and not on mutex_t. | Pawel Jakub Dawidek | 2009-07-09 | 3 | -1/+10 |
* | Fix lockstat breakage to arm/powerpc buildworld. | Stacey Son | 2009-05-27 | 1 | -8/+12 |
* | Add the OpenSolaris lockstat(1M) command. Requires the dtrace driver, | Stacey Son | 2009-05-27 | 5 | -0/+3144 |
* | atomic.S has been renamed opensolaris_atomic.S to avoid collisions | Kip Macy | 2009-05-09 | 1 | -1/+1 |
* | define VN_RELE_ASYNC for use by libzpool | Kip Macy | 2009-05-07 | 1 | -0/+1 |
* | Switch over to gnu99 compilation on default for userland. | Roman Divacky | 2009-03-14 | 4 | -6/+8 |
* | Correct the sense of the "use32" terenary operator so that it uses | John Baldwin | 2009-01-16 | 1 | -5/+1 |
* | Include param.h instead of types.h before mount.h so that the nested | Robert Watson | 2008-12-29 | 1 | -0/+1 |
* | Including mount.h requires including param.h. | Robert Watson | 2008-12-27 | 1 | -0/+1 |
* | IFp4: Don't rely on disk IDs and always use vdev guids, which means always look | Pawel Jakub Dawidek | 2008-11-22 | 1 | -5/+1 |
* | Fix a warning on amd64 caused by using int for request argument instead of | Pawel Jakub Dawidek | 2008-11-18 | 2 | -2/+2 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | Pawel Jakub Dawidek | 2008-11-17 | 56 | -4787/+15477 |
* | Merge latest DTrace changes from Perforce. | Craig Rodrigues | 2008-11-05 | 9 | -27/+66 |
* | Mips doesn't have a long double that's different in size from double. | Warner Losh | 2008-09-18 | 1 | -1/+1 |
* | Add a missing file change from the VOP_GETATTR() argument axing. | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
* | Don't need to include vmem.h anymore. | John Birrell | 2008-05-23 | 1 | -1/+0 |
* | Add the dtrace client app to the build. | John Birrell | 2008-05-22 | 2 | -1/+39 |
* | Add the DTrace build tools. | John Birrell | 2008-05-22 | 5 | -1/+155 |
* | Oops, these files belonged under src/sys, not src. Sorry. | John Birrell | 2008-05-22 | 18 | -25785/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r179191, | John Birrell | 2008-05-22 | 18 | -0/+25785 |
* | Add the DTrace libraries and D library scripts. | John Birrell | 2008-05-22 | 11 | -1/+863 |
* | Add Solaris compatibility definitions for things we don't really want in | John Birrell | 2008-05-21 | 2 | -0/+83 |
* | * Handle the different ioctl design. | John Birrell | 2008-04-26 | 3 | -14/+524 |
* | Make this file compile cleanly. | John Birrell | 2008-04-26 | 1 | -1/+3 |
* | Leave out some header files. | John Birrell | 2008-04-26 | 2 | -0/+10 |
* | * Handle building on FreeBSD for i386 and amd64. | John Birrell | 2008-04-26 | 1 | -27/+194 |
* | * Make this file compile cleanly. | John Birrell | 2008-04-26 | 1 | -10/+27 |
* | * Add FreeBSD action extensions. | John Birrell | 2008-04-26 | 1 | -6/+267 |
* | * Handle the different ioctl design. | John Birrell | 2008-04-26 | 1 | -3/+14 |
* | There is a lot of commented out code here which applies to future work | John Birrell | 2008-04-26 | 1 | -2/+112 |
* | Leave out a header file. | John Birrell | 2008-04-26 | 1 | -0/+2 |
* | Merge FreeBSD include file changes with some code that should have come | John Birrell | 2008-04-26 | 1 | -11/+39 |
* | * Use FreeBSD's process library instead of the Solaris one. | John Birrell | 2008-04-26 | 1 | -1/+122 |
* | Leave out the hook that Solaris has into it's rtld. | John Birrell | 2008-04-26 | 1 | -0/+2 |
* | * Add a couple of action definitions for FreeBSD extensions. | John Birrell | 2008-04-26 | 1 | -0/+32 |
* | * Handle the different ioctl design. | John Birrell | 2008-04-26 | 1 | -1/+17 |
* | There are many places in libdtrace where errno can be set. When an | John Birrell | 2008-04-26 | 1 | -0/+18 |
* | Add some error definitions for FreeBSD action extensions. | John Birrell | 2008-04-26 | 1 | -1/+5 |
* | * Make this file compile cleanly. | John Birrell | 2008-04-26 | 1 | -7/+98 |
* | * Handle the different ioctl design. | John Birrell | 2008-04-26 | 1 | -4/+21 |
* | Just leave out a few includes to compile this on FreeBSD. | John Birrell | 2008-04-26 | 1 | -0/+4 |
* | * Get the maximum number of CPUs via a sysctl. | John Birrell | 2008-04-26 | 1 | -2/+63 |
* | * Define YY_INPUT for flex since input() can't be re-defined. | John Birrell | 2008-04-26 | 1 | -1/+25 |
* | Make this compile cleanly. | John Birrell | 2008-04-26 | 1 | -3/+2 |
* | Handle the different level of indirection between ioctl on SYSV vs BSD. | John Birrell | 2008-04-26 | 1 | -2/+7 |