aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-2216-89/+128
* Remove an elif and add an or-clause.Rui Paulo2010-08-221-3/+1
* Bump KDTRACE_THREAD_ZERO and use M_ZERO as a malloc flag instead ofRui Paulo2010-08-221-6/+3
* Fix style issues.Rui Paulo2010-08-221-6/+14
* Fix keyword expansion properties.Jilles Tjoelker2010-08-220-0/+0
* Destroy the helper device when unloading.Rui Paulo2010-08-221-0/+1
* Add more compatibility structure members needed by the upcoming fasttrapRui Paulo2010-08-221-3/+33
* sh: Add a test for breaking from a loop outside the current function.Jilles Tjoelker2010-08-221-0/+15
* Kernel DTrace support for:Rui Paulo2010-08-2210-247/+614
* Add a function compatibility function dtrace_instr_size_isa() that onRui Paulo2010-08-222-0/+14
* Add the FreeBSD definition for the fasttrap ioctls.Rui Paulo2010-08-221-0/+5
* Add support for whiteouts on tmpfs.Ed Schouten2010-08-223-33/+109
* Document newly introduced tunable dev.bge.%d.forced_udpcsum.Pyun YongHyeon2010-08-221-1/+21
* It seems all Broadcom controllers have a bug that can generate UDPPyun YongHyeon2010-08-222-7/+43
* Load tunable from loader.conf(5) instead of device.hints(5).Pyun YongHyeon2010-08-211-3/+6
* Remove LIBELF_PIC.Rui Paulo2010-08-211-1/+0
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-213-9/+2
* Modify clang so that when TOOLS_PREFIX is defined we register theRui Paulo2010-08-213-12/+25
* Add clang to the cross-tools build stage.Rui Paulo2010-08-211-0/+7
* Make sure the boot2 stage is compiled with gcc, as clang has noRui Paulo2010-08-211-0/+5
* We need to pull bsd.own.mk before modifying the CC variable. OtherwiseRui Paulo2010-08-211-0/+2
* Skip a KASSERT which isn't appropriate when not employing page coloring.Marius Strobl2010-08-211-3/+4
* Update for the new tests.Rui Paulo2010-08-211-263/+199
* Add a sysname char * to struct opensolaris_utsname.Rui Paulo2010-08-211-0/+1
* Add the definition of LIBELF_PIC.Rui Paulo2010-08-211-0/+1
* Use double quotes when checking the value of MACHINE_ARCH.Rui Paulo2010-08-211-1/+1
* Add a Makefile for dtruss.Rui Paulo2010-08-211-0/+8
* Port plockstat to FreeBSD. This will be connected to the build later.Rui Paulo2010-08-212-11/+63
* Link drti.o with a PIC version of libelf. This is needed becauseRui Paulo2010-08-211-2/+9
* Add libelf to the prebuild libs.Rui Paulo2010-08-211-1/+1
* Port the DTrace helper ioctls to FreeBSD and add a helper member toRui Paulo2010-08-211-2/+12
* Add libdtrace support for tracing userland programs.Rui Paulo2010-08-2115-218/+712
* Add sysname to struct opensolaris_utsname. This is needed by one DTraceRui Paulo2010-08-211-1/+2
* Use double quotes when checking the value of MACHINE_ARCH.Rui Paulo2010-08-211-1/+1
* The DTrace instrumentation object is going to be i386/amd64 only.Rui Paulo2010-08-211-1/+2
* Wrap remaining ieee80211_ratectl_node_init() calls missed in r211314.Bernhard Schmidt2010-08-211-3/+6
* Port most of the DTrace tests to FreeBSD.Rui Paulo2010-08-2183-93/+171
* Install a PIC libelf. This will be needed by the DTrace runtimeRui Paulo2010-08-211-0/+1
* Revert part of r211505. Some of the removed casts are actually safe soRui Paulo2010-08-211-16/+16
* make sure thread lock is locked.David Xu2010-08-201-0/+1
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-2014-19/+47
* optp may be NULL.Hajimu UMEMOTO2010-08-201-1/+2
* Revert r211434. Offline discussions have convinced me that this shouldMatt Jacob2010-08-201-18/+2
* Reduce redundant code.David Xu2010-08-201-76/+21
* In current implementation, thread cancellation is done in signal handler,David Xu2010-08-206-99/+284
* If thread set a TDP_WAKEUP for itself, clears the flag and returns EINTRDavid Xu2010-08-201-0/+7
* According to specification, function fcntl() is a cancellation point onlyDavid Xu2010-08-201-4/+11
* FPU EMU is 32-bit only for now, so mark it as a powerpc-only feature.Nathan Whitehorn2010-08-201-9/+9
* Fix mbuf leakages and remove unneccessary duplicate mbuf frees.Ana Kukec2010-08-191-13/+7
* Revert a minor part of revision 211364:Xin LI2010-08-191-4/+1