Age | Commit message (Expand) | Author |
2009-06-05 | Add an unused data field, to allow smtpd and ypldap to work, all lib | Pierre-Yves Ritschard |
2009-06-05 | bump MAX_IMSGSIZE here as well | Pierre-Yves Ritschard |
2009-06-05 | The yp_bind(3) return code now distinguishes "YP not active" from "an error | Ingo Schwarze |
2009-06-05 | bump MAX_IMSGSIZE to 16384, this will make smtpd happy later on. | Pierre-Yves Ritschard |
2009-06-05 | - make this a lot more readable; no binary change | Jasper Lievisse Adriaanse |
2009-06-05 | make ospfd's imsg lib ready as well. | Pierre-Yves Ritschard |
2009-06-05 | - remove an over-obvious header | Jasper Lievisse Adriaanse |
2009-06-05 | Add support to fxp(4) for the 82552 MAC found in some variation of | Christian Weisgerber |
2009-06-05 | Save some more state such that we recover from X changing depth on us. | Mark Kettenis |
2009-06-05 | Allow pcidump -xxv to work (show all the info) | Theo de Raadt |
2009-06-05 | Clear screen to clean up after X. | Mark Kettenis |
2009-06-05 | Remove redundant assignment. | Mark Kettenis |
2009-06-05 | swap function order to bring into scope | Theo de Raadt |
2009-06-05 | emacs handles the undo of a region kill (C-w) differently than a line kill | Kjell Wooding |
2009-06-05 | Clear screen to clean up after X. | Mark Kettenis |
2009-06-05 | Change the way we do mrt dumps in the rde (from the retarded only one dump | Claudio Jeker |
2009-06-05 | malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR; | Ingo Schwarze |
2009-06-05 | improve yp_bind(3) error reporting after clnttcp_create(3) failure: | Ingo Schwarze |
2009-06-05 | When parsing a line stating with "+" or "-" in group(5), | Ingo Schwarze |
2009-06-05 | An empty sting cannot be used as a YP domain name, | Ingo Schwarze |
2009-06-05 | tidy up promiscuous mode and multicast handling; from Brad; ok sthen@ | Christian Weisgerber |
2009-06-05 | abort any time adjustment in progress if the clock is set with settimeofday | Chris Kuethe |
2009-06-05 | Terminate cwd buffer before running xstrdup on it. | Nicholas Marriott |
2009-06-05 | Revert the curpmap change. We know the IPI is broken on both ends, | Philip Guenthe |
2009-06-05 | compare and shift buffer against a fixed length not strlen derived values. | Pierre-Yves Ritschard |
2009-06-05 | use the right accounting for bound edges (i think) | Theo de Raadt |
2009-06-05 | Destroy gilles' fantasy function. | Pierre-Yves Ritschard |
2009-06-05 | Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when | Nicholas Marriott |
2009-06-05 | fix a quote from GBS; | Jason McIntyre |
2009-06-05 | strdup the input to putenv to avoid in one case passing a string that is later | Nicholas Marriott |
2009-06-05 | Call setproctitle earlier in the client, and include the socket name. Makes it | Nicholas Marriott |
2009-06-05 | sync buffer.c with ospfd, send out buf->wpos and not buf->size. | Pierre-Yves Ritschard |
2009-06-05 | simplify the "family" text; ok pyr deraadt | Jason McIntyre |
2009-06-05 | seperate -> separate | Jason McIntyre |
2009-06-05 | kill trailing whitespace; | Jason McIntyre |
2009-06-05 | zap trailing whitespace; | Jason McIntyre |
2009-06-05 | tweak -V; | Jason McIntyre |
2009-06-05 | the the | Jason McIntyre |
2009-06-05 | tweak previous; | Jason McIntyre |
2009-06-05 | enable IPv6 receive TCP/UDP checksum offload; from Brad | Christian Weisgerber |
2009-06-05 | add some hostname sanity check | Alexander Hall |
2009-06-05 | Disable and clear hardware cursor to clean up after X. | Mark Kettenis |
2009-06-05 | Sanity check: we overrun the rnd_ed[] array if nbits is 32, but that | Philip Guenthe |
2009-06-05 | Update to Reinoud Zandijk's much more current version of ecma167-udf.h | Kenneth R Westerback |
2009-06-05 | Save some state and restore it after we return from X, because the accelerated | Mark Kettenis |
2009-06-05 | Dynamic buffer cache sizing. | Bob Beck |
2009-06-05 | Preliminary rdomain support, all hacked up by reyk@ | Claudio Jeker |
2009-06-05 | Document rdomain | Claudio Jeker |
2009-06-05 | %zu is not meant for size_t in the kernel. Change to %lu. | Ray Lai |
2009-06-05 | more rtm->rtm_hdrlen conversion | Chris Cappuccio |