Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-12 | Add some locking around VOP_CLOSE() and friends. Lets VFSDEBUG | Kenneth R Westerback | |
kernels once again mount cd9660 filesystems without crashing. From an old reverted diff of thib@, parts of which apparently did not get re-committed. ok oga@ beck@ | |||
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 | |
When exceeding fd 1024, this bug cleared flag bits for all file descriptors except those <= 64. Found while auditing a (false positive) complaint by parfait. This bugfix does not shut parfait up, though. OK millert@ deraadt@ | |||
2009-12-11 | regen | Mark Kettenis | |
2009-12-11 | Add some missing Intel Q45 Manageability Engine stuff. From a dmesg | Mark Kettenis | |
submitted by dlg@. | |||
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 | |
while installing (need doing something similar for old packages) | |||
2009-12-11 | sample case we fail (kili/edd): if updatesets contain "self" dependencies, | Marc Espie | |
they should install/uninstall in the correct order to be able to handle any @exec activity... | |||
2009-12-11 | NSIG is 1 beyond the last signal, so <= is an incorrect check. | Theo de Raadt | |
found by parfait, ok guenther | |||
2009-12-11 | Fix two memory leaks, one found by parfait, one by myself. | Jacek Masiulaniec | |
ok deraadt@ | |||
2009-12-11 | Buffer overflow when padding the password buffer to a 16 byte boundary. | Owain Ainsworth | |
found by parfait. Miod again pointed out my mistakes (ppp obviously doesn't sit well with me). ok miod@ | |||
2009-12-11 | switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537 | Markus Friedl | |
for the RSA public exponent; discussed with provos; ok djm@ | |||
2009-12-11 | Fix two identical buffer overruns. | Owain Ainsworth | |
found by parfait, my stupid mistake pointed out by miod, who also oked this. | |||
2009-12-11 | Two cases of IPSEC getsockopt() returning two bytes of uninitialialized | Theo de Raadt | |
kernel stack content instead of proper information; found by Clement LECIGNE | |||
2009-12-11 | clean up the realloc code to make a parfait false positive go away. | Theo de Raadt | |
parfait still does not completely understand how realloc() behaves (or %, ?:, >>, or << and its terminal function tracking remains weak) | |||
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
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 | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
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 | |
ok deraadt | |||
2009-12-11 | sync. | Owain Ainsworth | |
2009-12-11 | When i filled in these pcidevs I cleverly made two sequential ones | Owain Ainsworth | |
duplicates by accident. go me! There's only two 690 chips, so it's fairly easy to find out. found when mlarkin asked me about his chipset. | |||
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat | |
them; allows userland with stack beyond 2GB to run. | |||
2009-12-11 | Fill out the pdq_cmd_info table to 18 elements, despite many of | Philip Guenthe | |
them being stub entries, by using macros YES() and NO() to select, for each entry, whether a real one or a stub is generated. Found by parfait and analyzed by oga. ok deraadt@, oga@ | |||
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck | |
ok millert@ pjanzen@ | |||
2009-12-10 | getcwd() is posix, not ansi; from Thomas Pfaff | Jason McIntyre | |
ok millert | |||
2009-12-10 | Now that the old SysV SHM size limits global variables are gone, remove | Mark Kettenis | |
support for setting them from config(8). | |||
2009-12-10 | clarify the new rules of hostname.if files. A few special formats are | Theo de Raadt | |
accepted which are simpler for people (or install scripts) to generate. Anything else is passed to ifconfig, unmolested. ok jmc todd | |||
2009-12-10 | Length of the host address in the FEC TLV must be encoded in number | Michele Marchetto | |
of octets. ok claudio@ | |||
2009-12-10 | "please apply the same diff as for rt2860 to if_run.c" damien@ | Owain Ainsworth | |
original log message: fix a theoretical (but not possible) array bound overflow. since we will always match on a rate, we won't overflow, but in that case, make it more obvious by if the first 11 rates don't match, we assume the 12th. should shut up parfait. ok damien@ who came up with an identical diff | |||
2009-12-10 | fix a theoretical (but not possible) array bound overflow. | Owain Ainsworth | |
since we will always match on a rate, we won't overflow, but in that case, make it more obvious by if the first 11 rates don't match, we assume the 12th. should shut up parfait. ok damien@ who came up with an identical diff. | |||
2009-12-10 | memory leak, and off by one buffer overflow - spotted by parfait | Bob Beck | |
ok deraadt@ | |||
2009-12-10 | Change nasty realloc call to a more correct looking ideom - noticed while | Bob Beck | |
looking at some parfait false positives in here. ok deraadt@ | |||
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 | |
2009-12-10 | spacing | Theo de Raadt | |
2009-12-10 | "fix" from freebsd to hide potential race in silly renames, where | Bob Beck | |
a directory gets reclaimed on a forced unmount before the silly file in it gets blown away... fixes an issue seen by phessler@ ok oga@, art@ | |||
2009-12-10 | a few sizeof(array)/sizeof(array[0]) -> nitems(array) conversions found while | Owain Ainsworth | |
looking for something else. sha1(1) tells me there's no binary change. | |||
2009-12-10 | unify; ok jmc | Theo de Raadt | |
2009-12-10 | do not leak memory, found by parfait, ok millert otto | Theo de Raadt | |
(one case was a false positive, but one is a modified copy of the other) | |||
2009-12-10 | plug some memory leaks; found by parfait, ok henning | Theo de Raadt | |
2009-12-10 | Fix a case when 2yz status would not override existing 4yz one. | Jacek Masiulaniec | |
Reported by jsing@ |