summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-26bz#1502: authctxt.success is declared as an int, but passed byDamien Miller
2010-04-26Fix a bug in auto-completion accidentally introduced when supportStefan Sperling
2010-04-26more portable codeTheo de Raadt
2010-04-25Add a tiled layout, originally from Liam Bedford a while ago, fixed upNicholas Marriott
2010-04-25Implement roff conditional instructions .if .ie .el, in man(7) only for now;Ingo Schwarze
2010-04-25ftpvis was not ok. fix it.Ted Unangst
2010-04-25prevent out-of-bounds access with empty pattern (fixes "grep -x ''")Eric Faurot
2010-04-25pure whitespace cleanupMarc Espie
2010-04-25Fix auto-completion of filenames containing whitespace.Stefan Sperling
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