Age | Commit message (Expand) | Author |
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-12-23 | must only try to match PEERDESC of nothing else matched, it's just a string | Henning Brauer |
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell |
2004-12-23 | leak; from mpech | Markus Friedl |
2004-12-23 | check for NULL; from mpech | Markus Friedl |
2004-12-23 | in getpeerbydesc(), complain if we find more than one match and return NULL | Henning Brauer |
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer |
2004-12-23 | introduce getpeerbydesc(), find a peer by its description | Henning Brauer |
2004-12-23 | set rule_flag PFRULE_SRCTRACK when setting srctrack, found by camield@ | Daniel Hartmeier |
2004-12-23 | KNF | Henning Brauer |
2004-12-23 | even more excellent alignment, with mickey | Henning Brauer |
2004-12-23 | Use a shorter, more realistic initial memory storage for extio. | Miod Vallat |
2004-12-23 | .Xr dhcrelay, okay henning@ | Marc Espie |
2004-12-23 | lower latency by processing no more than 25 messages at once for each peer | Henning Brauer |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer |
2004-12-23 | turn padding of tx packets on since it appears it may be needed by certain | David Gwynne |
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray |
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray |
2004-12-23 | Replace home rolled unsigned char type with u_char. | Jonathan Gray |
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar |
2004-12-23 | add some more Netra systems which are equivalent to Ultra30/60's, but | Brad Smith |
2004-12-22 | - add missing braces for SIOCSIFMTU switch case. | Brad Smith |
2004-12-22 | order `cvs remove' aliases correctly; | Xavier Santolaria |
2004-12-22 | Upon SCSI command timeout, check if we have missed a DMA completion, | Miod Vallat |
2004-12-22 | Bring more fixes from NetBSD: | Miod Vallat |
2004-12-22 | Do not use DMA for odd-size transfers, as the last byte will not be | Miod Vallat |
2004-12-22 | basic documentation of the `cvs remove' command; | Xavier Santolaria |
2004-12-22 | proper DDB_DEBUG | Michael Shalayeff |
2004-12-22 | quitenv() proto should have the variable type only, not the name. | Todd C. Miller |
2004-12-22 | These man pages are not derived from UCB and are actually public domain. | Todd C. Miller |
2004-12-22 | Fix a use-after-free, that causs core dumps if a shell is killed | Otto Moerbeek |
2004-12-22 | Fix previous commit here, I add the case statement to the wrong switch. | Todd C. Miller |
2004-12-22 | Our times(3) just calls getrusage(2) and gettimeofday(2), converting seconds | Todd C. Miller |
2004-12-22 | Make 'echo ${a[@]:?foo}' produce an error, not a core dump. | Todd C. Miller |
2004-12-22 | Use sys_signame and sys_siglist instead of building a list of signal | Todd C. Miller |
2004-12-22 | avoid a null dereference when using membufs. | Dan Harnett |
2004-12-22 | Test the upper limit for the max # of rounds to, to avoid wrapping and ending | Otto Moerbeek |
2004-12-22 | g/c str_zcpy() | Todd C. Miller |
2004-12-22 | Introduce 'set skip on <ifspec>' to support a list of interfaces where no | Daniel Hartmeier |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-22 | Add -ULDAPMAP to CPPFLAGS so we can't inadvertanly build errstring.o with | Todd C. Miller |
2004-12-22 | tweaks from michael knudsen; | Jason McIntyre |
2004-12-22 | d can be negative, take that into account when comparing to the logging | Henning Brauer |
2004-12-22 | sort sections; | Jason McIntyre |
2004-12-22 | sync | Theo de Raadt |
2004-12-22 | keep less stuff around for -e pkgpath. | Marc Espie |
2004-12-22 | Fix parenthesis mismatch, from Stefan Miltchev. Thanks! | Hans-Joerg Hoexer |
2004-12-22 | and something else in the future | Theo de Raadt |
2004-12-22 | Use vfs firmware loader for fxp(4) interrupt coalescing microcode. | Alexander Yurchenko |