summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Support for the i8251 wasn't there. Remove the files.marcel2004-11-215-1637/+0
* Include the header with the register definitions from sys/dev/ic. Theymarcel2004-11-212-2/+4
* This file was repocopied from sys/dev/uart/uart_dev_z8530.h.marcel2004-11-211-3/+3
* This file was repocopied from sys/dev/uart/uart_dev_sab82532.h.marcel2004-11-211-0/+5
* Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.cmarcel2004-11-202-3/+2
* Include the common <dev/ic/ns16550.h> instead of the privatemarcel2004-11-201-1/+2
* o Remove the com_thr, com_rhr, com_isr and com_lctl defines. They aremarcel2004-11-201-28/+59
* o Remove opt_ddb.h from SRCS.marcel2004-11-201-1/+1
* Remove local definitions of RANGEOF() and use __rangeof() instead.das2004-11-206-35/+17
* Remove useless code.cognet2004-11-201-120/+0
* Implement enough to be able to enter and leave DDB.cognet2004-11-203-5/+43
* Get the kernel stack right now that the u-area is gone.cognet2004-11-204-6/+7
* Use M_ZERO to not panic in mtx_init when INVARIANTS enabled.fjoe2004-11-201-1/+1
* Sort MFILES.marcel2004-11-201-11/+9
* Remove the declaration of uarea_pages.das2004-11-201-1/+0
* Remove the p_uarea and p_upages_obj fields from struct proc.das2004-11-201-2/+3
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbdas2004-11-201-3/+3
* Update the comment about what NO_SWAPPING does.das2004-11-201-1/+1
* Maintain the broken state of backwards compatibilty for a.out (anddas2004-11-203-6/+9
* We don't do U area swapping anymore, so update some comments. Also,das2004-11-201-5/+5
* Remove UAREA_PAGES and USPACE definitions. The definitions ofdas2004-11-201-9/+1
* Remove some references to U area here while trying not to breakdas2004-11-201-4/+3
* Remove references to U area and garbage collect includes.das2004-11-204-13/+4
* Remove UAREA_PAGES.das2004-11-206-6/+0
* U areas are going away, so don't allocate them. It's worrisome thatdas2004-11-202-6/+2
* U areas are going away, so don't allocate one for process 0.das2004-11-2011-53/+6
* Disable U area swapping and remove the routines that create, destroy,das2004-11-204-206/+0
* Malloc p_stats instead of putting it in the U area. We should considerdas2004-11-203-12/+49
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-203-3/+2
* Increase cnt.v_syscall and cnt.v_trap when needed.cognet2004-11-201-0/+3
* Remove unused macro.glebius2004-11-191-3/+0
* Cancel pending timeout before scheduling a new one. This fixesglebius2004-11-191-0/+1
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Revert part of rev 1.57. The tag boundary is honored by splitting thescottl2004-11-191-9/+5
* Revert part of rev 1.56. Tag boundaries are handled by splitting segments,scottl2004-11-191-9/+5
* Place function comment above the right function.marks2004-11-191-7/+7
* Rebuild from compat/freebsd32/syscalls.master:1.43marks2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179marks2004-11-181-1/+1
* Rebuild from syscalls.master:1.179marks2004-11-185-2/+8
* Add ntp_gettime(2) system call.marks2004-11-181-1/+1
* Add system call implementation of ntp_gettime(2).marks2004-11-181-18/+43
* Add some useful target mode diagnostics for incoming commandsgibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchgibbs2004-11-184-16/+26
* Add dropped implementation of ioctl for fifos.phk2004-11-181-1/+20
* Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)phk2004-11-181-0/+3
* Pass path to filesystem when mounting rootphk2004-11-181-1/+1
* - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flagglebius2004-11-181-33/+0
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-184-40/+72
* Make more sense out of vop_stdcreatevobject()phk2004-11-181-21/+21
* Correct another location where inquiry length as calculated from thegibbs2004-11-181-3/+5
OpenPOWER on IntegriCloud