summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Partially revert previous commit. Calling getit() unconditionally fixedmarcel2004-07-111-11/+22
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-111-1/+3
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-111-612/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-103-481/+254
* Update for the KDB framework:marcel2004-07-101-12/+15
* Call getit() unconditionally and only grab clock_lock when themarcel2004-07-101-20/+13
* Update for the KDB framework:marcel2004-07-102-26/+22
* Update for the KDB framework:marcel2004-07-102-18/+12
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-102-0/+22
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-102-0/+142
* Change the following environment variables to kernel options:brian2004-07-082-11/+11
* Change the following kernel options to environment variables:brian2004-07-082-11/+11
* Fix an oversight in r1.26: remove #ifdef around necessary variable.phk2004-07-071-2/+0
* Simplify the control flow in pmap_extract(), enabling the elimination of aalc2004-07-071-4/+3
* White space and style changes only.alc2004-07-071-3/+0
* Use the proper type and then cast on assignment. This fixes warning whennjl2004-07-061-2/+4
* Style changes to pmap_extract().alc2004-07-061-5/+3
* Something funny happened on the way to the floppy driver today...phk2004-07-051-3/+11
* Remove now obsolete port assignments and sizes. These more properlyimp2004-07-051-77/+1
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-042-2/+2
* Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here afterimp2004-07-032-24/+40
* Commit the first of half of changes that allow busdma to transparentlyscottl2004-07-031-11/+47
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-022-1/+3
* Remove stray i386 math emulator references.scottl2004-07-011-7/+1
* This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.nyan2004-07-011-0/+3
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-015-19/+26
* As per discussion at today's developer summit, add a comment to NOTESjhb2004-07-011-0/+1
* Hide struct resource and struct rman. You must defineimp2004-06-301-0/+1
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+24
* Fix leftover argument to pmap_unuse_pt(). I committed the wrong diff.peter2004-06-301-1/+1
* Update for acpi_id_probe()njl2004-06-292-26/+19
* Reduce the size of pv entries by 15%. This saves 1MB of KVA for mappingpeter2004-06-292-17/+15
* bde points out that this can't do anything useful. The full patch hasimp2004-06-282-3/+0
* When opening /dev/io, preserve iopl properly. Otherwise, if you openimp2004-06-282-0/+3
* remove needless blanklineimp2004-06-281-1/+0
* Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number ofimp2004-06-281-9/+9
* In case pmap_extract_and_hold() is ever performed on a different pmap thanalc2004-06-261-0/+2
* Add casts so all these quantities are a constant type.obrien2004-06-241-1/+1
* Finally implement bus_config_intr() support for I/O APIC interrupt sources.jhb2004-06-231-20/+27
* Fetch the actual acpi0 device_t and use device_is_attached() to see ifjhb2004-06-231-2/+3
* el(4) stopped needing to me a count device in December 2000.brooks2004-06-231-1/+1
* Various cleanups in support of a future ioapic_config_intr() function:jhb2004-06-233-32/+117
* MFamd64: Document the machdep.hlt_cpus sysctl MIB variable.bms2004-06-231-1/+2
* Implement the protection check required by the pmap_extract_and_hold()alc2004-06-221-8/+24
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-212-0/+7
* - Simplify pmap_remove_pages(), eliminating unnecessary indirection.alc2004-06-201-13/+12
* Add pmap locking to pmap_is_prefaultable().alc2004-06-201-6/+9
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-201-1/+1
OpenPOWER on IntegriCloud