summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - When VFS_VGET() is not supported, switch to VOP_LOOKUP().pjd2010-08-261-40/+48
* - Check the result of malloc(M_NOWAIT) in replay_alloc(). The callerpjd2010-08-261-20/+25
* Set de_dir for user created symbolic links. This will be needed to bejh2010-08-261-0/+1
* Make sure TARGET_ABI is defined. TARGET_ABI will die a horrible deathimp2010-08-261-1/+1
* Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon)imp2010-08-261-1/+1
* Mark __DTOR_LIST__, __EH_FRAME_BEGIN__ and __CTOR_END__ as used to avoidrpaulo2010-08-261-5/+5
* Mark __JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__ as used torpaulo2010-08-261-5/+5
* Install dtruss.rpaulo2010-08-261-0/+2
* Add a man page for dtruss.rpaulo2010-08-262-1/+90
* Sync DTrace bits with amd64 and fix the build.rpaulo2010-08-261-2/+6
* Fix typo.kib2010-08-261-1/+1
* eliminate unused code.davidxu2010-08-262-17/+0
* Decrease rdlock count only when thread unlocked a reader lock.davidxu2010-08-261-1/+1
* Ugly kludge to paper over some kind of ld bug and/or misuse: don'timp2010-08-261-1/+2
* Rescue doesn't work for n64.imp2010-08-261-0/+3
* Add mutex locking for the call to replay_prune() inrmacklem2010-08-251-0/+2
* Fix a debugging message under bootverbose. This address is not linear.jkim2010-08-251-1/+1
* Add an experimental feature to shadow video BIOS. Long ago, this trick wasjkim2010-08-251-10/+57
* Revert r210194, adding a comment explaining why calls to chgproccnt()trasz2010-08-251-0/+6
* Increase maximum number of page table entries per VM86 context from 8 to 24jkim2010-08-251-1/+1
* Add x86bios_set_intr() to set interrupt vectors for real mode and simplifyjkim2010-08-252-3/+15
* Check opcode for short jump as well. Some option ROMs do short jumpsjkim2010-08-251-1/+2
* Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a sidenwhitehorn2010-08-251-4/+5
* Correctly ensure that the CPU family is 0x6, not non-zero.jhb2010-08-251-1/+2
* Intel QPI chipsets actually provide two extra "non-core" PCI buses thatjhb2010-08-253-0/+288
* Add one more new memory day for Russian Federation: the end of Second World War.osa2010-08-251-0/+1
* If we read zero bytes from the directory, early out with ENOENTbrian2010-08-251-2/+6
* Fix build of ppc32 loader.nwhitehorn2010-08-251-1/+1
* Call devfs_populate_vp() from devfs_getattr(). It was possible thatjh2010-08-251-1/+9
* Provide timecounter based on XLR PIC timer.jchandra2010-08-252-0/+74
* Add the necessary DTrace function pointers.rpaulo2010-08-251-0/+9
* XLR PIC code update.jchandra2010-08-252-6/+13
* XLR PIC code update and style(9) fixes.jchandra2010-08-257-313/+231
* Rename on_chip.c to fmn.c, as the file has just the fast messaging networkjchandra2010-08-252-4/+2
* - Regen after adding WITH_BSD_GREP and removing WITH_GNU_GREPgabor2010-08-251-4/+4
* Call the necessary DTrace function pointers when we have different kindsrpaulo2010-08-252-0/+91
* RMI XLR platform code clean-up.jchandra2010-08-252-122/+115
* o Correct typo.maxim2010-08-251-1/+1
* - Change the threshold from 'running next scrub the <value+1>th day after thenetchild2010-08-251-3/+3
* Sync up XLR tick.c with the new MIPS tick.cjchandra2010-08-251-17/+25
* If a thread is removed from umtxq while sleeping, reset error codedavidxu2010-08-251-23/+12
* On second thought, we need to force 16-bit modeimp2010-08-251-0/+3
* Prodded by Yongari, add support for Holtek HT80232. Add the deviceimp2010-08-252-34/+46
* If the first iteration of the do loop in replay_prune()rmacklem2010-08-251-1/+1
* Port dtruss to FreeBSD.rpaulo2010-08-241-9/+6
* Make RTLD work on powerpc64 again. If there is a sub-directory namednwhitehorn2010-08-241-7/+10
* Merge dtracetoolkit/dtruss from the vendor.rpaulo2010-08-241-0/+467
|\
| * Import dtruss from Brendan Gregg's DTraceToolkit.rpaulo2010-08-211-0/+467
* Remove this directory for an attempt to merge from the vendor tree.rpaulo2010-08-240-0/+0
* s/ithread/interrupt thread/trasz2010-08-241-2/+2
OpenPOWER on IntegriCloud