summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename `tty_subr.c' to `subr_clist.c'.ed2008-05-272-700/+1
* Add jme(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-272-0/+2
* Release pcm mutex before calling snd_clone_unref(), which in turns mightariff2008-05-271-0/+7
* Add an entry for the jme(4) module.yongari2008-05-271-0/+1
* Hook up jme(4) to the build.yongari2008-05-274-0/+11
* Add driver support for PCIe adapters based on JMicron JMC250yongari2008-05-273-0/+4325
* Connect jmphy(4) to the build.yongari2008-05-272-1/+2
* Add JMicron JMP202/JMP211 PHY driver.yongari2008-05-273-0/+492
* Improve a comment which, in the actual CVS stock, doesn't completelyattilio2008-05-271-2/+5
* Once the ENOLCK is detected we expect to retry the acquisition.attilio2008-05-272-2/+6
* Avoid unnecessary one use of dtom(9) in spx_input().rwatson2008-05-261-1/+1
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-1/+3
* Bump __FreeBSD_version after netatm and I4B removal.bz2008-05-261-1/+1
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-26138-54071/+3
* Take into account possible overflow when multiplying. The casuality iskib2008-05-261-2/+2
* Dont call ata_start() when ata_reinit fails in the ioctl path.sos2008-05-261-1/+0
* We can not call iwn_start directly in the interruptdelphij2008-05-261-3/+14
* Fix namespace collision after src/sys/sys/file.h:1.78.pjd2008-05-253-4/+5
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-25147-76192/+1
* Comment out the code that breaks with invariants. This is stuff that isjb2008-05-251-0/+2
* The "if" semantic is not needed, just fix this.attilio2008-05-251-1/+1
* Replace direct atomic operation for the file refcount witht theattilio2008-05-252-5/+7
* style fix for newly introduced macro.attilio2008-05-251-1/+1
* Remove the dependency on lockstat. That its still work in progress.jb2008-05-251-1/+0
* Add the vtime (virtual time) hooks for DTrace.jb2008-05-252-0/+35
* To date, our implementation of munmap(2) has required that thealc2008-05-241-7/+0
* Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZErodrigc2008-05-241-2/+2
* Remove 'fasttrap' module for amd64 for now as the code is not therebz2008-05-241-2/+1
* Remove redundant redeclaration of 'zone_drain'.bz2008-05-241-1/+0
* Restore buildable state. Style ignored.bz2008-05-241-0/+6
* Change my email address to the one from the FreeBSD project.ed2008-05-241-1/+1
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-248-24/+0
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-243-24/+37
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.lulf2008-05-243-84/+199
* MFi386: revision 1.249nyan2008-05-241-0/+17
* Make the zfs module depend on the opensolaris module in preparation for itjb2008-05-241-0/+1
* Add the DTrace hooks for exception handling (Function boundary tracejb2008-05-243-0/+125
* Add a cyclic hook for DTrace.jb2008-05-241-0/+17
* Add the DTrace hooks for exception handling (Function boundary tracejb2008-05-243-2/+140
* Add DTrace 'proc' provider probes using the Statically Defined Tracejb2008-05-245-0/+144
* 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
OpenPOWER on IntegriCloud