summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2010-04-10show the key type that we are offering in debug(), helps distinguishDamien Miller
2010-04-10bz#1698: kill channel when pty allocation requests fail. FixedDamien Miller
2010-04-10fix terminology: we didn't find a certificate in known_hosts, we foundDamien Miller
2010-04-10bz#1746 - suppress spurious tty warning when using -O and stdinDamien Miller
2010-04-09- fix up SYNOPSIS; it's not perfect yet though...Jason McIntyre
2010-04-08first pass at cleaning this page up:Jason McIntyre
2010-04-08Fix order of arithmetic operations so that large NFS file system quotaswilliam
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-04-07rcsdiff doesn't support all diff(1) options,lum
2010-04-07tweak previous; ok ratchovJason McIntyre
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott