| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout this commit whil a better solution is developed | Guido van Rooij | 2009-03-13 | 1 | -1/+0 |
* | Remove the null_islocked() overloaded vop because the standard one does | Attilio Rao | 2009-03-13 | 1 | -9/+0 |
* | Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant. | Rafal Jaworowski | 2009-03-13 | 4 | -15/+10 |
* | 1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoids | David Xu | 2009-03-13 | 1 | -24/+26 |
* | Minorly improved debugging. Use the DEVPRINTF macro and report the | Warner Losh | 2009-03-13 | 1 | -13/+7 |
* | We need to initialize the console for dcons to work. | Warner Losh | 2009-03-13 | 1 | -0/+1 |
* | The recent change to use memory > 1MB for the heap by default broke CD | John Baldwin | 2009-03-12 | 3 | -47/+81 |
* | Add support for 10h and 11h family of processors. Also, make the sysctl | Rui Paulo | 2009-03-12 | 1 | -27/+58 |
* | preliminary ar9280 support: | Sam Leffler | 2009-03-12 | 9 | -694/+3050 |
* | Change the sysctls for maxbcache and maxswzone from int to long. I missed | John Baldwin | 2009-03-12 | 1 | -2/+2 |
* | Export the current values of nbuf, ncallout, and nswbuf via read-only | John Baldwin | 2009-03-12 | 1 | -0/+6 |
* | The non-modifying EA VOPs are executed with only shared vnode lock taken. | Konstantin Belousov | 2009-03-12 | 3 | -63/+94 |
* | Ensure that the semaphore value is re-checked after sem_lock | Bruce M Simpson | 2009-03-12 | 1 | -1/+1 |
* | Make semaphore debugging output more useful. | Bruce M Simpson | 2009-03-12 | 1 | -2/+8 |
* | Move the deactivation of the device's BAR to before the loop where we | Warner Losh | 2009-03-12 | 1 | -5/+5 |
* | Fix the whitespace in this file to be consistent with itself and with | Warner Losh | 2009-03-12 | 1 | -42/+40 |
* | read_ivar takes a uintptr_t * not a u_char *. | Warner Losh | 2009-03-12 | 1 | -1/+1 |
* | o writereg needs to return a vlue. | Warner Losh | 2009-03-12 | 1 | -2/+4 |
* | Make the bit-bang callbacks for i2c implementation match their prototypes. | Warner Losh | 2009-03-12 | 1 | -3/+3 |
* | Check the Disk FUNCE recorded in the CIS to see if we should probe for | Warner Losh | 2009-03-12 | 1 | -1/+6 |
* | Better name for this routine... it doesn't reset the card, but resets | Warner Losh | 2009-03-12 | 1 | -4/+4 |
* | o change a lock model based on HAL preemption lock to a normal mtx. | Weongyo Jeong | 2009-03-12 | 6 | -48/+149 |
* | MFp4 //depot/projects/usb 159004,159053,159091 | Andrew Thompson | 2009-03-12 | 1 | -18/+38 |
* | Uncomment txp(4), txp(4) should work on all architectures. | Pyun YongHyeon | 2009-03-12 | 1 | -1/+1 |
* | bus_dma(9) conversion and make txp(4) work on all architectures. | Pyun YongHyeon | 2009-03-12 | 2 | -901/+2155 |
* | add asserts | Sam Leffler | 2009-03-12 | 1 | -0/+2 |
* | When writing out updated pollfd records when returning from | Robert Watson | 2009-03-11 | 1 | -1/+22 |
* | Add a new type of KTRACE record for sysctl(3) invocations. It uses the | John Baldwin | 2009-03-11 | 3 | -2/+58 |
* | Do not double-free the struct inode when insmntque failed. Default | Konstantin Belousov | 2009-03-11 | 1 | -1/+0 |
* | Merge in support for Xen HVM on amd64 architecture. | Doug Rabson | 2009-03-11 | 34 | -531/+3561 |
* | Optimize the inner loop of pmap_copy(). | Alan Cox | 2009-03-11 | 1 | -3/+6 |
* | Gah, fix the code to match the comment. For non-open lookups use a | John Baldwin | 2009-03-11 | 1 | -1/+1 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | John Baldwin | 2009-03-11 | 9 | -25/+86 |
* | Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h. | Yoshihiro Takahashi | 2009-03-11 | 2 | -11/+11 |
* | Enable advisory file locking for devfs vnodes. | Konstantin Belousov | 2009-03-11 | 1 | -9/+0 |
* | Replace local CRC32 routine with ether_crc32_be(). This should | Pyun YongHyeon | 2009-03-11 | 2 | -49/+30 |
* | s/u_int8_t/uint8_t/g | Pyun YongHyeon | 2009-03-11 | 2 | -182/+182 |
* | style(9) - space after keywords. | Pyun YongHyeon | 2009-03-11 | 1 | -14/+14 |
* | Remove return statement at the end of function that returns void. | Pyun YongHyeon | 2009-03-11 | 1 | -20/+1 |
* | Remove extra tab characters. | Pyun YongHyeon | 2009-03-11 | 1 | -3/+3 |
* | K&R -> ANSI C function definitions. | Pyun YongHyeon | 2009-03-11 | 1 | -72/+34 |
* | Minor nits notice by jhb@ | Warner Losh | 2009-03-11 | 1 | -3/+2 |
* | Remove old compat method that's no longer needed (and hasn't been | Warner Losh | 2009-03-11 | 1 | -9/+0 |
* | Allow zero length memroy space descriptor sections. It is apparently | Warner Losh | 2009-03-11 | 1 | -4/+2 |
* | Add support for Hitachi HT-4840-11. This card is supposedly just like | Warner Losh | 2009-03-11 | 1 | -0/+14 |
* | Add entry for Hitachi HT-4840-11, which is a fe-based card. | Warner Losh | 2009-03-11 | 1 | -0/+4 |
* | Add 3 new cards that I found today in akihabara... | Warner Losh | 2009-03-11 | 1 | -0/+8 |
* | MFp4 //depot/projects/usb 158981,159016,159024 | Andrew Thompson | 2009-03-11 | 3 | -23/+253 |
* | Fix a possible NULL pointer access at controller attach. | Andrew Thompson | 2009-03-11 | 1 | -1/+2 |
* | Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match | Nathan Whitehorn | 2009-03-11 | 1 | -1/+4 |