Age | Commit message (Expand) | Author |
2010-11-28 | there's no need to take splsoftnet in the input packet action handlers | David Gwynne |
2010-11-27 | Rework the way saved registers are displayed in arm backtraces, to yield a | Miod Vallat |
2010-11-27 | Get rid of the global pmap list and related debug code. While there, merge | Miod Vallat |
2010-11-27 | Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-27 | Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGN | Miod Vallat |
2010-11-27 | Remove unused vgafb_cnprobe(). | Miod Vallat |
2010-11-27 | Missed one rbus_new_body() call in previous change. | Miod Vallat |
2010-11-27 | Make sure kcopy() returns EFAULT instead of -1 upon failure on vax, and | Miod Vallat |
2010-11-27 | Make sure we don't attach more CPUs than we can handle. Prevents an | Mark Kettenis |
2010-11-27 | Increase UVIDEO_MAX_FRAME to 32 to support 28 possible frame types on | Paul de Weerd |
2010-11-27 | regen | Paul de Weerd |
2010-11-27 | Another cam: Logitech HD Pro Webcam C910 | Paul de Weerd |
2010-11-26 | In gfxp_copyrect(), make sure that the - possibly negative - coordinate field... | Miod Vallat |
2010-11-26 | Oops, removed a few lines too many in previous change. | Miod Vallat |
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat |
2010-11-26 | more useful logging level for demotion adjustments | Otto Moerbeek |
2010-11-26 | Nuke the unused variable cpus_attached. It is unused and 32 bits | Kenneth R Westerback |
2010-11-24 | Floating-point emulation code for systems lacking proper FPU (i.e. Octeon), | Miod Vallat |
2010-11-24 | Allow MD code to setup MD-specific mappings (kinda similar to the signal | Miod Vallat |
2010-11-24 | Make sure ptrace_sstep(,0) actually clears breakpoints, by replacing the | Miod Vallat |
2010-11-24 | Implement a real pmap_proc_iflush() instead of relying on trap.c to perform | Miod Vallat |
2010-11-24 | - use *un*signed byte array for control data | Jacob Meuser |
2010-11-24 | Ensure that hw.disknames gets updated whenever a disklabel is set, since | Joel Sing |
2010-11-24 | malloc the temporary struct pppx_if used in pppx_if_find (it's currently | Stuart Henderson |
2010-11-23 | passing stack pointer to secondary processors | Takuya ASADA |
2010-11-23 | Correct interrupt handling | Takuya ASADA |
2010-11-23 | regen | Kevin Lo |
2010-11-23 | Recognize the Marvell PHYG65G Gig PHY; tested by Frans Haarman | Kevin Lo |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-11-22 | Remove old comment about constab[] being eventually generated by config(8). | Miod Vallat |
2010-11-22 | Use cons_decl() to get console routine prototypes, instead of rolling our own. | Miod Vallat |
2010-11-22 | Remove bus_space_probe prototype, this function is not implemented. | Miod Vallat |
2010-11-22 | Remove unused (and dummied) bios console routines. | Miod Vallat |
2010-11-22 | Remove old pcons leftover defines. | Miod Vallat |
2010-11-22 | Remove prototypes for missing (removed) functions or already found in a | Miod Vallat |
2010-11-22 | Remove unused VM_MAX_KERNEL_BUF define. | Miod Vallat |
2010-11-22 | SCSI devices are assumed to be T_FIXED unless they say otherwise. | Kenneth R Westerback |
2010-11-21 | adding timer randomness in ioctl doesn't really help and looks suspicious. | Ted Unangst |
2010-11-21 | Properly handle when uhci_alloc_sqh() fails to allocate memory in | Matthew Dempsky |
2010-11-20 | throw some yields into the pf table code so it doesn't lock up the kernel. | Ted Unangst |
2010-11-20 | typo | Miod Vallat |
2010-11-20 | Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead of | Miod Vallat |
2010-11-20 | Replace all mentions of sc_base.me_dispdv with sc_displaydv. The latter is a | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-11-20 | Make sure we do not overrun the memory ranges array, should the booter | Miod Vallat |
2010-11-20 | Check uvm_km_alloc() return values; pmap_fork() will currently panic, | Miod Vallat |
2010-11-20 | Remove unnecessary empty <machine/psl.h> files on arm-based platforms. | Miod Vallat |
2010-11-20 | Do not attempt to include <machine/psl.h> when including this file from | Miod Vallat |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |