Age | Commit message (Expand) | Author |
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 | Document .de and .de1. | Ingo Schwarze |
2010-11-27 | Make sure we don't attach more CPUs than we can handle. Prevents an | Mark Kettenis |
2010-11-27 | avoid infinite loops correctly this time | Marc Espie |
2010-11-27 | zap old-style .>= specs | Marc Espie |
2010-11-27 | minor fix for ports which install manpages in other directories: keep | Marc Espie |
2010-11-27 | Document .so. | Ingo Schwarze |
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 | Don't suggest there are variants of this card that can be stuck in a PCI slot. | Mark Kettenis |
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat |
2010-11-26 | Unbreak re-indexing by checking if an index entry already exists. | Martin Hedenfal |
2010-11-26 | typo, noticed by Mikolaj Kucharski | Marc Espie |
2010-11-26 | more useful logging level for demotion adjustments | Otto Moerbeek |
2010-11-26 | better line for net.inet.carp.log reflecing current reality; | Otto Moerbeek |
2010-11-26 | Nuke the unused variable cpus_attached. It is unused and 32 bits | Kenneth R Westerback |
2010-11-26 | tweak previous; | Jason McIntyre |
2010-11-26 | Do like in rc.local and print the daemon name before running rc_stop. | Antoine Jacoutot |
2010-11-26 | document package-specs | Marc Espie |
2010-11-26 | Pass through ssh command-line flags and options when doing remote-remote | Damien Miller |
2010-11-25 | Make .de1 a symnonym for .de, not .ig as it was before. | Ingo Schwarze |
2010-11-25 | Support quoting of arguments passed to user-defined macros, | Ingo Schwarze |
2010-11-25 | Implement the .de (define macro) roff instruction. | Ingo Schwarze |
2010-11-25 | replace close() loop for fds 3->64 with closefrom(); | Damien Miller |
2010-11-24 | add *maxactive stats | Todd T. Fries |
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 | When dealing with disklabel UIDs (DUIDs) be specific and consistent with | Joel Sing |
2010-11-24 | When disabling and enabling tables set the number of hosts that are up | Jonathan Gray |
2010-11-24 | we can't accept up to MAX_LOCALPART_SIZE (128 bytes) for the user part | Gilles Chehade |
2010-11-24 | remove a debug() that pollutes stderr on client connecting to a server | Damien Miller |
2010-11-24 | fix spelling in an error message | Stuart Henderson |
2010-11-24 | malloc the temporary struct pppx_if used in pppx_if_find (it's currently | Stuart Henderson |
2010-11-23 | avoid NULL deref on receiving a channel request on an unknown or invalid | Damien Miller |
2010-11-23 | passing stack pointer to secondary processors | Takuya ASADA |
2010-11-23 | Correct interrupt handling | Takuya ASADA |
2010-11-23 | do not print the terminating null character after strings | Alexander Hall |
2010-11-23 | regen | Kevin Lo |
2010-11-23 | Recognize the Marvell PHYG65G Gig PHY; tested by Frans Haarman | Kevin Lo |