summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't return garbage in high 16 bits.davidxu2003-04-191-4/+4
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-22/+22
* Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-181-2/+2
* Hold the proc lock for curproc around sigonstack().jhb2003-04-181-0/+2
* Add some missing proc mutex unlocks.jhb2003-04-171-2/+6
* Don't drop the proc lock just to reacquire it after a few simple assignmentjhb2003-04-171-2/+0
* Remove a couple of unused symbols.jhb2003-04-171-2/+0
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* - Set if_unit, if_init, and ifq_maxlen.mdodd2003-04-161-14/+17
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofjhb2003-04-151-1/+1
* style(9)mux2003-04-151-2/+2
* Restore delayed load support for the resource shortage case.simokawa2003-04-141-3/+27
* * Use _bus_dmamap_load_buffer() and respect maxsegsz in bus_dmamap_load().simokawa2003-04-141-119/+30
* Copy %gs from current CPU not from a stale PCB backup.davidxu2003-04-111-0/+2
* set_user_ldt_rv() should check same proc not thread,davidxu2003-04-111-1/+1
* Convert the SMP_TSC kernel option into a loader tunable. Also enabledes2003-04-102-12/+18
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-102-21/+10
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+0
* Add a sysctl that records and reports the CPU clock rate calculatedwes2003-04-101-0/+6
* Add ahd.jake2003-04-091-1/+0
* Remove invalid cast to vm_offset_t to avoid truncating a physical addressjake2003-04-081-1/+1
* Add a PAE kernel config. This includes GENERIC through the config includejake2003-04-071-0/+107
* Add support for bounce buffers to _bus_dmamap_load_buffer, which is thejake2003-04-071-20/+63
* Better fix for previous previous which still allows the 4megs of kva atjake2003-04-072-3/+3
* Retire these files.mdodd2003-04-072-189/+0
* Initialize the PIIX timecounter in piix_attach(), which is called onlydes2003-04-061-8/+12
* Unbreak the !LAZY_SWITCH case. I #ifdef'ed too much when I addedpeter2003-04-051-2/+1
* Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.cognet2003-04-051-1/+1
* Add SMP_TSC option, which can be used on SMP systems where the TSCstegge2003-04-042-1/+6
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-044-19/+15
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-0/+44
* Bandaid fix for previous commit while I figure out why it broke. Thisjake2003-04-041-2/+2
* - Removed APTD and associated macros, it is no longer used.jake2003-04-034-32/+9
* 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
OpenPOWER on IntegriCloud