summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When printing a stack trace for a thread, also print the pid and tid.rwatson2004-11-231-0/+6
* When printing information on the current thread, such as when enteringrwatson2004-11-231-1/+6
* - Remove some no longer used constants.jhb2004-11-231-8/+3
* Rework the ACPI PCI link code.jhb2004-11-235-1060/+697
* Correct a bug introduced in sys_pipe.c:1.179: in pipe_ioctl(),rwatson2004-11-231-2/+5
* Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_idjhb2004-11-231-1/+1
* This file was repocopied to src/sys/boot/ia64/efi.marcel2004-11-236-1127/+0
* tcp_timewait() performs multiple non-atomic reads on the tcptwrwatson2004-11-235-0/+21
* De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possiblerwatson2004-11-231-15/+11
* Enable interrupts as soon as the pending interrupts have been masked.cognet2004-11-231-4/+3
* Use ns8250.cognet2004-11-232-3/+2
* Assert the inpcb lock in tcp_twstart(), which does both read-modify-writerwatson2004-11-232-0/+20
* Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(),rwatson2004-11-232-0/+8
* Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lockrwatson2004-11-232-8/+22
* - Add missing Giant drop before acquiring the topology lock.pjd2004-11-231-3/+6
* Netgraph flow control: change interface status when node receiveglebius2004-11-231-0/+12
* Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.glebius2004-11-232-1/+66
* o Use ng_timeout() instead of timeout(9).glebius2004-11-231-11/+33
* Unhook the loader subdirectory. The ia64 EFI loader is now buildmarcel2004-11-231-1/+1
* Hookup the efi subdirectory.marcel2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.marcel2004-11-231-38/+32
* Visit the efi subdirectory before we visit the machine-specificmarcel2004-11-231-5/+5
* It appears that 'kbd' device has never been used and isn't needed.imp2004-11-235-5/+0
* Add arm/mem.c.cognet2004-11-221-0/+1
* Remove "Unlocked read" annotations associated with previously unlockedrwatson2004-11-222-6/+0
* 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
OpenPOWER on IntegriCloud