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