summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* MFP4: 115094jkim2007-02-271-3/+4
* Partial MFp4 of 114977:netchild2007-02-243-19/+23
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-231-39/+42
* Use ih_filter instead of ih_handler in a couple of places. This fixesjhb2007-02-231-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-236-23/+29
* Unbreak ddb stepping over special frames after the following commit:kib2007-02-191-2/+2
* Eliminate some acquisitions and releases of the page queues lock that arealc2007-02-181-2/+0
* Add bootverbose printfs to indicate which IDT vectors are assigned to MSIjhb2007-02-151-0/+6
* Regen.jkim2007-02-153-5/+12
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-153-55/+68
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-091-0/+1
* Don't send interrupts to CPUs disabled via lapic hints.jhb2007-02-081-0/+2
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-1/+1
* Fixed some style bugs. Routine except:bde2007-02-061-34/+35
* Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporarybde2007-02-061-36/+18
* Introduce some more SO_ option equivalents from Linux to FreeBSD.kib2007-02-011-0/+7
* Fix LOR that occurs because proctree_lock was acquired while holdingkib2007-02-011-8/+8
* As we now have an SFB_NOWAIT flag, change 'will' to 'may' where therwatson2007-01-281-1/+1
* o introduce a flags 'errata' for HW bugs onto the softc.bruno2007-01-231-42/+97
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-3/+4
* - Allow the schedulers to IPI_PREEMPT idlethread. This puts the decisionjeff2007-01-231-10/+7
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-233-15/+18
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-225-0/+38
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-201-5/+41
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-172-2/+2
* MFp4 (112893):netchild2007-01-141-0/+1
* exclude the icu and clock lock from LOCK_PROFILINGkmacy2007-01-141-2/+2
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Remove magic from rman_activate_resource() that uses the direct map atjhb2007-01-111-24/+6
* - Use the correct test in the ipi bitmask handler for IPI_PREEMPT so thatjeff2007-01-111-9/+3
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.jkim2007-01-092-3/+4
* MFp4 (112498):netchild2007-01-071-1/+1
* regen after addition of linux_utimes and linux_rt_sigtimedwaitnetchild2006-12-313-7/+11
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-312-4/+6
* Fix oops in previous commit.bde2006-12-291-1/+1
* Fixed some style bugs (mainly assorted errors in comments, and inconsistentbde2006-12-291-26/+26
* Fixed some style bugs (whitespace only).bde2006-12-291-31/+34
* Try harder to garbage-collect the "LOCORE" (really asm) version ofbde2006-12-291-5/+5
* Avoid an instruction in atomic_cmpset_{int_long)() in most cases.bde2006-12-271-11/+11
* Regen (just to fix 'generated from' line from the previous commit).jkim2006-12-203-3/+3
* Add linux_nanosleep() and regen.jkim2006-12-204-5/+11
* MFP4: 109655jkim2006-12-201-2/+2
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-203-0/+5
* Evidently FreeBSD has long relied on the compiler to treat structureskmacy2006-12-1710-103/+105
* vm86_initflags was causing gcc41 and even gcc346 to get rather confusedkmacy2006-12-171-10/+4
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-9/+9
* Add msk(4) to the list of drivers supported by GENERIC kernel.yongari2006-12-131-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-122-5/+47
* Sort function prototypes.jhb2006-12-121-1/+1
OpenPOWER on IntegriCloud