| Commit message (Expand) | Author | Age | Files | Lines |
* | Let debugger check signal, make SIGINFO works. | davidxu | 2004-07-13 | 2 | -24/+50 |
* | If _libkse_debug is not zero, activate thread mode. | davidxu | 2004-07-13 | 2 | -0/+12 |
* | Add code to support thread debugging. | davidxu | 2004-07-13 | 10 | -88/+292 |
* | In pmap_remove_pages(), when the pv_list is entry, we want to clean the | cognet | 2004-07-13 | 1 | -3/+2 |
* | Set TDF_NEEDRESCHED when a higher priority thread is scheduled in | jhb | 2004-07-13 | 1 | -1/+1 |
* | Give kldunload a -f(orce) argument. | phk | 2004-07-13 | 20 | -36/+123 |
* | Add kldunloadf() system call. Stay tuned for follwing commit messages. | phk | 2004-07-13 | 2 | -2/+4 |
* | Clean up our pnpinfo and location strings. | njl | 2004-07-13 | 1 | -7/+5 |
* | Call device_identify routines after doing the namespace walk. This is | njl | 2004-07-13 | 1 | -8/+6 |
* | Send the fla driver in the Attic | phk | 2004-07-13 | 7 | -1614/+0 |
* | Desupport M-Systems DiskOnChip driver "fla" | phk | 2004-07-13 | 2 | -10/+0 |
* | fix compilation. | phk | 2004-07-13 | 1 | -1/+1 |
* | oldcard's card device no longer requires a count | imp | 2004-07-13 | 2 | -2/+2 |
* | Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype | kensmith | 2004-07-13 | 1 | -1/+0 |
* | Remove erroneous semicolons. | stefanf | 2004-07-13 | 5 | -6/+6 |
* | Merged from recent fdc driver changes. | nyan | 2004-07-13 | 6 | -194/+294 |
* | Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we've | cperciva | 2004-07-13 | 1 | -1/+2 |
* | MFi386: revision 1.213. | nyan | 2004-07-13 | 3 | -48/+60 |
* | Document sysctl variables. | pjd | 2004-07-13 | 3 | -0/+52 |
* | Those sysctl are used to control GEOM class, not a userland utility. | pjd | 2004-07-13 | 1 | -4/+6 |
* | Remove unused macro. | pjd | 2004-07-13 | 1 | -9/+0 |
* | Decrease log level of one debug message, so there is no hole (level 2 | pjd | 2004-07-13 | 1 | -1/+1 |
* | Document sysctls variables used by GEOM_STRIPE class. | pjd | 2004-07-13 | 1 | -0/+37 |
* | Minor sysctl description fixes. | pjd | 2004-07-13 | 1 | -2/+2 |
* | Another LINT compilation fix | phk | 2004-07-13 | 1 | -1/+0 |
* | Make LINT compile | phk | 2004-07-13 | 2 | -2/+0 |
* | Re-enable debugger port. | simokawa | 2004-07-13 | 1 | -3/+124 |
* | 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 |