Age | Commit message (Expand) | Author |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-26 | bz#1502: authctxt.success is declared as an int, but passed by | Damien Miller |
2010-04-26 | Fix a bug in auto-completion accidentally introduced when support | Stefan Sperling |
2010-04-26 | more portable code | Theo de Raadt |
2010-04-25 | Add a tiled layout, originally from Liam Bedford a while ago, fixed up | Nicholas Marriott |
2010-04-25 | Implement roff conditional instructions .if .ie .el, in man(7) only for now; | Ingo Schwarze |
2010-04-25 | ftpvis was not ok. fix it. | Ted Unangst |
2010-04-25 | prevent out-of-bounds access with empty pattern (fixes "grep -x ''") | Eric Faurot |
2010-04-25 | pure whitespace cleanup | Marc Espie |
2010-04-25 | Fix auto-completion of filenames containing whitespace. | Stefan Sperling |
2010-04-24 | delete two extra ; that got inserted somewhere along the line | Theo de Raadt |
2010-04-24 | if there are no files to play in legacy mode, print the usage message | Alexandre Ratchov |
2010-04-24 | don't increment mixer's ``idle'' counter before truncating the | Alexandre Ratchov |
2010-04-24 | rename ibuflist/obuflist -> ins/outs to cut long lines | Alexandre Ratchov |
2010-04-23 | refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS, | Damien Miller |
2010-04-23 | set stderr to /dev/null for subsystems rather than just closing it. | Damien Miller |
2010-04-23 | set "detach_close" flag when registering channel cleanup callbacks. | Damien Miller |
2010-04-23 | When converting A-Z into a control character, want to subtract 64 not | Nicholas Marriott |
2010-04-23 | mention hostname, prompted by lum@ | Otto Moerbeek |
2010-04-23 | show hostname in header line; ok lum@ phessler@ | Otto Moerbeek |
2010-04-23 | bz#1740: display a more helpful error message when $HOME is | Damien Miller |
2010-04-23 | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze |
2010-04-22 | Fix a segfault reported by nicm@, introduced in rev. 1.38. | Ingo Schwarze |
2010-04-22 | zap trailing whitespace; | Jason McIntyre |
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov |
2010-04-21 | Mark zombie windows as dead in choose-window list, from Romain Francoise. | Nicholas Marriott |
2010-04-21 | Rewrite key string conversions to be readable and to work properly for | Nicholas Marriott |
2010-04-21 | scale angle by 1000000 to permit min.sec accuracy | Theo de Raadt |
2010-04-21 | Handle a strdup failure. | lum |
2010-04-21 | when creating the ``default'' subdevice, use last parameters of the | Alexandre Ratchov |
2010-04-21 | adds the necessary bits to join channels (ex stereo->mono) or | Alexandre Ratchov |
2010-04-21 | Add the "angle" sensor, measured in degrees; from Luis Pinto | Theo de Raadt |
2010-04-20 | Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@ | Stuart Henderson |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-20 | Add "frequency" type for sensors. (and teach userland how to print that | Owain Ainsworth |
2010-04-20 | Include usbdevs -v output in the PR template, showing us device IDs which | Stuart Henderson |
2010-04-20 | Fix "grep -e foo -w" crash. The problem lies in 'e' getopt clause | Jacek Masiulaniec |
2010-04-20 | Bump the default buffer sizes to be larger than default MTUs, from Jan | Nicholas Marriott |
2010-04-20 | Allocate the port number properly (don't allocate space then ignore it), | Nicholas Marriott |
2010-04-19 | Increase buffer size to support large pathnames. Committing on | Todd C. Miller |
2010-04-18 | Catch SIGCHLD to avoid a zombie, from patrick keshishian. | Nicholas Marriott |
2010-04-17 | Fix typo in escape state table leading to fatal() when \033} or \033~ | Nicholas Marriott |
2010-04-17 | If remain-on-exit is set, both the error callback and a SIGCHLD could | Nicholas Marriott |
2010-04-17 | Fix use-after-free of the window link when it is part of a grouped | Nicholas Marriott |
2010-04-17 | Allow the mixer to handle inputs with channel ranges outside | Alexandre Ratchov |
2010-04-16 | oops, %r => remote username, not %u | Damien Miller |
2010-04-16 | tweak previous; ok djm | Jason McIntyre |
2010-04-16 | tweak previous; ok djm | Jason McIntyre |
2010-04-16 | revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the | Damien Miller |
2010-04-15 | retry lookup for private key if there's no matching key with CKA_SIGN | Markus Friedl |