summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-05-14Helps if the definition of xconnect() matches its declaration....dsl
2005-05-14Fix some cast issues highlighted by Scott Reynolds using gcc 4 on OSX.4lukem
2005-05-13* Correct the "optlen" argument passed to getsockopt(3) and setsockopt(3)lukem
2005-05-11Fix fallout from vm_anon changesjmc
2005-05-11Use socklen_t instead of int as the 5th argument to getsockopt().lukem
2005-05-10Prevent an overly-long input line causing a core dump when editing is enabled.lukem
2005-05-10When creating a relative symlink (-lr), use the originally provided `to_name'lukem
2005-05-08strvis(3) encode the link=... argument in the metalog.lukem
2005-05-08Avoid casting an lvalue.matt
2005-05-08metadata_log(): remove leading -D destdir before strsvis(3) encodinglukem
2005-05-08Don't complain that we cannot make .END.christos
2005-05-08Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them.christos
2005-05-07correct a commentlukem
2005-05-03Mark the interrupt job as special so that when we hit ^C with -j and wechristos
2005-05-02Begin major reworking of calendar.history. Goals are:jwise
2005-05-01Don't accept dependencies for .BEGIN, .END, and .INTERRUPT since theychristos
2005-05-01PR/9566: Arne H. Juul: Document special targets that do not obey dependencies.christos
2005-04-29If running as a demon, make sure config file has an absolute path name.augustss
2005-04-25make the error message kindly if the last character is incompleted.tshiozak
2005-04-25Terminate variable argument list with NULL, not 0.matt
2005-04-24KNF, WARNS=3.christos
2005-04-24Fix error message when input file does not exist. From James Lowden.thorpej
2005-04-23sftp now uses libedit.christos
2005-04-22PR/29806: Michael Van Elst: Off by one in code.christos
2005-04-22trying to map a 4G file does not work nicely. Limit mmap to 64M.christos
2005-04-22Fix a trivial truncation case, and eliminate a corner case that mightatatat
2005-04-21Reworded, because it previously made it sound like it only sent areed
2005-04-20Fix grammar: s/sent the/sent to the/reed
2005-04-19Safety boots: don't depend upon getpwnam_r() to set pwd to NULL on alllukem
2005-04-19check for pwd != NULLchristos
2005-04-17PR/21177: Christian Biere: ctype function issues.christos
2005-04-13Write the database file into a temporary file first, because otherwise ifchristos
2005-04-11Don't put a space before function call operator.enami
2005-04-11byte offset and line count shouldn't be initialized inside the loop.enami
2005-04-11Fix indent and wrap long lines.enami
2005-04-11typo in previouslukem
2005-04-11gratuitous whitespace cleanup (before someone else jumps the gun...)lukem
2005-04-11Implement a timeout on the accept(2) in dataconn() and thelukem
2005-04-10In fetch_url(), don't call freeaddrinfo(res0) too early, as we use pointerslukem
2005-04-09If the user removed the default string (after we had put it into the bufferdsl
2005-04-09Don't allow the command length to mess up the formattingatatat
2005-04-07Factor out tyname() so that it can be used both by lint1 and lint2.christos
2005-04-05Update with pam descriptions.christos
2005-04-04Clean up by using basename(3) from libc.peter
2005-04-04Clean up by using dirname(3) from libc.peter
2005-04-04Some fixes from jmc@openbsd.wiz
2005-04-03Don't report that we don't know the username. We don't want to give outchristos
2005-04-03charaters -> charactersatatat
2005-04-02Put declaration of pwbuf[] back before any code, so this compiles withhe
2005-03-30This needs <err.h> for err() and errx() (hi wiz)xtraeme