Age | Commit message (Expand) | Author |
2010-01-16 | Merge db_stack_trace_print() and stacktrace() logic, and have the former | Miod Vallat |
2010-01-16 | Fix types so that the upper 32 bits of addresses of branches are correct. | Miod Vallat |
2010-01-16 | don't transmit MIDI active sensing messages, because they | Alexandre Ratchov |
2010-01-16 | when closing the device, delete its MIDI end, if it has no writers. | Alexandre Ratchov |
2010-01-16 | add _nsd | Jakob Schlyter |
2010-01-16 | run as user _nsd | Jakob Schlyter |
2010-01-16 | add user/group for nsd; ok nick@ | Jakob Schlyter |
2010-01-16 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-16 | rename bluetooth coexistence flags. no binary change. | Damien Bergamini |
2010-01-16 | Enable DC calibration and disable crystal calibration on | Damien Bergamini |
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be holdi... | Ted Unangst |
2010-01-15 | sync | Todd T. Fries |
2010-01-15 | Keep in memory whether the socket is writable. This way sio_revents() | Alexandre Ratchov |
2010-01-15 | *** empty log message *** | Alexandre Ratchov |
2010-01-15 | Fix resampling algorithm to always produce integer block sizes. | Alexandre Ratchov |
2010-01-15 | rename zonec to nsd-zonec | Jakob Schlyter |
2010-01-15 | init | Jakob Schlyter |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2010-01-15 | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). | Charles Longeau |
2010-01-15 | sync | Igor Sobrado |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson |
2010-01-15 | add `Logitech Webcam C200' to the list of supported uvideo(4) devices. | Igor Sobrado |
2010-01-15 | unused | Markus Friedl |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson |
2010-01-15 | Oops. Respect the various IGNORE flags when not in SCSIDEBUG mode. | Kenneth R Westerback |
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback |
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback |
2010-01-15 | Address family for UNIX domain socket was mistakenly specified as | YASUOKA Masahiko |
2010-01-15 | Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp | Philip Guenthe |
2010-01-14 | use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djm | Darren Tucker |
2010-01-14 | fix to compile with gcc4. (from jsg@) | YASUOKA Masahiko |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2010-01-14 | Restore an if that got lost in the update. | Nicholas Marriott |
2010-01-14 | Document hw.ncpufound and HW_NCPUFOUND. | Philip Guenthe |
2010-01-14 | Document swap-pane -d. | Nicholas Marriott |
2010-01-14 | Permit S- prefix on keys for shift. Relatively few terminals support this | Nicholas Marriott |
2010-01-14 | henning and I are both dumbasses, testing &foo against NULL is pointless. | Ryan Thomas McBride |
2010-01-14 | new test for vstat | Marc Espie |
2010-01-14 | fix new vstat, and make it useful, for instance for -n. | Marc Espie |
2010-01-14 | SiS devices seem unable to reset dma block index to zero, causing | Alexandre Ratchov |
2010-01-14 | Use a more accurate algorithm to calculate clock tick duration | Alexandre Ratchov |
2010-01-14 | Use -C option to specify recorded channel range instead of -c which | Alexandre Ratchov |
2010-01-14 | tweak previous; | Jason McIntyre |
2010-01-14 | set group+owner as some tests require both | Marc Espie |
2010-01-14 | When trying to get a stack trace, consider CKSEG1 addresses as invalid, as the | Miod Vallat |
2010-01-14 | Let the nmi handler code compile on non-MULTIPROCESSOR kernels. | Miod Vallat |
2010-01-14 | Sentences end with periods. | Ted Unangst |
2010-01-14 | add a little devices section, so somebody has a change of finding out if | Ted Unangst |
2010-01-14 | Include the link-level header in the hex output if both the -x and -e | Joel Sing |
2010-01-14 | Print sense data during SCSIDEBUG again. Always print the decoded | Kenneth R Westerback |