| Commit message (Expand) | Author | Age | Files | Lines |
* | - When VFS_VGET() is not supported, switch to VOP_LOOKUP(). | pjd | 2010-08-26 | 1 | -40/+48 |
* | - Check the result of malloc(M_NOWAIT) in replay_alloc(). The caller | pjd | 2010-08-26 | 1 | -20/+25 |
* | Set de_dir for user created symbolic links. This will be needed to be | jh | 2010-08-26 | 1 | -0/+1 |
* | Make sure TARGET_ABI is defined. TARGET_ABI will die a horrible death | imp | 2010-08-26 | 1 | -1/+1 |
* | Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon) | imp | 2010-08-26 | 1 | -1/+1 |
* | Mark __DTOR_LIST__, __EH_FRAME_BEGIN__ and __CTOR_END__ as used to avoid | rpaulo | 2010-08-26 | 1 | -5/+5 |
* | Mark __JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__ as used to | rpaulo | 2010-08-26 | 1 | -5/+5 |
* | Install dtruss. | rpaulo | 2010-08-26 | 1 | -0/+2 |
* | Add a man page for dtruss. | rpaulo | 2010-08-26 | 2 | -1/+90 |
* | Sync DTrace bits with amd64 and fix the build. | rpaulo | 2010-08-26 | 1 | -2/+6 |
* | Fix typo. | kib | 2010-08-26 | 1 | -1/+1 |
* | eliminate unused code. | davidxu | 2010-08-26 | 2 | -17/+0 |
* | Decrease rdlock count only when thread unlocked a reader lock. | davidxu | 2010-08-26 | 1 | -1/+1 |
* | Ugly kludge to paper over some kind of ld bug and/or misuse: don't | imp | 2010-08-26 | 1 | -1/+2 |
* | Rescue doesn't work for n64. | imp | 2010-08-26 | 1 | -0/+3 |
* | Add mutex locking for the call to replay_prune() in | rmacklem | 2010-08-25 | 1 | -0/+2 |
* | Fix a debugging message under bootverbose. This address is not linear. | jkim | 2010-08-25 | 1 | -1/+1 |
* | Add an experimental feature to shadow video BIOS. Long ago, this trick was | jkim | 2010-08-25 | 1 | -10/+57 |
* | Revert r210194, adding a comment explaining why calls to chgproccnt() | trasz | 2010-08-25 | 1 | -0/+6 |
* | Increase maximum number of page table entries per VM86 context from 8 to 24 | jkim | 2010-08-25 | 1 | -1/+1 |
* | Add x86bios_set_intr() to set interrupt vectors for real mode and simplify | jkim | 2010-08-25 | 2 | -3/+15 |
* | Check opcode for short jump as well. Some option ROMs do short jumps | jkim | 2010-08-25 | 1 | -1/+2 |
* | Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a side | nwhitehorn | 2010-08-25 | 1 | -4/+5 |
* | Correctly ensure that the CPU family is 0x6, not non-zero. | jhb | 2010-08-25 | 1 | -1/+2 |
* | Intel QPI chipsets actually provide two extra "non-core" PCI buses that | jhb | 2010-08-25 | 3 | -0/+288 |
* | Add one more new memory day for Russian Federation: the end of Second World War. | osa | 2010-08-25 | 1 | -0/+1 |
* | If we read zero bytes from the directory, early out with ENOENT | brian | 2010-08-25 | 1 | -2/+6 |
* | Fix build of ppc32 loader. | nwhitehorn | 2010-08-25 | 1 | -1/+1 |
* | Call devfs_populate_vp() from devfs_getattr(). It was possible that | jh | 2010-08-25 | 1 | -1/+9 |
* | Provide timecounter based on XLR PIC timer. | jchandra | 2010-08-25 | 2 | -0/+74 |
* | Add the necessary DTrace function pointers. | rpaulo | 2010-08-25 | 1 | -0/+9 |
* | XLR PIC code update. | jchandra | 2010-08-25 | 2 | -6/+13 |
* | XLR PIC code update and style(9) fixes. | jchandra | 2010-08-25 | 7 | -313/+231 |
* | Rename on_chip.c to fmn.c, as the file has just the fast messaging network | jchandra | 2010-08-25 | 2 | -4/+2 |
* | - Regen after adding WITH_BSD_GREP and removing WITH_GNU_GREP | gabor | 2010-08-25 | 1 | -4/+4 |
* | Call the necessary DTrace function pointers when we have different kinds | rpaulo | 2010-08-25 | 2 | -0/+91 |
* | RMI XLR platform code clean-up. | jchandra | 2010-08-25 | 2 | -122/+115 |
* | o Correct typo. | maxim | 2010-08-25 | 1 | -1/+1 |
* | - Change the threshold from 'running next scrub the <value+1>th day after the | netchild | 2010-08-25 | 1 | -3/+3 |
* | Sync up XLR tick.c with the new MIPS tick.c | jchandra | 2010-08-25 | 1 | -17/+25 |
* | If a thread is removed from umtxq while sleeping, reset error code | davidxu | 2010-08-25 | 1 | -23/+12 |
* | On second thought, we need to force 16-bit mode | imp | 2010-08-25 | 1 | -0/+3 |
* | Prodded by Yongari, add support for Holtek HT80232. Add the device | imp | 2010-08-25 | 2 | -34/+46 |
* | If the first iteration of the do loop in replay_prune() | rmacklem | 2010-08-25 | 1 | -1/+1 |
* | Port dtruss to FreeBSD. | rpaulo | 2010-08-24 | 1 | -9/+6 |
* | Make RTLD work on powerpc64 again. If there is a sub-directory named | nwhitehorn | 2010-08-24 | 1 | -7/+10 |
* | Merge dtracetoolkit/dtruss from the vendor. | rpaulo | 2010-08-24 | 1 | -0/+467 |
|\ |
|
| * | Import dtruss from Brendan Gregg's DTraceToolkit. | rpaulo | 2010-08-21 | 1 | -0/+467 |
* | Remove this directory for an attempt to merge from the vendor tree. | rpaulo | 2010-08-24 | 0 | -0/+0 |
* | s/ithread/interrupt thread/ | trasz | 2010-08-24 | 1 | -2/+2 |