summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-163-16/+9
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+1
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-122-242/+1
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-122-1/+12
* In preparation for moving linux_clone () to a MI pathdchagin2011-02-121-54/+58
* Regen for r218610.dchagin2011-02-123-4/+4
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...dchagin2011-02-121-2/+1
* Setting VV_TEXT here is redundant. It is already set by do_execve().alc2011-02-091-3/+0
* Fix linking of the kernel without device npx.kib2011-02-051-0/+6
* Clear the padding when returning context to the usermode, forkib2011-02-051-1/+17
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Regen for r218101.dchagin2011-01-301-3/+3
* Change linux futex syscall definition to match actual linux one.dchagin2011-01-301-2/+2
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-301-7/+0
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-281-0/+38
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+2
* Set td_kstack_pages for thread0. This was already being done for mostmdf2011-01-261-6/+10
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-213-11/+8
* Fix yet another fallout from r208833. VM86 BIOS call may cause page faultjkim2011-01-191-3/+2
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* - Remove some always-true checks (checking for unsigned < 0).jhb2011-01-181-3/+2
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-173-12/+6
* Avoid preemption while manipulating CRs and MTRRs.jkim2011-01-171-0/+4
* If an interrupt on an I/O APIC is moved to a different CPU after it hasjhb2011-01-131-6/+4
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-12/+0
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98tijl2011-01-081-210/+3
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-11/+6
* Fix types of some values in machine/_limits.h.tijl2011-01-081-7/+2
* Remove unused support for 64 bit long on 32 bit architectures.tijl2011-01-071-11/+0
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-062-4/+4
* Spell CRITICAL_ASSERT correctly.cperciva2011-01-041-2/+1
* Add hamfisted locking to the Xen/PV pmap code: Only allow one thread tocperciva2011-01-041-0/+35
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyrwatson2011-01-046-5/+51
* Adjust the critical section protecting _xen_flush_queue to cover thecperciva2011-01-041-4/+11
* Make i386_set_ldt work on i386/XEN, step 5/5.cperciva2010-12-312-0/+6
* Make i386_set_ldt work on i386/XEN, step 4/5.cperciva2010-12-311-4/+8
* Make i386_set_ldt work on i386/XEN, step 3/5.cperciva2010-12-311-0/+3
* Make i386_set_ldt work on i386/XEN, step 2/5.cperciva2010-12-311-1/+0
* Make i386_set_ldt work on i386/XEN, step 1/5.cperciva2010-12-311-0/+4
* Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.yongari2010-12-311-0/+1
* Revert r216777, per jhb@imp2010-12-281-4/+2
* Comment out npx and isa from NOTES file. We don't need them hereimp2010-12-281-2/+4
* Remove mem, io, isa and npx since they are duplicative of the entriesimp2010-12-281-7/+0
* Remove a "not strictly correct" (and panic-inducing) workaround for a bugcperciva2010-12-281-15/+2
* Build the modules which can be built. The excluded modules fall into twocperciva2010-12-271-1/+1
* Lock the vm page queue mutex in pmap_pte_release around the callcperciva2010-12-261-0/+2
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-1161/+3
OpenPOWER on IntegriCloud