| Commit message (Expand) | Author | Age | Files | Lines |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 69 | -4853/+13028 |
* | Conditionally acquire Giant in vm_contig_launder_page(). | alc | 2007-06-11 | 1 | -0/+4 |
* | Connect icsphy(4) to the build. | yongari | 2007-06-11 | 2 | -1/+2 |
* | Add icsphy(4), Integrated Circuit Systems PHY driver, ported from | yongari | 2007-06-11 | 2 | -0/+438 |
* | Add ICS1889/ICS1892/ICS1893 PHY. | yongari | 2007-06-11 | 1 | -0/+3 |
* | Increase a maximum segment size of DMA to 4096. Previously it used | yongari | 2007-06-11 | 2 | -2/+4 |
* | Disable automatic IP ID increment. Due to a hardware bug the automatic | yongari | 2007-06-11 | 1 | -15/+0 |
* | Filter/compress the amount of channel trigger. This should reduce | ariff | 2007-06-11 | 29 | -31/+75 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 10 | -20/+21 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-10 | 2 | -1/+31 |
* | - Add codec id for ALC660 [1] | ariff | 2007-06-10 | 1 | -1/+10 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 9 | -91/+74 |
* | Fix a case in tcp_do_segment() where tcp_update_sack_list() would | andre | 2007-06-10 | 1 | -2/+1 |
* | Fix style for comments, be more verbose and add some more. | andre | 2007-06-10 | 1 | -23/+34 |
* | Now pam_nologin(8) will provide an account management function | yar | 2007-06-10 | 1 | -1/+1 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | marcel | 2007-06-10 | 2 | -3/+12 |
* | Cast len to be a uintmax_t and make format in KASSERT match so as | mjacob | 2007-06-10 | 1 | -1/+2 |
* | Remove const type qualifier from a function- gcc4.2 doesn't accept it. | mjacob | 2007-06-10 | 1 | -3/+3 |
* | Initialize the dma tag's bounce_zone to NULL if we didn't allocate it. | cognet | 2007-06-10 | 1 | -1/+2 |
* | Prefer device_printf over printf | imp | 2007-06-10 | 2 | -36/+31 |
* | Prefer device_printf over printf. Eliminate axe_unit as it is no | imp | 2007-06-10 | 2 | -38/+32 |
* | Remove 'inline' qualifiers from functions which are not, in fact, inlines. | mjacob | 2007-06-10 | 2 | -7/+7 |
* | Cast the ioctl define to the type of the variable being switched on. | mjacob | 2007-06-10 | 1 | -2/+2 |
* | Remove unused variable. | mjacob | 2007-06-10 | 1 | -2/+0 |
* | Init timespec to zero fo quiesce warnings. | mjacob | 2007-06-10 | 1 | -1/+1 |
* | Quiesce warnings by initializing irql values to zero. | mjacob | 2007-06-10 | 1 | -3/+3 |
* | Ensure that newpath is always initialized, even for the error case. | mjacob | 2007-06-10 | 1 | -0/+2 |
* | Commit for Nate his "guidelines for submitting quirks". | mjacob | 2007-06-10 | 1 | -2/+210 |
* | Remove unused variable. | mjacob | 2007-06-10 | 1 | -1/+0 |
* | The new compiler can't quite follow the logic of has_stime and | mjacob | 2007-06-10 | 1 | -1/+1 |
* | Initialized ets to zero. This is arguably a gcc bug in that ets is always | mjacob | 2007-06-10 | 1 | -0/+2 |
* | Complete an initialization to make gcc 4.2 happy. | mjacob | 2007-06-10 | 1 | -0/+1 |
* | Initialize devname. | mjacob | 2007-06-10 | 1 | -0/+2 |
* | Add ofw_bus_if.h as a dependency on sparc64. Without this sparc64 kernel | kensmith | 2007-06-10 | 1 | -0/+4 |
* | Add a new physical memory allocator. However, do not yet connect it | alc | 2007-06-10 | 2 | -0/+741 |
* | Fix a bug caming from the committing a pre-merge version of the patch | attilio | 2007-06-10 | 1 | -0/+2 |
* | Work around an integer overflow in expression `3 * maxbufspace / 4', | marcel | 2007-06-09 | 1 | -0/+7 |
* | Synchronize the instruction cache after writing to memory. This is | marcel | 2007-06-09 | 1 | -1/+5 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 14 | -21/+70 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 9 | -23/+47 |
* | Make the handling of the tcp window explicit for the SYN_SENT case | andre | 2007-06-09 | 1 | -4/+10 |
* | Remove some bogosity from the SYN_SENT case in tcp_do_segment | andre | 2007-06-09 | 1 | -6/+8 |
* | Since locking in kern/subr_prof.c is changed a bit, we need nomore of | attilio | 2007-06-09 | 2 | -3/+1 |
* | Don't send pure window updates when the peer has closed the connection | andre | 2007-06-09 | 1 | -1/+4 |
* | The current rusage code show peculiar problems: | attilio | 2007-06-09 | 6 | -48/+26 |
* | Propagate volatile qualifier to make gcc4.2 happy. | mjacob | 2007-06-09 | 1 | -1/+1 |
* | Handle a race condition on >2 core machines in tcp_timer() when | andre | 2007-06-09 | 1 | -2/+8 |
* | - Opps.. takes out debug printfs I accidentally left in :-( | rrs | 2007-06-09 | 2 | -16/+0 |
* | - fix send_failed notification contents | rrs | 2007-06-09 | 6 | -87/+99 |
* | Make this compile. | ru | 2007-06-09 | 1 | -1/+1 |