| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the xdev target. When you define XDEV=arch XDEV_ARCH=arch, | imp | 2009-03-13 | 2 | -1/+87 |
* | Add support for setting the debug flags on wlan interfaces after the are | brooks | 2009-03-13 | 3 | -1/+20 |
* | Remove the null_islocked() overloaded vop because the standard one does | attilio | 2009-03-13 | 1 | -9/+0 |
* | Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant. | raj | 2009-03-13 | 4 | -15/+10 |
* | 1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoids | davidxu | 2009-03-13 | 1 | -24/+26 |
* | Minorly improved debugging. Use the DEVPRINTF macro and report the | imp | 2009-03-13 | 1 | -13/+7 |
* | Add menus to read install.cfg from any disk device sysinstall can see | grog | 2009-03-13 | 6 | -22/+241 |
* | We need to initialize the console for dcons to work. | imp | 2009-03-13 | 1 | -0/+1 |
* | The recent change to use memory > 1MB for the heap by default broke CD | jhb | 2009-03-12 | 3 | -47/+81 |
* | Add support for 10h and 11h family of processors. Also, make the sysctl | rpaulo | 2009-03-12 | 1 | -27/+58 |
* | preliminary ar9280 support: | sam | 2009-03-12 | 9 | -694/+3050 |
* | Change the sysctls for maxbcache and maxswzone from int to long. I missed | jhb | 2009-03-12 | 1 | -2/+2 |
* | Export the current values of nbuf, ncallout, and nswbuf via read-only | jhb | 2009-03-12 | 1 | -0/+6 |
* | Add myself. | rdivacky | 2009-03-12 | 1 | -0/+1 |
* | o Turn the batch mode on if stdout is not tty. | maxim | 2009-03-12 | 2 | -4/+12 |
* | o Sync synopsis with reality. Remove BUG section -- there is | maxim | 2009-03-12 | 1 | -13/+1 |
* | The non-modifying EA VOPs are executed with only shared vnode lock taken. | kib | 2009-03-12 | 3 | -63/+94 |
* | Ensure that the semaphore value is re-checked after sem_lock | bms | 2009-03-12 | 1 | -1/+1 |
* | Make semaphore debugging output more useful. | bms | 2009-03-12 | 1 | -2/+8 |
* | txp(4) should work on all architectures now. | brueffer | 2009-03-12 | 1 | -1/+0 |
* | Move the deactivation of the device's BAR to before the loop where we | imp | 2009-03-12 | 1 | -5/+5 |
* | Fix the whitespace in this file to be consistent with itself and with | imp | 2009-03-12 | 1 | -42/+40 |
* | read_ivar takes a uintptr_t * not a u_char *. | imp | 2009-03-12 | 1 | -1/+1 |
* | o writereg needs to return a vlue. | imp | 2009-03-12 | 1 | -2/+4 |
* | Make the bit-bang callbacks for i2c implementation match their prototypes. | imp | 2009-03-12 | 1 | -3/+3 |
* | Check the Disk FUNCE recorded in the CIS to see if we should probe for | imp | 2009-03-12 | 1 | -1/+6 |
* | Better name for this routine... it doesn't reset the card, but resets | imp | 2009-03-12 | 1 | -4/+4 |
* | Don't need to set symbol, default value is OK. | obrien | 2009-03-12 | 1 | -1/+1 |
* | o change a lock model based on HAL preemption lock to a normal mtx. | weongyo | 2009-03-12 | 6 | -48/+149 |
* | MFp4 //depot/projects/usb 159004,159053,159091 | thompsa | 2009-03-12 | 1 | -18/+38 |
* | Xref altq.4 and bump .Dd | yongari | 2009-03-12 | 1 | -1/+2 |
* | Add txp(4) to the list of drivers supporting ALTQ. | yongari | 2009-03-12 | 1 | -1/+2 |
* | Uncomment txp(4), txp(4) should work on all architectures. | yongari | 2009-03-12 | 1 | -1/+1 |
* | bus_dma(9) conversion and make txp(4) work on all architectures. | yongari | 2009-03-12 | 2 | -901/+2155 |
* | add asserts | sam | 2009-03-12 | 1 | -0/+2 |
* | add more register bit defs | sam | 2009-03-12 | 2 | -12/+39 |
* | When writing out updated pollfd records when returning from | rwatson | 2009-03-11 | 1 | -1/+22 |
* | Add a new type of KTRACE record for sysctl(3) invocations. It uses the | jhb | 2009-03-11 | 8 | -3/+72 |
* | Do not double-free the struct inode when insmntque failed. Default | kib | 2009-03-11 | 1 | -1/+0 |
* | move shared register support code to common | sam | 2009-03-11 | 8 | -4/+4 |
* | add athpoke, a tool to peek/poke registers | sam | 2009-03-11 | 3 | -1/+256 |
* | Also use %zu to print the allocation size when malloc(3) fails. | ed | 2009-03-11 | 1 | -1/+1 |
* | add athdecode, an app to decode register logs | sam | 2009-03-11 | 3 | -1/+441 |
* | add %b format strings for use by athdecode | sam | 2009-03-11 | 5 | -844/+988 |
* | Fix printf warnings on amd64 etc. | phk | 2009-03-11 | 1 | -1/+1 |
* | Merge in support for Xen HVM on amd64 architecture. | dfr | 2009-03-11 | 34 | -531/+3561 |
|\ |
|
| * | Port Xen HVM support forward from 6.x. Add support for TSO/LRO to netfront. | dfr | 2009-03-10 | 8 | -146/+307 |
| * | Finish implementing the balloon driver and update it to be closer to current | dfr | 2009-03-06 | 2 | -125/+246 |
| * | Add MFNTOPFN for HVM builds. | dfr | 2009-03-03 | 1 | -0/+1 |
| * | Fix comment. | dfr | 2009-02-25 | 1 | -1/+2 |