| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 80 | -525/+20923 |
* | Rename timer0_max_count to i8254_max_count. | phk | 2008-03-26 | 12 | -253/+258 |
* | The RTC related pscnt and psdiv variables have no business being public. | phk | 2008-03-26 | 7 | -14/+6 |
* | Remove old sysctl stuff which is long gone in other arch's. | phk | 2008-03-26 | 1 | -21/+0 |
* | Fix some "in in" typos in comments. | brueffer | 2008-03-26 | 12 | -12/+12 |
* | Document the removal data for usbdevs.h and usbdevs_data.h, | remko | 2008-03-26 | 1 | -2/+3 |
* | Enable the automatic creation of superpage reservations. | alc | 2008-03-26 | 1 | -2/+2 |
* | split out tty create part of ucom_attach into ucom_attach_tty so | sam | 2008-03-25 | 2 | -7/+13 |
* | add some CDMA modems | sam | 2008-03-25 | 1 | -0/+9 |
* | Implement taskqueue_block() and taskqueue_unblock(). These functions allow | scottl | 2008-03-25 | 2 | -1/+30 |
* | fix botched merge of syslog support to the vendor branch; these files | sam | 2008-03-25 | 2 | -2/+13 |
* | Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptec | emaste | 2008-03-25 | 4 | -5/+17 |
* | add __noinline | sam | 2008-03-25 | 1 | -0/+6 |
* | expose if_purgemaddrs, it will be used by the vap code unless someone | sam | 2008-03-25 | 2 | -2/+2 |
* | IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace it | sam | 2008-03-25 | 1 | -2/+2 |
* | enable dynamic addition of "show all" commands | sam | 2008-03-25 | 3 | -2/+15 |
* | Bring this manpage more in line with other wlan driver manpages. | brueffer | 2008-03-25 | 1 | -10/+15 |
* | Regen. | jhb | 2008-03-25 | 4 | -6/+21 |
* | Add entries for the cpuset-related system calls. The existing system calls | jhb | 2008-03-25 | 1 | -0/+12 |
* | Correct data direction flags in aac_bio_command() in the | emaste | 2008-03-25 | 1 | -2/+2 |
* | Add code that should catch the most common case when date/time is | ru | 2008-03-25 | 1 | -0/+4 |
* | s/M_TRYWAIT/M_WAIT/ | ru | 2008-03-25 | 2 | -2/+2 |
* | Compile libthr with warnings. | ru | 2008-03-25 | 1 | -0/+3 |
* | Add a missing ;. | remko | 2008-03-25 | 1 | -1/+1 |
* | Compile libthr with warnings. | ru | 2008-03-25 | 4 | -6/+12 |
* | Fix build. | ru | 2008-03-25 | 1 | -2/+2 |
* | Add /boot/device.hints to the list of files which will have local | cperciva | 2008-03-25 | 1 | -1/+1 |
* | Adjust recognize-shared-libraries regex to avoid matching symlinks to | cperciva | 2008-03-25 | 1 | -14/+14 |
* | Fixed mis-implementation of pthread_mutex_get{spin,yield}loops_np(). | ru | 2008-03-25 | 1 | -4/+7 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 36 | -264/+125 |
* | Regen after changing prototypes of cpuset_{get,set}affinity(). | ru | 2008-03-25 | 6 | -14/+14 |
* | Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t. | ru | 2008-03-25 | 4 | -18/+17 |
* | Check for a NULL free buffer pointer in BPF before invoking | rwatson | 2008-03-25 | 1 | -1/+1 |
* | Add support for Marvell Libertas 88W8335 based PCI network adapters. | weongyo | 2008-03-25 | 8 | -0/+4829 |
* | Fix double patch on this file. | edwin | 2008-03-25 | 1 | -2/+0 |
* | MFV of tzdata2008a | edwin | 2008-03-25 | 5 | -38/+227 |
* | Spell "blackhole" correctly and fix one grammar nit. | ru | 2008-03-24 | 1 | -4/+4 |
* | Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pair | mav | 2008-03-24 | 2 | -241/+284 |
* | Belatedly add BPF_JITTER in NOTES for supported architectures. | jkim | 2008-03-24 | 3 | -0/+12 |
* | Fix build with option BPF_JITTER. | jkim | 2008-03-24 | 2 | -1/+3 |
* | Remove redundant inclusions of net/bpfdesc.h. | jkim | 2008-03-24 | 2 | -2/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r177580, | sam | 2008-03-24 | 4 | -5/+47 |
|\ |
|
| * | add support for driver-based RADIUS ACL's (committed on vendor branch as it's | sam | 2008-03-24 | 4 | -5/+47 |
* | | resolve merge conflicts | sam | 2008-03-24 | 3 | -158/+18 |
* | | This commit was generated by cvs2svn to compensate for changes in r177576, | sam | 2008-03-24 | 27 | -294/+472 |
|\ \
| |/ |
|
| * | Import of hostapd 0.5.10 | sam | 2008-03-24 | 29 | -323/+490 |
* | | change inp_wlock_assert to inp_lock_assert | kmacy | 2008-03-24 | 3 | -22/+26 |
* | | enable syslog support and add -s option to the man page | sam | 2008-03-24 | 2 | -2/+7 |
* | | This commit was generated by cvs2svn to compensate for changes in r177572, | sam | 2008-03-24 | 4 | -0/+59 |
|\ \ |
|
| * | | add syslog support (committed on vendor branch as it's been sent upstream) | sam | 2008-03-24 | 6 | -2/+72 |