| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove useless code. | cognet | 2004-11-20 | 1 | -120/+0 |
* | Implement enough to be able to enter and leave DDB. | cognet | 2004-11-20 | 3 | -5/+43 |
* | Get the kernel stack right now that the u-area is gone. | cognet | 2004-11-20 | 4 | -6/+7 |
* | Use M_ZERO to not panic in mtx_init when INVARIANTS enabled. | fjoe | 2004-11-20 | 1 | -1/+1 |
* | Sort MFILES. | marcel | 2004-11-20 | 1 | -11/+9 |
* | Remove the declaration of uarea_pages. | das | 2004-11-20 | 1 | -1/+0 |
* | Remove the p_uarea and p_upages_obj fields from struct proc. | das | 2004-11-20 | 1 | -2/+3 |
* | Remove the uarea column from the DDB 'ps' display, and from grog's gdb | das | 2004-11-20 | 1 | -3/+3 |
* | Update the comment about what NO_SWAPPING does. | das | 2004-11-20 | 1 | -1/+1 |
* | Maintain the broken state of backwards compatibilty for a.out (and | das | 2004-11-20 | 3 | -6/+9 |
* | We don't do U area swapping anymore, so update some comments. Also, | das | 2004-11-20 | 1 | -5/+5 |
* | Remove UAREA_PAGES and USPACE definitions. The definitions of | das | 2004-11-20 | 1 | -9/+1 |
* | Remove some references to U area here while trying not to break | das | 2004-11-20 | 1 | -4/+3 |
* | Remove references to U area and garbage collect includes. | das | 2004-11-20 | 4 | -13/+4 |
* | Remove UAREA_PAGES. | das | 2004-11-20 | 6 | -6/+0 |
* | U areas are going away, so don't allocate them. It's worrisome that | das | 2004-11-20 | 2 | -6/+2 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 11 | -53/+6 |
* | Disable U area swapping and remove the routines that create, destroy, | das | 2004-11-20 | 4 | -206/+0 |
* | Malloc p_stats instead of putting it in the U area. We should consider | das | 2004-11-20 | 3 | -12/+49 |
* | user.h is included only to get pcb.h, so use the latter directly instead. | das | 2004-11-20 | 3 | -3/+2 |
* | Increase cnt.v_syscall and cnt.v_trap when needed. | cognet | 2004-11-20 | 1 | -0/+3 |
* | Remove unused macro. | glebius | 2004-11-19 | 1 | -3/+0 |
* | Cancel pending timeout before scheduling a new one. This fixes | glebius | 2004-11-19 | 1 | -0/+1 |
* | Correct typo. Return ENXIO instead of EIO. | emax | 2004-11-19 | 1 | -1/+1 |
* | Revert part of rev 1.57. The tag boundary is honored by splitting the | scottl | 2004-11-19 | 1 | -9/+5 |
* | Revert part of rev 1.56. Tag boundaries are handled by splitting segments, | scottl | 2004-11-19 | 1 | -9/+5 |
* | Place function comment above the right function. | marks | 2004-11-19 | 1 | -7/+7 |
* | Rebuild from compat/freebsd32/syscalls.master:1.43 | marks | 2004-11-18 | 2 | -2/+2 |
* | 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179 | marks | 2004-11-18 | 1 | -1/+1 |
* | Rebuild from syscalls.master:1.179 | marks | 2004-11-18 | 5 | -2/+8 |
* | Add ntp_gettime(2) system call. | marks | 2004-11-18 | 1 | -1/+1 |
* | Add system call implementation of ntp_gettime(2). | marks | 2004-11-18 | 1 | -18/+43 |
* | Add some useful target mode diagnostics for incoming commands | gibbs | 2004-11-18 | 1 | -7/+11 |
* | Revert to basing all timeout/timer values in ms rather than us. The switch | gibbs | 2004-11-18 | 4 | -16/+26 |
* | Add dropped implementation of ioctl for fifos. | phk | 2004-11-18 | 1 | -1/+20 |
* | Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-) | phk | 2004-11-18 | 1 | -0/+3 |
* | Pass path to filesystem when mounting root | phk | 2004-11-18 | 1 | -1/+1 |
* | - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag | glebius | 2004-11-18 | 1 | -33/+0 |
* | - Eliminate the acquisition and release of the bqlock in bremfree() by | jeff | 2004-11-18 | 4 | -40/+72 |
* | Make more sense out of vop_stdcreatevobject() | phk | 2004-11-18 | 1 | -21/+21 |
* | Correct another location where inquiry length as calculated from the | gibbs | 2004-11-18 | 1 | -3/+5 |