Age | Commit message (Expand) | Author |
2011-04-20 | Stash the old seed when srand() is called and use it as the return | Todd C. Miller |
2011-04-20 | fenv for m68k | Martynas Venckus |
2011-04-20 | Trick GCC optimizer into clipping any extra precision by making w | Martynas Venckus |
2011-04-20 | Remove some unneeded includes and dead code, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Fix possible NULL dereference for emul data. Okay miod@. | Paul Irofti |
2011-04-20 | Remove some includes and defines that are no longer needed, from Michael | Nicholas Marriott |
2011-04-20 | Trivial code simplifying, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-20 | Use -u when diff context is 3, from Michael W Bombardieri, tweaked by | Nicholas Marriott |
2011-04-20 | Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP). | Joel Sing |
2011-04-20 | Implement correct prologue and epilogue for hppa64. | Joel Sing |
2011-04-20 | grammar fix; from Michael W. Bombardieri | Jason McIntyre |
2011-04-20 | Enhance sysmerge(8) output so that it is more readable and make it more | Antoine Jacoutot |
2011-04-20 | Interrupt handlers should only return 1 if they did some work. The | Claudio Jeker |
2011-04-20 | Potential NULL deref in an error case spotted by chl on one copy; | Theo de Raadt |
2011-04-20 | Support for Intel GM45 SOL (Serial-over-LAN, part of Intel AMT) as a | Mike Larkin |
2011-04-20 | sync | Theo de Raadt |
2011-04-20 | do not disable interrupts in the isr and then enable them again | David Gwynne |
2011-04-20 | Fix spacing nit. | Matthew Dempsky |
2011-04-19 | Iopoolification. Much simpler version than the one revived at k2k11. | Kenneth R Westerback |
2011-04-19 | clean out some tiny nits | Theo de Raadt |
2011-04-19 | Should check uname() >= 0 to detect success, not == 0. | Matthew Dempsky |
2011-04-19 | regen | Jonathan Gray |
2011-04-19 | add some more Core 2G/6 Series PCH entries | Jonathan Gray |
2011-04-19 | Simplify umass devid generation. Only use the last 12 characters of | Matthew Dempsky |
2011-04-19 | sync | Todd T. Fries |
2011-04-19 | as confirmed by my 11mo old son, this makes midi keyboards work with macppc | Todd T. Fries |
2011-04-19 | Fix spacing nit. | Matthew Dempsky |
2011-04-19 | Put splice cleanup code into a common function sounsplice(). | Alexander Bluhm |
2011-04-19 | Do not over-specify the return value. | Ingo Schwarze |
2011-04-19 | add some more intel cpuid models | Jonathan Gray |
2011-04-19 | Fix potential null dereference. | Charles Longeau |
2011-04-19 | /etc/security does not exist any longer, | Ingo Schwarze |
2011-04-19 | Fix potential null dereference. | Charles Longeau |
2011-04-19 | Remove dead assignments and newly created unused variables. | Charles Longeau |
2011-04-19 | Fix dead store. Instead of just remove it, use it properly. | Charles Longeau |
2011-04-19 | UUCP is no longer contained in the base system, so its home directory | Ingo Schwarze |
2011-04-19 | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott |
2011-04-19 | Disable the 88110 branch prediction logic unconditionnaly on all 88110 | Miod Vallat |
2011-04-19 | ident searches for $keyword:... $, not $keyword:...$; | Jason McIntyre |
2011-04-19 | Cease to pretend RAW SCSI mode exists. Eradicate all traces. | Kenneth R Westerback |
2011-04-19 | POSIX only guarantees uname() will return a non-negative value on | Matthew Dempsky |
2011-04-19 | Add missing call to pmap_update() in km_alloc(). | Matthew Dempsky |
2011-04-19 | make same changes regarding -f/-F argument (tempfile -> file) as was done | Alexander Hall |
2011-04-19 | Free the correct pages when we failed to allocate va. | Artur Grabowski |
2011-04-19 | Rename the argument for -f and -F from 'tempfile' to 'file' | Alexander Hall |
2011-04-19 | use "orl" to test the return value from an interrupt handler not "orq" | David Gwynne |
2011-04-19 | zap trailing whitespace; | Jason McIntyre |
2011-04-19 | reintroduce using the RB tree for local address lookups. this is | David Gwynne |
2011-04-19 | Include USB vendor and product ids when manufacturing a unique disk id | Matthew Dempsky |
2011-04-19 | don't hold a pointer to "listen" structure. Instead, when it must | Alexandre Ratchov |