| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 4 | -4/+15 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'. | cvs2svn | 2007-12-22 | 2 | -131/+0 |
| * | MFC revision 1.662 and 1.663: | Rui Paulo | 2007-12-19 | 1 | -0/+25 |
| * | Add the hptrr driver. | Scott Long | 2007-12-15 | 3 | -2/+8 |
| * | MFC | Alan Cox | 2007-12-13 | 1 | -3/+3 |
| * | MFC: 1.149-1.150. Hold Giant over device_suspend/resume() methods in apm. | Nate Lawson | 2007-12-09 | 1 | -1/+11 |
| * | MFC rev 1.5 if_wpi.c | Benjamin Close | 2007-12-08 | 1 | -0/+2 |
| * | MFC revision 1.601 | Alan Cox | 2007-12-08 | 1 | -1/+1 |
| * | 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 | 1 | -25/+25 |
| * | MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other | John Baldwin | 2007-12-06 | 1 | -2/+6 |
| * | MFC rev. 1.79: | Konstantin Belousov | 2007-12-05 | 1 | -0/+9 |
| * | 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 |
| * | 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/+22 |
| * | MFC | Alan Cox | 2007-11-08 | 1 | -6/+4 |
| * | MFC: Slightly cleanup the 'bootdev' concept on x86. | John Baldwin | 2007-11-01 | 1 | -12/+6 |
| * | 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 |
| * | MFC: rev. 1.29 sys/i386/i386/in_cksum.c | Bjoern A. Zeeb | 2007-10-26 | 2 | -50/+91 |
| * | 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 |
| * | regen. | David Malone | 2007-09-18 | 3 | -3/+3 |
| * | The kernel version of Linux statfs64 is actually supposed to take | David Malone | 2007-09-18 | 3 | -1/+15 |
| * | Recognize the Soekris NET5501 and configure the error led. | Poul-Henning Kamp | 2007-09-18 | 1 | -3/+84 |
| * | 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 | 2 | -3/+2 |
| * | This is a follow-up, cleaning-up commit about recent changes involving | Attilio Rao | 2007-09-11 | 2 | -2/+2 |
| * | Fix a kernel panic due to a NULL pointer access on pc98. | Yoshihiro Takahashi | 2007-09-01 | 1 | -5/+7 |
| * | 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/+43 |
| * | Define an END() macro for use in i386 and amd64 assembly code, akin | Joseph Koshy | 2007-08-22 | 2 | -0/+3 |
| * | 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 |
| * | Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, | Nate Lawson | 2007-08-09 | 2 | -11/+66 |
| * | Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) to | Peter Wemm | 2007-08-02 | 2 | -18/+6 |
| * | It seems that some i386 mothermoards either do not implement the | David Malone | 2007-07-27 | 1 | -1/+2 |
| * | 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 | -3/+6 |
| * | i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFE | Attilio Rao | 2007-07-20 | 1 | -6/+0 |
| * | - Add support for blocking and releasing threads to i386 cpu_switch(). This | Jeff Roberson | 2007-07-17 | 2 | -3/+30 |