summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-10-06From master repo:Anders Magnusson
2007-10-06From master repo:Anders Magnusson
2007-10-06_Bool is also a type, don't discrimnate against it; ok ragge@Otto Moerbeek
2007-10-06replace abort() by return (-1)Charles Longeau
2007-10-05strcspn() changeGilles Chehade
2007-10-05From master repository log:Anders Magnusson
2007-10-05check if it's really a newline before removing itCharles Longeau
2007-10-05use strcspn instead of strchr to properly overwrite '\n' in fgets returned bu...Charles Longeau
2007-10-05use strcspn to properly overwrite '\n' in fgets returned bufferCharles Longeau
2007-10-05optimize a "not so bright" piece of code. Reduces compilation time on myOtto Moerbeek
2007-10-04Add patch to solve false errors from enums.Otto Moerbeek
2007-10-04only init screen when in interactive mode; ok ray@Otto Moerbeek
2007-10-04strncpy -> strlcpyGilles Chehade
2007-10-04fix indentation on options parsingGilles Chehade
2007-10-04fix evil 64-bit bug: if we're using longs for bitsets 1 << shift willOtto Moerbeek
2007-10-04void functions should not return valueOtto Moerbeek
2007-10-03nullproc() is used in more than one file.Tobias Weingartner
2007-10-03Nuke MSDOS portion. Add <unistd.h> for STDERR_FILENO in theTobias Weingartner
2007-10-03Some -Wall cleanup to help fix other bugs.Tobias Weingartner
2007-10-03reset the default branch early on so rcs_head_get() does not screw us upJoris Vink
2007-10-03pull from ragge's repo:Otto Moerbeek
2007-10-03pull form ragge's repo:Otto Moerbeek
2007-10-03pull from ragge's repo: man page diffs from Igor SobradoOtto Moerbeek
2007-10-02fix format and typeGilles Chehade
2007-10-02Process patterns containing $ end ^ (but not as last or first char)Otto Moerbeek
2007-10-02handles zero-sized strings that fgets can returnCharles Longeau
2007-10-01sort the fields in manual page in the same order as in fstat output;Igor Sobrado
2007-10-01pull form ragge's repo:Otto Moerbeek
2007-10-01pull fro ragge's repo:Otto Moerbeek
2007-10-01typos in comment; from Pierre RiteauOtto Moerbeek
2007-09-30unused static var; from Mark LumsdenOtto Moerbeek
2007-09-29check if initializer element is a constant in MI code. ok ragge@Otto Moerbeek
2007-09-29Avoid a member array overflow in the init code; ok ragge@Otto Moerbeek
2007-09-29unneeded includes and whitespace police; from Igor ZinovikOtto Moerbeek
2007-09-29simple refactoring: replace convoluted code with simple equivalent testMarc Espie
2007-09-29use constant FD_CLOEXEC, more readable than 1.Marc Espie
2007-09-29remove comment that no longer apply.Marc Espie
2007-09-29Remove unused prototype. ok djm@Darren Tucker
2007-09-28back to start state when pragma is done; ok ragge@Otto Moerbeek
2007-09-28unused fileOtto Moerbeek
2007-09-28Wrap MAXFIL to 10000, so make depend works.Anders Magnusson
2007-09-27style(9) fixes, optional flags without arguments come first;Igor Sobrado
2007-09-27flag usage checks and -E with outfile. from Jeremy C. Reed via ragge'sOtto Moerbeek
2007-09-27pullup of manual pages from ragge's repoOtto Moerbeek
2007-09-27No need to use two buffers for reading data from the user. From MarkOtto Moerbeek
2007-09-27"mailling" -> "mailing", from Jung's list; while here, some spacing fixesIgor Sobrado
2007-09-27Don't return -1 on error in dh_pub_is_valid(), since it evaluatesRay Lai
2007-09-26pull from ragge's repo:Otto Moerbeek
2007-09-26reuse available var, from Mark LumsdenOtto Moerbeek
2007-09-25When adding a key that already exists, update the propertiesCan Erkin Acar