Age | Commit message (Expand) | Author |
2005-12-19 | fix indentation | Todd C. Miller |
2005-12-19 | remove trailing space | Todd C. Miller |
2005-12-19 | use fatal() if getlogin() fails; | Xavier Santolaria |
2005-12-19 | move fatal() proto declaration to log.h; better for its use in usr.bin/rcs | Xavier Santolaria |
2005-12-19 | use fatal() if getpwuid() fails; OK joris@. | Xavier Santolaria |
2005-12-18 | Grok NORETURN function prototypes in addition to NORETURN function | Chad Loder |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-18 | Indicate that the flags are exclusive, mention realm in the description | Bjorn Sandell |
2005-12-17 | spelling: intented -> intended | Kevin Steves |
2005-12-17 | spelling: fowarding, fowarded | Kevin Steves |
2005-12-17 | Handle __dead functions using lint comments. | Chad Loder |
2005-12-17 | Check for functions declared with ARGSUSED but having no arguments. | Chad Loder |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-16 | signpost the protocol sections; | Jason McIntyre |
2005-12-16 | make the description of -c a little nicer; | Jason McIntyre |
2005-12-16 | simplify a sentence; | Jason McIntyre |
2005-12-16 | move the option descriptions up the page: start of a restructure; | Jason McIntyre |
2005-12-16 | Make div by zero a non-fatal message | Chad Loder |
2005-12-16 | Limp along with integral 0 instead of UQUAD_MAX when there is a division | Chad Loder |
2005-12-16 | Call checkdbz with the correct operand, so that div by zero checks actually | Chad Loder |
2005-12-15 | NULL != '\0'. Spotted by Han Boetes and a linux gcc. | Kjell Wooding |
2005-12-15 | remove inaccuracy (pipes do not appear as unix sockets); | Jason McIntyre |
2005-12-15 | make the systrace section just like the rest... | Jason McIntyre |
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 |