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