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