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