| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 56 | -54/+267 |
| * | add urtw | Sam Leffler | 2009-07-19 | 1 | -0/+1 |
| * | Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page. | Jilles Tjoelker | 2009-07-19 | 1 | -1/+1 |
| * | Fix two bugs in the experimental nfs client: | Rick Macklem | 2009-07-19 | 1 | -13/+7 |
| * | Expose the definitions of 'struct vnet' and 'VNET_MAGIC_N' to userspace | Robert Watson | 2009-07-19 | 1 | -12/+19 |
| * | Reimplement and/or implement vnet list locking by replacing a mostly | Robert Watson | 2009-07-19 | 14 | -65/+98 |
| * | Move code that does payload realigment to a new routine, ieee80211_realign, | Sam Leffler | 2009-07-18 | 4 | -48/+44 |
| * | Fix a problem, whereby misbehaving IPv6 applications, which don't include | Bruce M Simpson | 2009-07-18 | 1 | -2/+12 |
| * | Add an entry for etc/pam.d/gdm as this file is no longer required. | Joe Marcus Clarke | 2009-07-18 | 1 | -0/+2 |
| * | Remove gdm as it is no longer needed. | Joe Marcus Clarke | 2009-07-18 | 1 | -1/+0 |
| * | - Fix the issue with read access count modification on RAID-5 plexes properly. | Ulf Lilleengen | 2009-07-18 | 1 | -4/+6 |
| * | Remove no longer needed #include after removing the legacy | Bjoern A. Zeeb | 2009-07-18 | 1 | -1/+0 |
| * | Remove this file. It is no longer needed as x11/gdm provides its own | Joe Marcus Clarke | 2009-07-18 | 1 | -19/+0 |
| * | An addendum to r195649, "Add support to the virtual memory system for | Alan Cox | 2009-07-18 | 3 | -21/+18 |
| * | Fix copy-paste bug. Use regular non-polled mode for executing FLUSHCACHE | Alexander Motin | 2009-07-17 | 1 | -2/+3 |
| * | Store accurate offset information in CTF data. A large number of | Navdeep Parhar | 2009-07-17 | 1 | -2/+2 |
| * | add mesh support | Sam Leffler | 2009-07-17 | 2 | -17/+9 |
| * | Implement RTLD_NOLOAD flag for dlopen(3). | Konstantin Belousov | 2009-07-17 | 3 | -7/+19 |
| * | Patch the regular nfs client in a manner analagous to | Rick Macklem | 2009-07-17 | 1 | -1/+2 |
| * | Only perform .bss mapping and cleaning operations when segment file size | Konstantin Belousov | 2009-07-17 | 1 | -21/+27 |
| * | Add IEEE80211_SUPPORT_MESH, following similar change to nanobsd and | Rui Paulo | 2009-07-17 | 2 | -0/+2 |
| * | Remove the interim vimage containers, struct vimage and struct procg, | Jamie Gritton | 2009-07-17 | 13 | -564/+124 |
| * | Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populating | Robert Watson | 2009-07-17 | 18 | -64/+317 |
| |\ |
|
| | * | Vendor import of OpenBSM 1.1p1, which incorporates the following changesvendor/openbsm/1.1-P-1 | Robert Watson | 2009-07-17 | 13 | -44/+181 |
| * | | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 73 | -383/+378 |
| * | | Fix several instances of spaces before commas, and one of a space | Doug Barton | 2009-07-16 | 2 | -6/+6 |
| * | | Correct the name of the Mongolian Documentation package. | Ken Smith | 2009-07-16 | 1 | -1/+1 |
| * | | Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size. | Alexander Motin | 2009-07-16 | 1 | -0/+5 |
| * | | Prepare for the 8.0-BETA2 builds. | Ken Smith | 2009-07-15 | 1 | -1/+1 |
| * | | dtrace_gethrtime: improve scaling of TSC ticks to nanoseconds | Andriy Gapon | 2009-07-15 | 2 | -4/+95 |
| * | | correct IEEE80211_RADIOTAP_XCHANNEL to match system | Sam Leffler | 2009-07-15 | 1 | -1/+1 |
| * | | r195699 introduced an assertion regarding when progbits data in kernel | Robert Watson | 2009-07-15 | 1 | -3/+0 |
| * | | Add missing license line for vnet.h, correct white space nit. | Robert Watson | 2009-07-15 | 1 | -1/+2 |
| * | | Fix the experimental nfs client so that it does not cause a | Rick Macklem | 2009-07-14 | 1 | -1/+2 |
| * | | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | Konstantin Belousov | 2009-07-14 | 5 | -10/+14 |
| * | | Add new msleep(9) flag PBDY that shall be specified together with | Konstantin Belousov | 2009-07-14 | 10 | -29/+58 |
| * | | Move the repeated code to calculate the number of the threads in the | Konstantin Belousov | 2009-07-14 | 1 | -18/+19 |
| * | | When wakeup(9) is going to notify swapper, assert that wait channel is not | Konstantin Belousov | 2009-07-14 | 1 | -1/+4 |
| * | | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 168 | -4279/+2472 |
| * | | Second attempt at eliminating .text relocations in shared libraries | Alexander Kabaev | 2009-07-14 | 9 | -13/+14 |
| * | | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | John Baldwin | 2009-07-14 | 2 | -3/+3 |
| * | | Add missing MLINKS for acl_{get,set}_link_fd(3). | Edward Tomasz Napierala | 2009-07-14 | 1 | -0/+2 |
| * | | Re-add opt_inet.h, as we did in r193862 and lost yet again. | Bjoern A. Zeeb | 2009-07-14 | 1 | -0/+1 |
| * | | Disable MSI by default for nVidia MCP55 chipset. | Alexander Motin | 2009-07-14 | 1 | -1/+1 |
| * | | - Do aggresive saturation on various polynomial interpolators. | Ariff Abdullah | 2009-07-14 | 1 | -88/+93 |
| * | | Change xpt_scan_bus to scsi_scan_bus and xpt_scan_lun to scsi_scan_lun | Ed Maste | 2009-07-14 | 1 | -10/+10 |
| * | | Fix leaks in probestart, probedone, and scsi_scan_bus. Also free | Ed Maste | 2009-07-14 | 1 | -3/+8 |
| * | | Updates, mostly to add 802.11s support: | Sam Leffler | 2009-07-14 | 2 | -38/+273 |
| * | | Fix a buglet that slipped into r195654. My buildworld/buildkernel sanity | Lawrence Stewart | 2009-07-14 | 1 | -1/+1 |
| * | | Make mklocale work again, now that fwrite()'s return codes are different. | Ed Schouten | 2009-07-14 | 1 | -2/+2 |