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