| Commit message (Expand) | Author | Age | Files | Lines |
| * | Commit ALTQ-patch for ed(4). | Max Laier | 2004-11-21 | 1 | -2/+4 |
| * | o Support for the i8251 wasn't there. Remove the files. | Marcel Moolenaar | 2004-11-21 | 5 | -1637/+0 |
| * | Include the header with the register definitions from sys/dev/ic. They | Marcel Moolenaar | 2004-11-21 | 2 | -2/+4 |
| * | This file was repocopied from sys/dev/uart/uart_dev_z8530.h. | Marcel Moolenaar | 2004-11-21 | 1 | -3/+3 |
| * | This file was repocopied from sys/dev/uart/uart_dev_sab82532.h. | Marcel Moolenaar | 2004-11-21 | 1 | -0/+5 |
| * | Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.c | Marcel Moolenaar | 2004-11-20 | 2 | -3/+2 |
| * | Include the common <dev/ic/ns16550.h> instead of the private | Marcel Moolenaar | 2004-11-20 | 1 | -1/+2 |
| * | o Remove the com_thr, com_rhr, com_isr and com_lctl defines. They are | Marcel Moolenaar | 2004-11-20 | 1 | -28/+59 |
| * | o Remove opt_ddb.h from SRCS. | Marcel Moolenaar | 2004-11-20 | 1 | -1/+1 |
| * | Remove local definitions of RANGEOF() and use __rangeof() instead. | David Schultz | 2004-11-20 | 6 | -35/+17 |
| * | Remove useless code. | Olivier Houchard | 2004-11-20 | 1 | -120/+0 |
| * | Implement enough to be able to enter and leave DDB. | Olivier Houchard | 2004-11-20 | 3 | -5/+43 |
| * | Get the kernel stack right now that the u-area is gone. | Olivier Houchard | 2004-11-20 | 4 | -6/+7 |
| * | Use M_ZERO to not panic in mtx_init when INVARIANTS enabled. | Max Khon | 2004-11-20 | 1 | -1/+1 |
| * | Sort MFILES. | Marcel Moolenaar | 2004-11-20 | 1 | -11/+9 |
| * | Remove the declaration of uarea_pages. | David Schultz | 2004-11-20 | 1 | -1/+0 |
| * | Remove the p_uarea and p_upages_obj fields from struct proc. | David Schultz | 2004-11-20 | 1 | -2/+3 |
| * | Remove the uarea column from the DDB 'ps' display, and from grog's gdb | David Schultz | 2004-11-20 | 1 | -3/+3 |
| * | Update the comment about what NO_SWAPPING does. | David Schultz | 2004-11-20 | 1 | -1/+1 |
| * | Maintain the broken state of backwards compatibilty for a.out (and | David Schultz | 2004-11-20 | 3 | -6/+9 |
| * | We don't do U area swapping anymore, so update some comments. Also, | David Schultz | 2004-11-20 | 1 | -5/+5 |
| * | Remove UAREA_PAGES and USPACE definitions. The definitions of | David Schultz | 2004-11-20 | 1 | -9/+1 |
| * | Remove some references to U area here while trying not to break | David Schultz | 2004-11-20 | 1 | -4/+3 |
| * | Remove references to U area and garbage collect includes. | David Schultz | 2004-11-20 | 4 | -13/+4 |
| * | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 6 | -6/+0 |
| * | U areas are going away, so don't allocate them. It's worrisome that | David Schultz | 2004-11-20 | 2 | -6/+2 |
| * | U areas are going away, so don't allocate one for process 0. | David Schultz | 2004-11-20 | 11 | -53/+6 |
| * | Disable U area swapping and remove the routines that create, destroy, | David Schultz | 2004-11-20 | 4 | -206/+0 |
| * | Malloc p_stats instead of putting it in the U area. We should consider | David Schultz | 2004-11-20 | 3 | -12/+49 |
| * | user.h is included only to get pcb.h, so use the latter directly instead. | David Schultz | 2004-11-20 | 3 | -3/+2 |
| * | Increase cnt.v_syscall and cnt.v_trap when needed. | Olivier Houchard | 2004-11-20 | 1 | -0/+3 |
| * | Remove unused macro. | Gleb Smirnoff | 2004-11-19 | 1 | -3/+0 |
| * | Cancel pending timeout before scheduling a new one. This fixes | Gleb Smirnoff | 2004-11-19 | 1 | -0/+1 |
| * | Correct typo. Return ENXIO instead of EIO. | Maksim Yevmenkin | 2004-11-19 | 1 | -1/+1 |
| * | Revert part of rev 1.57. The tag boundary is honored by splitting the | Scott Long | 2004-11-19 | 1 | -9/+5 |
| * | Revert part of rev 1.56. Tag boundaries are handled by splitting segments, | Scott Long | 2004-11-19 | 1 | -9/+5 |
| * | Place function comment above the right function. | Mark Santcroos | 2004-11-19 | 1 | -7/+7 |
| * | Rebuild from compat/freebsd32/syscalls.master:1.43 | Mark Santcroos | 2004-11-18 | 2 | -2/+2 |
| * | 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179 | Mark Santcroos | 2004-11-18 | 1 | -1/+1 |
| * | Rebuild from syscalls.master:1.179 | Mark Santcroos | 2004-11-18 | 5 | -2/+8 |
| * | Add ntp_gettime(2) system call. | Mark Santcroos | 2004-11-18 | 1 | -1/+1 |
| * | Add system call implementation of ntp_gettime(2). | Mark Santcroos | 2004-11-18 | 1 | -18/+43 |
| * | Add some useful target mode diagnostics for incoming commands | Justin T. Gibbs | 2004-11-18 | 1 | -7/+11 |
| * | Revert to basing all timeout/timer values in ms rather than us. The switch | Justin T. Gibbs | 2004-11-18 | 4 | -16/+26 |
| * | Add dropped implementation of ioctl for fifos. | Poul-Henning Kamp | 2004-11-18 | 1 | -1/+20 |
| * | Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-) | Poul-Henning Kamp | 2004-11-18 | 1 | -0/+3 |
| * | Pass path to filesystem when mounting root | Poul-Henning Kamp | 2004-11-18 | 1 | -1/+1 |
| * | - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag | Gleb Smirnoff | 2004-11-18 | 1 | -33/+0 |
| * | - Eliminate the acquisition and release of the bqlock in bremfree() by | Jeff Roberson | 2004-11-18 | 4 | -40/+72 |
| * | Make more sense out of vop_stdcreatevobject() | Poul-Henning Kamp | 2004-11-18 | 1 | -21/+21 |