| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fix amd64 local privilege escalation. [08:07] | Simon L. B. Nielsen | 2008-09-03 | 1 | -6/+3 |
| * | Remove the rr232x driver. It has been superseced by the hptrr driver. | Scott Long | 2008-02-06 | 2 | -6/+0 |
| * | MFC: Add a wrapper function that bound checks writes to the dump device. | Ruslan Ermilov | 2008-01-30 | 2 | -11/+11 |
| * | MFC fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2008-01-19 | 2 | -2/+4 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'. | cvs2svn | 2007-12-22 | 2 | -131/+0 |
| * | MFC revision 1.679: | Rui Paulo | 2007-12-19 | 1 | -0/+25 |
| * | Add the hptrr driver. | Scott Long | 2007-12-15 | 2 | -0/+6 |
| * | MFC | Alan Cox | 2007-12-13 | 1 | -3/+3 |
| * | MFC rev 1.5 if_wpi.c | Benjamin Close | 2007-12-08 | 1 | -0/+2 |
| * | MFC | Konstantin Belousov | 2007-12-06 | 1 | -2/+29 |
| * | MFC: Always assume type #1 PCI config transactions for amd64 and relax the | John Baldwin | 2007-12-06 | 2 | -172/+11 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2007-12-03 | 2 | -0/+131 |
| * | Back out previous commit; i.e., turn hyperthreading back on by default. | Colin Percival | 2007-11-28 | 1 | -1/+1 |
| * | MFC: expand critical section coverage so that shared fast and ithread handlers | Scott Long | 2007-11-26 | 1 | -1/+1 |
| * | MFC: Add support for debugging double fault frames. | John Baldwin | 2007-11-21 | 4 | -5/+26 |
| * | MFC: Don't test the APIC flag in the cpuid features for amd64 to see if a | John Baldwin | 2007-11-08 | 1 | -4/+0 |
| * | Change the default for hyperthreading (or, generally speaking, cases | Colin Percival | 2007-11-08 | 1 | -1/+1 |
| * | MFC | Alan Cox | 2007-11-08 | 1 | -1/+23 |
| * | MFC | Alan Cox | 2007-11-08 | 1 | -5/+4 |
| * | MFC: Update copyright attribution. | John Baldwin | 2007-10-30 | 1 | -1/+2 |
| * | MFC: split nvram out of isa/clock.c into its own device (default to off). | Peter Wemm | 2007-10-29 | 3 | -97/+6 |
| * | Remove debugging support from GENERIC kernels, remove warning in | Ken Smith | 2007-10-11 | 1 | -9/+0 |
| * | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 3 | -0/+12 |
| * | Use the correct expanded name for SCTP. | Christian Brueffer | 2007-09-26 | 1 | -1/+1 |
| * | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -2/+3 |
| * | Fix some entries in the locks static table of witness. | Attilio Rao | 2007-09-20 | 1 | -1/+0 |
| * | Fill in cr2 in the signal context from ksi->ksi_addr. | Konstantin Belousov | 2007-09-20 | 1 | -0/+2 |
| * | The kernel version of Linux statfs64 is actually supposed to take | David Malone | 2007-09-18 | 3 | -1/+15 |
| * | Fix an undefined symbol that as/ld neglected to flag as a problem. It | Peter Wemm | 2007-09-17 | 1 | -0/+1 |
| * | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -1/+0 |
| * | It has been observed on the mailing lists that the different categories | Alan Cox | 2007-09-15 | 1 | -2/+4 |
| * | Currently the LO_NOPROFILE flag (which is masked on upper level code by | Attilio Rao | 2007-09-14 | 1 | -1/+1 |
| * | This is a follow-up, cleaning-up commit about recent changes involving | Attilio Rao | 2007-09-11 | 1 | -1/+1 |
| * | Regenerate. | Konstantin Belousov | 2007-08-28 | 3 | -4/+19 |
| * | Implement fake linux sched_getaffinity() syscall to enable java to work | Konstantin Belousov | 2007-08-28 | 1 | -1/+2 |
| * | Assign sizes to assembly language support functions. | Joseph Koshy | 2007-08-22 | 2 | -4/+34 |
| * | Define an END() macro for use in i386 and amd64 assembly code, akin | Joseph Koshy | 2007-08-22 | 2 | -0/+4 |
| * | In general, when we map a page into the kernel's address space, we no | Alan Cox | 2007-08-21 | 1 | -4/+3 |
| * | Add a driver for the on-die digital thermal sensor found on Intel Core | Dag-Erling Smørgrav | 2007-08-15 | 2 | -0/+8 |
| * | Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) to | Peter Wemm | 2007-08-02 | 2 | -18/+6 |
| * | If the trap number stored in the trapframe is corrupted into a negative | John Baldwin | 2007-07-26 | 1 | -2/+4 |
| * | If clock_ct_to_ts fails to convert time time from the real time clock, | David Malone | 2007-07-23 | 1 | -2/+1 |
| * | - Optimize the amd64 cpu_switch() TD_LOCK blocking and releasing to | Jeff Roberson | 2007-07-17 | 1 | -15/+19 |
| * | Fix a couple of issues with the stack limit for 32-bit processes on 64-bit | John Baldwin | 2007-07-12 | 1 | -1/+2 |
| * | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | Peter Wemm | 2007-07-04 | 1 | -2/+0 |
| * | Temporary disconnect i4bing, i4bisppp and i4bipr from the build for | Bjoern A. Zeeb | 2007-07-04 | 1 | -2/+2 |
| * | Revert previous commit, retaining cpufreq. | Nate Lawson | 2007-07-01 | 1 | -0/+3 |
| * | Add cpufreq(4) to GENERIC. It does not change the frequency by default, | Nate Lawson | 2007-07-01 | 2 | -3/+3 |
| * | Pages that do belong to an object and page queue can now be freed without | Alan Cox | 2007-07-01 | 1 | -10/+8 |
| * | Check for pte being NULL in return from pmap_pte_pde- unlikely or | Matt Jacob | 2007-06-17 | 1 | -0/+6 |