summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-04-24delete two extra ; that got inserted somewhere along the lineTheo de Raadt
2010-04-24if there are no files to play in legacy mode, print the usage messageAlexandre Ratchov
2010-04-24don't increment mixer's ``idle'' counter before truncating theAlexandre Ratchov
2010-04-24rename ibuflist/obuflist -> ins/outs to cut long linesAlexandre Ratchov
2010-04-23refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS,Damien Miller
2010-04-23set stderr to /dev/null for subsystems rather than just closing it.Damien Miller
2010-04-23set "detach_close" flag when registering channel cleanup callbacks.Damien Miller
2010-04-23When converting A-Z into a control character, want to subtract 64 notNicholas Marriott
2010-04-23mention hostname, prompted by lum@Otto Moerbeek
2010-04-23show hostname in header line; ok lum@ phessler@Otto Moerbeek
2010-04-23bz#1740: display a more helpful error message when $HOME isDamien Miller
2010-04-23Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze
2010-04-22Fix a segfault reported by nicm@, introduced in rev. 1.38.Ingo Schwarze
2010-04-22zap trailing whitespace;Jason McIntyre
2010-04-22Allow multiple users to share the same aucat server. If aucat isAlexandre Ratchov
2010-04-21Mark zombie windows as dead in choose-window list, from Romain Francoise.Nicholas Marriott
2010-04-21Rewrite key string conversions to be readable and to work properly forNicholas Marriott
2010-04-21scale angle by 1000000 to permit min.sec accuracyTheo de Raadt
2010-04-21Handle a strdup failure.lum
2010-04-21when creating the ``default'' subdevice, use last parameters of theAlexandre Ratchov
2010-04-21adds the necessary bits to join channels (ex stereo->mono) orAlexandre Ratchov
2010-04-21Add the "angle" sensor, measured in degrees; from Luis PintoTheo de Raadt
2010-04-20Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@Stuart Henderson
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-20Include usbdevs -v output in the PR template, showing us device IDs whichStuart Henderson
2010-04-20Fix "grep -e foo -w" crash. The problem lies in 'e' getopt clauseJacek Masiulaniec
2010-04-20Bump the default buffer sizes to be larger than default MTUs, from JanNicholas Marriott
2010-04-20Allocate the port number properly (don't allocate space then ignore it),Nicholas Marriott
2010-04-19Increase buffer size to support large pathnames. Committing onTodd C. Miller
2010-04-18Catch SIGCHLD to avoid a zombie, from patrick keshishian.Nicholas Marriott
2010-04-17Fix typo in escape state table leading to fatal() when \033} or \033~Nicholas Marriott
2010-04-17If remain-on-exit is set, both the error callback and a SIGCHLD couldNicholas Marriott
2010-04-17Fix use-after-free of the window link when it is part of a groupedNicholas Marriott
2010-04-17Allow the mixer to handle inputs with channel ranges outsideAlexandre Ratchov
2010-04-16oops, %r => remote username, not %uDamien Miller
2010-04-16tweak previous; ok djmJason McIntyre
2010-04-16tweak previous; ok djmJason McIntyre
2010-04-16revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with theDamien Miller
2010-04-15retry lookup for private key if there's no matching key with CKA_SIGNMarkus Friedl
2010-04-15remove debugging information from the rcs binary; this saves 200K;Igor Sobrado
2010-04-15add SENSOR_HUMIDITY to sensor framework to handle humidity valuesYojiro Uo
2010-04-14expand %r => remote username in ssh_config:ProxyCommand;Damien Miller
2010-04-13Update to sudo 1.7.2p6Todd C. Miller
2010-04-13Fix rendering of multiple successive .It macros without intervening text;Ingo Schwarze
2010-04-13zap all the (rather useless) dot lines; ok kristapsJason McIntyre
2010-04-13- sort everythingJason McIntyre
2010-04-12Partial revert of term.c rev. 1.23Ingo Schwarze
2010-04-11Fix typo in line ending; from Antti HarriTodd C. Miller
2010-04-10fix NULL dereference; from matthew.haub AT alumni.adelaide.edu.auDamien Miller