summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-10-08signal handles must not call exit() or use stdio; ok ottoTheo de Raadt
2007-10-08do not try to reset the default branch if the RCS fileJoris Vink
2007-10-08Remove two unneeded macro definitions, replace strdup() with copy() whichStefan Kempf
2007-10-07get rid of the configure remainsOtto Moerbeek
2007-10-07merge from ragge's repo:Otto Moerbeek
2007-10-07merge from ragge's repo:Otto Moerbeek
2007-10-07Merge from ragge's repo:Otto Moerbeek
2007-10-07break after exit() is uselessCharles Longeau
2007-10-07nb is an int, so it should be compared to an int.Charles Longeau
2007-10-07and another stray fileOtto Moerbeek
2007-10-07garbage collect a few filesOtto Moerbeek
2007-10-07reorg pcc tree; requested by and ok deraadt@; ok ragge@Otto Moerbeek
2007-10-07delete ugly $Header stuff; pr 5595Theo de Raadt
2007-10-07add SSH_AUTH_SOCK to env_keep.Steven Mestdagh
2007-10-07From master repo:Anders Magnusson
2007-10-06add WRKOBJDIR to default env_keep to help 'make fake' in ports.Stuart Henderson
2007-10-06replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@Constantine A. Murenin
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