| Commit message (Expand) | Author | Age | Files | Lines |
* | When printing a stack trace for a thread, also print the pid and tid. | rwatson | 2004-11-23 | 1 | -0/+6 |
* | When printing information on the current thread, such as when entering | rwatson | 2004-11-23 | 1 | -1/+6 |
* | - Remove some no longer used constants. | jhb | 2004-11-23 | 1 | -8/+3 |
* | Rework the ACPI PCI link code. | jhb | 2004-11-23 | 5 | -1060/+697 |
* | Correct a bug introduced in sys_pipe.c:1.179: in pipe_ioctl(), | rwatson | 2004-11-23 | 1 | -2/+5 |
* | Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_id | jhb | 2004-11-23 | 1 | -1/+1 |
* | This file was repocopied to src/sys/boot/ia64/efi. | marcel | 2004-11-23 | 6 | -1127/+0 |
* | tcp_timewait() performs multiple non-atomic reads on the tcptw | rwatson | 2004-11-23 | 5 | -0/+21 |
* | De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possible | rwatson | 2004-11-23 | 1 | -15/+11 |
* | Enable interrupts as soon as the pending interrupts have been masked. | cognet | 2004-11-23 | 1 | -4/+3 |
* | Use ns8250. | cognet | 2004-11-23 | 2 | -3/+2 |
* | Assert the inpcb lock in tcp_twstart(), which does both read-modify-write | rwatson | 2004-11-23 | 2 | -0/+20 |
* | Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(), | rwatson | 2004-11-23 | 2 | -0/+8 |
* | Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock | rwatson | 2004-11-23 | 2 | -8/+22 |
* | - Add missing Giant drop before acquiring the topology lock. | pjd | 2004-11-23 | 1 | -3/+6 |
* | Netgraph flow control: change interface status when node receive | glebius | 2004-11-23 | 1 | -0/+12 |
* | Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY. | glebius | 2004-11-23 | 2 | -1/+66 |
* | o Use ng_timeout() instead of timeout(9). | glebius | 2004-11-23 | 1 | -11/+33 |
* | Unhook the loader subdirectory. The ia64 EFI loader is now build | marcel | 2004-11-23 | 1 | -1/+1 |
* | Hookup the efi subdirectory. | marcel | 2004-11-23 | 1 | -1/+1 |
* | This file was repocopied from src/sys/boot/efi/loader. | marcel | 2004-11-23 | 1 | -38/+32 |
* | Visit the efi subdirectory before we visit the machine-specific | marcel | 2004-11-23 | 1 | -5/+5 |
* | It appears that 'kbd' device has never been used and isn't needed. | imp | 2004-11-23 | 5 | -5/+0 |
* | Add arm/mem.c. | cognet | 2004-11-22 | 1 | -0/+1 |
* | Remove "Unlocked read" annotations associated with previously unlocked | rwatson | 2004-11-22 | 2 | -6/+0 |
* | Make hme(4) mpsafe | yongari | 2004-11-22 | 4 | -29/+123 |
* | Remove struct ia64_itir and use a plain old uint64_t instead. | marcel | 2004-11-21 | 4 | -23/+20 |
* | Cleanup. | cognet | 2004-11-21 | 1 | -41/+3 |
* | Set the frame pointer to 0 in fork_trampoline(). | cognet | 2004-11-21 | 1 | -0/+1 |
* | Implement breakpoints and single stepping on arm. | cognet | 2004-11-21 | 4 | -21/+109 |
* | Do not attempt to skip a breakpoint that is a result of a software single step, | cognet | 2004-11-21 | 1 | -3/+12 |
* | Properly wither the geom container on detach. This will allow one to | imp | 2004-11-21 | 1 | -0/+5 |
* | uart_i8251_ops is gone. | nyan | 2004-11-21 | 1 | -8/+2 |
* | s/send/sent/ in comment describing TCPS_SYN_RECEIVED. | rwatson | 2004-11-21 | 1 | -1/+1 |
* | Neither of the arguments to closef() can be NULL anymore, so don't | das | 2004-11-21 | 1 | -4/+1 |
* | Remove an extra #include | scottl | 2004-11-21 | 2 | -2/+0 |
* | MFC amd64: | scottl | 2004-11-21 | 1 | -29/+45 |
* | Consolidate all of the bounce tests into the BUS_DMA_COULD_BOUNCE flag. | scottl | 2004-11-21 | 1 | -29/+45 |
* | Don't force busdma to pre-allocate bounce pages for static allocations. | scottl | 2004-11-21 | 1 | -2/+2 |
* | Don't force busdma to pre-allocate bounce pages for the parent tag. | scottl | 2004-11-21 | 1 | -2/+2 |
* | Commit ALTQ-patch for ed(4). | mlaier | 2004-11-21 | 1 | -2/+4 |
* | o Support for the i8251 wasn't there. Remove the files. | marcel | 2004-11-21 | 5 | -1637/+0 |
* | Include the header with the register definitions from sys/dev/ic. They | marcel | 2004-11-21 | 2 | -2/+4 |
* | This file was repocopied from sys/dev/uart/uart_dev_z8530.h. | marcel | 2004-11-21 | 1 | -3/+3 |
* | This file was repocopied from sys/dev/uart/uart_dev_sab82532.h. | marcel | 2004-11-21 | 1 | -0/+5 |
* | Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.c | marcel | 2004-11-20 | 2 | -3/+2 |
* | Include the common <dev/ic/ns16550.h> instead of the private | marcel | 2004-11-20 | 1 | -1/+2 |
* | o Remove the com_thr, com_rhr, com_isr and com_lctl defines. They are | marcel | 2004-11-20 | 1 | -28/+59 |
* | o Remove opt_ddb.h from SRCS. | marcel | 2004-11-20 | 1 | -1/+1 |
* | Remove local definitions of RANGEOF() and use __rangeof() instead. | das | 2004-11-20 | 6 | -35/+17 |