summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-13Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-12-13Ensure that if_start() is called at IPL_NET.Joel Sing
2009-12-13force gzip to write package even if things don't compress.Marc Espie
2009-12-13bit less aggressive about hiding; ok miodTheo de Raadt
2009-12-13remember to restore errno (ie. stop someone from making a mistake later)Theo de Raadt
2009-12-13remove #ifdef CDDA bits cos nothing in cd.c uses it and nothing i can findDavid Gwynne
2009-12-13prefix all softc members with sc_, not just most of them.David Gwynne
2009-12-13use sc consistently as the name of the pointer to the softc variable, notDavid Gwynne
2009-12-12Nuke useless ancient documentation. ok deraadtNicholas Marriott
2009-12-12Protect more definitions userland doesn't need to care about with _KERNELMiod Vallat
2009-12-12Switch page size from 4KB to 16KB on R10k kernels without R5k supportMiod Vallat
2009-12-12Introduce various CPU_### options to enable cpu-specific code or workarounds;Miod Vallat
2009-12-12Provide a correct version for little endian kernels... sighMiod Vallat
2009-12-12unifdef -D__LP64__Miod Vallat
2009-12-12Whoops, missed these.Nicholas Marriott
2009-12-12tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, soNicholas Marriott
2009-12-12update will ask about conflicts, so we need that in updateinfo...Marc Espie
2009-12-12autovivifiedMarc Espie
2009-12-12test case for the gamin/fam scenarioMarc Espie
2009-12-12fix the fam->libgamin issue. Look for update candidates in self beforeMarc Espie
2009-12-12have pkg_add recheck there are no internal conflicts in an updateset.Marc Espie
2009-12-12when parsing .wav headers, check if rate <= RATE_MAX (instead ofAlexandre Ratchov
2009-12-12When acting as a client do content reads from the disk progressivelyJacek Masiulaniec
2009-12-12Use a socketpair instead of a pair of pipes.Nicholas Marriott
2009-12-12Add missing splbio() protection when sending commands to the vDisk server.Mark Kettenis
2009-12-12move cd(4) from using scsi_scsi_cmd over to scsi_xs_exec for doing io.David Gwynne
2009-12-12Remove debug printf and properly dequeue command instead when a read times outMark Kettenis
2009-12-12remove *everything* from to_update, including hintsMarc Espie
2009-12-12Simplify client_* api, mainly by making fatal conditions result in immediateJacek Masiulaniec
2009-12-12Don't qualify empty sender address with the domain, eg. in sendmail -f "<>".Jacek Masiulaniec
2009-12-12tie conflict lists to packing lists and use themMarc Espie
2009-12-12more complex testcase: let q1-q4 have dependencies with outside q5,q6.Marc Espie
2009-12-12do the same dance with older packages: build before list, and use it whenMarc Espie
2009-12-12Add some locking around VOP_CLOSE() and friends. Lets VFSDEBUGKenneth R Westerback
2009-12-12a dangling do / while that was very very uglyTheo de Raadt
2009-12-12Some spelling corrections from Brad Tilley via tech@.Kenneth R Westerback
2009-12-11plug memory leak; found by parfait, ok beckTheo de Raadt
2009-12-11two memory leaks; spotted by parfait; ok beckTheo de Raadt
2009-12-11incorrect array size calculation, spotted by parfait; ok beckTheo de Raadt
2009-12-11__svc_fdsetsize is counted in bits, not in array elementsIngo Schwarze
2009-12-11regenMark Kettenis
2009-12-11Add some missing Intel Q45 Manageability Engine stuff. From a dmesgMark Kettenis
2009-12-11be a little more specific about -ifp; from Doran MoriJason McIntyre
2009-12-11record internal updateset dependencies for new packages, and respect themMarc Espie
2009-12-11sample case we fail (kili/edd): if updatesets contain "self" dependencies,Marc Espie
2009-12-11NSIG is 1 beyond the last signal, so <= is an incorrect check.Theo de Raadt
2009-12-11Fix two memory leaks, one found by parfait, one by myself.Jacek Masiulaniec
2009-12-11Buffer overflow when padding the password buffer to a 16 byte boundary.Owain Ainsworth
2009-12-11switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537Markus Friedl
2009-12-11Fix two identical buffer overruns.Owain Ainsworth