Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-18 | Disable all IGPGART chipsets in radeondrm for release. | Owain Ainsworth | |
The RS480 is just fucking evil, the RS690 works ONCE but doesn't on reboot, and i've never heard about a RS400 being tested, so disable that too for safety. This is so that only working chipsets make release, if I just removed your working chipset, please let me know. deraadt@ requested that I do this now, not later. | |||
2009-02-18 | - add basic syntax checking to mfa | Jacek Masiulaniec | |
- decline source routing at MAIL FROM, strip at RCPT TO ok gilles@ | |||
2009-02-18 | In __cpu_simple_lock(), do not hog the bus with exclusive accesses; if | Miod Vallat | |
xmem didn't return the expected value, spin doing regular loads until it appears we have a chance to grab the lock again. | |||
2009-02-18 | typo | Miod Vallat | |
2009-02-18 | Move goto lables to the beginning of the line. Having them indented like | Claudio Jeker | |
the rest of the switch cases is a good camouflage. | |||
2009-02-18 | Remove 68060 here too | Miod Vallat | |
2009-02-18 | Remove 68060 bug notice. | Miod Vallat | |
2009-02-18 | Fix thinko in list traversal in vsbic_cmd_ccb(). | Miod Vallat | |
2009-02-18 | Better bus_dmamap_sync() routine, lets vsbic(4) run on 68060 systems, so | Miod Vallat | |
let it attach on them now. | |||
2009-02-18 | delay() would only work as intended after clock0 attached. Initialize the | Miod Vallat | |
delay strategy variable in locore now; this fixes the occasional console output artefacts on MVME177. | |||
2009-02-18 | Check for nofault being set in the 68030 bus error handler, too. This makes | Miod Vallat | |
bad[pv]addr work again on MVME147. | |||
2009-02-18 | Repair DCI[ASU] operation on 68030 processors, broken by accident in r1.53 | Miod Vallat | |
2009-02-18 | fix off by one character when constructing $Mdocdate$. | Joris Vink | |
problem found by todd@, ok sthen@ | |||
2009-02-18 | bring back the NAT NOP fix, but this time right. | Henning Brauer | |
when we want to pretend pf_get_translation didn't do anything we must get rid of _both_ state keys and reset all 4 sk pointers to NULL and not leave one key behind and have all 4 pointers point to it - that must fail. tested dhill sthen, david agrees, deraadt ok | |||
2009-02-18 | Make the best guesses possible about newer usb modems and in which modes | Theo de Raadt | |
they need to be started up. Some limited discussion with yuo@ and fkr@, who to a large degree I think have punted on even trying to stay ahead of the curve here. Come on guys. | |||
2009-02-18 | sync | Theo de Raadt | |
2009-02-18 | add about 30 or so newer GSM/whatever modems | Theo de Raadt | |
2009-02-18 | IMSG_MFA_RCPT handlers are almost identical, put common code in new | Jacek Masiulaniec | |
mfa_test_rcpt; ok gilles@ | |||
2009-02-18 | Add missing braces. This is why we use braces for indented block that | Todd C. Miller | |
are more than a couple of lines... | |||
2009-02-18 | Test to show glob bug introduced with POSIX char class support. | Todd C. Miller | |
2009-02-18 | Add missing CURDIR | Todd C. Miller | |
2009-02-18 | - add and enable zyd(4) | Jasper Lievisse Adriaanse | |
ok kettenis@ | |||
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 | |
in ``waiting state'', otherwise the ACK message will be skipped, and the other functions not expecting ACKs might be confused by the ACK. | |||
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 | |
(this is still disabled code) | |||
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 | |
ok hshoexer msf | |||
2009-02-18 | Be more generic about what artifacts are created in step 4. | Ian Darwin | |
Improved by deraadt@, ok jmc@, krw@. | |||
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 | |
and inserts the session into the session tree. session_init() is called only when we receive the resolution answer. this fixes a race condition that would sometimes cause the hostname to appear as "<unknown>" in headers just because dns was lagging, and it unbreaks ssmtp support which suffered from th very same race condition. | |||
2009-02-18 | Use 'read -r' to read password, which allows "\" to be in the | Kenneth R Westerback | |
password unless it's part of an escape sequence like "\r". Prompted by Aaron W. Hsu via PR#6042. ok deraadt@ | |||
2009-02-17 | - flock input file while the database is being built | Jacek Masiulaniec | |
- make newaliases finish with short summary ok gilles@ | |||
2009-02-17 | // style comments shouldnt be in the tree. | David Gwynne | |
reminded by deraadt@ | |||
2009-02-17 | sync makemap man page with the code. create separate page for newaliases | Jacek Masiulaniec | |
which points at makemap as the preferred utility; ok gilles@ | |||
2009-02-17 | assert copyright over the changes i made. | David Gwynne | |
reminded by deraadt@ | |||
2009-02-17 | make newaliases read aliases path from smtpd.conf; idea discussed with | Jacek Masiulaniec | |
gilles@, pyr@ and henning@, diff ok gilles@. | |||
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 | |
from Vadim Zhukov <persgray@gmail ok millert | |||
2009-02-17 | imsg_init depends on ibuf being calloc'd. fix few places where malloc | Jacek Masiulaniec | |
is used instead; ok gilles@ Problem made visible by malloc.conf = AFGJ, and pointed out by otto@ | |||
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 | |
recent driver work; this gives us better osiop and vs drivers, vsbic (although currently disabled on 68060 boards until more bugs are fixed), and the ability to boot and root off vs and vsbic. Existing code is not modified and still uses memory mapped structures; this might change eventually as more code gets factorized and moved to MI land. |