| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the Chelsio driver to the latest bits from Chelsio | George V. Neville-Neil | 2009-03-10 | 14 | -6854/+9869 |
* | turn off inclusion of FCS in rx'd frames; we don't use it anywhere and | Sam Leffler | 2009-03-10 | 1 | -4/+2 |
* | o add missing bus_release_resource and bus_deactivate_resource that just | Sam Leffler | 2009-03-10 | 1 | -22/+44 |
* | - Remove code to set SAVENAME for CREATE or RENAME requests that get a -ve | John Baldwin | 2009-03-10 | 1 | -4/+4 |
* | Remove unused v6 macro aliases for inpcb fields: | Robert Watson | 2009-03-10 | 1 | -20/+0 |
* | Complete removal of cardbus_write_ivar which was left hanging. | George V. Neville-Neil | 2009-03-10 | 1 | -3/+0 |
* | Don't print inm_print() chatter when KTR_IGMPV3 is not enabled | Bruce M Simpson | 2009-03-10 | 1 | -0/+3 |
* | bring in ddb "show gpio" support from Cambria branch | Sam Leffler | 2009-03-10 | 1 | -10/+51 |
* | Small cleanup of memory resource allocation from Cambria branch: | Sam Leffler | 2009-03-10 | 1 | -38/+92 |
* | - Remove a recently added comment from kernel_sysctlbyname() that isn't | John Baldwin | 2009-03-10 | 1 | -9/+1 |
* | catch up with r189306; handle delayed activation of resources | Sam Leffler | 2009-03-10 | 2 | -25/+57 |
* | Add an ABI compat shim for the vfs.bufspace sysctl for sysctl requests that | John Baldwin | 2009-03-10 | 1 | -0/+27 |
* | When attaching a geli on boot make sure that it is detached | Guido van Rooij | 2009-03-10 | 1 | -0/+1 |
* | Do not use bypass for vop_vptocnp() from nullfs, call standard | Konstantin Belousov | 2009-03-10 | 1 | -0/+1 |
* | Disable zerocopy by default for now. It's causing some problems in pcap | Christian S.J. Peron | 2009-03-10 | 1 | -1/+1 |
* | When freeing all the resources of the card, it is better to turn off | Warner Losh | 2009-03-10 | 1 | -15/+11 |
* | Make a 1:1 mapping between syscons stats and terminal emulators. | Ed Schouten | 2009-03-10 | 6 | -37/+39 |
* | Restore the return statement. It was accidentally removed by rev 188429. | Yoshihiro Takahashi | 2009-03-10 | 1 | -0/+1 |
* | Remove now-unused INP_UNMAPPABLEOPTS. | Robert Watson | 2009-03-10 | 1 | -2/+0 |
* | Fix a buglet in revision 189401: when restoring a 64-bit BAR, | Marcel Moolenaar | 2009-03-10 | 1 | -1/+1 |
* | Eliminate the last use of the recursive mapping to access user-space page | Alan Cox | 2009-03-10 | 1 | -27/+12 |
* | add cfid and geom_redboot | Sam Leffler | 2009-03-09 | 2 | -1/+7 |
* | add geom_redboot, a geom module that exports RedBoot FIS partitions as named | Sam Leffler | 2009-03-09 | 2 | -0/+322 |
* | Add cfid, a disk interface to CFI flash devices; this enables construction | Sam Leffler | 2009-03-09 | 5 | -2/+330 |
* | replace if_watchdog w/ private callout; probably can merge this with the | Sam Leffler | 2009-03-09 | 2 | -14/+21 |
* | remove ar9160Detach; it does nothing | Sam Leffler | 2009-03-09 | 1 | -14/+1 |
* | Fix uninitialized use of ifp for ii. | Bruce M Simpson | 2009-03-09 | 1 | -1/+3 |
* | Add type specific suspend/resume ata channel functions. Add checks to avoid | Alexander Motin | 2009-03-09 | 3 | -6/+73 |
* | MFp4 //depot/projects/usb 158942,158948 | Andrew Thompson | 2009-03-09 | 3 | -21/+40 |
* | Fix musb_otg.h include filename. | Andrew Thompson | 2009-03-09 | 1 | -1/+1 |
* | Don't call into the TTY layer when inside kdb. | Ed Schouten | 2009-03-09 | 1 | -1/+1 |
* | Adjust some variables (mostly related to the buffer cache) that hold | John Baldwin | 2009-03-09 | 9 | -53/+60 |
* | Move the debug.hashstat sysctl tree under DIAGNOSTIC. I measured the | John Baldwin | 2009-03-09 | 1 | -0/+2 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 15 | -1282/+5702 |
* | Mark the bsdextended rules sysctl as being mpsafe. | Christian S.J. Peron | 2009-03-09 | 1 | -2/+2 |
* | - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORT | John Baldwin | 2009-03-09 | 5 | -3/+40 |
* | Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the | Andrew Thompson | 2009-03-09 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb@158916 | Andrew Thompson | 2009-03-09 | 1 | -58/+61 |
* | Prefer prototypes to k&r definitions. | Warner Losh | 2009-03-09 | 1 | -12/+6 |
* | Make generic_intr routines match prototype. | Warner Losh | 2009-03-09 | 2 | -2/+2 |
* | __LP64__ is what's defined, not _LP64_, according to the manual (and | Warner Losh | 2009-03-09 | 1 | -1/+1 |
* | Fix prototypes to be consistent. | Warner Losh | 2009-03-09 | 6 | -11/+11 |
* | o Add declarations for a few more nodes widely used. | Warner Losh | 2009-03-09 | 1 | -1/+4 |
* | remove now-redunant cardbus attachment lines. | Warner Losh | 2009-03-09 | 5 | -5/+0 |
* | remove now-redunant cardbus attachment. | Warner Losh | 2009-03-09 | 19 | -19/+0 |
* | Fix a long-standing bug in newbus. It was introduced when subclassing | Warner Losh | 2009-03-09 | 1 | -9/+53 |
* | Use a u_int for p_lock instead of a char: this avoids a (somewhat | Robert Watson | 2009-03-09 | 1 | -1/+1 |
* | Trim comments about the MP-safety of various bits of the amd64/i386 | Robert Watson | 2009-03-09 | 3 | -22/+0 |
* | Remove two now-defunct KSE fields from struct thread: td_uuticks and | Robert Watson | 2009-03-09 | 1 | -2/+0 |
* | Add a new thread-private flag, TDP_AUDITREC, to indicate whether or | Robert Watson | 2009-03-09 | 4 | -5/+16 |