| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and | marius | 2011-11-01 | 1 | -1/+1 |
* | Revert rev. 226893: subr_syscall.c is being included from C files and | marcel | 2011-10-30 | 1 | -0/+7 |
* | Define systrace_probe_func in subr_syscall.c where it's used, instead | marcel | 2011-10-29 | 1 | -7/+0 |
* | Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls to | alc | 2011-10-27 | 2 | -14/+6 |
* | Adjust the debugger options slightly. This should help me do the right | kensmith | 2011-10-27 | 1 | -1/+4 |
* | People porting FreeBSD to new architectures ought not have to | das | 2011-10-21 | 1 | -3/+2 |
* | Add a warning about why sbp(4) is commented out so that curious folks | kensmith | 2011-10-19 | 1 | -0/+1 |
* | Comment out the sbp(4) driver for architectures that support it. | kensmith | 2011-10-18 | 1 | -1/+1 |
* | Trace attempts to call restricted MD syscalls. | des | 2011-10-18 | 1 | -0/+4 |
* | Remove unused define. | kib | 2011-10-07 | 1 | -2/+0 |
* | Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Many | delphij | 2011-10-04 | 1 | -0/+1 |
* | Do not allow the kernel to access usermode pages without installed | kib | 2011-10-03 | 1 | -0/+5 |
* | Add some improvements in the idle table callbacks: | attilio | 2011-10-03 | 1 | -7/+36 |
* | Auto-generated code from sys_ prefixing makesyscalls.sh change | kmacy | 2011-09-16 | 5 | -145/+151 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 10 | -84/+84 |
* | Fix a zyd(4) comment typo that was copy+pasted into most kernel config files. | brueffer | 2011-09-11 | 1 | -1/+1 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -0/+2 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 2 | -43/+43 |
* | Enable the puc(4) driver on amd64 and i386 in GENERIC. This allows | jhb | 2011-08-26 | 1 | -4/+1 |
* | In HEAD when doing no further checkes there is no reason use the | bz | 2011-08-20 | 1 | -3/+2 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 4 | -5/+14 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 2 | -35/+34 |
* | Change all the sample kernel configurations to use | rmacklem | 2011-08-07 | 3 | -7/+7 |
* | Corrections for the iBCS2 support that seems to regressed from 4.x times. | kib | 2011-08-02 | 1 | -30/+34 |
* | Introduce a tunable to disable the time consuming parts of bootup | bz | 2011-07-30 | 1 | -1/+12 |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 3 | -13/+5 |
* | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | ed | 2011-07-17 | 1 | -2/+2 |
* | Don't include mptable_pci.c in Xen kernels. It is only meant for systems | jhb | 2011-07-17 | 1 | -30/+0 |
* | Fix build with NEW_PCIB defined. | jhb | 2011-07-16 | 1 | -0/+7 |
* | Delete duplicate tags entry I introduced in -r223901. | mckusick | 2011-07-15 | 1 | -2/+1 |
* | Update tags build script | mckusick | 2011-07-10 | 1 | -1/+1 |
* | Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take | jkim | 2011-07-05 | 1 | -5/+7 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 5 | -152/+125 |
* | When iterating over a paging queue, explicitly check for PG_MARKER, instead | alc | 2011-07-02 | 2 | -2/+2 |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 1 | -12/+14 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 2 | -4/+4 |
* | We may split today's CAPABILITIES into CAPABILITY_MODE (which has | jonathan | 2011-06-29 | 1 | -2/+2 |
* | Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to | jhb | 2011-06-22 | 3 | -750/+4 |
* | Oops, missed these in 223424. | jhb | 2011-06-22 | 1 | -0/+1 |
* | Use uintXX_t instead of u_intXX_t. | jhb | 2011-06-22 | 1 | -5/+5 |
* | Add a helper routine to conditionally modify the start address of a | jhb | 2011-06-22 | 1 | -22/+32 |
* | Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels. | hselasky | 2011-06-14 | 1 | -0/+1 |
* | Enable sound support by default on i386 and amd64. | joel | 2011-06-11 | 1 | -0/+8 |
* | Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between the | jhb | 2011-06-10 | 1 | -0/+1 |
* | remove code for dynamic offlining/onlining of CPUs on x86 | avg | 2011-06-08 | 3 | -169/+10 |
* | MFC | attilio | 2011-06-06 | 1 | -2/+5 |
|\ |
|
| * | don't use cpuid level 4 in x86 cpu topology detection if it's not supported | avg | 2011-06-06 | 1 | -2/+5 |
| * | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 1 | -1/+1 |
| * | Bring back r222275. runfw(4) will statically link in rt2870.fw.uu | kevlo | 2011-05-25 | 1 | -1/+0 |