summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-02Avoid using and end pointer since strnlen(string, -1) is legalTodd C. Miller
2010-06-02strnlen regression testsTodd C. Miller
2010-06-02Start reworking the LDE. Implement a FEC RB tree that can be used for theClaudio Jeker
2010-06-02Have dhclient obey the interface's rdomain, instead of doing routes onPeter Hessler
2010-06-02remove c++ commentsMartin Hedenfal
2010-06-02dont drop out of handling a command if ITSDONE is set. return a betterDavid Gwynne
2010-06-02its pretty obvious that ciss_cmd should be called with splbio being held,David Gwynne
2010-06-02- correctly report the number of wired tlb entriesJasper Lievisse Adriaanse
2010-06-02call scsi_done before put_ccb, rather than have put_ccb call scsi_doneDavid Gwynne
2010-06-02arch/beagle is safe to enter nowTheo de Raadt
2010-06-02beagle has no stand/ yetTheo de Raadt
2010-06-02push the "locking" in ciss_scsi_cmd down. we dont need splbio to callDavid Gwynne
2010-06-02protect the ccb free queue with its own mutexDavid Gwynne
2010-06-02get rid of useless ccb queues. when the ccb is on the chip, we mark itsDavid Gwynne
2010-06-02get rid of the code for the passthru bus support. it was never enabled andDavid Gwynne
2010-06-02interrupt handlers are run at their IPL, so there's no need to go splbioDavid Gwynne
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-06-01add beagle, mentioned by drahnTheo de Raadt
2010-06-01new queue, again; gcc2 compile tested by deraadtJacek Masiulaniec
2010-06-01Add compatibility interfaces for new names binutils-based strip(1) prefersTheo de Raadt
2010-06-01Create more doc sub-directories for proto docs.Matthieu Herrb
2010-06-01New queue doesn't compile on gcc2, back out. Spotted by deraadt@Jacek Masiulaniec
2010-06-01close FILE `f' when we leave function fprio_readin(), so it wont get lostzinovik
2010-06-01move cd, st & ss over to bufq's again.Thordur I. Bjornsson
2010-06-01namespace_new() leaks `ns' on error path.Martin Hedenfal
2010-06-01With IPv6 OSPF a single LSA can get larger than the MTU. As aAlexander Bluhm
2010-06-01Schedule newly arrived mail immediately, ie. place it at the beginningJacek Masiulaniec
2010-06-01Include birth time in smtpctl show queue raw.Jacek Masiulaniec
2010-06-01Add NULL pointer check after calloc.Alexander Bluhm
2010-06-01It's lasttry + 1 because I initially thought passing identical birthJacek Masiulaniec
2010-06-01Fix error message.Alexander Bluhm
2010-06-01Better errors.Jacek Masiulaniec
2010-06-01if we're going to set ITSDONE when an xfer is done cos the adapter expectsDavid Gwynne
2010-06-01regenMarcus Glocker
2010-06-01Add ``StarTech CONV-USB2DVI'' udl device.Marcus Glocker
2010-06-01Initial attempt at being COMPILER_VERSION and gcc4 compatible.Dale Rahn
2010-06-01Initial attempt at GENERIC kernel for beagle, untested.Dale Rahn
2010-06-01Fix splassert code, (previously hidden in DIAGNOSTIC).Dale Rahn
2010-06-01Fix some code hidden in DIAGNOSTIC.Dale Rahn
2010-06-01Bluetooth header file is required so even if no bluetooth is configuredDale Rahn
2010-06-01Don't interpret garbage on stack; problem seemingly exposed by myJacek Masiulaniec
2010-06-01Fix one case of not sending smtp session id on error.Jacek Masiulaniec
2010-05-31oopsJacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-05-31imsg_compose_event() return value was never checked. Make it fatal() if needed.Charles Longeau
2010-05-31This file never contained anything of value.Theo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-31attempt to partially update the list of arch's and src dirs, though weTheo de Raadt
2010-05-31Do not add the swap*.c to the CFILES as a dependency. The rest of theTheo de Raadt
2010-05-31there is no spllpt(), since lpt's are just tty devices (call tty functions,Theo de Raadt