| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow a filesystem to have both old and new mount methods at the same | phk | 2004-11-25 | 1 | -1/+2 |
* | Don't use PAGE_SIZE to calculate controller-specific attributes. | scottl | 2004-11-25 | 2 | -2/+3 |
* | Regen. | phk | 2004-11-25 | 2 | -5/+5 |
* | Mark mount, unmount and nmount MPSAFE | phk | 2004-11-25 | 1 | -3/+3 |
* | Assert Giant held in vfs_domount() and vfs_dounmount() | phk | 2004-11-25 | 1 | -3/+20 |
* | Integrate the relevant bits of vfs_rootmountalloc() where it matters. | phk | 2004-11-25 | 2 | -39/+18 |
* | Use system wide no-op vfs_start function. | phk | 2004-11-25 | 7 | -83/+0 |
* | Try to close a potential, but serious race in our VM subsystem. | delphij | 2004-11-24 | 1 | -2/+15 |
* | - If the COMSPEED is set to 0, then don't try to initialize the serial port | jhb | 2004-11-24 | 1 | -10/+10 |
* | Fix comments for serial I/O function prototypes that were broken in the | jhb | 2004-11-24 | 1 | -5/+10 |
* | Correct mutexes names in comment. | pjd | 2004-11-24 | 1 | -2/+2 |
* | Return ATA register values in the request struct when ATAREQUEST returns. | sos | 2004-11-24 | 2 | -5/+10 |
* | fix a bug that leads to a crash when binat rules of the form | dhartmei | 2004-11-24 | 1 | -1/+1 |
* | In tcp_reass(), assert the inpcb lock on the passed tcpcb, since the | rwatson | 2004-11-23 | 2 | -24/+38 |
* | Assign if_broadcastaddr to NULL not 0 in if_attach(). | rwatson | 2004-11-23 | 1 | -8/+10 |
* | 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 |