Age | Commit message (Expand) | Author |
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 |
2009-12-11 | Two cases of IPSEC getsockopt() returning two bytes of uninitialialized | Theo de Raadt |
2009-12-11 | clean up the realloc code to make a parfait false positive go away. | Theo de Raadt |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-11 | try not to use size_t in places it does not belong; ok djm | Theo de Raadt |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-11 | plug a memory leak; found by parfait, ok djm | Theo de Raadt |
2009-12-11 | Use quiet variable, and add missing sentinel to options array. | Nicholas Marriott |
2009-12-11 | simplify building of libs | Marc Espie |
2009-12-11 | blocknonip fix; from Holger Mikolon | Jason McIntyre |
2009-12-11 | sync. | Owain Ainsworth |
2009-12-11 | When i filled in these pcidevs I cleverly made two sequential ones | Owain Ainsworth |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat |
2009-12-11 | Fill out the pdq_cmd_info table to 18 elements, despite many of | Philip Guenthe |
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck |
2009-12-10 | getcwd() is posix, not ansi; from Thomas Pfaff | Jason McIntyre |
2009-12-10 | Now that the old SysV SHM size limits global variables are gone, remove | Mark Kettenis |
2009-12-10 | clarify the new rules of hostname.if files. A few special formats are | Theo de Raadt |
2009-12-10 | Length of the host address in the FEC TLV must be encoded in number | Michele Marchetto |
2009-12-10 | "please apply the same diff as for rt2860 to if_run.c" damien@ | Owain Ainsworth |
2009-12-10 | fix a theoretical (but not possible) array bound overflow. | Owain Ainsworth |
2009-12-10 | memory leak, and off by one buffer overflow - spotted by parfait | Bob Beck |
2009-12-10 | Change nasty realloc call to a more correct looking ideom - noticed while | Bob Beck |
2009-12-10 | careless fscanf, found by parfait, ok jsg | Theo de Raadt |
2009-12-10 | memory leak, found by parfait, ok jsg | Theo de Raadt |
2009-12-10 | ansi | Theo de Raadt |