| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the PZERO priority from mtx_sleep. | rnoland | 2009-02-25 | 1 | -2/+2 |
* | Prior to r188331 a map entry's last read offset was only updated by a hard | alc | 2009-02-25 | 1 | -3/+7 |
* | Make machdep.hyperthreading_enabled tunable working with the SCHED_ULE. | sobomax | 2009-02-25 | 2 | -18/+86 |
* | Update to latest 3Com firmware image. The latest fimware is | yongari | 2009-02-25 | 3 | -4578/+3802 |
* | Update paths for ehci_ixp4xx.c in the old and new stacks. | thompsa | 2009-02-24 | 1 | -1/+2 |
* | Fix path and config name for ehci_mbus.c | thompsa | 2009-02-24 | 1 | -2/+1 |
* | These are no longer needed. | thompsa | 2009-02-24 | 2 | -224/+0 |
* | Fix some more issues with the real mode BTX. | jhb | 2009-02-24 | 1 | -35/+60 |
* | Revert the addition of the freelist argument for the vm_map_delete() | kib | 2009-02-24 | 5 | -50/+31 |
* | Add the assertion macros for the map locks. Use them in several map | kib | 2009-02-24 | 1 | -0/+44 |
* | Use vm_map_entry_t instead of explicit struct vm_map_entry *. | kib | 2009-02-24 | 1 | -1/+1 |
* | Update the comment after the r188334. | kib | 2009-02-24 | 1 | -4/+4 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 15 | -356/+121 |
* | This copy of usbdevs is unused. | thompsa | 2009-02-24 | 1 | -2527/+0 |
* | Also use proper capitalisation of FreeBSD in other source files. | ed | 2009-02-24 | 17 | -19/+19 |
* | Use my address of the FreeBSD project in the copyright statement in USB2. | ed | 2009-02-24 | 1 | -2/+2 |
* | delete-old does not recursively delete dirs so list all its contents too. | thompsa | 2009-02-24 | 1 | -0/+14 |
* | With only one threading library, simplify the logic of setting SHLIBDIR. | ru | 2009-02-24 | 1 | -4/+2 |
* | Restore the install location of libssp.so.0. | ru | 2009-02-24 | 1 | -1/+2 |
* | Bring back the code to prime the ACCESS cache when fetching attributes for | jhb | 2009-02-24 | 1 | -0/+11 |
* | fix typo's | sam | 2009-02-24 | 1 | -2/+2 |
* | In tcp_usr_shutdown() and tcp_usr_send(), I missed converting NULL | rwatson | 2009-02-24 | 1 | -2/+3 |
* | MFp4 //depot/projects/usb@158015 | thompsa | 2009-02-24 | 2 | -90/+147 |
* | Fix compiler warning. | thompsa | 2009-02-24 | 1 | -0/+1 |
* | MFp4 //depot/projects/usb@157974 | thompsa | 2009-02-24 | 8 | -0/+107 |
* | MFp4 //depot/projects/usb@157958 | thompsa | 2009-02-24 | 4 | -41/+55 |
* | MFp4 //depot/projects/usb@157909 | thompsa | 2009-02-24 | 4 | -17/+66 |
* | MFp4 //depot/projects/usb@157855 | thompsa | 2009-02-24 | 1 | -1/+6 |
* | MFp4 //depot/projects/usb@157853 | thompsa | 2009-02-24 | 12 | -246/+33 |
* | MFp4 //depot/projects/usb@157847 | thompsa | 2009-02-24 | 1 | -70/+68 |
* | MFp4 //depot/projects/usb; 157814, 157863, 157868 | thompsa | 2009-02-24 | 4 | -148/+149 |
* | move attach debug msg to the rf backend | sam | 2009-02-24 | 3 | -4/+2 |
* | Add PCIE power control api: | sam | 2009-02-24 | 15 | -42/+162 |
* | Install the old usb headers under /usr/include/legacy/dev/usb as they are | thompsa | 2009-02-24 | 3 | -2/+11 |
* | Exclude ndis from the LINT build as it currently breaks the build, patches to | thompsa | 2009-02-24 | 2 | -4/+4 |
* | Fill in gpio support for 5416 and later parts: | sam | 2009-02-24 | 5 | -49/+208 |
* | misc fixups, mostly for code not compiled yet | sam | 2009-02-24 | 1 | -10/+11 |
* | 5416 and later parts mux the gpio outputs; extend the api to include | sam | 2009-02-24 | 15 | -25/+52 |
* | move eeprom attach above first reset as the reset code checks the | sam | 2009-02-24 | 2 | -8/+8 |
* | attach methods don't need to be public, make 'em static | sam | 2009-02-23 | 5 | -9/+3 |
* | 5416 and later parts get the radio rev differently; add ar5416GetRadioRev | sam | 2009-02-23 | 3 | -2/+18 |
* | remove private copies of gpio methods that were needed when the hal | sam | 2009-02-23 | 5 | -32/+6 |
* | Make sure at least two tx slots are free before sending the mbuf since an | thompsa | 2009-02-23 | 4 | -20/+22 |
* | print mac+rf part names; drop the printing 2ghz rf stuff (might come back) | sam | 2009-02-23 | 4 | -28/+90 |
* | Put debug.vm_lowmem sysctl under DIAGNOSTIC. | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Use the correct config names for the netgraph bluetooth modules. | thompsa | 2009-02-23 | 1 | -4/+4 |
* | Include audit.h so that the system call path protected by NFS_LEGACYRPC | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Add a debugging sysctl, debug.vm_lowmem, that when assigned a value of | rwatson | 2009-02-23 | 1 | -0/+22 |
* | Assert the radix head lock in in6_rtqkill(). | rwatson | 2009-02-23 | 1 | -0/+2 |
* | In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKED | rwatson | 2009-02-23 | 1 | -1/+4 |