summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Split s/w crypt/mic attributes to allow future hackery; this changesam2008-05-285-12/+18
* missing piece of last commit; add RESUME flag bit definitionsam2008-05-281-4/+4
* Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app'sambrisko2008-05-282-0/+62
* Add ieee80211_suspend_all and ieee80211_resume_all forsam2008-05-283-0/+43
* Don't override the txpower cap installed by ieee80211_alloc_node;sam2008-05-281-3/+0
* Simplify some contorted logic that wrongly left ISCAN_DISCARD setsam2008-05-281-15/+13
* Revise lock name handling:sam2008-05-283-20/+28
* Add a module for cnw(4) and build it on i386.jhb2008-05-282-0/+10
* Remove redundant checks from fcntl()'s F_DUPFD.ed2008-05-281-31/+16
* Grr, restore some useful comments that were only in the NetBSD code.jhb2008-05-281-0/+21
* Remove NetBSD and FreeBSD 4.x code from this driver in preparation forjhb2008-05-281-548/+16
* Work-around a compiler optimization bug, that broke libthr. Massivemarcel2008-05-281-1/+1
* Change the fix in the rev. 1.179 to use nfsrv_lockedpair_nd().kib2008-05-281-6/+2
* Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten.kib2008-05-281-0/+3
* Remove unused 'xl_unit' member from softc.jhb2008-05-282-2/+0
* Release the resources for the registers for the TWI device withimp2008-05-281-1/+1
* Plug a memory leak which can occur when multiple MAC policies are loadedcsjp2008-05-271-0/+4
* 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
OpenPOWER on IntegriCloud