summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Employ read locks on UDP inpcbs, rather than write locks, whenrwatson2008-05-292-24/+30
* Rather than m_free(dtom(si)) in spx_reass(), return (1) which causes therwatson2008-05-291-6/+3
* The SIIG 4 port serial card based on the Oxford OX16PCI954 ismckusick2008-05-291-4/+4
* Correct minor comment typos, make white space use before block commentsrwatson2008-05-291-6/+19
* opt_ah.h is not constructed by config, it always comes fromsam2008-05-291-1/+1
* correct rx radiotap channel flags construction for 11n framessam2008-05-291-19/+18
* Cleanup power handling and fix suspend/resume:sam2008-05-292-25/+63
* close a race on detach by reordering bpfdetach and taskqueue_freesam2008-05-281-4/+8
* send EAPOL frames at the same rate used for mgt framessam2008-05-281-2/+10
* Add ieee80211_crypto_reload_keys to push all keys knownsam2008-05-282-0/+44
* Add a mac address to the key definition as otherwise we lose thesam2008-05-283-13/+12
* 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
OpenPOWER on IntegriCloud