| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Some improvements to the int-type printing code based on suggestions by bde. | dwmalone | 2007-06-10 | 1 | -17/+13 |
* | Fix a number of WARNS, including printf, constness and unsigned comparison | dwmalone | 2007-06-10 | 1 | -12/+13 |
* | Some style improvements suggested by bde, including removing an | dwmalone | 2007-06-10 | 1 | -37/+36 |
* | Merge NetBSD changes, among them: | stefanf | 2007-06-10 | 6 | -119/+264 |
* | Now pam_nologin(8) will provide an account management function | yar | 2007-06-10 | 15 | -32/+45 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | marcel | 2007-06-10 | 2 | -3/+12 |
* | Fix bogon in previous commit: <machine/cpu.h> is still needed. | marcel | 2007-06-10 | 1 | -0/+1 |
* | 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 |
* | Remove /usr/X11R6 and subdirs. | brueffer | 2007-06-10 | 1 | -18/+1 |
* | 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 |
* | Backout mess mistakenly committed with manpage update. | ceri | 2007-06-10 | 1 | -0/+10 |
* | Document SCTP support. | ceri | 2007-06-10 | 2 | -12/+2 |
* | 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 |
* | The definition of CACHELINESIZE moved from <machine/cpu.h> to | marcel | 2007-06-10 | 1 | -1/+1 |
* | 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 |
* | - Add myself. | beech | 2007-06-09 | 2 | -0/+4 |
* | 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 |