Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-02 | Add a DIAGNOSTIC panic to ensure we are not running | Kurt Miller | |
via an interrupt handler in acpi_sleep_machdep. okay mlarkin@ marco@ | |||
2009-06-02 | truncated format strings; found by Parfait and gcc | Theo de Raadt | |
ok maja oga guenther | |||
2009-06-02 | replace custom macro AR5K_ELEMENTS() with nitems() | Reyk Floeter | |
2009-06-02 | Drop an argument to DRM_ERROR() that was both unmatched and superfluous | Philip Guenthe | |
ok oga@ | |||
2009-06-02 | blkno's are 64 bit so need %llu, found by Parfait | Theo de Raadt | |
ok oga | |||
2009-06-02 | replace custom macro sizeofa() with nitems() | Reyk Floeter | |
2009-06-02 | Fix some minor format string problems found in a maze of false positives | Theo de Raadt | |
provided by Parfait ok oga | |||
2009-06-02 | remove extra imsg_event_add() after EV_WRITE checks - this is not | Reyk Floeter | |
required because it is called later and there is no return before. ok gilles@ | |||
2009-06-02 | Cope with logical device numbers gaps, this fixes out-of-bounds access | Alexander Yurchenko | |
in an array. Problem found and ok deraadt@. | |||
2009-06-02 | msgctl(), shmctl(), semctl() all have operations that are supposed | Philip Guenthe | |
to return pids, not thread ids, so record the former when performing operations. ok blambert | |||
2009-06-02 | If a bogus channel is encountered, return an error instead of trying | Philip Guenthe | |
to use the -1 flag value as an array index. Found by Parfait. ok reyk@ oga@ | |||
2009-06-02 | change a sizeof() to nitems() because the array subtype is a short. | Theo de Raadt | |
change all the N() macros to our favorite new macro nitems() found by Parfait ok oga guenther | |||
2009-06-02 | marco needs to learn how to do his range checks better, found by Parfait | Theo de Raadt | |
ok oga guenther | |||
2009-06-02 | When we fail to find the controller type, don't continue on using the next | Theo de Raadt | |
consecutive index which is outside the array; found by Parfait ok oga guenther | |||
2009-06-02 | Libevent may do an upcall with both EV_READ and EV_WRITE set. | Reyk Floeter | |
So change the code accordingly to allow that. Found by claudio@ in ospfd | |||
2009-06-02 | Do not go one bar too far down the road; found by Parfait; ok oga | Theo de Raadt | |
2009-06-02 | Don't access array[-1] if array is an empty string. | Ray Lai | |
OK nicm@ | |||
2009-06-02 | Make code clearer: | Ray Lai | |
- if (hdr->size > SIZE_MAX - 1) + if (hdr->size == SIZE_MAX) OK nicm@ | |||
2009-06-02 | Don't dereference NULL if buf winds up being empty. Can't happen | Ray Lai | |
right now according to NicM but better safe than sorry. OK nicm@ | |||
2009-06-02 | Fix an off-by-one in the ddb-only debugging function tdb_hashstats. | Owain Ainsworth | |
when we check if a hash chain is over 15 long, we would access one past the end of the array. change the static array size to a define because it makes this checking easier to verify. Found by Parfait. ok deraadt@. | |||
2009-06-02 | A process should always be able to attach kevent filters to its own | Philip Guenthe | |
threads, even when it has changed uid or gid in the past. As is, a P_SUGID process using rthreads leaks the stack on thread exit. requested and approved by tedu@ a while ago | |||
2009-06-02 | sync | Theo de Raadt | |
2009-06-02 | Don't leak memory if multiple -f flags are given. | Ray Lai | |
OK nicm@ | |||
2009-06-02 | strip /<version>/<arch> part from the install url before feeding it back | Alexander Hall | |
to the ftplist server ok deraadt@ | |||
2009-06-02 | some sed cleanup and killing a cat | Alexander Hall | |
very similar diff ok krw@ | |||
2009-06-02 | The xl_detach() function is now used by pci code, so it must be in the | Theo de Raadt | |
shared code in case either cardbus or pci varients are not configured. | |||
2009-06-02 | Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid. | Bernd Ahlers | |
ok pyr@ | |||
2009-06-02 | fix macro handling | Alexander Hall | |
2009-06-02 | add CRYPTO and softraid to zaurus RAMDISK | Todd T. Fries | |
Sure deraadt@ | |||
2009-06-02 | did not issue scsi_inquire with EVPD flag for USB mass strage class | Yojiro Uo | |
device, as some devices will be stalled by the request. ok krw@ | |||
2009-06-02 | add CRYPTO to macppc RAMDISK | Todd T. Fries | |
Sure deraadt@ | |||
2009-06-02 | add TZ on install media where it should fit | Todd T. Fries | |
ok deraadt@ | |||
2009-06-02 | Add an identifier that tells us if we can rebuild this discipline. | Marco Peereboom | |
KNF & spelling too | |||
2009-06-02 | make xl at pci detachable. | Jonathan Gray | |
2009-06-02 | set needfree to NULL in sys_writev() so stack garbage | Thordur I. Bjornsson | |
does not cause us to call free if we never malloced. crash found by & OK marco@ | |||
2009-06-02 | enable tmux | Theo de Raadt | |
2009-06-02 | tweak previous; | Jason McIntyre | |
2009-06-02 | Enable machfb(4) and raptor(4) here too. | Mark Kettenis | |
2009-06-02 | Set flags on the recently added CardBus ids based on | Jonathan Gray | |
product id. | |||
2009-06-02 | Define a proper wsdisplay type for machfb(4). | Mark Kettenis | |
requested by miod@ | |||
2009-06-02 | Make machfb_putcmap() respect the starting index in the colormap. | Mark Kettenis | |
2009-06-02 | Enable machfb(4). | Mark Kettenis | |
2009-06-02 | machfb(4) | Mark Kettenis | |
2009-06-02 | it is better when ramdisks compile | Theo de Raadt | |
2009-06-02 | Initial stab at an accelerated driver for PGX/PGX64 framebuffers. | Mark Kettenis | |
Inspiration from the NetBSD, Linux and X.org drivers. | |||
2009-06-02 | Initial stab at an accelerated driver for PGX/PGX64 framebuffers. | Mark Kettenis | |
Inspiration from the NetBSD, Linux and X.org drivers. | |||
2009-06-02 | Add more CardBus ids to PCI attachments to cope with | Jonathan Gray | |
things like the crazy ExpressCard->CardBus adapters which make CardBus devices show as PCI devices. | |||
2009-06-02 | minor tidying; from Brad; ok sthen@ | Christian Weisgerber | |
2009-06-02 | make the eval's resistant to rouge user input | Alexander Hall | |
2009-06-02 | Added interface for cpu idle on amd64 | Jordan Hargrave | |
ok gwk@, toby@, marco@ |