aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the DTrace test kernel module so that people can run the tests.John Birrell2008-05-311-0/+1
* Dis-associate from ncurses.Peter Wemm2008-05-311-1/+0
* Remove one of my dead email addresses from a copyright message.Peter Wemm2008-05-311-1/+1
* After probing the available frequency settings, restore the CPU to run atJohn Baldwin2008-05-301-17/+5
* Remove various and sundry NetBSDism's in preparation for adding locking.John Baldwin2008-05-304-136/+77
* Trim an extra semi-colon.John Baldwin2008-05-301-1/+1
* Fix build with DEBUG defined.John Baldwin2008-05-301-4/+4
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersDoug Rabson2008-05-305-5/+10
* - Add long options to pkg_install.Florent Thoumie2008-05-3013-100/+206
* When RADIX_MPATH is enabled, the route selection is not rotatingQing Li2008-05-302-6/+6
* Don't rely on NSM to help us forget about RPC client handles forDoug Rabson2008-05-301-6/+17
* Fix a panic that it's occurred when NDIS init handler returned a errorWeongyo Jeong2008-05-301-5/+8
* Fix a panic that a priority value which is passed to cv_broadcastpri(9)Weongyo Jeong2008-05-301-4/+6
* don't let KERNBUILDDIR control whether we copy opt_ah.hSam Leffler2008-05-301-1/+1
* Use a seperated hash table for mutex and rwlock, avoid wasting some timeDavid Xu2008-05-301-17/+21
* The XScale PXA255 has three generally ns16x50 compatible UARTs. One of theBenno Rice2008-05-301-5/+31
* Eliminate global mutex by using pthread_once's state field asDavid Xu2008-05-301-33/+29
* Use if_printf() and if_xname and retire 'unit' from the softc.John Baldwin2008-05-292-48/+48
* Fix some bugs/complaints:Michael Reifenberger2008-05-292-22/+31
* Read lock rather than write lock TCP inpcbs in monitoring sysctls. InRobert Watson2008-05-291-35/+31
* Remove the distinction between device minor and unit numbers.Ed Schouten2008-05-296-17/+14
* Employ read locks on UDP inpcbs, rather than write locks, whenRobert Watson2008-05-292-24/+30
* - Reduce function call overhead for uncontended case.David Xu2008-05-293-217/+104
* Rather than m_free(dtom(si)) in spx_reass(), return (1) which causes theRobert Watson2008-05-291-6/+3
* The SIIG 4 port serial card based on the Oxford OX16PCI954 isKirk McKusick2008-05-291-4/+4
* Correct minor comment typos, make white space use before block commentsRobert Watson2008-05-291-6/+19
* Bring these back to HEAD.David E. O'Brien2008-05-297-0/+9661
* This commit was generated by cvs2svn to compensate for changes in r179404,David E. O'Brien2008-05-2939-0/+31112
|\
| * Import of Binutils from the FSF 2.15 branch (just post-.0 release).David E. O'Brien2008-05-2946-0/+40773
* | opt_ah.h is not constructed by config, it always comes fromSam Leffler2008-05-291-1/+1
* | correct rx radiotap channel flags construction for 11n framesSam Leffler2008-05-291-19/+18
* | Cleanup power handling and fix suspend/resume:Sam Leffler2008-05-292-25/+63
* | close a race on detach by reordering bpfdetach and taskqueue_freeSam Leffler2008-05-281-4/+8
* | send EAPOL frames at the same rate used for mgt framesSam Leffler2008-05-281-2/+10
* | misc cleanups for stricter compilationSam Leffler2008-05-281-14/+4
* | update copyright year and nuke dual-gpl bits that should've removed long agoSam Leffler2008-05-281-8/+1
* | Add ieee80211_crypto_reload_keys to push all keys knownSam Leffler2008-05-282-0/+44
* | Add a mac address to the key definition as otherwise we lose theSam Leffler2008-05-283-13/+12
* | Split s/w crypt/mic attributes to allow future hackery; this changeSam Leffler2008-05-285-12/+18
* | missing piece of last commit; add RESUME flag bit definitionSam Leffler2008-05-281-4/+4
* | Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app'sDoug Ambrisko2008-05-282-0/+62
* | Add ieee80211_suspend_all and ieee80211_resume_all forSam Leffler2008-05-283-0/+43
* | Don't override the txpower cap installed by ieee80211_alloc_node;Sam Leffler2008-05-281-3/+0
* | Simplify some contorted logic that wrongly left ISCAN_DISCARD setSam Leffler2008-05-281-15/+13
* | Revise lock name handling:Sam Leffler2008-05-283-20/+28
* | Fix checking if a variable name is LINENO. As STPUTC changes the pointer if itStefan Farfeleder2008-05-281-2/+5
* | Add a module for cnw(4) and build it on i386.John Baldwin2008-05-282-0/+10
* | Remove redundant checks from fcntl()'s F_DUPFD.Ed Schouten2008-05-281-31/+16
* | Grr, restore some useful comments that were only in the NetBSD code.John Baldwin2008-05-281-0/+21
* | Remove NetBSD and FreeBSD 4.x code from this driver in preparation forJohn Baldwin2008-05-281-548/+16