summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Messing with the endian defines breaks the use of other FreeBSD headers.jb2008-05-231-44/+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
* 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
* 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
* 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
* 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 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
* special-case broadcast probe request in ieee80211_find_rxnode; we needsam2008-05-221-16/+30
* 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
* o Document two new ALT_BREAK_TO_DEBUGGER key sequences.maxim2008-05-221-1/+2
* Introduce REMOVE_NEXT() macro's for SLIST and STAILQ.ed2008-05-221-5/+14
* Add a new group definition to sys/conf.h: GID_TTY.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
* 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
OpenPOWER on IntegriCloud