summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rewrite arm_get_next_irq to always make forward progress (should be optimized)sam2009-06-221-8/+20
* kill stray whitespacesam2009-06-221-2/+2
* move logic to ACK a GPIO to a separate functionsam2009-06-221-3/+9
* swap order in ddb show gpio printfsam2009-06-221-2/+2
* make type use consistentsam2009-06-221-1/+1
* Regen.jhb2009-06-229-9/+77
* Include definitions for the audit identifiers for compat system calls injhb2009-06-221-0/+2
* Fix a typo in a comment.jhb2009-06-222-2/+2
* Enable MSI in the MSI capability registers any time that the first messagejhb2009-06-221-1/+3
* Update m_demote:andre2009-06-221-4/+6
* Validate the page in one place, dev_pager_getpages(), rather than doing italc2009-06-221-7/+6
* Updates after r194640:bz2009-06-222-11/+7
* Move virtualization of routing related variables into their ownbz2009-06-226-18/+56
* Add a missing return in NULL mutex case.jkim2009-06-221-1/+3
* Split tolower/toupper code from usual xlat16 kiconv table, and make itdelphij2009-06-227-51/+342
* Add prototypes when the library is compiled static.delphij2009-06-222-2/+10
* fix wrong name for the iso!luigi2009-06-221-1/+1
* Bump PowerPC loader(8) version to reflect extensions it has recently grown.raj2009-06-221-0/+1
* Keep file list sorted.raj2009-06-221-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.raj2009-06-225-0/+438
* Add code to generate a bootable ISO image, so we are finallyluigi2009-06-221-14/+12
* Integrated I2C controller driver (found in MPC85xx and other SOC parts).raj2009-06-223-0/+443
* Collect all VIMAGE_GLOBALS variables in one place.bz2009-06-222-9/+4
* - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcaprafan2009-06-221-1/+1
* Change cam_periph_ioctl() to take 'cmd' and a u_long instead of anscottl2009-06-222-2/+2
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-227-9/+25
* Remove unneeded stores back into the function arguments.ed2009-06-222-4/+0
* After the update to fxp(4) in r194573 we should no longer needbz2009-06-221-1/+0
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkrwatson2009-06-227-76/+143
* Move definitions of AT_* constants from the middle of the open(2) flagskib2009-06-221-17/+18
* O_NOFOLLOW shall be in flags, not in cmode.kib2009-06-221-3/+2
* Remove a hack from r186086 so that IPsec via loopback routes continuedbz2009-06-221-4/+0
* Eliminate dead code. These definitions should have been deleted with thealc2009-06-222-20/+0
* Add ipx_ifaddr locking to ipx_control(), which should close mostrwatson2009-06-211-27/+70
* Disable write-back until I figure out what's wrong with it on the i81342.cognet2009-06-211-7/+1
* Introduce basic locking of global IPX address list 'ipx_ifaddr' usingrwatson2009-06-215-13/+61
* Implement a mechanism within vm_phys_alloc_contig() to defer all necessaryalc2009-06-211-9/+20
* In ipx_control(), lock if_addr_mtx when adding/removing addresses fromrwatson2009-06-211-3/+5
* Clean up common ifaddr management:rwatson2009-06-2110-54/+62
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used bykib2009-06-215-13/+19
* add %b formats for various registerssam2009-06-211-0/+12
* Minor style cleanups.rwatson2009-06-211-24/+25
* Remove unuxed ipx_zerohost.rwatson2009-06-212-2/+0
* Update copyright on netipx.rwatson2009-06-211-1/+1
* Add another flags argument to vn_open_cred. Use it to specify that somekib2009-06-218-16/+22
* - Eliminate extra subcs instruction. I have not noticed before that westas2009-06-211-2/+1
* use PROTO_DEFAULT.remko2009-06-211-1/+1
* - Fix strncmp on arm. Return 0 as result without performing thestas2009-06-211-5/+9
* Add support for the Myson Heden 8813.remko2009-06-212-0/+5
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-2115-17/+17
OpenPOWER on IntegriCloud