summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-07-04add some missing prototypes; ok guenther@Otto Moerbeek
2013-07-03For consistency, move the functions that aren't generated at build-timePhilip Guenther
2013-07-03Use WAIT_* for the first argument to wait4(), and otherwise treat it (andPhilip Guenther
2013-07-02add missing library dependenciesMarkus Friedl
2013-07-02remove extra whitespaceMarkus Friedl
2013-07-01Make some variables const that are filled from getenv(3), from argv,Ingo Schwarze
2013-07-01Tweak regexp so that RUSAGE_CHILDREN will be matched and displayedPhilip Guenther
2013-07-01Kill off some code that undocumently added an "-s" switch if user hadJeremie Courreges-Anglas
2013-07-01Add the necessary -I options to use the libedit readline compatibilty headersMark Kettenis
2013-07-01Link sqlite3(1) against libedit and add an empty history.h header forMartin Pieuchot
2013-07-01update currency exchange rates;Jason McIntyre
2013-07-01update list of locales after adding Turkish.Federico G. Schwindt
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-06-27do not use Sx for sections outwith the man page - ingo informs me thatJason McIntyre
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
2013-06-26Avoid mangling argv and environment variables.Jeremie Courreges-Anglas
2013-06-24tweak previous;Jason McIntyre
2013-06-24do not use literal displays when the display contains mark up;Jason McIntyre
2013-06-23Stop using deprecated functions from Kerberos.Antoine Jacoutot
2013-06-23Focus events can cause trouble if left on and they can't be turned offNicholas Marriott
2013-06-23Always push a focus event when the application turns it on, prompted byNicholas Marriott
2013-06-23Mark control commands specially so the client can identify them, basedNicholas Marriott
2013-06-22Tweak optimization flags on landisk until I have time to investigate further.Miod Vallat
2013-06-22improved time_t overflow check suggested by guenther@Damien Miller
2013-06-21Stop using deprecated Kerberos functions.Antoine Jacoutot
2013-06-21Default to stdin/stdout if no input files areJonathan Gray
2013-06-21make this -Wsign-compare clean after time_t conversionDamien Miller
2013-06-21sprinkle in some error() to explain moduli(5) parse failuresDamien Miller
2013-06-21explicitly mention that IdentitiesOnly can be used with IdentityFileDamien Miller
2013-06-21for hostbased authentication, print the client host and user onDamien Miller
2013-06-20Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze
2013-06-20fix typoMarc Espie
2013-06-20don't leak the rdata blob on errors; ok djm@Markus Friedl
2013-06-20add ut/nut flags to indent to enable/disable tabs.Jonathan Gray
2013-06-19don't link to hx509, pthread and ntlm related librariesRobert Nagy
2013-06-19stop doing kerberos in ssh and sshdTheo de Raadt
2013-06-18Shuffle library link order to appease the static arch deities.Miod Vallat
2013-06-18make sure the target directory gets created in the includes targetRobert Nagy
2013-06-17link to the new kerberos librariesRobert Nagy
2013-06-17remove asn1_compile and compile_et from usr.bin because theyRobert Nagy
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-17Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1qPhilip Guenther
2013-06-17Handle time_t values as long long's when formatting them and whenPhilip Guenther
2013-06-16Quote values in the variable assignments, to be bulletproof in the facePhilip Guenther
2013-06-16Oops, I undid rev. 1.2Jeremie Courreges-Anglas
2013-06-16Improve locale(1) output formatting.Jeremie Courreges-Anglas
2013-06-15Move upwards passed multiple lines with no characters instead ofMark Lumsden
2013-06-15Hook up locale(1).Antoine Jacoutot
2013-06-15make explicit some hidden assumptions, make path handling clearer,Marc Espie
2013-06-12drop any quotes from variables when pulling them out of the .pc file;Jasper Lievisse Adriaanse