| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was generated by cvs2svn to compensate for changes in r178528, | jb | 2008-04-26 | 98 | -2717/+705 |
|\ |
|
| * | Vendor import of the full userland contrib part of DTrace support from | jb | 2008-04-26 | 98 | -2717/+705 |
* | | Replace the prototype vaps_<ifn> and vap_create_<ifn> variables with | brooks | 2008-04-25 | 2 | -13/+42 |
* | | This commit was generated by cvs2svn to compensate for changes in r178525, | jb | 2008-04-25 | 26 | -0/+9898 |
|\ \
| |/ |
|
| * | Vendor import of DTrace support files from OpenSolaris. | jb | 2008-04-25 | 26 | -0/+9898 |
* | | A change got dropped in the merge, add back | jfv | 2008-04-25 | 1 | -11/+11 |
* | | This delta has a few important items: | jfv | 2008-04-25 | 26 | -232/+864 |
* | | add rules for statically embedding ipw, iwi, ral, and wpi firmware modules | sam | 2008-04-25 | 1 | -0/+154 |
* | | hookup the parent device's if_input and if_output to stub routines | sam | 2008-04-25 | 1 | -0/+19 |
* | | remove scan task on state change so it doesn't unexpectedly fire | sam | 2008-04-25 | 1 | -1/+2 |
* | | Add "ddb capture print" and "ddb capture status" commands do ddb(8), | rwatson | 2008-04-25 | 5 | -5/+297 |
* | | Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make no | rpaulo | 2008-04-25 | 1 | -1/+20 |
* | | Unbreak previous commit. While here, refactor the code a bit. | marcel | 2008-04-25 | 1 | -13/+10 |
* | | Always use PG_PS_FRAME to extract the physical address of a 2/4MB page | alc | 2008-04-25 | 2 | -18/+20 |
* | | Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff in | rwatson | 2008-04-25 | 1 | -1/+4 |
* | | o Fixed multi thread access issue reported by Alexander V. Chernikov | daichi | 2008-04-25 | 3 | -12/+13 |
* | | o Improved unix socket connection issue | daichi | 2008-04-25 | 1 | -13/+28 |
* | | o Fixed rename panic issue | daichi | 2008-04-25 | 1 | -11/+14 |
* | | o Fixed inaccessible issue especially including devfs on unionfs case. | daichi | 2008-04-25 | 2 | -8/+187 |
* | | This commit was generated by cvs2svn to compensate for changes in r178481, | jb | 2008-04-25 | 40 | -0/+13733 |
|\ \
| |/ |
|
| * | Vendor import of the CTF (Compact C Type Format) code used by DTrace | jb | 2008-04-25 | 40 | -0/+13733 |
* | | This commit was generated by cvs2svn to compensate for changes in r178479, | jb | 2008-04-25 | 64 | -0/+40194 |
|\ \
| |/ |
|
| * | Vendor import of libraries for DTrace from OpenSolaris. | jb | 2008-04-25 | 64 | -0/+40194 |
* | | o Added system hang-up process when VOP_READDIR of unionfs_nodeget() | daichi | 2008-04-25 | 1 | -1/+7 |
* | | This commit was generated by cvs2svn to compensate for changes in r178476, | jb | 2008-04-25 | 1428 | -0/+86505 |
|\ \
| |/ |
|
| * | Vendor import of the DTrace app and test suite from OpenSolaris. | jb | 2008-04-25 | 1428 | -0/+86505 |
* | - Add an integer argument to idle to indicate how likely we are to wake | jeff | 2008-04-25 | 15 | -95/+418 |
* | o Disable HMEDEBUG by default. | marius | 2008-04-24 | 5 | -199/+228 |
* | - vx_stop() requires the driver lock to be held. | marius | 2008-04-24 | 1 | -3/+5 |
* | - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) | marius | 2008-04-24 | 1 | -118/+155 |
* | - Use NULL instead of 0 for pointers. | marius | 2008-04-24 | 1 | -587/+579 |
* | fdhold can return NULL, so add the one remaining missing check for this | kris | 2008-04-24 | 1 | -0/+2 |
* | List of files that are off the vendor branch, but we use the stock vendor | obrien | 2008-04-24 | 1 | -0/+11 |
* | Remove FreeBSD ID's so these are exact copies of the vendor sources. | obrien | 2008-04-24 | 1 | -4/+0 |
* | Use logic or, not binary or, when deciding whether or not a system call | rwatson | 2008-04-24 | 1 | -1/+1 |
* | Allow the vnode zone to return the unused memory. The vnode reference | kib | 2008-04-24 | 1 | -2/+2 |
* | Stricter check for integer overflow. | ru | 2008-04-24 | 1 | -0/+2 |
* | Updated the test to handle multiple sinks. The sinks cut their | gnn | 2008-04-24 | 3 | -40/+148 |
* | In function rtalloc_mpath(), do not try to release the lock if the ro_rt | qingli | 2008-04-24 | 1 | -1/+3 |
* | Capitalize "Eve". This is the correct form and now matches | scf | 2008-04-24 | 1 | -1/+1 |
* | Add support for gpart: | marcel | 2008-04-24 | 1 | -6/+10 |
* | Revert rev 1.332 and keep ddb scripts off by default for now. Minidumps | brooks | 2008-04-23 | 1 | -1/+1 |
* | Avoid various shadowed variables. libthr is now almost WARNS=4 clean except | delphij | 2008-04-23 | 4 | -25/+25 |
* | - Include <machine/utrap.h> so this header doesn't have an MD | marius | 2008-04-23 | 1 | -5/+7 |
* | Implement the G_PART_DUMPCONF method for all 6 schemes. Also call | marcel | 2008-04-23 | 7 | -0/+113 |
* | o Rename ic_eoi to ic_clear to emphasize the functions it points | marius | 2008-04-23 | 9 | -65/+261 |
* | Implement red-black trees without using parent pointers, and store the | jasone | 2008-04-23 | 2 | -116/+947 |
* | Implement linux_truncate64() syscall. | rdivacky | 2008-04-23 | 3 | -2/+18 |
* | Fix the year of my doc/www commit bit that I've got :) | ganbold | 2008-04-23 | 1 | -1/+1 |
* | Add 'arm' category. | linimon | 2008-04-23 | 2 | -0/+4 |