| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace DDB with KDB. | simokawa | 2004-07-13 | 1 | -1/+1 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 1 | -75/+153 |
* | Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPEND | davidxu | 2004-07-13 | 2 | -12/+117 |
* | Add ptrace_clear_single_step(), alpha already has it for years, the function | davidxu | 2004-07-13 | 8 | -0/+59 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 6 | -70/+123 |
* | Do not call sorecieve() in the context of a socket callback as it causes | alfred | 2004-07-13 | 1 | -3/+5 |
* | Simplify pmap_protect(). | alc | 2004-07-13 | 1 | -6/+3 |
* | Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE | alfred | 2004-07-13 | 1 | -5/+1 |
* | Overhaul lputs() to deal with multibyte characters, characters that take | tjr | 2004-07-13 | 1 | -24/+53 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-13 | 7 | -15/+10 |
* | Set fdc_dev in attach | imp | 2004-07-13 | 1 | -0/+1 |
* | Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead | imp | 2004-07-13 | 3 | -0/+5 |
* | pccard no longer requires a count because the floppy driver that | imp | 2004-07-13 | 1 | -1/+1 |
* | Add support for multibyte characters. | tjr | 2004-07-13 | 2 | -22/+47 |
* | Remove even more references to generating usbdevs_data.h, et al. | imp | 2004-07-12 | 1 | -9/+9 |
* | Remove the instructions for regenerating usbdevs.h: that's now no | imp | 2004-07-12 | 1 | -13/+0 |
* | Rename low-level code ddb -> db. Use KDB instead of DDB. | grehan | 2004-07-12 | 2 | -72/+72 |
* | Bring into KDB new order. | grehan | 2004-07-12 | 2 | -18/+12 |
* | - DDB -> KDB, with kdb routines | grehan | 2004-07-12 | 2 | -46/+108 |
* | No need for ddb option. Never a need for ipkdb option. | grehan | 2004-07-12 | 2 | -4/+0 |
* | Catch up with gratuitous ddb -> db renaming | grehan | 2004-07-12 | 1 | -1/+1 |
* | Bring into line with KDB. Bring in NetBSD updates for backtrace routine, | grehan | 2004-07-12 | 1 | -149/+155 |
* | Remove unused NetBSD code. Bring mem r/w routines into here in line | grehan | 2004-07-12 | 1 | -341/+61 |
* | Gratuitous namechange to avoid low-level association with ddb. | grehan | 2004-07-12 | 1 | -1/+1 |
* | Add prototype for KDB's makectx routine | grehan | 2004-07-12 | 1 | -0/+2 |
* | Remove old NetBSD-derived unused code and stuff that is now obsolete | grehan | 2004-07-12 | 1 | -33/+12 |
* | DDB -> KDB, and rename low-level trap handler to avoid name conflict. | grehan | 2004-07-12 | 1 | -4/+4 |
* | kdb.h for PowerPC. Stubs for now. | grehan | 2004-07-12 | 1 | -0/+49 |
* | Add new KDB option, and also drop in long-held fxp/dc eth drivers. | grehan | 2004-07-12 | 1 | -1/+4 |
* | db_memrw.c has been subsumed into db_interface.c ala sparc64 | grehan | 2004-07-12 | 1 | -1/+0 |
* | Remove stray line with just a tab | imp | 2004-07-12 | 1 | -2/+2 |
* | Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a | dwmalone | 2004-07-12 | 3 | -5/+5 |
* | Update to kdb. | cognet | 2004-07-12 | 3 | -143/+46 |
* | Remove the kbd_trap() declaration. | cognet | 2004-07-12 | 1 | -2/+0 |
* | Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_. | cognet | 2004-07-12 | 1 | -0/+3 |
* | Forward declare "struct pcb", so that one does not need to include | cognet | 2004-07-12 | 1 | -0/+2 |
* | Implement a stub breakpoint(). | cognet | 2004-07-12 | 1 | -0/+5 |
* | Implement makectx(). | cognet | 2004-07-12 | 1 | -0/+19 |
* | Prototype makectx(). | cognet | 2004-07-12 | 1 | -0/+2 |
* | Import bus_memio.h and bus_pio.h for arm. | cognet | 2004-07-12 | 2 | -0/+66 |
* | Import a kdb.h for arm, which contains stubs right now. | cognet | 2004-07-12 | 1 | -0/+50 |
* | Remove unnecessary softc bzero calls. | njl | 2004-07-12 | 2 | -2/+0 |
* | Add the ability to detach a battery. Now batteries that are detached are | njl | 2004-07-12 | 3 | -1/+33 |
* | Update in preparation for adding the ACPI attachment. | njl | 2004-07-12 | 4 | -68/+94 |
* | Teach gcore about the pathname field of '/proc/*/map' so that it doesn't | rwatson | 2004-07-12 | 1 | -3/+3 |
* | Constify 'rpcclnt_backoff'. | rwatson | 2004-07-12 | 1 | -1/+1 |
* | Constify 'spx_backoff'. | rwatson | 2004-07-12 | 1 | -1/+1 |
* | After each label in tcp_input(), assert the inpcbinfo and inpcb lock | rwatson | 2004-07-12 | 2 | -2/+34 |
* | Procotol control block locking for netatalk DDP. | rwatson | 2004-07-12 | 5 | -35/+134 |
* | Imperfect synchronization solution to imperfect code: use a static 256 | rwatson | 2004-07-12 | 1 | -13/+16 |