summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-02-17Link lazy binding test into ld.so regress suite.Joel Sing
2009-02-17Fix aspath_prepend() in the case a AS-PATH has a sequence of 255 elementsClaudio Jeker
2009-02-17- better outputAntoine Jacoutot
2009-02-17massage a bit. note that pfsync in openbsd 4.4 and 4.5 are incompatible.David Gwynne
2009-02-17- mention that you have to increase 'bootdelay' in some cases, as theJasper Lievisse Adriaanse
2009-02-17ensure all pi_magic checks are inside DIAGNOSTICTheo de Raadt
2009-02-17sync with revised default ciphers; pointed out by dkrause@Damien Miller
2009-02-16Cancel the automatic boot when you hold ctrl to skip boot.conf.Stuart Henderson
2009-02-16fix pfctl -v printing of anchors, from camield@. Closes user/6065Stuart Henderson
2009-02-16at tedu's request, bring back the basic single "first word" PI_MAGIC checkTheo de Raadt
2009-02-16allocate the large structures instead of putting them on the stack, andTheo de Raadt
2009-02-16More 88110 SMP work. Contains, horribly entangled:Miod Vallat
2009-02-16Since NMI are now handled separately, remove the ``interrupt type'' argumentMiod Vallat
2009-02-16Disable pool debug stuff for the release (it has a performance hit, butTheo de Raadt
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-16Don't try to SCSIDEBUG targets or luns >31 since we only have 32 bits toKenneth R Westerback
2009-02-16remove incorrect cast of pcb_cr3. okay kettenis@ weingart@Kurt Miller
2009-02-16Rewrite the way the initial processing of exceptions is done on 88110 - weMiod Vallat