Age | Commit message (Expand) | Author |
2013-05-23 | the simplelock is a lie | Ted Unangst |
2013-05-23 | allow auto scaling bcrypt rounds by CPU power. | Ted Unangst |
2013-05-23 | .Xr mpe and ldpd for interested parties. ok deraadt | Ted Unangst |
2013-05-22 | Set the correct route priority in send_rt6msg, as done for send_rtmsg. | Stuart Henderson |
2013-05-22 | whitespace nits | Stuart Henderson |
2013-05-22 | Shuffle shell-command-on-region around to give shell-command. | lum |
2013-05-22 | Add am335x as an omap device. | rapha |
2013-05-22 | BUS_DMA_WAITOK can't be used in the bge_init path since it | Mike Belopuhov |
2013-05-22 | We're handling L2 there, so use the corresponding define, not the L1 one. | Patrick Wildt |
2013-05-22 | as checked through thorough tests, youngest->mtime == ctime, so ditch | Marc Espie |
2013-05-22 | Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch]. | Kenji Aoyama |
2013-05-22 | Move the gmac/null ciphers to a different table block, clearly labelled as | Stuart Henderson |
2013-05-22 | Use SIOCAIFADDR rather than SIOCSIFADDR to set the address. | Martin Pieuchot |
2013-05-22 | fix formatting here too; from ingo | Jason McIntyre |
2013-05-22 | Sync with upstream. Fix buffer growing and memory allocation for wide | YASUOKA Masahiko |
2013-05-21 | Delete unused function. | Mark Kettenis |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |
2013-05-21 | de-static-ize prototypes as well, which makes these functions not-static | Mark Kettenis |
2013-05-21 | am335x has the mmc registers offset by 0x100, like omap4. | rapha |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-21 | Fix pty descriptor leak if fork() fails. | Matthew Dempsky |
2013-05-21 | When mapping a new entry, map it read-only, even though it should be | Patrick Wildt |
2013-05-21 | Simplify the debug output to help diagnose problems without needing | Martin Pieuchot |
2013-05-21 | Small code clean up. Removing noisy printfs. | Brandon Mercer |
2013-05-21 | Check for NULL ptr before dereferencing, not after; found the hard way by | Miod Vallat |
2013-05-21 | Remove some unused defines and make the number of interrupt lines variable. | rapha |
2013-05-21 | Ensure that sc_lock is held when calling sr_meta_native_bootprobe() - the | Joel Sing |
2013-05-21 | sr_raid_startwu() is no longer called from interrupt context, hence does | Joel Sing |
2013-05-21 | Provide a function that handles the scheduling of work units. This | Joel Sing |
2013-05-21 | Add a driver for the am335x timers, to be used by the beaglebone. | rapha |
2013-05-21 | Make the sr_raid_startwu() function handle deferred work units, instead of | Joel Sing |
2013-05-21 | Fix missing work unit state initialisations. | Joel Sing |
2013-05-21 | Use a state to indicate that a work unit should only be constructed and not | Joel Sing |
2013-05-20 | Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. No | Mark Kettenis |
2013-05-20 | de-static-ize, such that people don't get confused by aesni failures on | Mark Kettenis |
2013-05-20 | D'oh, add missing break in prefix_writebuf(). Another find by blambert@ | Claudio Jeker |
2013-05-20 | Call pt_getaddr() a bit earlier so that addr.aid is available when first | Claudio Jeker |
2013-05-20 | Remove `abort_task' from usb task queue before recycling a `struct | YASUOKA Masahiko |
2013-05-19 | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze |
2013-05-19 | Move printing of the .RS macro into print_offs() such that print_offs() | Ingo Schwarze |
2013-05-19 | If pid<0, kill() won't fail with EPERM unless none of the target processes | Philip Guenther |
2013-05-19 | Switch mvme68k to MI wdsc(4) driver. Tested on MVME147. | Miod Vallat |
2013-05-19 | select(-1, ...) should fail with EINVAL. | Philip Guenther |
2013-05-19 | add some messages when entering suspend as well | Ted Unangst |
2013-05-19 | Make the cursor position when moving backwards by paragraph behave the | lum |
2013-05-19 | Standardise logging of supplemental information during userauth. Keys | Damien Miller |
2013-05-19 | fix failure to recognise cert-authority keys if a key of a different type | Damien Miller |
2013-05-18 | /dev/ttyc is no longer special, now that sun serial mice are handled by | Miod Vallat |
2013-05-18 | fix cut'n'paste abuse in "can't happen" error message | Miod Vallat |