| Commit message (Expand) | Author | Age | Files | Lines |
* | Regen. | jkim | 2007-02-15 | 3 | -5/+12 |
* | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | jkim | 2007-02-15 | 3 | -55/+68 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Don't send interrupts to CPUs disabled via lapic hints. | jhb | 2007-02-08 | 1 | -0/+2 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 1 | -1/+1 |
* | Fixed some style bugs. Routine except: | bde | 2007-02-06 | 1 | -34/+35 |
* | Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary | bde | 2007-02-06 | 1 | -36/+18 |
* | Introduce some more SO_ option equivalents from Linux to FreeBSD. | kib | 2007-02-01 | 1 | -0/+7 |
* | Fix LOR that occurs because proctree_lock was acquired while holding | kib | 2007-02-01 | 1 | -8/+8 |
* | As we now have an SFB_NOWAIT flag, change 'will' to 'may' where the | rwatson | 2007-01-28 | 1 | -1/+1 |
* | o introduce a flags 'errata' for HW bugs onto the softc. | bruno | 2007-01-23 | 1 | -42/+97 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 1 | -3/+4 |
* | - Allow the schedulers to IPI_PREEMPT idlethread. This puts the decision | jeff | 2007-01-23 | 1 | -10/+7 |
* | Cleaned up declaration and initialization of clock_lock. It is only | bde | 2007-01-23 | 3 | -15/+18 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | jhb | 2007-01-22 | 5 | -0/+38 |
* | MFp4 (113077, 113083, 113103, 113124, 113097): | netchild | 2007-01-20 | 1 | -5/+41 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 2 | -2/+2 |
* | MFp4 (112893): | netchild | 2007-01-14 | 1 | -0/+1 |
* | exclude the icu and clock lock from LOCK_PROFILING | kmacy | 2007-01-14 | 1 | -2/+2 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Remove magic from rman_activate_resource() that uses the direct map at | jhb | 2007-01-11 | 1 | -24/+6 |
* | - Use the correct test in the ipi bitmask handler for IPI_PREEMPT so that | jeff | 2007-01-11 | 1 | -9/+3 |
* | Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors. | jkim | 2007-01-09 | 2 | -3/+4 |
* | MFp4 (112498): | netchild | 2007-01-07 | 1 | -1/+1 |
* | regen after addition of linux_utimes and linux_rt_sigtimedwait | netchild | 2006-12-31 | 3 | -7/+11 |
* | MFp4 (111746, 108671, 108945, 112352): | netchild | 2006-12-31 | 2 | -4/+6 |
* | Fix oops in previous commit. | bde | 2006-12-29 | 1 | -1/+1 |
* | Fixed some style bugs (mainly assorted errors in comments, and inconsistent | bde | 2006-12-29 | 1 | -26/+26 |
* | Fixed some style bugs (whitespace only). | bde | 2006-12-29 | 1 | -31/+34 |
* | Try harder to garbage-collect the "LOCORE" (really asm) version of | bde | 2006-12-29 | 1 | -5/+5 |
* | Avoid an instruction in atomic_cmpset_{int_long)() in most cases. | bde | 2006-12-27 | 1 | -11/+11 |
* | Regen (just to fix 'generated from' line from the previous commit). | jkim | 2006-12-20 | 3 | -3/+3 |
* | Add linux_nanosleep() and regen. | jkim | 2006-12-20 | 4 | -5/+11 |
* | MFP4: 109655 | jkim | 2006-12-20 | 1 | -2/+2 |
* | Add a lwpid field into per-cpu structure, the lwpid represents current | davidxu | 2006-12-20 | 3 | -0/+5 |
* | Evidently FreeBSD has long relied on the compiler to treat structures | kmacy | 2006-12-17 | 10 | -103/+105 |
* | vm86_initflags was causing gcc41 and even gcc346 to get rather confused | kmacy | 2006-12-17 | 1 | -10/+4 |
* | Align the interfaces for the various watchdogs and make the interface | n_hibma | 2006-12-15 | 1 | -9/+9 |
* | Add msk(4) to the list of drivers supported by GENERIC kernel. | yongari | 2006-12-13 | 1 | -0/+1 |
* | Give Host-PCI bridge drivers their own pcib_alloc_msi() and | jhb | 2006-12-12 | 2 | -5/+47 |
* | Sort function prototypes. | jhb | 2006-12-12 | 1 | -1/+1 |
* | Replace a few magic numbers. | jhb | 2006-12-12 | 1 | -2/+2 |
* | Add a function to return the MD interrupt source cookie associated with | jhb | 2006-12-12 | 1 | -3/+3 |
* | Allow machdep.cpu_idle_hlt to be set from the loader. This should allow | sobomax | 2006-12-06 | 1 | -0/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -5/+1 |
* | Optimized RTC accesses by avoiding null writes to the index register | bde | 2006-12-03 | 1 | -9/+16 |
* | Turn console printf buffering into a kernel option and only on | jb | 2006-11-30 | 1 | -1/+0 |
* | Tweak the comment about mapping a kernel using large pages. | ru | 2006-11-25 | 1 | -3/+3 |
* | The global variable avail_end is redundant and only used once. Eliminate | alc | 2006-11-19 | 3 | -9/+6 |
* | - Add macro constants for the various fields in %dr7 and use them in place | jhb | 2006-11-17 | 3 | -36/+52 |