| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce some more SO_ option equivalents from Linux to FreeBSD. | Konstantin Belousov | 2007-02-01 | 1 | -0/+7 |
* | Fix LOR that occurs because proctree_lock was acquired while holding | Konstantin Belousov | 2007-02-01 | 1 | -8/+8 |
* | MFi386: Use LINUX_SIG_VALID macro. | Konstantin Belousov | 2007-02-01 | 1 | -1/+1 |
* | Use a known good stack at the time of servicing an NMI --- reuse | Joseph Koshy | 2007-01-27 | 1 | -1/+1 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | Jeff Roberson | 2007-01-23 | 1 | -3/+4 |
* | - Allow the schedulers to IPI_PREEMPT idlethread. This puts the decision | Jeff Roberson | 2007-01-23 | 1 | -8/+5 |
* | Cleaned up declaration and initialization of clock_lock. It is only | Bruce Evans | 2007-01-23 | 3 | -15/+18 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | John Baldwin | 2007-01-22 | 5 | -0/+37 |
* | MFp4 (113077, 113083, 113103, 113124, 113097): | Alexander Leidinger | 2007-01-20 | 1 | -4/+37 |
* | Revert previous change. | Craig Rodrigues | 2007-01-18 | 1 | -1/+1 |
* | Forward declare __pcpu as a pointer type instead of an array type to | Craig Rodrigues | 2007-01-18 | 1 | -1/+1 |
* | MFp4 (112893): | Alexander Leidinger | 2007-01-14 | 1 | -0/+1 |
* | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
* | Remove magic from rman_activate_resource() that uses the direct map at | John Baldwin | 2007-01-11 | 1 | -24/+6 |
* | - Use the correct test in the ipi bitmask handler for IPI_PREEMPT so that | Jeff Roberson | 2007-01-11 | 1 | -4/+2 |
* | Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors. | Jung-uk Kim | 2007-01-09 | 2 | -3/+4 |
* | MFp4 (112498): | Alexander Leidinger | 2007-01-07 | 1 | -1/+1 |
* | MFi386 rev 1.56: | Alexander Leidinger | 2007-01-06 | 1 | -6/+46 |
* | regen after addition of linux_utimes and linux_rt_sigtimedwait | Alexander Leidinger | 2006-12-31 | 3 | -7/+11 |
* | MFp4 (111746, 108671, 108945, 112352): | Alexander Leidinger | 2006-12-31 | 2 | -4/+6 |
* | Fixed some style bugs (mainly assorted errors in comments, and inconsistent | Bruce Evans | 2006-12-29 | 1 | -23/+23 |
* | Fixed some style bugs (whitespace only). | Bruce Evans | 2006-12-29 | 1 | -30/+31 |
* | Try harder to garbage-collect the "LOCORE" (really asm) version of | Bruce Evans | 2006-12-29 | 1 | -6/+6 |
* | Regenerate. | Robert Watson | 2006-12-29 | 3 | -17/+17 |
* | Assign or clean up audit identifiers for a number of additional Linux | Robert Watson | 2006-12-29 | 1 | -18/+19 |
* | Removed gratuitous cosmetic differences with the i386 version. This | Bruce Evans | 2006-12-28 | 1 | -7/+7 |
* | Avoid an instruction in atomic_cmpset_{int_long)() in most cases. | Bruce Evans | 2006-12-27 | 1 | -10/+10 |
* | Fix a panic when rebooting a SMP machine, when option STOP_NMI is used, | David Xu | 2006-12-23 | 1 | -0/+1 |
* | MFP4: 109655 | Jung-uk Kim | 2006-12-20 | 2 | -23/+2 |
* | Add a lwpid field into per-cpu structure, the lwpid represents current | David Xu | 2006-12-20 | 3 | -3/+8 |
* | Evidently neither GENERIC nor kan's config had isa in it :-0. As | Kip Macy | 2006-12-17 | 1 | -1/+1 |
* | Newer versions of gcc don't support treating structures passed by value | Kip Macy | 2006-12-17 | 9 | -79/+82 |
* | Add msk(4) to the list of drivers supported by GENERIC kernel. | Pyun YongHyeon | 2006-12-13 | 1 | -0/+1 |
* | Give Host-PCI bridge drivers their own pcib_alloc_msi() and | John Baldwin | 2006-12-12 | 2 | -5/+47 |
* | Sort function prototypes. | John Baldwin | 2006-12-12 | 1 | -1/+1 |
* | Add a function to return the MD interrupt source cookie associated with | John Baldwin | 2006-12-12 | 1 | -3/+3 |
* | Allow machdep.cpu_idle_hlt to be set from the loader. This should allow | Maxim Sobolev | 2006-12-06 | 1 | -0/+1 |
* | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -4/+0 |
* | Use a different bitmask for superpages' base address so that it | Ruslan Ermilov | 2006-12-05 | 3 | -9/+6 |
* | MFP4 (110939): | Alexander Leidinger | 2006-12-03 | 1 | -1/+1 |
* | Sync with i386 (remove the LINUX stuff) now that the module is usable. | Alexander Leidinger | 2006-12-03 | 1 | -5/+0 |
* | Optimized RTC accesses by avoiding null writes to the index register | Bruce Evans | 2006-12-03 | 1 | -9/+16 |
* | Turn console printf buffering into a kernel option and only on | John Birrell | 2006-11-30 | 1 | -1/+0 |
* | Differentiate between data and instruction fetch in the fatal | Ruslan Ermilov | 2006-11-28 | 1 | -1/+2 |
* | Use a define instead of a "magic" value. | Ruslan Ermilov | 2006-11-23 | 1 | -1/+1 |
* | Finish the PG_NX support at the pmap level. | Ruslan Ermilov | 2006-11-23 | 1 | -3/+12 |
* | It's been possible to build linprocfs as a module for some time now. | Ruslan Ermilov | 2006-11-22 | 1 | -1/+1 |
* | The global variable avail_end is redundant and only used once. Eliminate | Alan Cox | 2006-11-19 | 3 | -10/+7 |
* | Add support for 8 byte hardware watches in long mode. Kernel hardware | John Baldwin | 2006-11-17 | 3 | -5/+17 |
* | - Add macro constants for the various fields in %dr7 and use them in place | John Baldwin | 2006-11-17 | 3 | -38/+54 |