Age | Commit message (Expand) | Author |
2004-08-12 | Unused variable | Jean-Francois Brousseau |
2004-08-12 | Make `init' work in client mode | Jean-Francois Brousseau |
2004-08-12 | Don't attempt to send the `Root' request if the operation is an `init' | Jean-Francois Brousseau |
2004-08-12 | add missing $ | Brad Smith |
2004-08-12 | Remove leftovers from pre-clonable device days. | Ryan Thomas McBride |
2004-08-12 | Update | Jean-Francois Brousseau |
2004-08-12 | Fix handling of unknown directories | Jean-Francois Brousseau |
2004-08-12 | Implement cvs_file_getspec() so we can finally deal with explicit file | Jean-Francois Brousseau |
2004-08-12 | Don't bother about the server's standard error just yet | Jean-Francois Brousseau |
2004-08-12 | Before stating the Root file, make sure we actually have something to | Jean-Francois Brousseau |
2004-08-12 | When creating a new Entries file, make sure we put one 'D' instead of | Jean-Francois Brousseau |
2004-08-12 | Leave the command wait interrupt enabled as long as there is at least one | Jason Wright |
2004-08-12 | Use cvs_files to build the file hierarchy and handle explicit arguments | Jean-Francois Brousseau |
2004-08-12 | After the command is done executing, if cvs_files isn't NULL, free the | Jean-Francois Brousseau |
2004-08-12 | If the directory we are updating is unknown, send a Questionable request | Jean-Francois Brousseau |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-08-12 | Avoid dereferencing outside the bounds of an array. Found by mmap | Todd C. Miller |
2004-08-12 | Fix compiler warning on alpha. | Hans-Joerg Hoexer |
2004-08-12 | Avoid memleak on error (Linux/KAME). Found by Benjamin Pineau. | Hakan Olsson |
2004-08-12 | ditch File::Copy so that buffering is consistent. | Marc Espie |
2004-08-12 | Just ignore RFC2545 and the silly idea of using link local addresses as | Claudio Jeker |
2004-08-12 | typo in error message, spotted by moritz AT jodeit.org | Damien Miller |
2004-08-12 | Prevent core dump on large block sizes by checking block size against | Otto Moerbeek |
2004-08-12 | Prevent a panic by validating the super block size as recorded in the | Otto Moerbeek |
2004-08-12 | Fix the shared irq problem, by allocating a low priority vector | Niklas Hallqvist |
2004-08-11 | use atomicio instead of homegrown equivalents or read/write. | Anil Madhavapeddy |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-08-11 | sync | Theo de Raadt |
2004-08-11 | Pick common code for trampoline mprotect() code. This did not work at all | Miod Vallat |
2004-08-11 | sync | Theo de Raadt |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | Dale Rahn |
2004-08-11 | In dkcsumattach() avoid modifying bootdev until we are done matching. | Todd C. Miller |
2004-08-11 | free memory allocated by kvm_getproc2() in kvm_close() | Jared Yanovich |
2004-08-11 | mips->mips64 | Per Fogelstrom |
2004-08-11 | mips->mips64 | Per Fogelstrom |
2004-08-11 | bye | Per Fogelstrom |
2004-08-11 | Move mips to mips64 | Per Fogelstrom |
2004-08-11 | revert, should not have gone in | Per Fogelstrom |
2004-08-11 | mips->mips64 | Per Fogelstrom |
2004-08-11 | Rename confusing variable for readability's sake. No actual code changes. | Todd C. Miller |
2004-08-11 | no ecoff | Per Fogelstrom |
2004-08-11 | fix microtime | Per Fogelstrom |
2004-08-11 | sync to reality, document missing ioctls | Jared Yanovich |
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker |
2004-08-11 | damnit | Theo de Raadt |
2004-08-11 | ansi | Theo de Raadt |
2004-08-11 | various ansi and spacing issues; pefo ok | Theo de Raadt |
2004-08-11 | PCIVERBOSE by default (USBVERBOSE comes along for the future ride); pefo ok | Theo de Raadt |
2004-08-11 | oops | Theo de Raadt |
2004-08-11 | Stop search when -q option is given and a match is found. Found by jmc@ | Otto Moerbeek |