| Commit message (Expand) | Author | Age | Files | Lines |
* | Describe the new algorithm for handling __FreeBSD_version, specifically | Ken Smith | 2009-06-23 | 1 | -2/+3 |
* | kill left over cruft | Sam Leffler | 2009-06-22 | 1 | -2/+0 |
* | Add soreceive_stream(), an optimized version of soreceive() for | Andre Oppermann | 2009-06-22 | 3 | -0/+205 |
* | enable optional GPS+RS485 uarts | Sam Leffler | 2009-06-22 | 1 | -0/+14 |
* | o add a bus space tag that forces a 2usec delay between r/w ops; this is | Sam Leffler | 2009-06-22 | 4 | -11/+120 |
* | fix typo | Sam Leffler | 2009-06-22 | 1 | -1/+1 |
* | o remove hack to write UUE+RTOIE in the uart's IER; force them with hints | Sam Leffler | 2009-06-22 | 3 | -21/+10 |
* | Add m_mbuftouio() helper function to copy(out) an arbitrary | Andre Oppermann | 2009-06-22 | 2 | -0/+29 |
* | done method is supposed to return int. | Xin LI | 2009-06-22 | 1 | -1/+1 |
* | In sbappendstream_locked() demote all incoming packet mbufs (and | Andre Oppermann | 2009-06-22 | 1 | -0/+3 |
* | Fix cxgb's ifmedia ioctl handling. Also fixed a comment. | Navdeep Parhar | 2009-06-22 | 1 | -7/+3 |
* | V_irtualize flowtable state. | Marko Zec | 2009-06-22 | 6 | -109/+243 |
* | Fix length check for ugen control transfer. | Andrew Thompson | 2009-06-22 | 1 | -1/+1 |
* | hook arm_post_filter to ACK GPIO interrupts; this fixes the interrupt | Sam Leffler | 2009-06-22 | 1 | -0/+8 |
* | always define Cambria GPS+RS485 mappings as they are no longer conditional | Sam Leffler | 2009-06-22 | 1 | -4/+0 |
* | map the optional GPS and RS485 uart's on the Gateworks Cambria board | Sam Leffler | 2009-06-22 | 2 | -21/+32 |
* | add ixp425_set_gpio to program the gpio interrupt type | Sam Leffler | 2009-06-22 | 3 | -10/+22 |
* | rewrite arm_get_next_irq to always make forward progress (should be optimized) | Sam Leffler | 2009-06-22 | 1 | -8/+20 |
* | kill stray whitespace | Sam Leffler | 2009-06-22 | 1 | -2/+2 |
* | move logic to ACK a GPIO to a separate function | Sam Leffler | 2009-06-22 | 1 | -3/+9 |
* | swap order in ddb show gpio printf | Sam Leffler | 2009-06-22 | 1 | -2/+2 |
* | make type use consistent | Sam Leffler | 2009-06-22 | 1 | -1/+1 |
* | Regen. | John Baldwin | 2009-06-22 | 9 | -9/+77 |
* | Include definitions for the audit identifiers for compat system calls in | John Baldwin | 2009-06-22 | 1 | -0/+2 |
* | Fix a typo in a comment. | John Baldwin | 2009-06-22 | 2 | -2/+2 |
* | Enable MSI in the MSI capability registers any time that the first message | John Baldwin | 2009-06-22 | 1 | -1/+3 |
* | Update m_demote: | Andre Oppermann | 2009-06-22 | 1 | -4/+6 |
* | Validate the page in one place, dev_pager_getpages(), rather than doing it | Alan Cox | 2009-06-22 | 1 | -7/+6 |
* | Updates after r194640: | Bjoern A. Zeeb | 2009-06-22 | 2 | -11/+7 |
* | Move virtualization of routing related variables into their own | Bjoern A. Zeeb | 2009-06-22 | 5 | -18/+51 |
* | Add a missing return in NULL mutex case. | Jung-uk Kim | 2009-06-22 | 1 | -1/+3 |
* | Split tolower/toupper code from usual xlat16 kiconv table, and make it | Xin LI | 2009-06-22 | 4 | -26/+179 |
* | Bump PowerPC loader(8) version to reflect extensions it has recently grown. | Rafal Jaworowski | 2009-06-22 | 1 | -0/+1 |
* | Keep file list sorted. | Rafal Jaworowski | 2009-06-22 | 1 | -1/+1 |
* | DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus. | Rafal Jaworowski | 2009-06-22 | 5 | -0/+438 |
* | Integrated I2C controller driver (found in MPC85xx and other SOC parts). | Rafal Jaworowski | 2009-06-22 | 3 | -0/+443 |
* | Collect all VIMAGE_GLOBALS variables in one place. | Bjoern A. Zeeb | 2009-06-22 | 2 | -9/+4 |
* | Change cam_periph_ioctl() to take 'cmd' and a u_long instead of an | Scott Long | 2009-06-22 | 2 | -2/+2 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | Robert Watson | 2009-06-22 | 7 | -9/+25 |
* | After the update to fxp(4) in r194573 we should no longer need | Bjoern A. Zeeb | 2009-06-22 | 1 | -1/+0 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | Robert Watson | 2009-06-22 | 7 | -76/+143 |
* | Move definitions of AT_* constants from the middle of the open(2) flags | Konstantin Belousov | 2009-06-22 | 1 | -17/+18 |
* | O_NOFOLLOW shall be in flags, not in cmode. | Konstantin Belousov | 2009-06-22 | 1 | -3/+2 |
* | Remove a hack from r186086 so that IPsec via loopback routes continued | Bjoern A. Zeeb | 2009-06-22 | 1 | -4/+0 |
* | Eliminate dead code. These definitions should have been deleted with the | Alan Cox | 2009-06-22 | 2 | -20/+0 |
* | Add ipx_ifaddr locking to ipx_control(), which should close most | Robert Watson | 2009-06-21 | 1 | -27/+70 |
* | Disable write-back until I figure out what's wrong with it on the i81342. | Olivier Houchard | 2009-06-21 | 1 | -7/+1 |
* | Introduce basic locking of global IPX address list 'ipx_ifaddr' using | Robert Watson | 2009-06-21 | 5 | -13/+61 |
* | Implement a mechanism within vm_phys_alloc_contig() to defer all necessary | Alan Cox | 2009-06-21 | 1 | -9/+20 |
* | In ipx_control(), lock if_addr_mtx when adding/removing addresses from | Robert Watson | 2009-06-21 | 1 | -3/+5 |