Age | Commit message (Expand) | Author |
2004-02-18 | Bring the path attribute parsing on big step closer to the RFC. | Claudio Jeker |
2004-02-18 | Fix a nasty memory leak. OK henning@ | Claudio Jeker |
2004-02-18 | Check for optional path attributes error. This kills some XXX in the code. | Claudio Jeker |
2004-02-18 | strtoul for getting pid. ok and numerous hints from deraadt@ | Ted Unangst |
2004-02-18 | revoke privs asap; tedu ok | Theo de Raadt |
2004-02-18 | a pinch of knf | Theo de Raadt |
2004-02-18 | little cleanup. strlcat. usage. don't call atoi on non-numbers. | Ted Unangst |
2004-02-18 | printing (null) is not so useful. instead print names of missing symbols | Ted Unangst |
2004-02-18 | fix thinko in the revents & (POLLIN|POLLOUT) case | Henning Brauer |
2004-02-17 | improve logging on connection open fail | Henning Brauer |
2004-02-17 | init wbuf.sock too in init_peer() | Henning Brauer |
2004-02-17 | little easier | Henning Brauer |
2004-02-17 | bit better err msgs after buf_close (which can't fail anyway actually) | Henning Brauer |
2004-02-17 | couple more bits from wiz@netbsd; | Jason McIntyre |
2004-02-17 | check for EAGAIN after read | Henning Brauer |
2004-02-17 | tidy this page up a bit; | Jason McIntyre |
2004-02-17 | malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be> | Ted Unangst |
2004-02-17 | Somehow size needs some time to settle. The direct inline call of attr_error | Claudio Jeker |
2004-02-17 | missing bzero() of the iovec | Henning Brauer |
2004-02-17 | two more returns; open msg counter might have gotten increased too much | Henning Brauer |
2004-02-17 | On write error return and do not try to make a read. OK henning@ | Claudio Jeker |
2004-02-17 | Make gcc on sparc happy. OK henning@ | Claudio Jeker |
2004-02-17 | init len for getsockname and getpeername, found and ok claudio | Henning Brauer |
2004-02-17 | Make sure that we add the new prefix to the prefix list or bad things will | Claudio Jeker |
2004-02-16 | add IPv4/IPv6 transport selection. ok millert@ deraadt@ | Jakob Schlyter |
2004-02-16 | KNF | Henning Brauer |
2004-02-16 | add scope_id for v6 to struct bgpd_addr | Henning Brauer |
2004-02-16 | Extend imsg API so that messages can be composed on the fly. In the RDE it | Claudio Jeker |
2004-02-16 | Basic aspath match function needed for filters and the "show rib" bgpctl | Claudio Jeker |
2004-02-16 | superfluous tabs | Claudio Jeker |
2004-02-16 | Add basic functions to print aspath in human readable format. OK henning@ | Claudio Jeker |
2004-02-16 | Make the path attribute handling more RFC conformant. Also move the | Claudio Jeker |
2004-02-16 | catch all vnode types | Ted Unangst |
2004-02-16 | rough cut of netbsd's pmap process memory map inspector. | Ted Unangst |
2004-02-16 | freeifaddrs() data from getifaddrs() | Ryan Thomas McBride |
2004-02-15 | remove extra . I left when putting $self->{destdir} inside... | Marc Espie |
2004-02-15 | string.h for memset | Jolan Luff |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-02-15 | - Check error condition on config; load exit() on initial startup, simply | Ryan Thomas McBride |
2004-02-14 | KNF | Hakan Olsson |
2004-02-14 | Fix DOI select logic, which was broken for IKE vendors that sends non-zero | Hakan Olsson |
2004-02-14 | KNF | Ryan Thomas McBride |
2004-02-13 | Print protocol and service numbers correctly when -n switch is specified. | Can Erkin Acar |
2004-02-12 | Add missing \n to logit(), reverse logic on asprintf error so the error case | Ryan Thomas McBride |
2004-02-12 | Add missing \n on usage. From Daniel Cavanagh <nofsk@vtown.com.au> | Ryan Thomas McBride |
2004-02-12 | Recognize the process.arm.S file committed earlier today. | Dale Rahn |
2004-02-12 | the macro terminator suggests: hastalavista, LOG() | Henning Brauer |
2004-02-12 | KNF | Henning Brauer |
2004-02-12 | we need to memcpy out the ifmsghdr, it has different alignent requirements | Henning Brauer |
2004-02-12 | bit KNF, to stderr what belongs to stderr, err where you mean err and not | Henning Brauer |