summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Give kldunload a -f(orce) argument.phk2004-07-1317-33/+91
* Add kldunloadf() system call. Stay tuned for follwing commit messages.phk2004-07-132-2/+4
* Clean up our pnpinfo and location strings.njl2004-07-131-7/+5
* Call device_identify routines after doing the namespace walk. This isnjl2004-07-131-8/+6
* Send the fla driver in the Atticphk2004-07-137-1614/+0
* Desupport M-Systems DiskOnChip driver "fla"phk2004-07-132-10/+0
* fix compilation.phk2004-07-131-1/+1
* oldcard's card device no longer requires a countimp2004-07-132-2/+2
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypekensmith2004-07-131-1/+0
* Remove erroneous semicolons.stefanf2004-07-135-6/+6
* Merged from recent fdc driver changes.nyan2004-07-136-194/+294
* Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we'vecperciva2004-07-131-1/+2
* MFi386: revision 1.213.nyan2004-07-133-48/+60
* Remove unused macro.pjd2004-07-131-9/+0
* Decrease log level of one debug message, so there is no hole (level 2pjd2004-07-131-1/+1
* Minor sysctl description fixes.pjd2004-07-131-2/+2
* Another LINT compilation fixphk2004-07-131-1/+0
* Make LINT compilephk2004-07-132-2/+0
* Re-enable debugger port.simokawa2004-07-131-3/+124
* Replace DDB with KDB.simokawa2004-07-131-1/+1
* Add code to support debugging threaded process.davidxu2004-07-131-75/+153
* Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPENDdavidxu2004-07-132-12/+117
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-138-0/+59
* Add code to support debugging threaded process.davidxu2004-07-136-70/+123
* Do not call sorecieve() in the context of a socket callback as it causesalfred2004-07-131-3/+5
* Simplify pmap_protect().alc2004-07-131-6/+3
* Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSEalfred2004-07-131-5/+1
* Push down the acquisition and release of the page queues lock intoalc2004-07-137-15/+10
* Set fdc_dev in attachimp2004-07-131-0/+1
* Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadimp2004-07-133-0/+5
* pccard no longer requires a count because the floppy driver thatimp2004-07-131-1/+1
* Remove even more references to generating usbdevs_data.h, et al.imp2004-07-121-9/+9
* Remove the instructions for regenerating usbdevs.h: that's now noimp2004-07-121-13/+0
* Rename low-level code ddb -> db. Use KDB instead of DDB.grehan2004-07-122-72/+72
* Bring into KDB new order.grehan2004-07-122-18/+12
* - DDB -> KDB, with kdb routinesgrehan2004-07-122-46/+108
* No need for ddb option. Never a need for ipkdb option.grehan2004-07-122-4/+0
* Catch up with gratuitous ddb -> db renaminggrehan2004-07-121-1/+1
* Bring into line with KDB. Bring in NetBSD updates for backtrace routine,grehan2004-07-121-149/+155
* Remove unused NetBSD code. Bring mem r/w routines into here in linegrehan2004-07-121-341/+61
* Gratuitous namechange to avoid low-level association with ddb.grehan2004-07-121-1/+1
* Add prototype for KDB's makectx routinegrehan2004-07-121-0/+2
* Remove old NetBSD-derived unused code and stuff that is now obsoletegrehan2004-07-121-33/+12
* DDB -> KDB, and rename low-level trap handler to avoid name conflict.grehan2004-07-121-4/+4
* kdb.h for PowerPC. Stubs for now.grehan2004-07-121-0/+49
* Add new KDB option, and also drop in long-held fxp/dc eth drivers.grehan2004-07-121-1/+4
* db_memrw.c has been subsumed into db_interface.c ala sparc64grehan2004-07-121-1/+0
* Remove stray line with just a tabimp2004-07-121-2/+2
* Rename Alfred's kern_setsockopt to so_setsockopt, as this seems adwmalone2004-07-123-5/+5
* Update to kdb.cognet2004-07-123-143/+46
OpenPOWER on IntegriCloud