summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-18Add missing CURDIRTodd C. Miller
2009-02-18- add and enable zyd(4)Jasper Lievisse Adriaanse
2009-02-18fix compiler warning; ok gilles@Jacek Masiulaniec
2009-02-18if a peer requests a state that is marked as NOSYNC, then skip it.David Gwynne
2009-02-18Free authentication data when detaching sppp from interface.Can Erkin Acar
2009-02-18sort;Jason McIntyre
2009-02-18in aucat_stop(), after the STOP message was send, put the receiverAlexandre Ratchov
2009-02-18Manpages as originally intended; oopsMiod Vallat
2009-02-18syncTheo de Raadt
2009-02-18anotherTheo de Raadt
2009-02-18signature should hash over the entire group, not just the generatorDamien Miller
2009-02-18frog broke the tree; copying file from 88kTheo de Raadt
2009-02-18Backout PDC & PPC changes because it hangs several laptops.Marco Peereboom
2009-02-18Print spi in lowercase hex for consistency with print-enc.c and ipsecctl.Ryan Thomas McBride
2009-02-18Be more generic about what artifacts are created in step 4.Ian Darwin
2009-02-18previous commit was incomplete, this fixes ssmtpGilles Chehade
2009-02-18smtp_accept() now requests from lka that it performs the hostname lookupGilles Chehade
2009-02-18Use 'read -r' to read password, which allows "\" to be in theKenneth R Westerback
2009-02-17- flock input file while the database is being builtJacek Masiulaniec
2009-02-17// style comments shouldnt be in the tree.David Gwynne
2009-02-17sync makemap man page with the code. create separate page for newaliasesJacek Masiulaniec
2009-02-17assert copyright over the changes i made.David Gwynne
2009-02-17make newaliases read aliases path from smtpd.conf; idea discussed withJacek Masiulaniec
2009-02-17init the tdb tailq. hopefully this fixes sthens crash.David Gwynne
2009-02-17when the template is entirely XXX characters, would crashTheo de Raadt
2009-02-17imsg_init depends on ibuf being calloc'd. fix few places where mallocJacek Masiulaniec
2009-02-17Sync with recent changes.Miod Vallat
2009-02-17osiop synopsis lines for mvme68k.Miod Vallat
2009-02-17Sync with reality.Miod Vallat
2009-02-17Add real bus_space and bus_dma to mvme68k, so that it can benefit fromMiod Vallat
2009-02-17kill unused func lka_resolve_rcpt()Jacek Masiulaniec
2009-02-17clarification for the MX stuff; requested by Stephan A. RickauerJason McIntyre
2009-02-17after a message has been commited to queue, do not incondtionnally clearGilles Chehade
2009-02-17- remove two debug messagesGilles Chehade
2009-02-17Declare cpu_model as an array instead of a pointer; makes sysctl hw.modelMark Kettenis
2009-02-17Add a BUGS section warning that the device is likely not to work in systemsMark Kettenis
2009-02-17Pass a cpu_info * to setsoftipi() so it does not need to curcpu(), whichMiod Vallat
2009-02-17Be sure to pass a valid confargs * to child devices of vme0 when attaching,Miod Vallat
2009-02-17fix uninitialized variable.Charles Longeau
2009-02-17- increase the delays in tsec_mii_{read,write}reg() , makes my n1200 happierJasper Lievisse Adriaanse
2009-02-17Remove debug printf.Mark Kettenis
2009-02-17- add more bioctl support, now physical drives info availableAlexander Yurchenko
2009-02-17something has to go... because the piggy developers bloated the kernel againTheo de Raadt
2009-02-17variable no longer usedTheo de Raadt
2009-02-17Remove an if 0ed out chunk for BUS_DMA_COHERENT in bus_dmamap_map.Owain Ainsworth
2009-02-17Forgot to crank version after ethernet buffer address change.Miod Vallat
2009-02-17Move ethernet buffers higher in memory, just below our text, to allowMiod Vallat
2009-02-17Don't leak the dmamap on freeing memory.Owain Ainsworth
2009-02-17The loop here preparing the uio always added the length of the firstOwain Ainsworth
2009-02-17- always run pwd_mdb, newaliases, MAKEDEV and cap_mkdb even when not inAntoine Jacoutot