summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-0212-87/+364
* - Make casuptr return the old value of the location we're trying to update,jake2003-04-021-5/+4
* Don't include <sys/buf.h> needlessly.phk2003-04-011-1/+2
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+31
* - In npxgetregs() use the td argument to save the fpu state from and notjeff2003-04-011-2/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-315-33/+34
* - Fix two calls to trapsignal() that were still passing in 'struct proc'.jeff2003-03-311-2/+2
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-312-8/+8
* - In npxsetregs don't set the floating point if td == fpcurthread not ifjeff2003-03-311-1/+1
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-3011-13/+200
* - Remove invalid casts.jake2003-03-302-3/+3
* - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. Whenjake2003-03-303-181/+112
* - Move driver to newbus.mdodd2003-03-292-9/+6
* - Change ELINK_ID_PORT; the 3c507 likes 0x100 better.mdodd2003-03-292-2/+19
* Add missing includes from previous commit.jhb2003-03-271-0/+1
* Nuke HTT from here too.ps2003-03-261-3/+0
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-267-68/+271
* Halt the cpus in the idle loop for SMP as well for several reasons:peter2003-03-261-4/+3
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-261-0/+1
* Add an options entry for HTT in SMP and GENERIC similar to the SMP andjhb2003-03-252-0/+6
* Put a newline in between APIC_IO and HTT to try and show that HTT is notjhb2003-03-251-0/+1
* Print the return value from mmap() in the DEBUG case.mdodd2003-03-251-3/+11
* Merge PC98 support.mdodd2003-03-252-0/+122
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-2518-89/+98
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-2/+4
* Use __packed;mdodd2003-03-241-2/+2
* Correct a mis-merge.mdodd2003-03-241-2/+2
* - Consolidate smapi driver.mdodd2003-03-243-361/+218
* Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just amdodd2003-03-242-0/+559
* Use repo-copied files in sys/i386/bios.mdodd2003-03-2413-2010/+7
* Disable interrupts while in kdb_trap() to handle cases where the callerbde2003-03-241-0/+7
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-4/+6
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-1/+1
* Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs.dwmalone2003-03-201-1/+2
* Use atomic operations to increment and decrement the refcountmux2003-03-201-4/+4
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-184-4/+0
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justjhb2003-03-172-2/+2
* - Lock down the bounce pages structures. We use the same locking schememux2003-03-171-26/+34
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-131-1/+8
* - Added support for multiple page directory pages to pmap_pinit andjake2003-03-121-83/+57
* Use bus_space_handle_t to represent host port and virtual addresses;jake2003-03-111-12/+12
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-6/+5
* Initialize eflags in fake frame to default value rather than random one.davidxu2003-03-081-0/+1
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-061-0/+6
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-5/+0
* Make TTYHOG tunable.das2003-03-052-0/+2
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-7/+2
OpenPOWER on IntegriCloud