Age | Commit message (Expand) | Author |
2009-06-06 | fix include paths | Theo de Raadt |
2009-06-06 | Handle our new ELF core dumps. | Mark Kettenis |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-06-06 | turdshine previous | Thordur I. Bjornsson |
2009-06-06 | Matching fix for amd64. This also removes a spurious disable_intr() call | Mike Larkin |
2009-06-06 | Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume. | Mike Larkin |
2009-06-05 | didn't we just say we remove libevent from the imsg framework? | Eric Faurot |
2009-06-05 | 4 handed diff with eric: | Pierre-Yves Ritschard |
2009-06-05 | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ | Todd C. Miller |
2009-06-05 | if path in "deliver to maildir path" is omitted, use ~/Maildir by | Jacek Masiulaniec |
2009-06-05 | correct a format string type | Theo de Raadt |
2009-06-05 | init rtm_hdrlen | Chris Cappuccio |
2009-06-05 | T | Theo de Raadt |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2009-06-05 | Correctly send notification messages when errors occur. | Michele Marchetto |
2009-06-05 | Remove unneeded function that prepends mail with "From " marker. | Jacek Masiulaniec |
2009-06-05 | bring back rev1.70 | Thordur I. Bjornsson |
2009-06-05 | forgot to commit the ospfctl bits, this unbreaks the tree. | Pierre-Yves Ritschard |
2009-06-05 | bring buf_write here as well. | Pierre-Yves Ritschard |
2009-06-05 | bring buf_write which is going to be needed for bgpd. | Pierre-Yves Ritschard |
2009-06-05 | Don't call the main RIB DEFAULT but Loc-RIB. Makes more sense. | Claudio Jeker |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard |
2009-06-05 | Adjust print_config to all the stuff added in the last days. | Claudio Jeker |
2009-06-05 | use calloc() to provide size * nitems safety | Theo de Raadt |
2009-06-05 | use calloc() to provide size * nitems safety; ok millert | Theo de Raadt |
2009-06-05 | catch up NetBSD kern/41048. | Yojiro Uo |
2009-06-05 | revert to 1.67 to unbreak NFS writes; ok beck@ thib@ | Christian Weisgerber |
2009-06-05 | Make it possible to bind peers to a specified RIB. Now only filters and | Claudio Jeker |
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 |