| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the DTrace test kernel module so that people can run the tests. | John Birrell | 2008-05-31 | 1 | -0/+1 |
* | Dis-associate from ncurses. | Peter Wemm | 2008-05-31 | 1 | -1/+0 |
* | Remove one of my dead email addresses from a copyright message. | Peter Wemm | 2008-05-31 | 1 | -1/+1 |
* | After probing the available frequency settings, restore the CPU to run at | John Baldwin | 2008-05-30 | 1 | -17/+5 |
* | Remove various and sundry NetBSDism's in preparation for adding locking. | John Baldwin | 2008-05-30 | 4 | -136/+77 |
* | Trim an extra semi-colon. | John Baldwin | 2008-05-30 | 1 | -1/+1 |
* | Fix build with DEBUG defined. | John Baldwin | 2008-05-30 | 1 | -4/+4 |
* | Call the fcntl compatiblity wrapper from the thread library fcntl wrappers | Doug Rabson | 2008-05-30 | 5 | -5/+10 |
* | - Add long options to pkg_install. | Florent Thoumie | 2008-05-30 | 13 | -100/+206 |
* | When RADIX_MPATH is enabled, the route selection is not rotating | Qing Li | 2008-05-30 | 2 | -6/+6 |
* | Don't rely on NSM to help us forget about RPC client handles for | Doug Rabson | 2008-05-30 | 1 | -6/+17 |
* | Fix a panic that it's occurred when NDIS init handler returned a error | Weongyo Jeong | 2008-05-30 | 1 | -5/+8 |
* | Fix a panic that a priority value which is passed to cv_broadcastpri(9) | Weongyo Jeong | 2008-05-30 | 1 | -4/+6 |
* | don't let KERNBUILDDIR control whether we copy opt_ah.h | Sam Leffler | 2008-05-30 | 1 | -1/+1 |
* | Use a seperated hash table for mutex and rwlock, avoid wasting some time | David Xu | 2008-05-30 | 1 | -17/+21 |
* | The XScale PXA255 has three generally ns16x50 compatible UARTs. One of the | Benno Rice | 2008-05-30 | 1 | -5/+31 |
* | Eliminate global mutex by using pthread_once's state field as | David Xu | 2008-05-30 | 1 | -33/+29 |
* | Use if_printf() and if_xname and retire 'unit' from the softc. | John Baldwin | 2008-05-29 | 2 | -48/+48 |
* | Fix some bugs/complaints: | Michael Reifenberger | 2008-05-29 | 2 | -22/+31 |
* | Read lock rather than write lock TCP inpcbs in monitoring sysctls. In | Robert Watson | 2008-05-29 | 1 | -35/+31 |
* | Remove the distinction between device minor and unit numbers. | Ed Schouten | 2008-05-29 | 6 | -17/+14 |
* | Employ read locks on UDP inpcbs, rather than write locks, when | Robert Watson | 2008-05-29 | 2 | -24/+30 |
* | - Reduce function call overhead for uncontended case. | David Xu | 2008-05-29 | 3 | -217/+104 |
* | Rather than m_free(dtom(si)) in spx_reass(), return (1) which causes the | Robert Watson | 2008-05-29 | 1 | -6/+3 |
* | The SIIG 4 port serial card based on the Oxford OX16PCI954 is | Kirk McKusick | 2008-05-29 | 1 | -4/+4 |
* | Correct minor comment typos, make white space use before block comments | Robert Watson | 2008-05-29 | 1 | -6/+19 |
* | Bring these back to HEAD. | David E. O'Brien | 2008-05-29 | 7 | -0/+9661 |
* | This commit was generated by cvs2svn to compensate for changes in r179404, | David E. O'Brien | 2008-05-29 | 39 | -0/+31112 |
|\ |
|
| * | Import of Binutils from the FSF 2.15 branch (just post-.0 release). | David E. O'Brien | 2008-05-29 | 46 | -0/+40773 |
* | | opt_ah.h is not constructed by config, it always comes from | Sam Leffler | 2008-05-29 | 1 | -1/+1 |
* | | correct rx radiotap channel flags construction for 11n frames | Sam Leffler | 2008-05-29 | 1 | -19/+18 |
* | | Cleanup power handling and fix suspend/resume: | Sam Leffler | 2008-05-29 | 2 | -25/+63 |
* | | close a race on detach by reordering bpfdetach and taskqueue_free | Sam Leffler | 2008-05-28 | 1 | -4/+8 |
* | | send EAPOL frames at the same rate used for mgt frames | Sam Leffler | 2008-05-28 | 1 | -2/+10 |
* | | misc cleanups for stricter compilation | Sam Leffler | 2008-05-28 | 1 | -14/+4 |
* | | update copyright year and nuke dual-gpl bits that should've removed long ago | Sam Leffler | 2008-05-28 | 1 | -8/+1 |
* | | Add ieee80211_crypto_reload_keys to push all keys known | Sam Leffler | 2008-05-28 | 2 | -0/+44 |
* | | Add a mac address to the key definition as otherwise we lose the | Sam Leffler | 2008-05-28 | 3 | -13/+12 |
* | | Split s/w crypt/mic attributes to allow future hackery; this change | Sam Leffler | 2008-05-28 | 5 | -12/+18 |
* | | missing piece of last commit; add RESUME flag bit definition | Sam Leffler | 2008-05-28 | 1 | -4/+4 |
* | | Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app's | Doug Ambrisko | 2008-05-28 | 2 | -0/+62 |
* | | Add ieee80211_suspend_all and ieee80211_resume_all for | Sam Leffler | 2008-05-28 | 3 | -0/+43 |
* | | Don't override the txpower cap installed by ieee80211_alloc_node; | Sam Leffler | 2008-05-28 | 1 | -3/+0 |
* | | Simplify some contorted logic that wrongly left ISCAN_DISCARD set | Sam Leffler | 2008-05-28 | 1 | -15/+13 |
* | | Revise lock name handling: | Sam Leffler | 2008-05-28 | 3 | -20/+28 |
* | | Fix checking if a variable name is LINENO. As STPUTC changes the pointer if it | Stefan Farfeleder | 2008-05-28 | 1 | -2/+5 |
* | | Add a module for cnw(4) and build it on i386. | John Baldwin | 2008-05-28 | 2 | -0/+10 |
* | | Remove redundant checks from fcntl()'s F_DUPFD. | Ed Schouten | 2008-05-28 | 1 | -31/+16 |
* | | Grr, restore some useful comments that were only in the NetBSD code. | John Baldwin | 2008-05-28 | 1 | -0/+21 |
* | | Remove NetBSD and FreeBSD 4.x code from this driver in preparation for | John Baldwin | 2008-05-28 | 1 | -548/+16 |