summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make hme(4) mpsafeyongari2004-11-224-29/+123
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-214-23/+20
* Cleanup.cognet2004-11-211-41/+3
* Set the frame pointer to 0 in fork_trampoline().cognet2004-11-211-0/+1
* Implement breakpoints and single stepping on arm.cognet2004-11-214-21/+109
* Do not attempt to skip a breakpoint that is a result of a software single step,cognet2004-11-211-3/+12
* Properly wither the geom container on detach. This will allow one toimp2004-11-211-0/+5
* uart_i8251_ops is gone.nyan2004-11-211-8/+2
* s/send/sent/ in comment describing TCPS_SYN_RECEIVED.rwatson2004-11-211-1/+1
* Neither of the arguments to closef() can be NULL anymore, so don'tdas2004-11-211-4/+1
* Remove an extra #includescottl2004-11-212-2/+0
* MFC amd64:scottl2004-11-211-29/+45
* Consolidate all of the bounce tests into the BUS_DMA_COULD_BOUNCE flag.scottl2004-11-211-29/+45
* Don't force busdma to pre-allocate bounce pages for static allocations.scottl2004-11-211-2/+2
* Don't force busdma to pre-allocate bounce pages for the parent tag.scottl2004-11-211-2/+2
* Commit ALTQ-patch for ed(4).mlaier2004-11-211-2/+4
* 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
OpenPOWER on IntegriCloud