summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Follow on to fix 1.51 for "Header with wrong dumpdate" message.mckusick2008-05-221-16/+10
* ignore sw beacon miss while scanning, just reset the beacon count and timersam2008-05-221-1/+18
* no need to stop the sw beacon miss timer; it's not used with adhoc or wdssam2008-05-222-4/+0
* clear out crudsam2008-05-221-2/+2
* Clean out all mentions of struct proc* for it was removed fromgonzo2008-05-221-4/+1
* Improve portability via s/struct siginfo/struct siginfo_data/. This wascperciva2008-05-222-3/+3
* o Document two new ALT_BREAK_TO_DEBUGGER key sequences.maxim2008-05-221-1/+2
* The function pmap_addr_hint no longer exists. Remove its man page.alc2008-05-223-64/+0
* Introduce REMOVE_NEXT() macro's for SLIST and STAILQ.ed2008-05-223-5/+36
* Add a new group definition to sys/conf.h: GID_TTY.ed2008-05-221-0/+1
* Last but not least, add myself to the list of birthdays as well.ed2008-05-221-0/+1
* Add myself to this list as well.ed2008-05-221-0/+1
* - Recognize the 'volume' parameter when creating a plex.lulf2008-05-221-1/+2
* Add codec id for Sigmatel STAC9872AKkevlo2008-05-221-0/+2
* A 'special' compatibility header to plug OpenSolaris code.jb2008-05-221-0/+35
* Additional compatibility headers.jb2008-05-223-0/+403
* Compatibility stuff for DTrace.jb2008-05-226-89/+135
* Consistently check IPFW and DUMMYNET privileges in the configurationrwatson2008-05-222-19/+5
* Add the DTrace build tools.jb2008-05-225-1/+155
* Oops, these files belonged under src/sys, not src. Sorry.jb2008-05-2218-25785/+0
* FreeBSD changes to vendor source.jb2008-05-229-240/+1290
* When sendto(2) is called with an explicit destination addressrwatson2008-05-221-1/+5
* This commit was generated by cvs2svn to compensate for changes in r179193,jb2008-05-2218-0/+25785
|\
| * Vendor import of the src/sys OpenSolaris bits for DTrace.jb2008-05-2218-0/+25785
* | This commit was generated by cvs2svn to compensate for changes in r179191,jb2008-05-2218-0/+25785
|\ \ | |/
| * Vendor import (really!) of the OpenSolaris bits for DTrace.jb2008-05-2218-0/+25785
* | Create the bucket mutexes with MTX_NOWITNESS. There's now amarcel2008-05-221-1/+1
* | Add the DTrace libraries and D library scripts.jb2008-05-2211-1/+863
* | Hook libdwarf and libproc into the build.jb2008-05-221-2/+2
* | Add a BSD licensed DWARF library for use by the DTrace clients.jb2008-05-2217-0/+4083
* | Add the Makefile for the process library which was missed in the previousjb2008-05-221-0/+20
* | Add a process library with some stubs that the DTrace client needs.jb2008-05-225-0/+473
* | Add support for the Compact C Type (CTF) conversions throughout FreeBSD'sjb2008-05-224-0/+130
* | Giant is no longer required and can not be held over kproc_exit().thompsa2008-05-211-1/+0
* | Thanks to report from Neil Hoggarth I found a missing UNLOCK injfv2008-05-211-2/+13
* | - sctputil.c - If debug is on, the INPKILL timer can deref a freed value.rrs2008-05-212-94/+99
* | Don't use LK_DRAIN before calling VOP_FSYNC() in the two furtherrwatson2008-05-211-2/+2
* | Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case forrwatson2008-05-211-1/+1
* | Implement the per-open file data for the cdev.kib2008-05-217-3/+144
* | + Use the default cscope names.obrien2008-05-211-8/+13
* | We can call ia64_flush_dirty() when the corresponding process ismarcel2008-05-211-3/+6
* | Use the "options " spelling (vs. "options<TAB>") so that commented linesobrien2008-05-213-18/+17
OpenPOWER on IntegriCloud