summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-12-16signpost the protocol sections;Jason McIntyre
2005-12-16make the description of -c a little nicer;Jason McIntyre
2005-12-16simplify a sentence;Jason McIntyre
2005-12-16move the option descriptions up the page: start of a restructure;Jason McIntyre
2005-12-16Make div by zero a non-fatal messageChad Loder
2005-12-16Limp along with integral 0 instead of UQUAD_MAX when there is a divisionChad Loder
2005-12-16Call checkdbz with the correct operand, so that div by zero checks actuallyChad Loder
2005-12-15NULL != '\0'. Spotted by Han Boetes and a linux gcc.Kjell Wooding
2005-12-15remove inaccuracy (pipes do not appear as unix sockets);Jason McIntyre
2005-12-15make the systrace section just like the rest...Jason McIntyre
2005-12-15sort;Jason McIntyre
2005-12-15fstat does not print an '*' for fifos, okay jmc@Pedro Martelletto
2005-12-15Add a new warning message: conversion of %s return value from '%s' to '%s'.Chad Loder
2005-12-14Move arg # to start of message. Makes it slighly more usefulKjell Wooding
2005-12-14correct usage();Xavier Santolaria
2005-12-14document `-I' and `-sstate[:rev]';Xavier Santolaria
2005-12-14Fix parsing of non-decimal fractions, which was giving bogus results.Otto Moerbeek
2005-12-14argh. One problem with fixing a hidden global symbol is that if you miss one,Kjell Wooding
2005-12-13fix emp norton-1 entry; from James J. Lippard <lippard-openbsd@discord.org>Michael Shalayeff
2005-12-13discordian calendar; from:Michael Shalayeff
2005-12-13give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ k...Michael Shalayeff
2005-12-13Fix a typo (introduced in rev 1.6) that utterly broke cost calculations.Kjell Wooding
2005-12-13add missing $OpenBSD$Xavier Santolaria
2005-12-13if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANYReyk Floeter
2005-12-13sdl->sdl_data does not contain a nul terminated string, so use bcopy andDavid Gwynne
2005-12-13Last round of easy delinting.Kjell Wooding
2005-12-13More name-clash delintingKjell Wooding
2005-12-13do some silly de-lintingKjell Wooding
2005-12-13If you're going to pass a length parameter, you should use it.Kjell Wooding
2005-12-13Add a "M-x lint" mode, now that lint is next-error friendly.Kjell Wooding
2005-12-12Restructure conditional from last checkin regarding constant in conditionalChad Loder
2005-12-12Cut down on extraneous "constant in conditional context" warnings whenChad Loder
2005-12-12sync usage();Jason McIntyre
2005-12-12- simplify synopsisJason McIntyre
2005-12-12only xfree() cf->cf_dir when it's not NULL;Joris Vink
2005-12-12ARGSUSED on signal handlerTheo de Raadt
2005-12-12in the write codepaths, errors other than EAGAIN are fatal to the loop; ok ottoTheo de Raadt
2005-12-12Adam Weishaupt (by grunk@); fix a couple of entries out of orderMichael Shalayeff
2005-12-12rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don'tJoris Vink
2005-12-12make sure protocol messages for internal channels are ignored.Markus Friedl
2005-12-12- sync usage() for `-tfile|str'Xavier Santolaria
2005-12-12be consistent w/ `-tfile|str' documentation (cf. rcs.1);Xavier Santolaria
2005-12-11SRCS should contain .y and .l references, then make will do the right thingTheo de Raadt
2005-12-11make this compile againTheo de Raadt
2005-12-11ARGSUSEDTheo de Raadt
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-10Make the style of these messages more like that of gcc messages.Chad Loder
2005-12-10- its wrong to use exit() here; return instead.Niall O'Higgins
2005-12-10Change warning/error format to match gcc's.Chad Loder
2005-12-10how did this slip in, grr.Martin Reindl