summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-291-16/+32
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-25/+0
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+6
* Use file2c instead of a combination of hexdump, sed and shell script totjr2004-07-271-11/+1
* Get the acpi softc via the devclass, not by caching the device. Replacenjl2004-07-241-12/+8
* Whitespace cleanup and move static variables together.njl2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.njl2004-07-241-36/+29
* Arg! Revert local changes that were accidentlly included in the previousscottl2004-07-221-40/+22
* Don't count needed bounce pages if loading a buffer that was created withscottl2004-07-221-23/+41
* Using NULL as a malloc type when calling contigmalloc() is wrong, so introducecognet2004-07-211-1/+5
* Add the ACPI Panasonic extras driver.nyan2004-07-212-0/+413
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Make end of frames for KSE thread, for system scope thread, without thisdavidxu2004-07-201-0/+1
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-191-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Add a #error requiring KDB if DDB is specified. (This can probably besilby2004-07-191-0/+3
* Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). Thealc2004-07-181-1/+3
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-181-1/+1
* Remedy my omission of one change in the prevision revision: pmap_remove()alc2004-07-171-0/+3
* - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() andalc2004-07-171-2/+4
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Push down the acquisition and release of the page queues lock intoalc2004-07-152-4/+7
* Fix a typo in a comment.jhb2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-153-3/+3
* Correct bounds check in lapic_create().jhb2004-07-141-1/+1
* Desupport M-Systems DiskOnChip driver "fla"phk2004-07-131-4/+0
* oldcard's card device no longer requires a countimp2004-07-131-1/+1
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+7
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-1/+2
* 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
OpenPOWER on IntegriCloud