Age | Commit message (Expand) | Author |
2005-12-15 | sort; | Jason McIntyre |
2005-12-15 | fstat does not print an '*' for fifos, okay jmc@ | Pedro Martelletto |
2005-12-15 | Add a new warning message: conversion of %s return value from '%s' to '%s'. | Chad Loder |
2005-12-14 | Move arg # to start of message. Makes it slighly more useful | Kjell Wooding |
2005-12-14 | correct usage(); | Xavier Santolaria |
2005-12-14 | document `-I' and `-sstate[:rev]'; | Xavier Santolaria |
2005-12-14 | Fix parsing of non-decimal fractions, which was giving bogus results. | Otto Moerbeek |
2005-12-14 | argh. One problem with fixing a hidden global symbol is that if you miss one, | Kjell Wooding |
2005-12-13 | fix emp norton-1 entry; from James J. Lippard <lippard-openbsd@discord.org> | Michael Shalayeff |
2005-12-13 | discordian calendar; from: | Michael Shalayeff |
2005-12-13 | give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ k... | Michael Shalayeff |
2005-12-13 | Fix a typo (introduced in rev 1.6) that utterly broke cost calculations. | Kjell Wooding |
2005-12-13 | add missing $OpenBSD$ | Xavier Santolaria |
2005-12-13 | if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANY | Reyk Floeter |
2005-12-13 | sdl->sdl_data does not contain a nul terminated string, so use bcopy and | David Gwynne |
2005-12-13 | Last round of easy delinting. | Kjell Wooding |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-12-13 | do some silly de-linting | Kjell Wooding |
2005-12-13 | If you're going to pass a length parameter, you should use it. | Kjell Wooding |
2005-12-13 | Add a "M-x lint" mode, now that lint is next-error friendly. | Kjell Wooding |
2005-12-12 | Restructure conditional from last checkin regarding constant in conditional | Chad Loder |
2005-12-12 | Cut down on extraneous "constant in conditional context" warnings when | Chad Loder |
2005-12-12 | sync usage(); | Jason McIntyre |
2005-12-12 | - simplify synopsis | Jason McIntyre |
2005-12-12 | only xfree() cf->cf_dir when it's not NULL; | Joris Vink |
2005-12-12 | ARGSUSED on signal handler | Theo de Raadt |
2005-12-12 | in the write codepaths, errors other than EAGAIN are fatal to the loop; ok otto | Theo de Raadt |
2005-12-12 | Adam Weishaupt (by grunk@); fix a couple of entries out of order | Michael Shalayeff |
2005-12-12 | rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't | Joris Vink |
2005-12-12 | make sure protocol messages for internal channels are ignored. | Markus Friedl |
2005-12-12 | - sync usage() for `-tfile|str' | Xavier Santolaria |
2005-12-12 | be consistent w/ `-tfile|str' documentation (cf. rcs.1); | Xavier Santolaria |
2005-12-11 | SRCS should contain .y and .l references, then make will do the right thing | Theo de Raadt |
2005-12-11 | make this compile again | Theo de Raadt |
2005-12-11 | ARGSUSED | Theo de Raadt |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-10 | Make 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-10 | Change warning/error format to match gcc's. | Chad Loder |
2005-12-10 | how did this slip in, grr. | Martin Reindl |
2005-12-10 | translate a bunch of comments from german to english | Martin Reindl |
2005-12-10 | Lint now warns about sizeof(term) where the operator is anything other | Chad Loder |
2005-12-10 | Fix a comment | Chad Loder |
2005-12-10 | Add a new lint flag '-f' which, for each warning or error, prints the | Chad Loder |
2005-12-10 | Back out all gcc attribute parsing changes until we can do this the right | Chad Loder |
2005-12-10 | Fix a crash when enum bitfields are encountered. Reported by marc on | Chad Loder |
2005-12-09 | license clean | Ian Darwin |
2005-12-09 | don't complain too often about 'redefinition of revision number', | Joris Vink |
2005-12-09 | if we are removing a lock that's not present, just check | Joris Vink |
2005-12-09 | Do not warn about assignment in conditional context if the assignment | Chad Loder |