| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch adds a host route to an interface address (that is assigned | Qing Li | 2009-07-12 | 1 | -0/+46 |
| * | Add calls to the experimental nfs client for the case of an "intr" mount, | Rick Macklem | 2009-07-12 | 1 | -1/+16 |
| * | Fix the handling of dotdot in lookup for the experimental nfs client | Rick Macklem | 2009-07-12 | 1 | -0/+2 |
| * | Isochronous transfers only have 1 frame buffer, but multiple | Marcel Moolenaar | 2009-07-12 | 1 | -1/+1 |
| * | MFp4: | Marcel Moolenaar | 2009-07-12 | 1 | -1/+2 |
| * | When VM_MAP_WIRE_HOLESOK is not specified and vm_map_wire(9) encounters | Konstantin Belousov | 2009-07-12 | 1 | -1/+1 |
| * | Pad the following TCP related structs to allow MFCs of upcoming features/fixes | Lawrence Stewart | 2009-07-12 | 2 | -2/+11 |
| * | Rename option USBVERBOSE to USB_VERBOSE for 2 reasons: | Marcel Moolenaar | 2009-07-12 | 2 | -2/+2 |
| * | Increase the size of the page table on 64-bit PowerPC machines as a | Nathan Whitehorn | 2009-07-12 | 1 | -2/+0 |
| * | Revert rev 192323 (nfs_common.c only): | Marcel Moolenaar | 2009-07-12 | 1 | -3/+2 |
| * | In nvpair_native_embedded_array(), meaningless pointers are zeroed. | Marcel Moolenaar | 2009-07-11 | 1 | -3/+6 |
| * | Remove build timestamps from the following files: | Colin Percival | 2009-07-11 | 3 | -6/+6 |
| * | On exec(2), when loading the ELF image, pmap_enter_object() is | Marcel Moolenaar | 2009-07-11 | 1 | -0/+3 |
| * | Re-factoring for adding weighted routes introduced a | Kip Macy | 2009-07-11 | 1 | -1/+11 |
| * | Fix something bogus deletion that got it during mesh commit. | Rui Paulo | 2009-07-11 | 1 | -0/+1 |
| * | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | Rui Paulo | 2009-07-11 | 34 | -143/+5261 |
| * | Get correct maxio from the controller and drop the tunable. | Jung-uk Kim | 2009-07-11 | 1 | -15/+5 |
| * | For ic_opmode switch cases, provide a default label with a printf saying | Rui Paulo | 2009-07-10 | 4 | -2/+10 |
| * | mark struct ieee80211req_maclist packed so sizeof works as intended on arm; | Sam Leffler | 2009-07-10 | 1 | -1/+1 |
| * | When amd64 CPU cannot load segment descriptor during trap return to | Konstantin Belousov | 2009-07-10 | 1 | -12/+12 |
| * | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 44 | -2496/+8690 |
| * | correctly set the tailq ptr when removing the last item in the q | Sam Leffler | 2009-07-10 | 1 | -1/+2 |
| * | Rearrange shift operation to increase interpolation accuracy, | Ariff Abdullah | 2009-07-09 | 1 | -60/+60 |
| * | Fix cxgb(4) panic with jumbo frames. | Navdeep Parhar | 2009-07-09 | 1 | -2/+1 |
| * | Since the nfscl_getclose() function both decremented open counts and, | Rick Macklem | 2009-07-09 | 3 | -183/+178 |
| * | The control terminal revocation at the session leader exit does not | Konstantin Belousov | 2009-07-09 | 1 | -3/+4 |
| * | Extend the cn_flags field of the struct componentname to 64 bits to have | Konstantin Belousov | 2009-07-09 | 1 | -2/+2 |
| * | Add support for Radeon HD 4770 (RV740) chips. | Robert Noland | 2009-07-09 | 3 | -1/+40 |
| * | Restore the segment registers and segment base MSRs for amd64 syscall | Konstantin Belousov | 2009-07-09 | 11 | -15/+60 |
| * | Make xl(4) build with Tx checksum offload. | Pyun YongHyeon | 2009-07-09 | 1 | -4/+4 |
| * | Remove crcopy call from seteuid now that it calls crcopysafe. | Jamie Gritton | 2009-07-08 | 1 | -1/+0 |
| * | Regen the freebsd32 parts. | Edward Tomasz Napierala | 2009-07-08 | 4 | -5/+8 |
| * | Fix freebsd32 version of lpathconf(2). | Edward Tomasz Napierala | 2009-07-08 | 1 | -1/+1 |
| * | Regenerate after lpathconf(2) addition. | Edward Tomasz Napierala | 2009-07-08 | 6 | -7/+38 |
| * | There is an optimization in chmod(1), that makes it not to call chmod(2) | Edward Tomasz Napierala | 2009-07-08 | 7 | -7/+31 |
| * | Fix regressions in return events of poll() on TTYs. | Ed Schouten | 2009-07-08 | 2 | -11/+8 |
| * | Fix kernel panic, when ataahci driver is used on system with increased | Alexander Motin | 2009-07-08 | 1 | -1/+1 |
| * | Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c | Marcel Moolenaar | 2009-07-08 | 5 | -59/+1 |
| * | Increase HZ_VM from 10 to 100. While 10 hz saves cpu time | Mike Silbersack | 2009-07-08 | 1 | -1/+1 |
| * | Fix ar5416 and later parts on big-endian platforms: setup the h/w byte | Sam Leffler | 2009-07-07 | 1 | -15/+14 |
| * | Fix poll(2) and select(2) for named pipes to return "ready for read" | Konstantin Belousov | 2009-07-07 | 4 | -37/+36 |
| * | Bump for BETA1. | Ken Smith | 2009-07-07 | 1 | -1/+1 |
| * | Fix AR5416 and later parts when building with AH_DEBUG or similar defined: | Sam Leffler | 2009-07-06 | 2 | -16/+21 |
| * | When pmap_change_attr() changes the PAT setting on a kernel mapping, it has | Alan Cox | 2009-07-06 | 1 | -3/+11 |
| * | After the per-CPU IDT changes, the IDT vector of an interrupt could change | John Baldwin | 2009-07-06 | 4 | -12/+44 |
| * | MFi386: Add a 'show idt' command to DDB to display the non-default function | John Baldwin | 2009-07-06 | 1 | -1/+26 |
| * | The new method of reading the mac address from the | Jack F Vogel | 2009-07-06 | 1 | -1/+36 |
| * | PAE adds another level to the i386 page table. This level is a small | Alan Cox | 2009-07-05 | 2 | -11/+7 |
| * | catchup with action+ageq additions | Sam Leffler | 2009-07-05 | 1 | -1/+2 |
| * | add missing bit of r195379 | Sam Leffler | 2009-07-05 | 1 | -0/+1 |