summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expand dump to allow MAX_INT dump levels.mckusick2008-05-244-23/+21
* Leave out a couple of DTrace modules for now.jb2008-05-241-2/+0
* After converting the "snapshot" mount option to the MNT_SNAPSHOT flag,rodrigc2008-05-241-1/+8
* For the following mount options, do not perform the string to flag conversionsrodrigc2008-05-241-21/+0
* Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, sincerodrigc2008-05-231-2/+0
* When using dump to generate level 0 dumps which are then rsync'edmckusick2008-05-234-4/+51
* Messing with the endian defines breaks the use of other FreeBSD headers.jb2008-05-231-44/+0
* Don't need to include vmem.h anymore.jb2008-05-231-1/+0
* Delete a couple of OpenSolaris headers which get in the way of ourjb2008-05-232-318/+0
* OpenSolaris kernel module compatibility sources.jb2008-05-232-0/+165
* Hook the DTrace kernel modules into the build.jb2008-05-231-0/+21
* The cyclic code is in sys/cddl/dev/cyclic to be consistent withjb2008-05-231-2/+2
* The cyclic timer device. This is a cut down version of the one injb2008-05-234-0/+1988
* Add the KDTRACE_HOOKS option for DTrace support.jb2008-05-231-0/+6
* Account for IPI_PREEMPT. We don't want to call sched_preempt() withmarcel2008-05-231-4/+10
* Fix nits pointed out in PR bin/39905 that have not already beenmckusick2008-05-231-3/+3
* Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happensmarcel2008-05-231-1/+4
* Fix the build by including <sys/param.h> in <sys/clist.h>.ed2008-05-231-0/+2
* Rev. 1.274 put the ttyrel() call before the destroy_dev() in thekib2008-05-231-2/+5
* The dev_refthread() in the tty_gettp() may fail, because Giant is takenkib2008-05-231-5/+6
* Use the t_state for the TS_GONE test.kib2008-05-231-1/+1
* Assert that si_threadcount > 0 before decrementing it. This helps catchingkib2008-05-231-0/+2
* When vget() fails (because the vnode has been reclaimed), there is nokib2008-05-231-3/+4
* Move TTY unrelated bits out of <sys/tty.h>.ed2008-05-237-36/+47
* Move sysinstall/sade away from TIOCGSIZE.ed2008-05-232-8/+8
* Another problem caused by the knlist_cleardel() potentially droppingkib2008-05-232-11/+29
* Destruction of the pipe calls knlist_cleardel() to remove the knoteskib2008-05-231-6/+1
* Relax the strict type check because gcc as distributed doesn't createjb2008-05-231-1/+1
* Change the alignment of the NOTE to match what gcc does.jb2008-05-231-1/+1
* Add the case for SHT_AMD64_UNWIND.jb2008-05-231-0/+2
* Add the ctf_get function and update the args to linker_file_function_listall.jb2008-05-231-1/+7
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-2330-0/+15340
* The value le->name cannot be NULL when we're freeing an entry in thecperciva2008-05-231-2/+1
* Check that lseek(2) succeeds and puts us where we expect. [1]cperciva2008-05-231-3/+7
* We only use the string "?rwxrwxrwx " once, so inline it rather thancperciva2008-05-231-2/+1
* Add the DTrace build tools to the list of tools and pass NO_CTF to alljb2008-05-231-8/+36
* Add a knob to allow just the kernels to be built during a 'make universe'.jb2008-05-231-0/+2
* Add the ctf_get method.jb2008-05-231-0/+9
* Allow a rendezvous with just a specified CPU too.jb2008-05-232-20/+67
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-237-372/+0
* DTrace can enter the debugger from a probe. Add a WHY definition for this.jb2008-05-231-0/+1
* Add the CTF conversion to the generated makefile. In the case wherejb2008-05-231-1/+1
* Add support for generating CTF data for the kernel.jb2008-05-232-0/+18
* Add a kernel option for amd64 to compile with the frame on the stackjb2008-05-232-1/+3
* Add the CTF source file which gets shared with link_elf.c and link_elf_obj.c.jb2008-05-231-0/+325
* Add hooks for the Compact C Type Format (CTF) data to be attached tojb2008-05-233-3/+117
* Add support for the DTrace malloc provider which can enable probesjb2008-05-232-0/+78
* Add the dtrace client app to the build.jb2008-05-222-1/+39
* special-case broadcast probe request in ieee80211_find_rxnode; we needsam2008-05-221-16/+30
* This fixes the "getfile: lost data" panic when restoring dumpsmckusick2008-05-221-0/+3
OpenPOWER on IntegriCloud